! This router masquerades as being in AS100 as well as AS200 ! the "local-as" command lets us do this. The "sh ip bgp" looks a bit ! weird on clients, but it means the exercise can work when we are ! lacking hardware... ! ! BTW, plug port 16 of switch into ethernet 0/0 of E2 bdr router ! interface FastEthernet0/0 description Routing Workshop Core LAN no ip address ! interface FastEthernet0/0.1 encapsulation dot1Q 1 native ! interface FastEthernet0/0.11 encapsulation dot1Q 11 ip address 196.200.222.1 255.255.255.252 ipv6 address 2001:4348:220:1::1/64 ! interface FastEthernet0/0.12 encapsulation dot1Q 12 ip address 196.200.222.5 255.255.255.252 ipv6 address 2001:4348:220:2::1/64 ! interface FastEthernet0/0.13 encapsulation dot1Q 13 ip address 196.200.222.9 255.255.255.252 ipv6 address 2001:4348:220:3::1/64 ! interface FastEthernet0/0.14 encapsulation dot1Q 14 ip address 196.200.222.13 255.255.255.252 ipv6 address 2001:4348:220:4::1/64 ! interface FastEthernet0/0.15 encapsulation dot1Q 15 ip address 196.200.222.17 255.255.255.252 ipv6 address 2001:4348:220:5::1/64 ! interface FastEthernet0/0.16 encapsulation dot1Q 16 ip address 196.200.222.21 255.255.255.252 ipv6 address 2001:4348:220:6::1/64 ! interface FastEthernet0/0.17 encapsulation dot1Q 17 ip address 196.200.222.25 255.255.255.252 ipv6 address 2001:4348:220:7::1/64 ! interface FastEthernet0/0.18 encapsulation dot1Q 18 ip address 196.200.222.29 255.255.255.252 ipv6 address 2001:4348:220:8::1/64 ! interface FastEthernet0/0.19 encapsulation dot1Q 19 ip address 196.200.222.33 255.255.255.252 ipv6 address 2001:4348:220:9::1/64 ! interface FastEthernet0/0.20 encapsulation dot1Q 20 ip address 196.200.222.37 255.255.255.252 ipv6 address 2001:4348:220:A::1/64 ! interface FastEthernet0/0.21 encapsulation dot1Q 21 ip address 196.200.222.41 255.255.255.252 ipv6 address 2001:4348:220:B::1/64 ! interface FastEthernet0/0.22 encapsulation dot1Q 22 ip address 196.200.222.45 255.255.255.252 ipv6 address 2001:4348:220:C::1/64 ! interface FastEthernet0/0.23 encapsulation dot1Q 23 ip address 196.200.222.49 255.255.255.252 ipv6 address 2001:4348:220:D::1/64 ! interface FastEthernet0/0.24 encapsulation dot1Q 24 ip address 196.200.222.53 255.255.255.252 ipv6 address 2001:4348:220:E::1/64 ! router bgp 100 bgp log-neighbor-changes no bgp default ipv4-unicast address-family ipv4 no synchronization no auto-summary neighbor 196.200.222.2 remote-as 1 neighbor 196.200.222.6 remote-as 2 neighbor 196.200.222.10 remote-as 3 neighbor 196.200.222.14 remote-as 4 neighbor 196.200.222.18 remote-as 5 neighbor 196.200.222.22 remote-as 6 neighbor 196.200.222.26 remote-as 7 neighbor 196.200.222.30 remote-as 8 neighbor 196.200.222.30 local-as 200 neighbor 196.200.222.34 remote-as 9 neighbor 196.200.222.34 local-as 200 neighbor 196.200.222.38 remote-as 10 neighbor 196.200.222.38 local-as 200 neighbor 196.200.222.42 remote-as 11 neighbor 196.200.222.42 local-as 200 neighbor 196.200.222.46 remote-as 12 neighbor 196.200.222.46 local-as 200 neighbor 196.200.222.50 remote-as 13 neighbor 196.200.222.50 local-as 200 neighbor 196.200.222.54 remote-as 14 neighbor 196.200.222.54 local-as 200 address-family ipv6 neighbor 2001:4348:220:1::2 remote-as 1 neighbor 2001:4348:220:2::2 remote-as 2 neighbor 2001:4348:220:2::2 local-as 200 neighbor 2001:4348:220:3::2 remote-as 3 neighbor 2001:4348:220:4::2 remote-as 4 neighbor 2001:4348:220:4::2 local-as 200 neighbor 2001:4348:220:5::2 remote-as 5 neighbor 2001:4348:220:6::2 remote-as 6 neighbor 2001:4348:220:6::2 local-as 200 neighbor 2001:4348:220:7::2 remote-as 7 neighbor 2001:4348:220:8::2 remote-as 8 neighbor 2001:4348:220:8::2 local-as 200 neighbor 2001:4348:220:9::2 remote-as 9 neighbor 2001:4348:220:A::2 remote-as 10 neighbor 2001:4348:220:A::2 local-as 200 neighbor 2001:4348:220:B::2 remote-as 11 neighbor 2001:4348:220:C::2 remote-as 12 neighbor 2001:4348:220:C::2 local-as 200 neighbor 2001:4348:220:D::2 remote-as 13 neighbor 2001:4348:220:E::2 remote-as 14 neighbor 2001:4348:220:E::2 local-as 200 !