Use this command to display IPv4 NAT pool information.
name | Displays pool information for the specified pool. |
detail | Displays detailed pool information. |
If the pool name is not specified, all pools are displayed. If detail is not specified, a standard level of information is displayed.
All command modes.
This example displays the NAT pools for this router:
System(rw-config)->show ip nat pools pool |conns|hits -------------------------------------------------- acl1 |0 |0 First: 1.1.1.1 Last: 1.1.1.10 System(rw-config)->
This example display a detailed level of information for NAT pools for this router:
System(rw-config)->show ip nat pools detail Pool: acl1 First IP Address: 1.1.1.1 Last IP Address: 1.1.1.10 Next IP Address: 1.1.1.10 Total Addr Count: 10 Total Addr Used: 0 Total Addr Allocs: 0 Out of Addrs: 0 Total Port Allocs: 0 Out of Ports: 0 Current Conns: 0 Hits: 0 Netmask: 255.255.255.0 Prefix-Len: 24 List Rules: 0 LSNAT VServers: 0 TWCB Webcaches: 0 System(rw-config)->