How To Use the Network Control Language (NCL) Commands To Manage a Router
Accessing the Management Information Base
MIB objectsPath names or "object identification codes" corresponding to each
MIB object
"buf" object shown in figure
list buf | Lists the next |
| object ([1]), with its code (1). |
list buf.1 | Lists the next |
| below [1] (msg and pkt), with their codes (0, 1). |
list buf.1.msg | Lists the MIB variables below msg (free, init, min, |
| miss, and size), with their codes (1, 2, 3, 4, 5). |
list buf.* | Lists all of the output for the above three |
| commands. |