############### # Device FS # ############### ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname Rumblebuffin_FR ! boot-start-marker boot-end-marker ! ! no aaa new-model memory-size iomem 10 no network-clock-participate slot 1 no network-clock-participate wic 0 ip cef ! ! ! ! no ip domain lookup ! ! ! frame-relay switching ! ! ! ! ! ! ! ! ! ! ! ! ! ! username admin password 0 remote ! ! ! ! ! ! ! interface FastEthernet0/0 no ip address shutdown speed auto duplex auto ! interface FastEthernet0/1 no ip address speed auto full-duplex no shutdown ! interface Serial1/0 description Connection to Router 1 S0/0 no ip address encapsulation frame-relay IETF clock rate 128000 frame-relay intf-type dce frame-relay route 103 interface Serial1/2 301 frame-relay route 104 interface Serial1/3 401 no shutdown ! interface Serial1/1 description Connection to Router 2 S0/0 no ip address encapsulation frame-relay IETF clock rate 128000 frame-relay intf-type dce frame-relay route 205 interface Serial1/4 502 frame-relay route 215 interface Serial1/4 512 no shutdown ! interface Serial1/2 description Connection to Router 3 S0/0/0 no ip address encapsulation frame-relay IETF clock rate 128000 frame-relay intf-type dce frame-relay route 301 interface Serial1/0 103 no shutdown ! interface Serial1/3 description Connection to Router 4 S0/0/0 no ip address encapsulation frame-relay IETF clock rate 128000 frame-relay intf-type dce frame-relay route 401 interface Serial1/0 104 no shutdown ! interface Serial1/4 description Connection to Router 5 S1/0 no ip address encapsulation frame-relay IETF clock rate 128000 frame-relay intf-type dce frame-relay route 502 interface Serial1/1 205 frame-relay route 512 interface Serial1/1 215 no shutdown ! interface Serial1/5 no ip address shutdown ! interface Serial1/6 no ip address shutdown ! interface Serial1/7 no ip address shutdown ! ip forward-protocol nd ! ! no ip http server no ip http secure-server ! ! ! ! control-plane ! ! ! ! ! ! dial-peer cor custom ! ! ! ! ! ! line con 0 exec-timeout 0 0 privilege level 15 logging synchronous line aux 0 line vty 0 4 login ! ! end ############### # Device R1 # ############### ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname Router_1 ! boot-start-marker boot-end-marker ! ! no aaa new-model no network-clock-participate slot 1 no network-clock-participate wic 0 ip cef ! ! ! ! no ip domain lookup ip multicast-routing ! ipv6 unicast-routing ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface Loopback0 ip address 155.1.1.1 255.255.255.0 ip pim sparse-dense-mode ip ospf network point-to-point ip ospf 1 area 0 ! interface Tunnel0 ip address 135.1.115.1 255.255.255.0 ip pim sparse-mode ip ospf message-digest-key 1 md5 CISCO ip ospf 1 area 0 ipv6 address 2001:135:1:115::1/64 ipv6 address FE80::1 link-local ipv6 rip R1Rip enable ipv6 rip R1Rip metric-offset 14 keepalive 10 3 tunnel source Loopback0 tunnel destination 155.1.5.5 no shutdown ! interface FastEthernet0/0 ip address 135.1.11.1 255.255.255.0 ip pim sparse-mode ip ospf 1 area 11 speed auto duplex auto ipv6 address 2001:135:1:11::1/64 ipv6 ospf 1 area 2 no shutdown ! interface Serial0/0 ip address 135.1.134.1 255.255.255.0 ip pim nbma-mode ip pim sparse-mode encapsulation frame-relay ip ospf message-digest-key 1 md5 CISCO ip ospf network point-to-multipoint ip ospf hello-interval 10 ipv6 address 2001:135:1:13::1/64 ipv6 address FE80::1 link-local ipv6 ospf network point-to-point ipv6 ospf 1 area 0 frame-relay traffic-shaping frame-relay map ipv6 FE80::3 103 broadcast frame-relay map ip 135.1.134.1 104 frame-relay map ip 135.1.134.3 103 broadcast frame-relay map ip 135.1.134.4 104 broadcast frame-relay map ipv6 2001:135:1:13::3 103 frame-relay interface-dlci 104 class MyClass no frame-relay inverse-arp ip rsvp bandwidth 128 64 no shutdown ! interface FastEthernet0/1 ip address 135.1.15.1 255.255.255.0 ip pim sparse-mode speed auto duplex auto no shutdown ! interface Serial0/1 no ip address shutdown ! router eigrp 15 network 135.1.15.1 0.0.0.0 network 155.1.1.1 0.0.0.0 no auto-summary eigrp router-id 1.1.1.1 ! router ospf 1 router-id 1.1.1.1 ignore lsa mospf log-adjacency-changes area 0 authentication message-digest timers throttle spf 5000 9000 9000 redistribute eigrp 15 metric-type 1 subnets tag 1 network 135.1.134.1 0.0.0.0 area 0 ! router bgp 65002 no synchronization bgp router-id 1.1.1.1 bgp log-neighbor-changes bgp confederation identifier 135 bgp confederation peers 65001 neighbor 135.1.15.5 remote-as 65001 neighbor 135.1.134.3 remote-as 65002 neighbor 135.1.134.4 remote-as 65002 neighbor 135.1.134.4 route-reflector-client no auto-summary ! ip forward-protocol nd ! ! no ip http server no ip http secure-server ip pim spt-threshold 2000 ip pim bsr-candidate Loopback0 0 ip pim rp-candidate Loopback0 group-list MyGroups interval 5 ip msdp peer 155.1.5.5 connect-source Loopback0 remote-as 65001 ip msdp sa-filter out 155.1.5.5 list PrivGroup ! ip access-list standard MyGroups permit 235.0.0.0 0.7.255.255 permit 235.16.0.0 0.15.255.255 permit 235.32.0.0 0.31.255.255 permit 235.64.0.0 0.63.255.255 permit 235.128.0.0 0.127.255.255 ! ip access-list extended PrivGroup deny ip any host 235.15.235.235 permit ip any any ! ! map-class frame-relay MyClass frame-relay cir 256000 frame-relay fragment 320 frame-relay fair-queue ipv6 router ospf 1 router-id 1.1.1.1 log-adjacency-changes area 2 stub no-summary distance ospf external 130 redistribute connected redistribute rip R1Rip include-connected ! ipv6 router rip R1Rip distribute-list prefix-list No65 out Tunnel0 redistribute connected redistribute ospf 1 metric 3 include-connected ! ! ! ipv6 prefix-list No65 seq 5 permit ::/0 le 64 ! ! control-plane ! ! ! ! ! ! ! ! ! ! line con 0 exec-timeout 0 0 privilege level 15 logging synchronous line aux 0 line vty 0 4 login ! ! end ############### # Device R2 # ############### ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname Router_2 ! boot-start-marker boot-end-marker ! ! no aaa new-model no network-clock-participate slot 1 no network-clock-participate wic 0 ip cef ! ! ip nbar port-map ftp tcp 20 21 ! ! no ip domain lookup ip multicast-routing ! multilink virtual-template 1 ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! username Router_5 password 0 CISCO ! ! ! class-map match-all voip match protocol rtp audio class-map match-all http match protocol http class-map match-all ftp match protocol ftp ! ! policy-map RumQoS class voip priority percent 10 class ftp bandwidth percent 20 class http bandwidth percent 20 ! ! ! ! ! ! interface Loopback0 ip address 155.1.2.2 255.255.255.0 ip ospf network point-to-point ip ospf 1 area 0 ! interface FastEthernet0/0 description put ip address 220.1.102.X/24 (X is your pod number) on this int ip address 220.1.102.1 255.255.255.0 ip pim sparse-mode ip igmp join-group 235.16.1.1 ip igmp join-group 235.8.1.1 speed auto duplex auto service-policy output RumQoS no shutdown ! interface Serial0/0 no ip address encapsulation frame-relay frame-relay traffic-shaping frame-relay interface-dlci 205 ppp Virtual-Template1 frame-relay interface-dlci 215 ppp Virtual-Template1 no shutdown ! interface FastEthernet0/1 ip address 135.1.2.2 255.255.255.0 speed auto duplex auto no shutdown ! interface Serial0/1 no ip address shutdown ! interface Serial0/2 no ip address shutdown ! interface Virtual-Template1 ip address 135.1.25.2 255.255.255.0 ip pim sparse-mode ip ospf message-digest-key 1 md5 CISCO ppp authentication chap ppp multilink ppp multilink interleave no shutdown ! router ospf 1 router-id 2.2.2.2 ignore lsa mospf log-adjacency-changes area 0 authentication message-digest passive-interface FastEthernet0/1 network 135.1.2.2 0.0.0.0 area 0 network 135.1.25.2 0.0.0.0 area 0 ! router bgp 65001 no synchronization bgp router-id 2.2.2.2 bgp log-neighbor-changes bgp confederation identifier 135 redistribute connected route-map Fa01 neighbor 135.1.25.5 remote-as 65001 neighbor 135.1.25.5 next-hop-self neighbor 220.1.102.254 remote-as 254 neighbor 220.1.102.254 distribute-list NoMartians in neighbor 220.1.102.254 maximum-prefix 70 neighbor 220.1.102.254 filter-list 1 in auto-summary ! ip forward-protocol nd ! ip as-path access-list 1 permit ^254(_0-9+)$ ! no ip http server no ip http secure-server ip pim spt-threshold 2000 ! ip access-list standard NoMartians deny 192.168.0.0 0.0.255.255 deny 172.16.0.0 0.15.255.255 deny 10.0.0.0 0.255.255.255 deny 169.254.0.0 0.0.255.255 deny 127.0.0.0 0.255.255.255 permit any ! ! route-map Fa01 permit 10 match interface FastEthernet0/1 ! ! ! control-plane ! ! ! ! ! ! ! ! ! ! line con 0 exec-timeout 0 0 privilege level 15 logging synchronous line aux 0 line vty 0 4 login ! ! end ############### # Device R3 # ############### ! ! Last configuration change at 07:58:40 PST Wed Oct 24 2007 ! NVRAM config last updated at 08:01:07 PST Wed Oct 24 2007 ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname Router_3 ! boot-start-marker boot-end-marker ! ! no aaa new-model clock timezone PST -8 ! ! ip cef ! ! no ip domain lookup ip multicast-routing ! ipv6 unicast-routing ! voice-card 0 no dspfarm ! ! key chain MyKey key 1 key-string CISCO send-lifetime 00:00:01 Jan 1 2007 23:45:00 Dec 31 2007 key 2 key-string CISCO2 send-lifetime 23:30:00 Dec 31 2007 infinite ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface Loopback0 ip address 155.1.3.3 255.255.255.0 ipv6 address 2001:140:1::3/64 ipv6 address 2001:140:1:1::3/64 ipv6 ospf 1 area 3 ! interface Tunnel0 ip address 135.1.36.3 255.255.255.0 keepalive 10 3 tunnel source Loopback0 tunnel destination 155.1.6.6 no shutdown ! interface FastEthernet0/0 ip address 135.1.37.3 255.255.255.0 ip pim sparse-mode ip rip authentication mode md5 ip rip authentication key-chain MyKey speed auto duplex auto ipv6 address 2001:135:1:37::3/64 ipv6 ospf 1 area 1 no shutdown ! interface FastEthernet0/1 ip address 135.1.35.3 255.255.255.0 ip ospf cost 65000 speed auto duplex auto ipv6 address 2001:135:1:35::3/64 ipv6 traffic-filter NoVlan11 out no shutdown ! interface Serial0/0/0 ip address 135.1.134.3 255.255.255.0 ip pim sparse-mode encapsulation frame-relay ip ospf message-digest-key 1 md5 CISCO ip ospf network point-to-point ipv6 address 2001:135:1:13::3/64 ipv6 address FE80::3 link-local ipv6 ospf network point-to-point ipv6 ospf 1 area 0 frame-relay map ip 135.1.134.1 301 broadcast frame-relay map ip 135.1.134.3 301 frame-relay map ip 135.1.134.4 301 frame-relay map ipv6 2001:135:1:13::1 301 frame-relay map ipv6 FE80::1 301 broadcast no frame-relay inverse-arp no shutdown ! interface Serial0/0/1 no ip address shutdown clock rate 2000000 ! interface Serial0/1/0 no ip address shutdown clock rate 2000000 ! router ospf 1 router-id 3.3.3.3 log-adjacency-changes area 0 authentication message-digest area 0 range 199.199.192.0 255.255.254.0 area 35 virtual-link 5.5.5.5 message-digest-key 1 md5 CISCO redistribute rip subnets tag 3 network 135.1.35.3 0.0.0.0 area 35 network 135.1.134.3 0.0.0.0 area 0 distance 130 0.0.0.0 255.255.255.255 R3RipRoutes ! router rip version 2 redistribute ospf 1 passive-interface default no passive-interface FastEthernet0/0 network 135.1.0.0 network 155.1.0.0 default-metric 5 no auto-summary ! router bgp 65002 no synchronization bgp router-id 3.3.3.3 bgp log-neighbor-changes bgp confederation identifier 135 bgp confederation peers 65003 neighbor 135.1.36.6 remote-as 65003 neighbor 135.1.134.1 remote-as 65002 neighbor 135.1.134.1 next-hop-self no auto-summary ! ip forward-protocol nd ! ! no ip http server no ip http secure-server ip pim spt-threshold 2000 ! ip access-list standard R3RipRoutes permit 135.1.7.0 permit 140.1.8.0 permit 140.1.7.0 permit 135.1.8.0 permit 155.1.6.0 permit 155.1.4.0 permit 135.1.47.0 permit 135.1.66.0 permit 135.1.67.0 ! ipv6 route ::/0 Null0 ipv6 router ospf 1 router-id 3.3.3.3 log-adjacency-changes area 1 stub area 3 range 2001:140:1::/63 default-information originate redistribute connected ! ! ! ! ! ipv6 access-list NoVlan11 deny ipv6 2001:135:1:11::/64 any permit ipv6 any any ! control-plane ! ! ! ! ! ! ! ! ! ! line con 0 exec-timeout 0 0 privilege level 15 logging synchronous line aux 0 line vty 0 4 login ! scheduler allocate 20000 1000 ntp master ! end ############### # Device R4 # ############### ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname Router_4 ! boot-start-marker boot-end-marker ! ! no aaa new-model ! ! ip cef ! ! no ip domain lookup ip multicast-routing ! ! voice-card 0 no dspfarm ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface Loopback0 ip address 155.1.4.4 255.255.255.0 ! interface Tunnel0 ip address 135.1.46.4 255.255.255.0 keepalive 10 3 tunnel source Loopback0 tunnel destination 155.1.6.6 no shutdown ! interface FastEthernet0/0 ip address 135.1.47.4 255.255.255.0 ip pim sparse-dense-mode speed auto duplex auto no shutdown ! interface FastEthernet0/1 mac-address 000c.000c.000c ip address 135.1.4.4 255.255.255.0 ip pim sparse-dense-mode ip ospf 1 area 4 speed auto duplex auto no shutdown ! interface Serial0/0/0 ip address 135.1.134.4 255.255.255.0 encapsulation frame-relay ip ospf message-digest-key 1 md5 CISCO ip ospf network point-to-point frame-relay class MyClass frame-relay traffic-shaping frame-relay map ip 135.1.134.1 401 broadcast frame-relay map ip 135.1.134.3 401 frame-relay map ip 135.1.134.4 401 no frame-relay inverse-arp ip rsvp bandwidth 128 64 no shutdown ! interface Serial0/0/1 no ip address shutdown ! interface Serial0/1/0 no ip address shutdown ! interface Serial0/1/1 no ip address shutdown ! router ospf 1 router-id 4.4.4.4 ignore lsa mospf log-adjacency-changes area 0 authentication message-digest redistribute rip subnets tag 4 network 135.1.134.4 0.0.0.0 area 0 distance 130 0.0.0.0 255.255.255.255 R4RipRoutes ! router rip version 2 redistribute ospf 1 passive-interface default no passive-interface FastEthernet0/0 network 135.1.0.0 network 155.1.0.0 default-metric 5 no auto-summary ! router bgp 65002 no synchronization bgp router-id 4.4.4.4 bgp log-neighbor-changes bgp confederation identifier 135 bgp confederation peers 65003 neighbor 135.1.46.6 remote-as 65003 neighbor 135.1.134.1 remote-as 65002 neighbor 135.1.134.1 next-hop-self no auto-summary ! ip forward-protocol nd ! ! no ip http server no ip http secure-server ip pim spt-threshold 2000 ip pim send-rp-discovery scope 2 interval 5 ! ip access-list standard R4RipRoutes permit 135.1.7.0 permit 140.1.8.0 permit 140.1.7.0 permit 135.1.8.0 permit 155.1.3.0 permit 155.1.6.0 permit 135.1.37.0 permit 135.1.66.0 permit 135.1.67.0 ! ! map-class frame-relay MyClass frame-relay cir 256000 frame-relay fragment 320 frame-relay fair-queue ! ! ! ! control-plane ! ! ! ! ! ! ! ! ! ! line con 0 exec-timeout 0 0 privilege level 15 logging synchronous line aux 0 line vty 0 4 login ! scheduler allocate 20000 1000 ! end ############### # Device R5 # ############### ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname Router_5 ! boot-start-marker boot-end-marker ! ! no aaa new-model no network-clock-participate slot 1 ip cef ! ! ! ! no ip domain lookup ip multicast-routing ! ipv6 unicast-routing multilink virtual-template 1 ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! username Router_2 password 0 CISCO ! ! ! ! ! ! ! interface Loopback0 ip address 155.1.5.5 255.255.255.0 ip pim sparse-mode ip ospf network point-to-point ip ospf 1 area 0 ipv6 address 2001:155:1:5::5/64 ipv6 address 2001:155:1:55::5/128 ! interface Tunnel0 ip address 135.1.115.5 255.255.255.0 ip ospf message-digest-key 1 md5 CISCO ip ospf 1 area 0 ipv6 address 2001:135:1:115::5/64 ipv6 address FE80::5 link-local ipv6 rip R5Rip enable keepalive 10 3 tunnel source Loopback0 tunnel destination 155.1.1.1 no shutdown ! interface FastEthernet0/0 ip address 135.1.15.5 255.255.255.0 speed auto duplex auto no shutdown ! interface FastEthernet0/1 no ip address speed auto duplex auto no shutdown ! interface FastEthernet0/1.5 encapsulation dot1Q 5 ip address 135.1.5.5 255.255.255.0 ip pim sparse-mode no shutdown ! interface FastEthernet0/1.35 encapsulation dot1Q 35 ip address 135.1.35.5 255.255.255.0 ip pim sparse-mode ip ospf cost 65000 no shutdown ! interface FastEthernet0/1.55 encapsulation dot1Q 55 ip address 135.1.55.5 255.255.255.0 ip pim sparse-mode no shutdown ! interface FastEthernet1/0 no ip address shutdown speed auto duplex auto ! interface Serial1/0 no ip address encapsulation frame-relay frame-relay traffic-shaping frame-relay interface-dlci 502 ppp Virtual-Template1 frame-relay interface-dlci 512 ppp Virtual-Template1 no shutdown ! interface FastEthernet1/1 no ip address shutdown speed auto duplex auto ! interface Serial1/1 no ip address shutdown clock rate 2000000 ! interface Serial1/2 no ip address shutdown clock rate 2000000 ! interface Serial1/3 no ip address shutdown clock rate 2000000 ! interface Virtual-Template1 ip address 135.1.25.5 255.255.255.0 ip pim sparse-mode ip ospf message-digest-key 1 md5 CISCO ppp authentication chap ppp multilink ppp multilink interleave no shutdown ! router eigrp 15 network 135.1.15.5 0.0.0.0 network 155.1.5.5 0.0.0.0 no auto-summary eigrp router-id 5.5.5.5 ! router ospf 1 router-id 5.5.5.5 log-adjacency-changes area 0 authentication message-digest area 35 virtual-link 3.3.3.3 message-digest-key 1 md5 CISCO redistribute eigrp 15 metric-type 1 subnets tag 5 passive-interface FastEthernet0/1.5 passive-interface FastEthernet0/1.55 network 135.1.5.5 0.0.0.0 area 5 network 135.1.25.5 0.0.0.0 area 0 network 135.1.35.5 0.0.0.0 area 35 network 135.1.55.5 0.0.0.0 area 55 ! router bgp 65001 no synchronization bgp router-id 5.5.5.5 bgp log-neighbor-changes bgp confederation identifier 135 bgp confederation peers 65002 neighbor 135.1.15.1 remote-as 65002 neighbor 135.1.25.2 remote-as 65001 no auto-summary ! ip drp server ip forward-protocol nd ! ip dns server ! no ip http server no ip http secure-server ip pim spt-threshold 2000 ip pim bsr-candidate Loopback0 0 ip pim rp-candidate Loopback0 group-list MyGroups interval 5 ip msdp peer 155.1.1.1 connect-source Loopback0 remote-as 65002 ip msdp filter-sa-request 155.1.1.1 ! ip access-list standard MyGroups permit 235.8.0.0 0.7.255.255 permit 235.16.0.0 0.15.255.255 permit 235.32.0.0 0.31.255.255 permit 235.64.0.0 0.63.255.255 permit 235.128.0.0 0.127.255.255 ! ip director enable ipv6 router rip R5Rip redistribute connected ! ! ! ! ! control-plane ! ! ! ! ! ! ! ! ! ! line con 0 exec-timeout 0 0 privilege level 15 logging synchronous line aux 0 line vty 0 4 login ! ! end ############### # Device R6 # ############### ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname Router_6 ! boot-start-marker boot-end-marker ! ! no aaa new-model no network-clock-participate slot 1 no network-clock-participate wic 0 ip cef ! ! ! ! no ip domain lookup ip host Sw1 140.1.7.7 ! voice-card 0 no dspfarm ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! class-map match-any webpix match protocol http mime "*jpg" match protocol http mime "*gif" match protocol http mime "*jge" ! ! policy-map WebPix class webpix police 1000000 ! ! ! ! ! ! interface Loopback0 ip address 155.1.6.6 255.255.255.0 ! interface Loopback1 ip address 135.1.66.6 255.255.255.0 ! interface Tunnel0 ip address 135.1.36.6 255.255.255.0 keepalive 10 3 tunnel source Loopback0 tunnel destination 155.1.3.3 no shutdown ! interface Tunnel1 ip address 135.1.46.6 255.255.255.0 keepalive 10 3 tunnel source Loopback0 tunnel destination 155.1.4.4 no shutdown ! interface GigabitEthernet0/0 no ip address speed auto duplex auto media-type rj45 no shutdown ! interface GigabitEthernet0/0.136 description put ip address 192.1.96.X/24 (X is your pod number) on this int encapsulation dot1Q 136 ip address 192.1.96.1 255.255.255.0 service-policy input WebPix no shutdown ! interface GigabitEthernet0/0.316 description put ip address 52.1.116.X/24 (X is your pod number) on this int encapsulation dot1Q 316 ip address 52.1.116.1 255.255.255.0 no shutdown ! interface GigabitEthernet0/1 no ip address shutdown speed auto duplex auto media-type rj45 ! interface Serial0/0/0 no ip address shutdown ! interface Serial0/0/1 no ip address shutdown ! interface Serial0/0/2 no ip address shutdown ! interface Serial0/0/3 no ip address shutdown ! interface FastEthernet1/0 ip address 135.1.67.6 255.255.255.0 speed auto duplex auto no shutdown ! interface FastEthernet1/1 no ip address shutdown speed auto duplex auto ! router eigrp 116 network 52.1.116.1 0.0.0.0 network 135.1.66.6 0.0.0.0 distribute-list Evn3rd in GigabitEthernet0/0.316 no auto-summary eigrp router-id 6.6.6.6 eigrp stub receive-only ! router rip version 2 redistribute eigrp 116 metric 2 passive-interface default no passive-interface FastEthernet1/0 network 135.1.0.0 network 155.1.0.0 no auto-summary ! router bgp 65003 no synchronization bgp router-id 6.6.6.6 bgp log-neighbor-changes bgp confederation identifier 135 bgp confederation peers 65002 network 135.1.67.0 mask 255.255.255.0 network 140.1.7.0 mask 255.255.255.0 network 155.1.6.0 mask 255.255.255.0 network 192.1.96.0 aggregate-address 135.1.0.0 255.255.0.0 suppress-map SumOnly aggregate-address 140.1.0.0 255.255.0.0 suppress-map SumOnly aggregate-address 155.1.0.0 255.255.0.0 suppress-map SumOnly neighbor 135.1.36.3 remote-as 65002 neighbor 135.1.46.4 remote-as 65002 neighbor 192.1.96.254 remote-as 254 neighbor 192.1.96.254 distribute-list NoMartians in neighbor 192.1.96.254 maximum-prefix 70 neighbor 192.1.96.254 filter-list 1 in no auto-summary ! ip forward-protocol nd ! ! no ip http server no ip http secure-server ! ip access-list standard Evn3rd permit 0.0.0.0 255.255.254.255 ip access-list standard NoMartians deny 192.168.0.0 0.0.255.255 deny 172.16.0.0 0.15.255.255 deny 10.0.0.0 0.255.255.255 deny 169.254.0.0 0.0.255.255 deny 127.0.0.0 0.255.255.255 permit any ! busy-message Sw1 ^CCConnection unavailable at this time.^C ! route-map SumOnly permit 10 ! ! ! ! control-plane ! ! ! ! ! ! ! ! ! ! line con 0 exec-timeout 0 0 privilege level 15 logging synchronous line aux 0 line vty 0 4 login ! scheduler allocate 20000 1000 ! end ############### # Device S1 # ############### ! version 12.2 no service pad service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Switch_1 ! ! no aaa new-model clock timezone PST -8 ip subnet-zero ip routing no ip domain-lookup ! ip multicast-routing ! ! key chain MyKey key 1 key-string CISCO accept-lifetime 00:00:01 Jan 1 2007 23:45:00 Dec 31 2007 key 2 key-string CISCO2 accept-lifetime 23:30:00 Dec 31 2007 infinite ! ! ! ! no file verify auto spanning-tree mode pvst spanning-tree extend system-id ! vlan internal allocation policy ascending ! ! interface Loopback0 ip address 140.1.7.7 255.255.255.0 ip pim sparse-dense-mode ! interface Port-channel1 switchport trunk encapsulation dot1q switchport mode trunk ! interface FastEthernet0/1 switchport access vlan 11 switchport mode access spanning-tree portfast ! interface FastEthernet0/2 switchport access vlan 252 switchport mode access spanning-tree portfast ! interface FastEthernet0/3 switchport access vlan 37 switchport mode access spanning-tree portfast ! interface FastEthernet0/4 switchport access vlan 47 switchport mode access spanning-tree portfast ! interface FastEthernet0/5 switchport access vlan 15 switchport mode access spanning-tree portfast ! interface FastEthernet0/6 switchport access vlan 67 switchport mode access spanning-tree portfast ! interface FastEthernet0/7 switchport mode dynamic desirable ! interface FastEthernet0/8 switchport mode dynamic desirable ! interface FastEthernet0/9 switchport mode dynamic desirable storm-control broadcast level 10.00 storm-control multicast level 10.00 ! interface FastEthernet0/10 switchport mode dynamic desirable storm-control broadcast level 10.00 storm-control multicast level 10.00 ! interface FastEthernet0/11 switchport mode dynamic desirable ! interface FastEthernet0/12 switchport mode dynamic desirable ! interface FastEthernet0/13 switchport mode dynamic desirable ! interface FastEthernet0/14 switchport mode dynamic desirable ! interface FastEthernet0/15 switchport mode dynamic desirable ! interface FastEthernet0/16 switchport mode dynamic desirable ! interface FastEthernet0/17 switchport mode dynamic desirable ! interface FastEthernet0/18 switchport mode dynamic desirable ! interface FastEthernet0/19 switchport mode dynamic desirable ! interface FastEthernet0/20 switchport trunk encapsulation dot1q switchport trunk allowed vlan 252 switchport mode trunk ! interface FastEthernet0/21 switchport access vlan 11 switchport mode access ! interface FastEthernet0/22 switchport trunk encapsulation dot1q switchport mode trunk channel-group 1 mode active ! interface FastEthernet0/23 switchport trunk encapsulation dot1q switchport mode trunk channel-group 1 mode active ! interface FastEthernet0/24 switchport trunk encapsulation dot1q switchport mode trunk channel-group 1 mode active ! interface GigabitEthernet0/1 switchport mode dynamic desirable ! interface GigabitEthernet0/2 switchport mode dynamic desirable ! interface Vlan1 no ip address shutdown ! interface Vlan7 ip address 135.1.7.7 255.255.255.0 ip pim sparse-dense-mode no shutdown ! interface Vlan37 ip address 135.1.37.7 255.255.255.0 ip rip authentication mode md5 ip rip authentication key-chain MyKey no shutdown ! interface Vlan47 ip address 135.1.47.7 255.255.255.0 ip pim dr-priority 0 ip pim sparse-dense-mode no shutdown ! interface Vlan67 ip address 135.1.67.7 255.255.255.0 no shutdown ! router rip version 2 network 135.1.0.0 network 140.1.0.0 no auto-summary ! ip classless ip http server ip http secure-server ! ip pim spt-threshold 2000 ip pim send-rp-announce Loopback0 scope 5 group-list Even interval 5 ! ip access-list standard Even permit 0.0.0.0 254.255.255.255 ! ! control-plane ! ! line con 0 exec-timeout 0 0 privilege level 15 logging synchronous line vty 0 4 password cisco login line vty 5 15 password cisco login ! ! monitor session 1 source interface Fa0/19 rx monitor session 1 destination interface Fa0/21 ingress vlan 11 mac-address-table aging-time 600 vlan 47 end ############### # Device S2 # ############### ! version 12.2 no service pad service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Switch_2 ! ! no aaa new-model errdisable recovery cause psecure-violation errdisable recovery interval 120 ip subnet-zero ip routing no ip domain-lookup ! ip multicast-routing ip igmp profile 1 permit range 235.8.0.0 235.255.255.255 ! ! ! ! ! no file verify auto spanning-tree mode pvst spanning-tree extend system-id ! vlan internal allocation policy ascending ! ! interface Loopback0 ip address 140.1.8.8 255.255.255.0 ip pim sparse-dense-mode ! interface Port-channel1 switchport mode dynamic desirable ! interface FastEthernet0/1 switchport access vlan 15 switchport mode access spanning-tree portfast ! interface FastEthernet0/2 switchport access vlan 2 switchport mode access spanning-tree portfast ! interface FastEthernet0/3 switchport access vlan 35 switchport mode access spanning-tree portfast ! interface FastEthernet0/4 switchport access vlan 4 switchport mode access switchport port-security switchport port-security mac-address 000c.000c.000c spanning-tree portfast ! interface FastEthernet0/5 switchport trunk encapsulation dot1q switchport mode trunk ! interface FastEthernet0/6 switchport mode dynamic desirable ! interface FastEthernet0/7 switchport mode dynamic desirable ! interface FastEthernet0/8 switchport access vlan 2 switchport mode access ip igmp max-groups 4 ip igmp max-groups action replace ip igmp filter 1 ! interface FastEthernet0/9 switchport mode dynamic desirable ! interface FastEthernet0/10 switchport mode dynamic desirable ! interface FastEthernet0/11 switchport mode dynamic desirable ! interface FastEthernet0/12 switchport mode dynamic desirable ! interface FastEthernet0/13 switchport mode dynamic desirable ! interface FastEthernet0/14 switchport mode dynamic desirable ! interface FastEthernet0/15 switchport mode dynamic desirable ! interface FastEthernet0/16 switchport mode dynamic desirable ! interface FastEthernet0/17 switchport mode dynamic desirable ! interface FastEthernet0/18 switchport mode dynamic desirable ! interface FastEthernet0/19 switchport mode dynamic desirable ! interface FastEthernet0/20 switchport mode dynamic desirable ! interface FastEthernet0/21 switchport mode dynamic desirable ! interface FastEthernet0/22 switchport mode dynamic desirable channel-group 1 mode passive ! interface FastEthernet0/23 switchport mode dynamic desirable channel-group 1 mode passive ! interface FastEthernet0/24 switchport mode dynamic desirable channel-group 1 mode passive ! interface GigabitEthernet0/1 switchport mode dynamic desirable ! interface GigabitEthernet0/2 switchport mode dynamic desirable ! interface Vlan1 no ip address shutdown ! interface Vlan8 ip address 135.1.8.8 255.255.255.0 ip pim sparse-dense-mode no shutdown ! interface Vlan47 ip address 135.1.47.8 255.255.255.0 ip pim dr-priority 0 ip pim sparse-dense-mode no shutdown ! router rip version 2 network 135.1.0.0 network 140.1.0.0 no auto-summary ! ip classless ip http server ip http secure-server ! ip pim spt-threshold 2000 ip pim send-rp-announce Loopback0 scope 1 group-list Odd interval 5 ! ip access-list standard Odd permit 1.0.0.0 254.255.255.255 ! ! control-plane ! ! line con 0 exec-timeout 0 0 privilege level 15 logging synchronous line vty 0 password cisco no login line vty 1 4 no login line vty 5 15 no login ! mac-address-table aging-time 600 vlan 47 end ############### # Device S3 # ############### ! version 12.2 no service pad service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Switch_3 ! ! no aaa new-model ip subnet-zero no ip domain-lookup ! ! ! ! ! ! no file verify auto spanning-tree mode pvst spanning-tree extend system-id ! vlan internal allocation policy ascending ! ! interface Loopback0 ip address 140.1.9.9 255.255.255.0 ! interface GigabitEthernet0/1 ! interface GigabitEthernet0/2 ! interface GigabitEthernet0/3 ! interface GigabitEthernet0/4 ! interface GigabitEthernet0/5 ! interface GigabitEthernet0/6 switchport trunk encapsulation dot1q switchport mode trunk ! interface GigabitEthernet0/7 ! interface GigabitEthernet0/8 ! interface GigabitEthernet0/9 ! interface GigabitEthernet0/10 ! interface GigabitEthernet0/11 ! interface GigabitEthernet0/12 switchport trunk encapsulation dot1q switchport mode trunk ! interface GigabitEthernet0/13 shutdown ! interface GigabitEthernet0/14 shutdown ! interface GigabitEthernet0/15 switchport trunk encapsulation dot1q switchport mode trunk ! interface GigabitEthernet0/16 shutdown ! interface GigabitEthernet0/17 ! interface GigabitEthernet0/18 ! interface GigabitEthernet0/19 ! interface GigabitEthernet0/20 shutdown ! interface GigabitEthernet0/21 ! interface GigabitEthernet0/22 ! interface GigabitEthernet0/23 ! interface GigabitEthernet0/24 ! interface GigabitEthernet0/25 ! interface GigabitEthernet0/26 ! interface GigabitEthernet0/27 ! interface GigabitEthernet0/28 ! interface Vlan1 no ip address shutdown ! ip classless ip http server ip http secure-server ! ! ! control-plane ! ! line con 0 exec-timeout 0 0 privilege level 15 logging synchronous line vty 0 4 no login line vty 5 15 no login ! end ############### # Device S4 # ############### ! version 12.2 no service pad service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Switch_4 ! ! no aaa new-model ip subnet-zero no ip domain-lookup ! ! ! ! ! ! no file verify auto spanning-tree mode pvst spanning-tree extend system-id ! vlan internal allocation policy ascending ! ! interface Loopback0 ip address 140.1.10.10 255.255.255.0 ! interface GigabitEthernet0/1 ! interface GigabitEthernet0/2 ! interface GigabitEthernet0/3 ! interface GigabitEthernet0/4 ! interface GigabitEthernet0/5 ! interface GigabitEthernet0/6 ! interface GigabitEthernet0/7 ! interface GigabitEthernet0/8 ! interface GigabitEthernet0/9 ! interface GigabitEthernet0/10 ! interface GigabitEthernet0/11 ! interface GigabitEthernet0/12 switchport trunk encapsulation dot1q switchport mode trunk ! interface GigabitEthernet0/13 shutdown ! interface GigabitEthernet0/14 shutdown ! interface GigabitEthernet0/15 switchport trunk encapsulation dot1q switchport mode trunk ! interface GigabitEthernet0/16 shutdown ! interface GigabitEthernet0/17 ! interface GigabitEthernet0/18 ! interface GigabitEthernet0/19 ! interface GigabitEthernet0/20 switchport trunk encapsulation dot1q switchport trunk allowed vlan 136,316 switchport mode trunk ! interface GigabitEthernet0/21 ! interface GigabitEthernet0/22 ! interface GigabitEthernet0/23 ! interface GigabitEthernet0/24 ! interface GigabitEthernet0/25 ! interface GigabitEthernet0/26 ! interface GigabitEthernet0/27 ! interface GigabitEthernet0/28 ! interface Vlan1 no ip address shutdown ! ip classless ip http server ip http secure-server ! ! ! control-plane ! ! line con 0 exec-timeout 0 0 privilege level 15 logging synchronous line vty 0 4 no login line vty 5 15 no login ! end