! version 12.2 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname R11 ! logging queue-limit 100 enable password w0rksh0p ! ip subnet-zero ! ! ip name-server 128.171.3.13 ! ip dhcp pool DHCPPoolLAN_0 network 132.160.133.0 255.255.255.0 dns-server 207.75.164.59 default-router 132.160.133.34 ! ipv6 unicast-routing mpls ldp logging neighbor-changes ! ! ! ! ! ! ! ! ! no voice hpi capture buffer no voice hpi capture destination ! ! mta receive maximum-recipients 0 ! ! ! ! interface FastEthernet0/0 description R11<->R10 ip address 132.160.133.34 255.255.255.248 duplex auto speed auto ipv6 address 2001:468:1081::2/64 ! interface FastEthernet0/1 description R11<->R15 ip address 132.160.133.13 255.255.255.252 duplex auto speed auto ipv6 address 2001:468:1088:3::1/64 ! interface FastEthernet1/0 description R11<->R13 ip address 132.160.133.5 255.255.255.252 duplex auto speed auto ipv6 address 2001:468:1088:1::1/64 ! interface FastEthernet2/0 description R11<->R14 ip address 132.160.133.9 255.255.255.252 duplex auto speed auto ipv6 address 2001:468:1088:2::1/64 ! router ospf 100 log-adjacency-changes network 132.160.133.0 0.0.0.255 area 0 ! router bgp 65011 no synchronization bgp log-neighbor-changes neighbor 2001:468:1081::1 remote-as 65010 neighbor 2001:468:1088:1::2 remote-as 65013 neighbor 2001:468:1088:2::2 remote-as 65014 neighbor 2001:468:1088:3::2 remote-as 65015 no auto-summary ! address-family ipv4 multicast no auto-summary no synchronization exit-address-family ! address-family ipv6 neighbor 2001:468:1081::1 activate neighbor 2001:468:1081::1 soft-reconfiguration inbound neighbor 2001:468:1088:1::2 activate neighbor 2001:468:1088:1::2 soft-reconfiguration inbound neighbor 2001:468:1088:2::2 activate neighbor 2001:468:1088:2::2 soft-reconfiguration inbound neighbor 2001:468:1088:3::2 activate neighbor 2001:468:1088:3::2 soft-reconfiguration inbound network 2001:468:1088::/45 aggregate-address 2001:468:1088::/45 summary-only exit-address-family ! address-family ipv4 no neighbor 2001:468:1081::1 activate no neighbor 2001:468:1088:1::2 activate no neighbor 2001:468:1088:2::2 activate no neighbor 2001:468:1088:3::2 activate no auto-summary no synchronization exit-address-family ! ip http server ip classless ! ! ! ! ! ipv6 prefix-list 45-AGG seq 5 permit 2001:468:1088::/45 ! ipv6 prefix-list AS65011-UPSTREAM-OUT seq 5 permit 2001:468:1088::/45 ! ! ipv6 access-list V6VTY permit ipv6 2001:468:1000::/39 any call rsvp-sync ! ! mgcp profile default ! ! ! dial-peer cor custom ! ! ! ! line con 0 line aux 0 line vty 0 4 access-class V6VTY in password w0rksh0p login ! ! end