! ! ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname R3 ! 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.3 255.255.255.255 ! interface Loopback1 ip address 100.1.1.3 255.255.255.0 ! interface Ethernet0/0 ip address 192.168.13.3 255.255.255.0 half-duplex ! interface Ethernet0/1 ip address 192.168.23.3 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 65001 no synchronization bgp log-neighbor-changes network 100.1.1.0 mask 255.255.255.0 neighbor 192.168.0.1 remote-as 65001 neighbor 192.168.0.1 update-source Loopback0 neighbor 192.168.0.2 remote-as 65001 neighbor 192.168.0.2 update-source Loopback0 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