display nat address-group
Example
# Display all the NAT address pools.
<AC6605> display nat address-group
NAT Address-Group Information:
--------------------------------------
Index Start-address End-address
--------------------------------------
1 10.1.1.1 10.1.1.10
2 10.10.10.10 10.10.10.15
--------------------------------------
Total : 2
# Display the NAT address pool according to the index of the NAT address pool.
<AC6605> display nat address-group 1
NAT Address-Group Information:
--------------------------------------
Index Start-address End-address
--------------------------------------
1 10.1.1.1 10.1.1.10
--------------------------------------
Total : 1
# Display details about the NAT address pool.
<AC6605> display nat address-group 1 verbose
NAT Address-Group Information:
-----------------------------------------------------------
Index Start-address End-address Ref-times Ref-type
-----------------------------------------------------------
1 10.1.1.1 10.1.1.10 0 ----
-----------------------------------------------------------
Total : 1
Item |
Description |
---|---|
NAT Address-Group Information |
Information of the NAT address pool. |
Index |
Index of the NAT address pool. |
Start-address |
Start IP address of the NAT address pool. |
End-address |
End IP address of the NAT address pool |
Ref-times |
Number of times that a NAT address pool is referenced. |
Ref-type |
Mode in which the NAT address pool is referenced.
|
Total |
Number of NAT address pools. |