04-03-2015 07:56 AM - edited 03-05-2019 01:09 AM
Hello friends,
Imagine I have the following SVI's configured locally on a Nexus 5548...
int vlan 10
ip address 10.0.0.1/24
int vlan 20
ip address 20.0.0.1/24
int vlan 30
ip address 30.0.0.1/24
How would I temporarily prevent EIGRP from advertising vlan 20 / 20.0.0.0/24 to its EIGRP neighbors
Thanks in advance.
Semaj
Solved! Go to Solution.
04-03-2015 10:07 AM
You can use a distribute list but it goes under the interface configuration as far as I know.
So you would need to configure it under the interfaces that connect to the EIGRP neighbors and so it depends on how many EIGRP neighbors you have and how many peerings per interface ie. if you were peering with multiple SVIs over the same physical interface you would need a distribute list per SVI.
Jon
04-03-2015 09:16 AM
Semaj
Do you have an EIGRP statement under the vlan 20 SVI eg.
int vlan 20
ip router eigrp <instance>
if so remove the EIGRP part and it won't run EIGRP on it so it won't be advertised.
Jon
04-03-2015 10:00 AM
Hi Jon,
Yes I do. Your solution makes sense. I've done some reading since my original post.
Could i also use an access list / prefix list to accomplish this? I have a bunch of SVI's and would like to do this as elegantly as possible. Most of the SVI's can be summarized.
On an IOS router I'd probably do something like this...
ip access list standard BLOCK
deny 20.0.0.0 0.0.0.0
permit any
router eigrp 1
distribute-list BLOCK out
Can i accomplish something similar on the Nexus
04-03-2015 10:07 AM
You can use a distribute list but it goes under the interface configuration as far as I know.
So you would need to configure it under the interfaces that connect to the EIGRP neighbors and so it depends on how many EIGRP neighbors you have and how many peerings per interface ie. if you were peering with multiple SVIs over the same physical interface you would need a distribute list per SVI.
Jon
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide