! ! ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname R5 ! boot-start-marker boot-end-marker ! ! no aaa new-model memory-size iomem 5 ! ! ip cef no ip domain lookup ip domain name lab.local ! ! ip auth-proxy max-nodata-conns 3 ip admission max-nodata-conns 3 ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface Loopback0 ip address 192.168.0.5 255.255.255.255 ! interface Ethernet0/0 ip address 192.168.56.5 255.255.255.0 half-duplex ! interface Ethernet0/1 ip address 10.2.25.5 255.255.255.0 half-duplex ! interface Ethernet0/2 no ip address shutdown half-duplex ! interface Ethernet0/3 no ip address shutdown half-duplex ! router ospf 1 log-adjacency-changes network 192.168.0.0 0.0.255.255 area 0 ! router bgp 65002 no synchronization bgp log-neighbor-changes neighbor 10.2.25.2 remote-as 65001 neighbor 192.168.0.4 remote-as 65002 neighbor 192.168.0.4 update-source Loopback0 neighbor 192.168.0.4 next-hop-self neighbor 192.168.0.6 remote-as 65002 neighbor 192.168.0.6 update-source Loopback0 neighbor 192.168.0.6 next-hop-self no auto-summary ! no ip http server no ip http secure-server ! ip forward-protocol nd ! ! ! ! ! control-plane ! ! ! ! ! ! ! ! ! ! line con 0 exec-timeout 0 0 privilege level 15 logging synchronous line aux 0 exec-timeout 0 0 privilege level 15 logging synchronous line vty 0 4 login ! ! end