! ! ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname R1 ! 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.1 255.255.255.255 ! interface Loopback1 ip address 10.1.1.1 255.255.255.255 ! interface Ethernet0/0 ip address 192.168.13.1 255.255.255.0 half-duplex ! interface Ethernet0/1 ip address 10.1.14.1 255.255.255.0 half-duplex ! interface Ethernet0/2 ip address 10.1.41.1 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 65001 no synchronization bgp log-neighbor-changes neighbor 10.1.1.4 remote-as 65002 neighbor 10.1.1.4 ebgp-multihop 255 neighbor 10.1.1.4 update-source Loopback1 neighbor 192.168.0.2 remote-as 65001 neighbor 192.168.0.2 update-source Loopback0 neighbor 192.168.0.2 next-hop-self neighbor 192.168.0.3 remote-as 65001 neighbor 192.168.0.3 update-source Loopback0 neighbor 192.168.0.3 next-hop-self no auto-summary ! no ip http server no ip http secure-server ! ip forward-protocol nd ip route 10.1.1.4 255.255.255.255 10.1.14.40 ip route 10.1.1.4 255.255.255.255 10.1.41.40 ! ! ! ! ! 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