! ! ! version 12.4 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 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.4 255.255.255.255 ! interface Loopback1 ip address 10.1.1.4 255.255.255.255 ! interface Ethernet0/0 ip address 192.168.46.4 255.255.255.0 half-duplex ! interface Ethernet0/1 ip address 10.1.14.4 255.255.255.0 half-duplex ! interface Ethernet0/2 ip address 10.1.41.4 255.255.255.0 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.1.1.1 remote-as 65001 neighbor 10.1.1.1 ebgp-multihop 255 neighbor 10.1.1.1 update-source Loopback1 neighbor 192.168.0.5 remote-as 65002 neighbor 192.168.0.5 update-source Loopback0 neighbor 192.168.0.5 next-hop-self neighbor 192.168.0.6 remote-as 65001 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 ip route 10.1.1.1 255.255.255.255 10.1.14.1 ip route 10.1.1.1 255.255.255.255 10.1.41.1 ! ! ! ! ! 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