Verifying The Static Nat Configuration; Configuring Dynamic Nat; Configuring Dynamic Translation And Translation Timeouts - Cisco Nexus 3548 Configuration Manual

Nx-os interfaces release 9x
Hide thumbs Also See for Nexus 3548:
Table of Contents

Advertisement

Verifying the Static NAT Configuration

switch(config-if)# exit
switch(config)# interface ethernet 1/1
switch(config-if)# ip address 10.5.7.9 255.255.255.0
switch(config-if)# ip nat outside
Switch(config-if)# end
Verifying the Static NAT Configuration
To display the static NAT configuration, perform this task:
SUMMARY STEPS
1. switch# show ip nat translations
DETAILED STEPS
Command or Action
Step 1
switch# show ip nat translations
Example
This example shows how to display the static NAT configuration:
switch# show ip nat translations
Pro Inside global
any ---
tcp ---
any 160.200.1.140
any 160.200.1.140
tcp 172.9.9.142:777
tcp 172.9.9.142:777

Configuring Dynamic NAT

Configuring Dynamic Translation and Translation Timeouts

SUMMARY STEPS
1.
2.
3.
4.
5.
6.
7.
8.
Cisco Nexus 3548 Switch NX-OS Interfaces Configuration Guide, Release 9x
106
Inside local
---
---
10.1.1.40
10.1.1.40
12.2.2.42:444
12.2.2.42:444
enable
configure terminal
ip access-list access-list-name
permit protocol source source-wildcard any
deny protocol source source-wildcard any
exit
ip nat inside source list access-list-name interface type number overload
interface type number
Configuring Static and Dynamic NAT Translation
Purpose
Shows the translations for the inside global, inside local,
outside local, and outside global IP addresses.
Outside local
Outside global
20.4.4.40
220.2.2.20
23.1.1.133:333
210.3.3.33:555
---
---
20.4.4.40
220.2.2.20
---
---
23.1.1.133:333
210.3.3.33:555

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents