! ! ! ! ! ! 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 ! ! ! ! ! multilink bundle-name authenticated ! ! ! ! ! archive log config hidekeys ! ! ! ! ! ! ! interface Loopback3 ip address 120.142.2.3 255.255.255.255 ! interface FastEthernet0/0 ip address 10.0.0.3 255.255.255.0 duplex auto speed auto ! interface Serial0/0 ip address 210.10.1.3 255.255.255.0 clock rate 2000000 ! interface FastEthernet0/1 no ip address shutdown duplex auto speed auto ! interface Serial0/1 no ip address shutdown clock rate 2000000 ! router ospf 1 log-adjacency-changes network 10.0.0.0 0.0.0.255 area 0 network 120.142.2.3 0.0.0.0 area 0 ! router bgp 14300 no synchronization bgp log-neighbor-changes network 120.142.0.0 mask 255.255.252.0 neighbor AS14300 peer-group neighbor AS14300 remote-as 14300 neighbor AS14300 description iBGP full-mesh in AS14300 neighbor 10.0.0.1 peer-group AS14300 neighbor 10.0.0.2 peer-group AS14300 neighbor 210.10.1.4 remote-as 10010 neighbor 210.10.1.4 route-map 1 in neighbor 210.10.1.4 filter-list 1 out no auto-summary ! ip forward-protocol nd ip route 120.142.0.0 255.255.252.0 Null0 ! ip as-path access-list 1 permit ^$ ! no ip http server no ip http secure-server ! access-list 1 permit 222.255.0.0 0.0.15.255 access-list 1 permit 215.8.0.0 0.0.7.255 access-list 1 permit 202.44.0.0 0.0.1.255 access-list 2 permit 115.84.0.0 0.0.3.255 ! ! route-map 1 permit 1 match ip address 1 set local-preference 300 ! route-map 1 permit 2 match ip address 2 set local-preference 200 ! route-map 1 permit 3 ! ! ! ! control-plane ! ! ! line con 0 exec-timeout 0 0 privilege level 15 logging synchronous line aux 0 line vty 0 4 login ! ! end