cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
356
Views
0
Helpful
1
Replies

Eigrp Distance Command from IOS to NX-OS

anthonypriore
Level 1
Level 1

Hello

I am doing an upgrade from a 6513 chassis to a Nexus 7710. I have converted most of the config, but I am stuck on an Eigrp distance command.

This is how it appears in the 6513 now. I have been unable to find a way to convert that to NX-OS for Eigrp. Thanks in advance.

 

router eigrp 1

 distance 180 134.177.x.x 0.0.0.0  (I used X to hide real IP's)
 distance 180 10.50.9.4 0.0.0.0
 distance 180 192.168.128.5 0.0.0.0
 distance 180 192.168.128.3 0.0.0.0
 distance 180 10.50.9.2 0.0.0.0
 distance 180 10.50.9.10 0.0.0.0 elmsford
 distance 180 10.50.9.9 0.0.0.0 elmsford

 

******This is the access-list it is calling ******

ip access-list standard elmsford
 deny   10.60.0.0 0.0.255.255
 deny   134.177.90.0 0.0.0.255
 deny   172.16.60.0 0.0.0.255
 deny   172.16.61.0 0.0.0.255
 deny   172.16.62.0 0.0.0.255
 deny   172.16.65.0 0.0.0.255
 deny   10.10.91.0 0.0.0.255
 deny   10.11.91.0 0.0.0.255
 deny   10.99.30.0 0.0.0.255
 permit any

 

 

 

 

 

 

 

1 Reply 1

anthonypriore
Level 1
Level 1

Anyone?