
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2016 11:27 AM
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
Solved! Go to Solution.
- Labels:
-
Storage Networking
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2016 07:28 AM
Thats right, Make sure you are in correct VDC in nexus and correct address family under BGP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2016 06:35 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2016 06:41 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2016 07:28 AM
Thats right, Make sure you are in correct VDC in nexus and correct address family under BGP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2016 10:22 AM
Thanks for the confirmation!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2016 02:15 AM
Thank you too, I am glad I could help you :)
