cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
949
Views
0
Helpful
5
Replies

Configure BGP redistribute on N7K

David Martinez
Level 1
Level 1

User trying to configure bgp redistribution on N7K under BGP but it doesn't seem to be taking these commands: I don't have a n7k present to test.

router bgp 65100

redistribute static route-map STATIC_PERMIT
redistribute ospf 1 match internal external 1 external 2

neighbor 172.10.1.9 soft-reconfiguration inbound
neighbor 172.10.1.9 weight 32769
default-information originate
no auto-summary
ip classless
ip forward-protocol nd

Are there any alternatives for configuring these cmds on N7K?

Thanks

1 Accepted Solution

Accepted Solutions

Thats right, Make sure you are in correct VDC in nexus and correct address family under BGP.

View solution in original post

5 Replies 5

nagasheshu2010
Level 1
Level 1

Hi David,

Hope you are OK.

what do you mean when you say " it doesn't seem to be taking these commands". Is it not letting you execute those commands and throwing an error? or you are able to execute those commands and you are not seeing the expected output?

If issue 1, what is the error it is throwing? because as far as I know, they are the correct syntax's.

if issue 2, Can you please once check route-map ?

Thanks,

Sheshu.

Hi, apparently the tech didn't enable feature bgp on the N7K.  

I'm planning out a change over from a 6509 to a N7K and just porting over the configs. I tried to look online to find the steps to inject all OSPF routes into BGP but can't seem to find an alternative for the redistribute ospf 1 match internal external 1 external 2 command which is currently on my 6509.

I tracked this down online:

route-map test permit 10

match route-type internal

router bgp xxxx

redistribute ospf 1 route-map test

Is this the correct way? Should I add 

match route-type internal external type 1 external type 2

Thats right, Make sure you are in correct VDC in nexus and correct address family under BGP.

Thanks for the confirmation!

Thank you too, I am glad I could help you :)