Configuration 2006.07.14.12.20.16.N.9, Device R2!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R2
!
boot-start-marker
boot-end-marker
!
!
no network-clock-participate slot 1 
no network-clock-participate wic 0 
no aaa new-model
ip subnet-zero
!
!
!
ip cef
no ip domain lookup
ip audit po max-events 100
ipv6 unicast-routing
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
! 
!
!
!
!
interface Loopback0
 no ip address
 ipv6 address 2000:2:2::/64
!
interface Loopback99
 no ip address
 ipv6 address 2006:2:2::/128
!
interface FastEthernet0/0
 no ip address
 shutdown
 speed auto
 duplex auto
!
interface BRI0/0
 no ip address
 shutdown
!
interface FastEthernet0/1
 no ip address
 shutdown
 speed auto
 duplex auto
!
interface Serial1/0
 no ip address
 encapsulation frame-relay
 no shutdown
!
interface Serial1/0.1 point-to-point
 ipv6 address 2005:0:237::/64 eui-64
 ipv6 ospf 1 area 0
 frame-relay interface-dlci 203   
 no shutdown
!
interface Serial1/0.2 point-to-point
 ipv6 address 2005:0:702::/64 eui-64
 ipv6 ospf 1 area 0
 frame-relay interface-dlci 207   
 no shutdown
!
interface Serial1/1
 no ip address
 ipv6 address 2005:0:102::/64 eui-64
 ipv6 rip R2RIP enable
 no shutdown
!
interface Serial1/2
 no ip address
 ipv6 address 2005:0:1203::/64 eui-64
 ipv6 ospf 1 area 20
 clock rate 64000
 no shutdown
!
interface Serial1/3
 no ip address
 shutdown
!
interface Serial1/4
 no ip address
 shutdown
!
interface Serial1/5
 no ip address
 shutdown
!
interface Serial1/6
 no ip address
 shutdown
!
interface Serial1/7
 no ip address
 shutdown
!
router bgp 100
 no synchronization
 bgp router-id 2.2.2.2
 bgp log-neighbor-changes
 neighbor 2000:3:3:: remote-as 100
 neighbor 2000:3:3:: update-source Loopback0
 no neighbor 2000:3:3:: activate
 neighbor 2005:0:102:0:2D0:BBFF:FEE9:6060 remote-as 200
 no neighbor 2005:0:102:0:2D0:BBFF:FEE9:6060 activate
 no auto-summary
 !
 address-family ipv6
 neighbor 2000:3:3:: activate
 neighbor 2005:0:102:0:2D0:BBFF:FEE9:6060 activate
 network 2006:2:2::/128
 exit-address-family
!
ip classless
!
no ip http server
no ip http secure-server
!
ipv6 router ospf 1
 router-id 2.2.2.2
 log-adjacency-changes
 area 20 virtual-link 3.3.3.3
 distribute-list prefix-list noloop out connected
 redistribute connected
 redistribute rip R2RIP tag 2
!
ipv6 router rip R2RIP
 redistribute connected
 redistribute ospf 1 metric 2
  distribute-list prefix-list noloop out  
!
!
!
ipv6 prefix-list noloop seq 5 deny 2006:2:2::/128
ipv6 prefix-list noloop 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