! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname RouterA ! boot-start-marker boot-end-marker ! ! no aaa new-model memory-size iomem 5 ! ! ip cef ! ! ! ! interface Loopback0 ip address 1.1.1.1 255.255.255.0 ! interface Loopback1 ip address 111.1.1.1 255.255.255.255 ! interface FastEthernet0/0 description SP-A ip address 10.1.1.1 255.255.255.0 duplex auto speed auto ! interface FastEthernet1/0 description SP-B ip address 10.2.1.1 255.255.255.0 duplex auto speed auto ! router rip version 2 network 1.0.0.0 network 10.0.0.0 no auto-summary ! router bgp 300 no synchronization bgp log-neighbor-changes network 111.1.1.1 mask 255.255.255.255 neighbor 2.2.2.2 remote-as 100 neighbor 2.2.2.2 ebgp-multihop 2 neighbor 2.2.2.2 update-source Loopback0 neighbor 3.3.3.3 remote-as 200 neighbor 3.3.3.3 ebgp-multihop 2 neighbor 3.3.3.3 update-source Loopback0 no auto-summary ! ip http server no ip http secure-server ! ! ! control-plane ! ! ! ! ! line con 0 line aux 0 line vty 0 4 ! ! end