
CHAPTER 13: MIB NAVIGATOR
•To abort the output or interrupt a process the escape character is ^C (where ^ equals the Control key).
•A slash (/) proceeding an OID issues that command from the root directory regardless of where you are in the MIB. If no slash precedes the OID the command issues from your current MIB location.
•Dot notation (1.1.1.1) is equivalent to slash notation (1/1/1/1). Use slash notation with the navigational commands, and the dot notation with the
13.3.2 Navigation Commands
The following provides a brief description, the proper format, and an example of each Navigation command.
branch | The branch command displays all of the leaves in the MIB | ||
| tree below a specified path. The information displayed |
| |
| includes the path name, the object ASCII name, the type of | ||
| object (i.e., integer, counter, time tick, etc.), and the current | ||
| value. |
|
|
| Format:branch [PATH] |
|
|
|
|
| |
| Example MIBNav> branch /1/3/6/1/2/17 |
| |
|
|
| |
| #/1/3/6/1/2/1/7/1 udpInDatagrams | COUNTER 38216 | |
| #/1/3/6/1/2/1/7/2 udpNoPorts | COUNTER | 0 |
| #/1/3/6/1/2/1/7/3 udplnErrors | COUNTER | 0 |
|
|
|
|
|