Tuesday, March 31st, 2009
Juniper M7i – JUNOS 9.3R2.8
set routing-options generate route 0.0.0.0/0 discard
set routing-options router-id 10.20.30.1
set routing-options autonomous-system xxxxx
set protocols bgp group iBGP type internal
set protocols bgp group iBGP description “iBGP – Routers”
set protocols bgp group iBGP local-address 10.20.30.1
set protocols bgp group iBGP log-updown
set protocols bgp group iBGP export default-orginate
set protocols bgp group iBGP export nothing-out
set protocols bgp [...]
Filed under: JUNOS by halli
No Comments »
Tuesday, March 24th, 2009
Cisco 7507 (VIP2-50) – IOS 12.0(28)S4
Foundry FLS 624 / FLS 648 – Version 04.0.00T7e1
LAB-PE-01#conf t
LAB-PE-01(config)#interface port-channel 1
LAB-PE-01(config-if)#channel-group minimum active
LAB-PE-01(config-if)#exit
LAB-PE-01(config)#interface FastEthernet 1/1/0
LAB-PE-01(config-if)#channel-group 1
LAB-PE-01(config-if)#interface FastEthernet 1/1/1
LAB-PE-01(config-if)#channel-group 1
LAB-PE-01(config-if)#exit
LAB-PE-01(config)#interface port-channel 1.1222
LAB-PE-01(config-if)#encapsulation dot1Q 1222
LAB-PE-01(config-if)#description TestLAB-Channel 01
LAB-PE-01(config-if)#ip address 10.20.10.1 255.255.255.248
LAB-PE-01(config-if)#end
LAB-SW-03#conf t
LAB-SW-03(config)#interface ethernet 0/1/15
LAB-SW-03(config-if-e1000-0/1/15)#port-name Channel01
LAB-SW-03(config-if-e1000-0/1/15)#speed-duplex 100-full
LAB-SW-03(config-if-e1000-0/1/15)#exit
LAB-SW-03(config)#trunk ethernet 0/1/15 to 0/1/16
LAB-SW-03(config)#trunk deploy
LAB-SW-03(config)#vlan 1222 name TestLab001
LAB-SW-03(config-vlan-1222)#no spanning-tree
LAB-SW-03(config-vlan-1222)#tagged eth 0/1/15
LAB-SW-03(config-vlan-1222)#untagged eth 0/1/20
LAB-SW-03(config-vlan-1222)#end
Filed under: Foundry, IOS by halli
No Comments »
Thursday, March 12th, 2009
Cisco 876 – C870-ADVSECURITYK9-M – 12.4
!
vpdn enable
!
interface ATM0
description QSC ADSL2+
no ip address
no atm ilmi-keepalive
pvc 1/32
pppoe-client dial-pool-number 1
!
dsl operating-mode adsl2+
hold-queue 224 in
!
interface FastEthernet0
description Cu-FW
!
!
interface Vlan1
description Cu-LAN
ip address 10.20.30.1 255.255.255.248
!
interface Dialer1
description QSC ADSL2+ Dialer
mtu 1492
ip address negotiated
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 1
dialer-group 1
no cdp enable
ppp pap sent-username xxxxxxxxxxx@xxxxxxxxx password 7 xxxxxxxxxxxxxx
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 [...]
Filed under: IOS by halli
No Comments »
Tuesday, March 10th, 2009
!
clock timezone MEZ 1
clock summer-time MESZ recurring last Sun Mar 2:00 last Sun Oct 3:00
!
ntp server 192.168.20.55 prefer
ntp server 192.168.212.22
ntp server 10.20.30.41
!
snmp-server community xxxxxxxxx RO 23
snmp-server location FFM-IX-FRA1
snmp-server contact xxxxx@xxxxxxx.xxx
!
access-list 23 permit 192.168.44.22
access-list 23 permit 192.168.66.11
access-list 23 permit 10.20.30.66
!
end
Filed under: IOS by halli
No Comments »
Monday, March 9th, 2009
Foundry FastIron FLS-624 & FLS648
!
clock timezone gmt GMT+01
sntp server 192.168.10.23
sntp server 192.168.23.10
sntp server 10.20.30.111
!
snmp-server community 1 xxxxxxxxxxxx ro 23
snmp-server contact snmp-alarm@xxxxx.xxx
snmp-server location FFM-FRA4
snmp-server engineid local aaeeffaa
!
access-list 23 permit host 192.168.10.5
access-list 23 permit host 192.168.100.10
access-list 23 permit host 10.20.30.40
!
end
Filed under: Foundry by halli
No Comments »