! ! ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname R2 ! 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.2 255.255.255.255 ! interface Ethernet0/0 ip address 192.168.23.2 255.255.255.0 half-duplex ! interface Ethernet0/1 ip address 10.2.25.2 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 neighbor 10.2.52.5 remote-as 65002 neighbor 192.168.0.1 remote-as 65001 neighbor 192.168.0.1 update-source Loopback0 neighbor 192.168.0.1 route-map NEXT_HOP out neighbor 192.168.0.3 remote-as 65001 neighbor 192.168.0.3 update-source Loopback0 neighbor 192.168.0.3 route-map NEXT_HOP out no auto-summary ! no ip http server no ip http secure-server ! ip forward-protocol nd ! ! ! route-map NEXT_HOP permit 10 set ip next-hop 192.168.0.2 ! route-map NEXT-hop permit 10 set ip next-hop 192.168.0.2 ! ! ! 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