The display nat memory-usage command displays memory usage of each type of entry on a specified service board.
This command is supported only on the NetEngine 8000 F1A.
Parameter | Description | Value |
---|---|---|
fragment |
Displays memory usage of fragment entries on a specific service board. |
- |
servermap |
Displays memory usage of server-map entries created in symmetric mode on a specific service board. |
- |
session |
Displays memory usage of IPv4 session entries on a specific service board. |
- |
user-information |
Displays memory usage of user entries on a service board. |
- |
slot slot-id |
Specifies the slot ID of a service board. |
The value is a string of 1 to 15 case-sensitive characters, spaces not supported. |
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display nat memory-usage user-information slot 1 This operation will take a few minutes. Press 'Ctrl+C' to break ... Slot: 1 User-Info table: Total: 65536; Used: 0; Free: 65536; Usage: 0%
<HUAWEI> display nat memory-usage session slot 1 This operation will take a few minutes. Press 'Ctrl+C' to break ... Slot: 1 Session table: Total: 2097152; Used: 0; Free: 2097152; Usage: 0%
<HUAWEI> display nat memory-usage servermap slot 1 This operation will take a few minutes. Press 'Ctrl+C' to break ... Slot: 1 ServerMap table: Total: 557056; Used: 24; Free: 557032; Usage: 0%
<HUAWEI> display nat memory-usage fragment slot 1 This operation will take a few minutes. Press 'Ctrl+C' to break ... Slot: 1 Fragment table: Total: 262144; Used: 0; Free: 262144; Usage: 0%
Item | Description |
---|---|
ServerMap table | Displays memory usage of server-map entries created in symmetric mode on a specific service board. |
User-Info table | Displays memory usage of user entries on a service board. |
Session table | Displays memory usage of IPv4 session entries on a specific service board. |
Fragment table | Displays memory usage of fragment entries on a specific service board. |
Total | Total number of fragment entries. |
Used | Number of used fragment entries. |
Free | Number of unused fragment entries. |
Usage | Usage of fragment entries. |
Slot | Slot ID. |