show ip nat lists

Use this command to display IPv4 NAT ACL list rules information.

Syntax

show ip nat lists [list-name] [detail]

Parameters

list-name (Optional) Displays list matching rules for the specified list.
detail (Optional) Displays detailed lists information.

Defaults

  • If an ACL rules list is not specified, all rules lists are displayed.
  • If detail is not specified, a standard output is displayed.

Mode

All command modes.

Examples

This example displays the IPv4 NAT ACL list rules for this router:

System(rw-config)->show ip nat lists
List Rules
list                     |pool                     |ovld|conns|hits
-----------------------------------------------------------------
acl1                     |nat-pool                 |No  |0    |0
System(rw-config)->

This example displays a detailed level of the IPv4 NAT ACL list rules for this router:

System(rw-config)->show ip nat lists detail
List: acl1 (Pool: nat-pool)
   Current Conns:                      0 Hits:                            0
   Direction:                     inside Match Type:                 source
   Overloaded :                       No Interface:                     Any
   Inside VRF:                   Not Set
   Cone Type:                       None
System(rw-config)->