! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname SP-B ! boot-start-marker boot-end-marker ! ! no aaa new-model memory-size iomem 5 ! ! ip cef ! ! ! ! ! interface Loopback0 ip address 3.3.3.3 255.255.255.0 ! interface Loopback1 ip address 113.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.2 255.255.255.0 duplex auto speed auto ! router rip version 2 network 3.0.0.0 network 10.0.0.0 no auto-summary ! router bgp 200 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 2.2.2.2 remote-as 100 neighbor 2.2.2.2 ebgp-multihop 2 neighbor 2.2.2.2 update-source Loopback0 neighbor 2.2.2.2 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