JUNOS – iBGP – default route

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 [...]

FOUNDRY – trunk Ports and Cisco Port-Channel

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 [...]

IOS – ADSL2+ – Cisco 876

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 [...]

IOS – NTP + SNMP minimal setup

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

FOUNDRY – NTP + SNMP minimal setup

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