[c-nsp] BGP Dynamic Neighbors + VRF

Andrew Thrift andrew at networklabs.co.nz
Mon Dec 7 20:44:54 EST 2015


Hello,

I have been trying to set up BGP Dynamic Neighbors on a Cisco ASR1002
as per the documentation
"http://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_bgp/configuration/15-mt/irg-15-mt-book/bgp_dynamic_neighbors.pdf"
but am coming unstuck when trying to bind to the peer-group from
within a VRF.

 Basic config is:

router bgp 65000
remote-as 65000

 bgp log-neighbor-changes
 bgp listen range 10.23.3.0/24 peer-group nz-peers
 bgp listen limit 200
 neighbor nz-peers peer-group
 neighbor nz-peers remote-as 64632
 neighbor nz-peers ebgp-multihop 255

address-family ipv4 vrf vrf-nz-wan
  redistribute connected
  neighbor nz-peers activate
 exit-address-family


However when issuing "neighbor nz-peers activate" I get the following error:

% Specify remote-as or peer-group commands first

Is this a configuration that others have done ?  Or am I missing
something fundamental ?


Regards,



Andrew


More information about the cisco-nsp mailing list