cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
879
Views
0
Helpful
2
Replies

eigrp named mode config shows delay in micro instead of pico

praveen.b
Level 1
Level 1

HI All,

  Need some help in figuring out what am i doing wrong with EIGRP named mode lab.I'm on Version 15.1(4)M7. I have enabled eigrp named mode and trying to figure out why the delay is in microseconds instead of pico. On tp of this, i dont find hmacsha256 authentication mode too under af-interface.

 

R1#show run | s eigrp                                
router eigrp MULTI-AF
 !
 address-family ipv4 unicast autonomous-system 100
  !
  topology base
  exit-af-topology
  network 150.1.0.0
  network 155.1.0.0
 exit-address-family

 

 

R1#show eigrp address-family ipv4 100 topology 150.1.2.2/32
EIGRP-IPv4 VR(MULTI-AF) Topology Entry for AS(100)/ID(150.1.1.1) for 150.1.2.2/32
  State is Passive, Query origin flag is 1, 1 Successor(s), FD is 27264000
  Descriptor Blocks:
  155.1.0.5 (Tunnel0), from 155.1.0.5, Send flag is 0x0
      Composite metric is (27264000/25984000), route is Internal
      Vector metric:
        Minimum bandwidth is 100 Kbit
        Total delay is 65000 microseconds
        Reliability is 255/255
        Load is 1/255
        Minimum MTU is 1400
        Hop count is 2
        Originating router is 150.1.2.2
  155.1.13.3 (FastEthernet0/1.13), from 155.1.13.3, Send flag is 0x0
      Composite metric is (27266560/27264000), route is Internal
      Vector metric:
        Minimum bandwidth is 100 Kbit
        Total delay is 65100 microseconds
        Reliability is 255/255
        Load is 1/255
        Minimum MTU is 1400
        Hop count is 3
        Originating router is 150.1.2.2

2 Replies 2

istvan.kelemen
Level 1
Level 1

Hi,

I have the same problem.

But I am running CSRv IOS 15.4S

cisco CSR1000V (VXE) (X86_64_LINUX_IOSD-UNIVERSALK9-M), Version 15.4(3)S4

nspasov
Cisco Employee
Cisco Employee

Hey guys, what version of code are you running? This is most likely due to not running a version of code that supports the wide-metric. If I recall correctly, EIGRP named mode was introduced in 15.1.x while the wide-metric was added in 15.4.x

To clarify, wide-metric and EIGRP named mode are two separate features. For more info please reference this document:

http://www.cisco.com/c/en/us/products/collateral/ios-nx-os-software/enhanced-interior-gateway-routing-protocol-eigrp/whitepaper_C11-720525.html

I hope this helps!

Thank you for rating helpful posts!