! version 12.3 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname R4 ! boot-start-marker boot-end-marker ! ! 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:4:4::/64 ipv6 rip R4Rip enable ! interface Loopback1 no ip address ipv6 address 2006:4:4::/128 ! interface FastEthernet0/0 no ip address speed auto duplex auto ipv6 address 2005:0:104::4/64 ipv6 address FE80::4 link-local ipv6 rip R4Rip enable no shutdown ! interface ATM1/0 no ip address no atm ilmi-keepalive no shutdown ! router bgp 300 no synchronization bgp router-id 4.4.4.4 bgp log-neighbor-changes neighbor 2005:0:104::1 remote-as 200 no neighbor 2005:0:104::1 activate no auto-summary ! address-family ipv6 neighbor 2005:0:104::1 activate network 2000:4:4::/64 network 2006:4:4::/128 exit-address-family ! no ip http server no ip http secure-server ip classless ! ! ipv6 route ::/0 2005:0:104::1 ipv6 router rip R4Rip ! ! ! ! ! ! ! line con 0 exec-timeout 0 0 logging synchronous line aux 0 line vty 0 4 privilege level 15 no login ! ! end