cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
749
Views
0
Helpful
4
Replies

Nexus 3524 - does it support full EIGRP? Does EIGRP stub work?

kbyrd
Level 2
Level 2

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?

Look for table 8.
Could this be right?

4 Replies 4

Philip D'Ath
VIP Alumni
VIP Alumni

I'm not familiar with Nexus but I took a look at this guide:

http://www.cisco.com/c/en/us/td/docs/switches/datacenter/sw/5_x/nx-os/unicast/configuration/guide/l3_cli_nxos/l3_eigrp.html#wp1062713

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

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.

Philip D'Ath
VIP Alumni
VIP Alumni

It says it only supports EIGRP stub.

Table 8 Feature-Based Licenses for the Cisco Nexus 3500 Series

Layer 3 Base Services Package

LAN_BASE_SERVICES_PKG

N3548-BAS1K9

  • Static routing

  • RIPv2

  • EIGRP stub

  • OSPFv2 (limited routes)

  • PIMv2 (sparse mode)

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.

Review Cisco Networking for a $25 gift card