R2#show run Building configuration... Current configuration : 1130 bytes ! version 12.3 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname R2 ! boot-start-marker boot-end-marker ! enable password cisco ! mmi polling-interval 60 no mmi auto-configure no mmi pvc mmi snmp-timeout 180 no aaa new-model ip subnet-zero ! ! no ip domain lookup ! ip cef ! ! ! ! interface Loopback0 no ip address ! interface FastEthernet0 ip address 172.16.0.1 255.255.0.0 speed 100 full-duplex ! interface Serial0 ip address 10.90.90.1 255.255.255.240 clockrate 256000 ! router rip version 2 network 10.0.0.0 network 172.16.0.0 no auto-summary ! router bgp 10 no synchronization bgp log-neighbor-changes neighbor 10.6.6.6 remote-as 100 neighbor 10.6.6.6 ebgp-multihop 5 neighbor 10.6.6.6 update-source FastEthernet0 neighbor 10.8.8.8 remote-as 100 neighbor 10.8.8.8 ebgp-multihop 5 neighbor 10.8.8.8 update-source FastEthernet0 neighbor 172.16.0.2 remote-as 10 auto-summary ! ip classless no ip http server ! ! ! ! line con 0 exec-timeout 0 0 password cisco login line aux 0 line vty 0 4 exec-timeout 0 0 password cisco login ! end R2#