cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1014
Views
2
Helpful
7
Replies

Not accepting no passive-interface command

CiscoAAA1
Level 1
Level 1

Hi, 

We are migrating 6509 switch to a 9500 series switch. 

Here the  " no passive-interface " command is not getting accepted in the  EIGRP configuation. 

Could you help me to understand, how could I apply the above command in CISCO 9500.

Old 6509 switch configuation is as below. 

router eigrp 200

address-family ipv4 vrf SRF_VRF autonomous-system 200
network 172.80.217.17 0.0.0.0
network 172.80.226.25 0.0.0.0
network 172.80.226.53 0.0.0.0
network 172.80.226.77 0.0.0.0
passive-interface default
no passive-interface Port-channel124.2060
no passive-interface Vlan282
no passive-interface Port-channel111.2051
no passive-interface Vlan283
eigrp router-id 172.16.282.25
nsf
exit-address-family

 

Regards,

7 Replies 7

Hello @CiscoAAA1 ,

what is the message you receive when configuring no passive-interface Port-channel124.2060 ?

I just replicated your config and if the interfaces you are trying to make "no passive" are in the vrf SRF_VRF, the command works.

Regards, LG
*** Please Rate All Helpful Responses ***

Can you do

Passive interface  ?

Can you check option you have 

Also you config this passive interface under the autonomous system 

MHM

Thanks a lot... Let me check and update you the error message. 

Hello,

That looks like it could be a different syntax. Can you try:

router eigrp 200

address-family ipv4 vrf SRF_VRF autonomous-system 200
af-interface Vlan282

no passive-interface

 

-David

Choosing the router eigrp 200 command, selects the classic eigrp configuration mode and in this mode there is no af-interface <ifname>

sho ip protocols
...

Routing Protocol is "eigrp 200"
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Default networks flagged in outgoing updates
Default networks accepted from incoming updates
EIGRP-IPv4 Protocol for AS(200)
Metric weight K1=1, K2=0, K3=1, K4=0, K5=0
Soft SIA disabled
NSF-aware route hold timer is 240
EIGRP NSF disabled
NSF signal timer is 20s
NSF converge timer is 120s
Router-ID: 172.25.25.95
Topology : 0 (base)
Active Timer: 3 min
Distance: internal 90 external 170
Maximum path: 4
Maximum hopcount 100
Maximum metric variance 1
Total Prefix Count: 0
Total Redist Count: 0

Automatic Summarization: disabled
Maximum path: 4
Routing for Networks:
Routing Information Sources:
Gateway Distance Last Update
Distance: internal 90 external 170

Regards, LG
*** Please Rate All Helpful Responses ***

What type of error are you getting? If any? You could also try the below command:

router eigrp 200
passive-interface vlan282

Enter the command before the address family if after the address-family doesn't work.

-David

johnlloyd_13
Level 9
Level 9

hi,

can you post a show run | s router eigrp 200?

did you configure the Port-channelxx and SVI interfaces in the 9500? are these interfaces configured with vrf SRF_VRF?

try to configure:

router eigrp 200
!
address-family ipv4 vrf SRF_VRF
autonomous-system 200    <<< NEXT LINE
network 172.80.217.17 0.0.0.0
network 172.80.226.25 0.0.0.0
network 172.80.226.53 0.0.0.0
network 172.80.226.77 0.0.0.0
passive-interface default
no passive-interface Port-channel124.2060
no passive-interface Vlan282
no passive-interface Port-channel111.2051
no passive-interface Vlan283
eigrp router-id 172.16.282.25
nsf
exit-address-family