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

How to configure RIP on NEXUS 3k?

Hi every one. Has anyone had to configure RIP on NEXUS 3k? I did everything according to the guide, the routes arrived at the switch, but the switch does not redistribute local routes. What have I done wrong?

 

sw-cr01# sho ip route | inc local
*via 10.3.50.1, Vlan350, [0/0], 07:05:49, local
*via 192.168.20.3, Vlan2020, [0/0], 07:03:40, local

router rip DMZ
address-family ipv4 unicast
redistribute direct route-map rmDMZ

route-map rmDMZ permit 10
match route-type local

interface Vlan2020
no shutdown
no ip redirects
ip address 192.168.20.3/26
ip router rip DMZ

 

1 Reply 1

Reza Sharifi
Hall of Fame
Hall of Fame

Hi,

Try adding the vlan interface as a match and test:

 

route-map rmDMZ permit 10
match interface vlan2020

HTH

Review Cisco Networking products for a $25 gift card