! ! sample config for as200 router ! in this case the port fa0/1 is plugged into ! needs to be an access port in the right vlan for table-j ! ! can also be part of the as100 config using vlans and ! local-as ! no ipv6 source-route ipv6 unicast-routing ipv6 cef ! interface FastEthernet0/1 description SI-E workshop core lan ip address 196.200.220.13 255.255.255.252 duplex auto speed auto ! ! router bgp 200 no bgp default ipv4-unicast bgp log-neighbor-changes neighbor 196.200.220.14 remote-as 42 ! address-family ipv4 no synchronization network 1.0.0.0 network 10.0.0.0 network 100.0.0.0 network 169.254.0.0 network 192.0.2.0 network 192.168.0.0 mask 255.255.0.0 network 198.51.0.0 mask 255.255.0.0 neighbor 196.200.220.14 activate neighbor 196.200.220.14 default-originate no auto-summary exit-address-family ! ! ip route 0.0.0.0 0.0.0.0 196.200.223.254 ip route 1.0.0.0 255.0.0.0 Null0 ip route 10.0.0.0 255.0.0.0 Null0 ip route 100.0.0.0 255.0.0.0 Null0 ip route 169.254.0.0 255.255.0.0 Null0 name bogon ip route 192.0.2.0 255.255.255.0 Null0 name bogon ip route 192.168.0.0 255.255.0.0 Null0 name bogon ip route 196.200.220.0 255.255.255.0 Null0 250 ip route 198.51.0.0 255.255.255.0 Null0 name bogon ! access-list 1 permit 196.200.208.0 0.0.15.255 access-list 2 permit 196.200.223.0 0.0.0.255 access-list 3 permit 196.200.223.1 ipv6 route ::/0 2001:43F8:220:223::254