Categories
tags
ADSL ADSL2+ ATM BGP CentOS Cisco EtherChannel Ethernet Trunk Firewall Foundry freeradius Hyper-V iBGP IOS IPv6 iSCSI JUNOS Lighttp Linux Load Balancer m0n0wall Metro Ring Microsoft MRP NTP OSPF pfSense pound RE-Filter SDSL Server Core sflow SHDSL SNMP TACACS TMG ucarp unattended VM VOIP Windows 2008 R2 XEN XenServer Xen Server yumContact
Monthly Archives: March 2009
JUNOS – iBGP – default route
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 … Continue reading
FOUNDRY – trunk Ports and Cisco Port-Channel
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 … Continue reading
Posted in Foundry, IOS, Networking
Tagged EtherChannel, Ethernet Trunk, Foundry, IOS
Leave a comment
IOS – ADSL2+ – Cisco 876
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 ! ! … Continue reading
IOS – NTP + SNMP minimal setup
! 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 … Continue reading
FOUNDRY – NTP + SNMP minimal setup
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 … Continue reading