cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4125
Views
0
Helpful
1
Replies

Advertise bgp network within a vrf on nexus 5000 ?

runariversen
Level 1
Level 1

hi,

quite new to the nexus 5k,  could someone point me to a conguration example of bgp within a vrf on the nexus 5000 ?

It is configurred and the bgp is up and runnning, but having some problem with the advertisement of the networks that doesnt seem to happen.

Have looked into the basic bgp and the advanced bgp doc but need somewhat clearer configuration examples and explanations.

example config, should this work ?

router bgp xxxx

  vrf A

    router-id 1.1.1.1

    address-family ipv4 unicast

      network 1.1.0.0

    neighbor 1.1.1.2 remote-as xxxx

      address-family ipv4 unicast

        route-map LOCPREF in

route-map LOCPREF in

set local-preferense 300

Any feedback is appricated :O)

1 Reply 1

micturne
Level 4
Level 4

Hello Runar,

Thanks for your patience.  I recieved the answer below from one of our experts.  I think you will find it quite helpful.

The configuration look fine to me.   The best place for configuration reference is the configuration guide:

http://www.cisco.com/en/US/docs/switches/datacenter/nexus5000/sw/unicast/521_N11/l3_bgp.html

http://www.cisco.com/en/US/docs/switches/datacenter/nexus5000/sw/unicast/521_N11/l3_advbgp.html

http://www.cisco.com/en/US/docs/switches/datacenter/nexus5000/sw/unicast/521_N11/l3_virtual.html

-Mike