CHAPTER 13: MIB NAVIGATOR
Built-In Commands (cont’d)
netstat | The netstat provides a display of general network statistics | |||||
| for the managed device. The netstat command must be | |||||
| used with one of the following two display options: | |||||
| ||||||
|
| interface. |
|
|
| |
| ||||||
| Format | netstat |
|
| ||
|
|
| netstat |
|
| |
|
|
|
| |||
| Example | MIBNav> netstat |
| |||
|
|
| ||||
| #Intrfc Description | AdmnState OperState MTU Speed | ||||
| #1 | up | 1514 10000000 | |||
| #2 | up | 1514 10000000 | |||
| #3 | up | 1514 10000000 | |||
| #4 | up | 1514 10000000 | |||
|
|
|
| |||
| Example | MIBNav> netstat |
| |||
|
|
|
|
| ||
| # Destination |
| Interface | |||
| # 122.144.40.0 | DirectConnection | 4 | |||
|
|
|
|
|
|
|
ping The ping command generates an outbound ping request to check the status (alive/not alive) of a device at a specified IP address.
Format: ping <IPADDRESS>
Example MIBNav> ping 122.144.40.10
# 122.144.40.10 is alive
|