cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
252
Views
5
Helpful
1
Replies

static nat

Charles Hill
VIP Alumni
VIP Alumni

A customer has two sites connected via a metro-e link. They are requesting that a video conference unit at the remote site utilize a public ip address. The video traffic comes into the main site and then crosses the metro-e to the video unit. Will the following command take care of it.

ip nat inside source static 10.x.x.229 63.x.x.229

Thank you in advance!

1 Reply 1

Yudong Wu
Level 7
Level 7

The command will configure a static NAT entry which map the internal/local IP 10.x.x.229 to external/global IP 63.x.x.229. If this is what you wnats, the answer is "yes". You also need configure "ip nat outside" and "ip nat inside" under related interface.

Review Cisco Networking products for a $25 gift card