[c-nsp] Cisco Guard and loopback

Michael McCormack mmccormack at dataelec.com
Fri Feb 24 08:18:41 EST 2006


We are trying to set up  eBGP peering between a test router and Cisco
Guard using loopback addresss and the following simple config

For some reason the peering will not establish to the Guard when we try
to use the loopback address . Anybody got any suggestions ???

 

 

Router 1

interface Loopback0

 ip address 10.10.10.1 255.255.255.255

 

interface f0/0

 ip address 192.168.1.1 255.255.255.224

no shut

!

router bgp 100

bgp log-neighbor-changes

neighbor 10.10.10.2 remote-as 200

neighbor 10.10.10.2  ebgp-multihop 2

neighbor 10.10.10.2 update-source Loopback0

!

ip classless

ip route 10.10.10.2 255.255.255.255 192.168.1.2

 

 

Cisco Guard

interface Loopback0

 ip address 10.10.10.2 255.255.255.255

 

interface f0/0

 ip address 192.168.1.2 255.255.255.224

no shut

!

router bgp 200

bgp log-neighbor-changes

neighbor 10.10.10.1 remote-as 200

neighbor 10.10.10.1  ebgp-multihop 2 

neighbor 10.10.10.1 update-source Loopback0

!

ip classless

ip route 10.10.10.1 255.255.255.255 192.168.1.1

 



More information about the cisco-nsp mailing list