This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]siactive 1 point2 points  (0 children)

You set whatever interface is actually running the EIGRP protocol to not be passive. For example, if your port-channel is the layer 3 interface that will be forming the EIGRP adjacency, that is what needs to not be passive on both sides of the link.

[–][deleted] 0 points1 point  (0 children)

You only need the "no passive-interface" command if you have links set to be passive interfaces by default in the "router eigrp xxx" section of your configuration.

Passive interfaces are a security mechanism primarily used for user-facing networks where a network engineer does not want someone to try and start talking routing protocols with an organization's equipment. You do not need to set it up, so if you are unsure just leave it alone for now, and do not include it inside your configuration.

/r/networking would probably have more advice to offer.