cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
228
Views
4
Helpful
1
Replies

ip nat mapping and route map statement

beheer
Level 1
Level 1

Hi,

I've just been given a possible solution for mapping a range of ports.

ip nat inside source static 192.168.16.12 interface dialer0 route-map STATICRANGE extendable

On the 12.4(4)T2 release for the (C870-ADVIPSERVICESK9-M), this doesn't seem to work, noting is allowed to be added after the interface name.

Is this commend limited to certain ios versions?

1 Reply 1

lgijssel
Level 9
Level 9

Looks like you have mistaken the correct syntax here.

Please verify with the IOS command reference for your release. I have done this as well but while that is for registered users only the link will be of little use to you. This is the representation of what i looked up:

ip nat inside source {list {access-list-number | access-list-name} | route-map name} {interface type number | pool name} [mapping-id map-id | overload | reversible | vrf name]

The | means "OR". Basically the command "ip nat inside source static" is followed either by the keyword "list" or the keyword "route-map". The command you have constructed seems incorrect to me.

regards,

Leo

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card