interface Loopback0
ip address 192.168.13.1 255.255.255.0 secondary
ip address 192.168.14.1 255.255.255.0 secondary
ip address 192.168.15.1 255.255.255.0 secondary
ip address 192.168.12.1 255.255.255.0
!
interface Loopback1
ip address 1.1.1.1 255.255.255.0
!
interface Serial1/0
ip address 12.1.1.1 255.255.255.0
serial restart-delay 0
!
interface Serial2/0
ip address 13.1.1.1 255.255.255.0
serial restart-delay 0
!
router bgp 10
no synchronization
bgp router-id 1.1.1.1
bgp log-neighbor-changes
redistribute connected
neighbor 12.1.1.2 remote-as 20
neighbor 12.1.1.2 description ITAA-2
neighbor 13.1.1.3 remote-as 30
neighbor 13.1.1.3 description ITAA-3
no auto-summary
!
| interface Loopback0
ip address 2.2.2.2 255.255.255.0
!
interface Serial2/0
ip address 12.1.1.2 255.255.255.0
serial restart-delay 0
!
router bgp 20
no synchronization
bgp router-id 2.2.2.2
bgp log-neighbor-changes
neighbor 12.1.1.1 remote-as 10
no auto-summary
|