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