! version 12.3 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname R1 ! boot-start-marker boot-end-marker ! ! memory-size iomem 10 no aaa new-model ip subnet-zero ! ! no ip domain lookup ! ip cef ipv6 unicast-routing ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface Loopback0 no ip address ipv6 address 2000:1:1::1/128 ! interface Loopback1 no ip address ipv6 address 2006:1:1::/128 ! interface Tunnel0 no ip address no ip redirects ipv6 address 2002:B428:742::/64 ipv6 rip R1Rip enable tunnel source Ethernet0/0 tunnel mode ipv6ip 6to4 ! interface Ethernet0/0 ip address 180.40.7.66 255.255.255.224 half-duplex ! interface Serial0/0 no ip address shutdown ! interface Ethernet0/1 no ip address half-duplex ipv6 address 2005:0:104::/64 eui-64 ipv6 rip R1Rip enable ! interface Serial0/1 no ip address ipv6 address 2005:0:102::/64 eui-64 ipv6 rip R1Rip enable clock rate 64000 ! router rip version 2 network 180.40.0.0 no auto-summary ! router bgp 200 no synchronization bgp router-id 1.1.1.1 bgp log-neighbor-changes neighbor 2002:B428:701:: remote-as 100 neighbor 2002:B428:701:: ebgp-multihop 2 no neighbor 2002:B428:701:: activate neighbor 2005:0:102:0:213:7FFF:FE15:F2E0 remote-as 100 no neighbor 2005:0:102:0:213:7FFF:FE15:F2E0 activate neighbor 2005:0:104:0:202:4BFF:FECB:56E0 remote-as 300 no neighbor 2005:0:104:0:202:4BFF:FECB:56E0 activate no auto-summary ! address-family ipv6 neighbor 2002:B428:701:: activate neighbor 2005:0:102:0:213:7FFF:FE15:F2E0 activate neighbor 2005:0:104:0:202:4BFF:FECB:56E0 activate network 2006:1:1::/128 exit-address-family ! no ip http server ip classless ! ! ipv6 route 2000:7:7::7/128 2002:B428:701:: ipv6 route 2002::/16 Tunnel0 ipv6 router rip R1Rip distribute-list prefix-list Prob3 out Serial0/1 ! ! ! ipv6 prefix-list Prob3 seq 5 deny 2000:4:4::/64 ipv6 prefix-list Prob3 seq 7 deny 2002::/16 ge 17 ipv6 prefix-list Prob3 seq 10 permit ::/0 le 128 ! ! ! ! ! line con 0 exec-timeout 0 0 logging synchronous line aux 0 line vty 0 4 privilege level 15 no login ! ! end