Configuration 2006.12.01.11.49.24.N.9, 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 Tunnel0
 no ip address
 no ip redirects
 ipv6 address 2002:B428:742::/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::1/64
 ipv6 address FE80::1 link-local
 ipv6 rip R1Rip enable
 no shutdown
!
interface Serial0/1
 no ip address
 ipv6 address 2005:0:102::1/64
 ipv6 address FE80::1 link-local
 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 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::2 remote-as 100
 no neighbor 2005:0:102::2 activate
 neighbor 2005:0:104::4 remote-as 300
 no neighbor 2005:0:104::4 activate
 no auto-summary
 !
 address-family ipv6
 neighbor 2002:B428:701:: activate
 neighbor 2005:0:102::2 activate
 neighbor 2005:0:104::4 activate
 network 2006:1:1::/128
 exit-address-family
!
ip http server
ip classless
!
!
ipv6 route 2002::/16 Tunnel0
ipv6 router rip R1Rip
 redistribute static metric 3
  distribute-list prefix-list NoR4Loop out Serial0/1 
!
!
!
ipv6 prefix-list NoR4Loop seq 5 deny 2000:4:4::/64
ipv6 prefix-list NoR4Loop seq 7 deny 2002::/16
ipv6 prefix-list NoR4Loop 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