! version 12.4 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname P4C ! boot-start-marker boot-end-marker ! ! aaa new-model ! ! aaa authentication login vtymethod local aaa authentication login conmethod none ! aaa session-id common ! resource policy ! memory-size iomem 15 ip subnet-zero ! ! ip cef no ip domain lookup ! ! ipv6 unicast-routing ! ! voice call carrier capacity active ! ! ! ! ! ! ! ! ! ! username ws privilege 15 password 0 w0rksh0p ! ! ! ! interface Loopback0 description pod 4 core c ip address 199.109.204.3 255.255.255.255 ipv6 address 2001:468:1104:9::1/64 ipv6 ospf 65504 area 0 ! interface FastEthernet0/0 description To Pod 4 Border-A ip address 199.109.204.26 255.255.255.252 duplex auto speed auto ipv6 address 2001:468:1104::2/64 ipv6 ospf 65504 area 0 ! interface FastEthernet0/1 description To Pod 4 Border-B ip address 199.109.204.29 255.255.255.252 duplex auto speed auto ipv6 address 2001:468:1104:1::2/64 ipv6 ospf 65504 area 0 ! interface FastEthernet1/0 description To Pod 4 Customer-D ip address 199.109.204.33 255.255.255.252 duplex auto speed auto ipv6 address 2001:468:1104:2::1/64 ipv6 ospf 65504 area 0 ! interface FastEthernet2/0 description To Pod 4 Customer-E ip address 199.109.204.37 255.255.255.252 duplex auto speed auto ipv6 address 2001:468:1104:3::1/64 ipv6 ospf 65504 area 0 ! router ospf 65504 log-adjacency-changes passive-interface Loopback0 network 199.109.204.0 0.0.0.255 area 0 ! router bgp 65504 bgp log-neighbor-changes neighbor 2001:468:1104:7::1 remote-as 65504 neighbor 2001:468:1104:7::1 update-source Loopback0 neighbor 2001:468:1104:8::1 remote-as 65504 neighbor 2001:468:1104:8::1 update-source Loopback0 ! address-family ipv4 no neighbor 2001:468:1104:7::1 activate no neighbor 2001:468:1104:8::1 activate no auto-summary no synchronization bgp dampening exit-address-family ! address-family ipv6 neighbor 2001:468:1104:7::1 activate neighbor 2001:468:1104:7::1 next-hop-self neighbor 2001:468:1104:7::1 soft-reconfiguration inbound neighbor 2001:468:1104:8::1 activate neighbor 2001:468:1104:8::1 next-hop-self neighbor 2001:468:1104:8::1 soft-reconfiguration inbound exit-address-family ! no ip http server ! ip classless ! ! ipv6 router ospf 65504 log-adjacency-changes default-information originate always ! ! ! control-plane ! ! ! ! ! ! ! dial-peer cor custom ! ! ! ! line con 0 privilege level 15 login authentication conmethod line aux 0 privilege level 15 login authentication conmethod line vty 0 4 exec-timeout 120 0 privilege level 15 login authentication vtymethod line vty 5 15 exec-timeout 120 0 privilege level 15 login authentication vtymethod ! ! end