Configuration 2006.03.02.21.49.03.N.5, Device R1!
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 2006:1:1::/128
!
interface Loopback99
 no ip address
 ipv6 address 2005:17:17::1/128
!
interface Tunnel0
 no ip address
 no ip redirects
 ipv6 address 2002:B428:742::1/64
 tunnel source Ethernet0/0
 tunnel mode ipv6ip 6to4
 no shutdown
!
interface Ethernet0/0
 ip address 180.40.7.66 255.255.255.224
 half-duplex
 no shutdown
!
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
 no shutdown
!
interface Serial0/1
 no ip address
 ipv6 address 2005:0:102::/64 eui-64
 ipv6 rip R1Rip enable
 clock rate 64000
 no shutdown
!
router rip
 version 2
 network 180.40.0.0
 no auto-summary
!
router bgp 200
 no synchronization
 bgp log-neighbor-changes
 neighbor 2005:0:102:0:212:7FFF:FE80:F460 remote-as 100
 no neighbor 2005:0:102:0:212:7FFF:FE80:F460 activate
 neighbor 2005:0:104:0:205:32FF:FE46:E80 remote-as 300
 no neighbor 2005:0:104:0:205:32FF:FE46:E80 activate
 neighbor 2005:17:17::7 remote-as 100
 neighbor 2005:17:17::7 ebgp-multihop 2
 neighbor 2005:17:17::7 update-source Loopback99
 no neighbor 2005:17:17::7 activate
 no auto-summary
 !
 address-family ipv6
 neighbor 2005:0:102:0:212:7FFF:FE80:F460 activate
 neighbor 2005:0:104:0:205:32FF:FE46:E80 activate
 neighbor 2005:17:17::7 activate
 network 2006:1:1::/128
 exit-address-family
!
no ip http server
ip classless
!
!
ipv6 route 2002::/16 Tunnel0
ipv6 route 2005:17:17::7/128 2002:B428:701::7
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 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