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

MHSRP: %Multi-redundancy entry not supported

teymur azimov
Level 1
Level 1

Hi. please help me. i configuration MHSRP at router cisco 2901.

Router-B(config)#ip nat Stateful id 1
Router-B(config-ipnat-snat)#redundancy SNAT1
Router(config-ipnat-snat-red)#mapping-id 1

Router(config-ipnat-snat-red)#redundancy SNAT2
Router(config-ipnat-snat-red)#mapping-id 1
...Router(config-ipnat-snat-red)#exit

when i write redundancy SNAT2 this error occur:
%Multi-redundancy entry not supported

please write your comment.
See More

2 Replies 2

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Teymur,

you are configuring stateful NAT SNAT in HSRP mode.

the feature provides a one to one corrispondence between an HSRP group/instance and SNAT instance, so you should use a different mapping-id for SNAT2 redundancy group.

otherwise if what you want is to have two set of stateful NAT rules associated to a single HSRP group you should merge the NAT rules.

if you want to split the NAT rules and to associate them to two different HSRP groups, each group should use a different redundancy name and a different mapping id

see

http://www.cisco.com/en/US/docs/ios/ipaddr/configuration/guide/iadnat_scale_stnat_ps6441_TSD_Products_Configuration_Guide_Chapter.html#wp1052210

and

command reference

http://www.cisco.com/en/US/docs/ios/ipaddr/command/reference/iad_nat.html#wp1012991

for ip nat stateful id

Hope to help

Giuseppe

Did you ever find a solution for this ? I have the same issue ...

The problem is not the repeating mapping-id because the error happens before that command is entered, when you try to put a second redundancy.

And trying to configure a second snat group

ip nat Stateful id 2

doesn't work for me either:

% SNAT with id : 1 already running. Please remove and reconfigure%                                   

Review Cisco Networking for a $25 gift card