! Plug port 10 of switch into ethernet 0/1 of SI border router ! Switch ports 11 to 24 map to RouterA to RouterN in the Lab Pods ! interface FastEthernet0/1 description SI Workshop Core LAN no ip address ! interface FastEthernet0/1.11 encapsulation dot1Q 11 ip address 196.200.221.1 255.255.255.252 ipv6 address 2001:43f8:220:1::1/64 ! interface FastEthernet0/1.12 encapsulation dot1Q 12 ip address 196.200.221.5 255.255.255.252 ipv6 address 2001:43f8:220:2::1/64 ! interface FastEthernet0/1.13 encapsulation dot1Q 13 ip address 196.200.221.9 255.255.255.252 ipv6 address 2001:43f8:220:3::1/64 ! interface FastEthernet0/1.14 encapsulation dot1Q 14 ip address 196.200.221.13 255.255.255.252 ipv6 address 2001:43f8:220:4::1/64 ! interface FastEthernet0/1.15 encapsulation dot1Q 15 ip address 196.200.221.17 255.255.255.252 ipv6 address 2001:43f8:220:5::1/64 ! interface FastEthernet0/1.16 encapsulation dot1Q 16 ip address 196.200.221.21 255.255.255.252 ipv6 address 2001:43f8:220:6::1/64 ! interface FastEthernet0/1.17 encapsulation dot1Q 17 ip address 196.200.221.25 255.255.255.252 ipv6 address 2001:43f8:220:7::1/64 ! interface FastEthernet0/1.18 encapsulation dot1Q 18 ip address 196.200.221.29 255.255.255.252 ipv6 address 2001:43f8:220:8::1/64 ! interface FastEthernet0/1.19 encapsulation dot1Q 19 ip address 196.200.221.33 255.255.255.252 ipv6 address 2001:43f8:220:9::1/64 ! interface FastEthernet0/1.20 encapsulation dot1Q 20 ip address 196.200.221.37 255.255.255.252 ipv6 address 2001:43f8:220:A::1/64 ! interface FastEthernet0/1.21 encapsulation dot1Q 21 ip address 196.200.221.41 255.255.255.252 ipv6 address 2001:43f8:220:B::1/64 ! interface FastEthernet0/1.22 encapsulation dot1Q 22 ip address 196.200.221.45 255.255.255.252 ipv6 address 2001:43f8:220:C::1/64 ! interface FastEthernet0/1.23 encapsulation dot1Q 23 ip address 196.200.221.49 255.255.255.252 ipv6 address 2001:43f8:220:D::1/64 ! interface FastEthernet0/1.24 encapsulation dot1Q 24 ip address 196.200.221.53 255.255.255.252 ipv6 address 2001:43f8:220:E::1/64 ! router bgp 100 no bgp default ipv4-unicast bgp log-neighbor-changes neighbor 2001:43f8:220:1::2 remote-as 2 neighbor 2001:43f8:220:2::2 remote-as 2 neighbor 2001:43f8:220:2::2 local-as 200 neighbor 2001:43f8:220:3::2 remote-as 4 neighbor 2001:43f8:220:4::2 remote-as 4 neighbor 2001:43f8:220:4::2 local-as 200 neighbor 2001:43f8:220:5::2 remote-as 6 neighbor 2001:43f8:220:6::2 remote-as 6 neighbor 2001:43f8:220:6::2 local-as 200 neighbor 2001:43f8:220:7::2 remote-as 8 neighbor 2001:43f8:220:8::2 remote-as 8 neighbor 2001:43f8:220:8::2 local-as 200 neighbor 2001:43f8:220:9::2 remote-as 10 neighbor 2001:43f8:220:A::2 remote-as 10 neighbor 2001:43f8:220:A::2 local-as 200 neighbor 2001:43f8:220:B::2 remote-as 12 neighbor 2001:43f8:220:C::2 remote-as 12 neighbor 2001:43f8:220:C::2 local-as 200 neighbor 2001:43f8:220:D::2 remote-as 14 neighbor 2001:43f8:220:E::2 remote-as 14 neighbor 2001:43f8:220:E::2 local-as 200 neighbor 196.200.221.2 remote-as 2 neighbor 196.200.221.6 remote-as 2 neighbor 196.200.221.6 local-as 200 neighbor 196.200.221.10 remote-as 4 neighbor 196.200.221.14 remote-as 4 neighbor 196.200.221.14 local-as 200 neighbor 196.200.221.18 remote-as 6 neighbor 196.200.221.22 remote-as 6 neighbor 196.200.221.22 local-as 200 neighbor 196.200.221.26 remote-as 8 neighbor 196.200.221.30 remote-as 8 neighbor 196.200.221.30 local-as 200 neighbor 196.200.221.34 remote-as 10 neighbor 196.200.221.38 remote-as 10 neighbor 196.200.221.38 local-as 200 neighbor 196.200.221.42 remote-as 12 neighbor 196.200.221.46 remote-as 12 neighbor 196.200.221.46 local-as 200 neighbor 196.200.221.50 remote-as 14 neighbor 196.200.221.54 remote-as 14 neighbor 196.200.221.54 local-as 200 ! address-family ipv4 neighbor 196.200.221.2 activate neighbor 196.200.221.6 activate neighbor 196.200.221.10 activate neighbor 196.200.221.14 activate neighbor 196.200.221.18 activate neighbor 196.200.221.22 activate neighbor 196.200.221.26 activate neighbor 196.200.221.30 activate neighbor 196.200.221.34 activate neighbor 196.200.221.38 activate neighbor 196.200.221.42 activate neighbor 196.200.221.46 activate neighbor 196.200.221.50 activate neighbor 196.200.221.54 activate no auto-summary no synchronization network 10.0.0.0 mask 255.0.0.0 network 172.16.0.0 mask 255.240.0.0 network 192.168.0.0 mask 255.255.0.0 network 196.200.216.0 mask 255.255.248.0 exit-address-family ! address-family ipv6 neighbor 2001:43f8:220:1::2 activate neighbor 2001:43f8:220:2::2 activate neighbor 2001:43f8:220:3::2 activate neighbor 2001:43f8:220:4::2 activate neighbor 2001:43f8:220:5::2 activate neighbor 2001:43f8:220:6::2 activate neighbor 2001:43f8:220:7::2 activate neighbor 2001:43f8:220:8::2 activate neighbor 2001:43f8:220:9::2 activate neighbor 2001:43f8:220:A::2 activate neighbor 2001:43f8:220:B::2 activate neighbor 2001:43f8:220:C::2 activate neighbor 2001:43f8:220:D::2 activate neighbor 2001:43f8:220:E::2 activate network 2001:DB8::/32 network 2001:43f8::/32 exit-address-family ! ip route 0.0.0.0 0.0.0.0 196.200.223.254 ip route 10.0.0.0 255.0.0.0 Null0 ip route 172.16.0.0 255.240.0.0 Null0 ip route 192.168.0.0 255.255.0.0 Null0 ip route 196.200.216.0 255.255.248.0 Null0 250 ! ipv6 route 2001:DB8::/32 Null0 ipv6 route ::/0 2001:43f8:0:223:196:200:223:254 !