01-27-2016 12:56 PM - edited 03-01-2019 08:10 AM
I am installing a Nexus 3524 with the base license. I'm trying to do EIGRP stub with an IOS Catalyst 6506E. Both see each other as peers. The Nexus 3524 sees the Catalyst routes but the Catalyst does not see any Nexus 3524 connected VLANs. The Nexus 3524 replaced a 3750G which worked with no problem.
I am running system: version 6.0(2)A6(5).
Relevant configurations:
Nexus 3524:
feature eigrp
ip access-list CCPS-redistribute-connected
10 remark *********************************************************
20 remark List of connected networks redistributed into EIGRP
30 remark *********************************************************
40 permit ip any any
ip access-list CCPS-redistribute-static
10 remark *********************************************************
20 remark List of networks static redistributed into EIGRP
30 remark *********************************************************
40 permit ip any any
interface Ethernet1/1
speed 1000
description Uplink to Core CMS 6506
no switchport
ip address 10.9.1.6/30
ip router eigrp CCPS
no ip passive-interface eigrp CCPS
ip pim sparse-mode
no shutdown
router eigrp CCPS
autonomous-system 10
stub direct redistributed
redistribute direct route-map eigrp-connected
redistribute static route-map eigrp-static
C3524-CCPS-Core-1# sho ip eigrp
IP-EIGRP AS 10 ID 10.10.5.1 VRF default
Process-tag: CCPS
Instance Number: 1
Status: running
Authentication mode: none
Authentication key-chain: none
Metric weights: K1=1 K2=0 K3=1 K4=0 K5=0
IP proto: 88 Multicast group: 224.0.0.10
Int distance: 90 Ext distance: 170
Max paths: 8
Number of EIGRP interfaces: 3 (0 loopbacks)
Number of EIGRP passive interfaces: 0
Number of EIGRP peers: 3
Redistributing:
static route-map eigrp-static
direct route-map eigrp-connected
Graceful-Restart: Enabled
Stub-Routing: Enabled
Stub Options:
Direct/Connected
Redistributed
NSF converge time limit/expiries: 120/0
NSF route-hold time limit/expiries: 240/0
NSF signal time limit/expiries: 20/0
Redistributed max-prefix: Disabled
C3524-CCPS-Core-1# sho ip eigrp ne
IP-EIGRP neighbors for process 10 VRF default
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
1 10.9.1.5 Eth1/1 12 01:03:47 2 50 0 8768
Also, does the Nexus 3524 actually support full EIGRP?
01-27-2016 02:05 PM
I'm not familiar with Nexus but I took a look at this guide:
It looks to me like you need something like:
router eigrp CCPS
autonomous-system 10
address-family ipv4 unicast
stub direct redistributed
Note it also says you need the below on the core router that connects to the stub:
eigrp stub redistributed
01-27-2016 02:35 PM
Philip, see my comment above. I had to put the ip router eigrp processname command on each VLAN interface I wanted to advertise to the neighbor.
I'm still trying to determine if this is specific to the NEXUS 3524 platform. It is relatively new and I found one other bug related to vpc in this version of code. Maybe this is a bug as well.
01-27-2016 02:06 PM
01-27-2016 02:33 PM
Philip, I open a TAC case on this issue. I should have been more clear on the problem. The neighbor does not see any of the VLAN interfaces.
I don't know if this is a workaround, if it's required, if STUB demands it, or it is something related to running/configuring Layer 3 on a Nexus 3524, but TAC said I had to put the command:
ip router eigrp processname
on each VLAN interface that I wanted to advertise to the neighbor.
I thought instead that the stub direct redistributed command would have done it.
The workaround worked.
Regarding the license, the TAC engineer said that the Nexus Cisco Business Unit said that table was in error and that the Enterprise License would give m full EIGRP. She is going to confirm it with the BU.
Thanks for your comments.
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