NAT extendable

IOS does not allow allow two static translation with the same local addresses. However there are situation where customer might require two identical local addresses to be translated to different global addresses. The keyword extendable is used to achieve this.

Example:

ip nat inside source static 192.168.10.60 239.10.10.10 extendable
ip nat inside source static 192.168.10.60 239.20.20.20 extendable

The keyword extendable allows several static ambiguous address translation, ambiguous being the same local address or same global address.

Example for normal static NAT:

R871(config)#ip nat inside source static 192.168.10.60 239.20.20.20

% 192.168.10.60 already mapped (192.168.10.60 -> 239.10.10.10)

In this example IOS complained that there’s an static translation entry with the same local address.

Advertisement

One thought on “NAT extendable

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s