Cisco Cisco MDS 9000 NX-OS Software Release 6.2 Referencia técnica

Descargar
Página de 44
2
Cisco MDS 9000 Family MIB Quick Reference Reference 
OL-29317-01, Cisco MDS NX-OS Release 6.x
Cisco MDS 9000 Family MIB Quick Reference
    MIBs and Network Management
The exchange of information between managed network devices and a robust NMS is essential for 
reliable performance of a managed network. Because some devices have a limited ability to run 
management software, most of the computer processing burden is assumed by the NMS. The NMS runs 
the network management applications, such as Fabric Manager, that present management information to 
network managers and other users. 
In a managed device, specialized low-impact software modules, called agents, access information about 
the device and make it available to the NMS. Managed devices maintain values for a number of variables 
and report those, as required, to the NMS. For example, an agent might report such data as the number 
of bytes and packets sent or received by the device or the number of broadcast messages sent and 
received. In SNMP, each of these variables is referred to as a managed object. A managed object is 
anything that can be managed, anything that an agent can access and report back to the NMS. All 
managed objects are contained in the MIB, which is a database of the managed objects.
An NMS can control a managed device by sending a request to an agent of that managed device, 
requiring the device to change the value of one or more of its variables. The managed devices can 
respond to requests such as set or get. The NMS uses the set request to control the device. The NMS 
uses the get requests to monitor the device. The set and get requests are synchronous events, meaning 
the NMS initiates the activity, and the SNMP agent responds. 
The managed device can send asynchronous events, or SNMP notifications, to the NMS to inform the 
NMS of some recent event. SNMP notifications (traps or informs) are included in many MIBs and help 
to alleviate the need for the NMS to frequently send get requests to the managed devices.
Accessing MIB Variables Through SNMP
You can access the Cisco MIB variables through SNMP. The SNMP system consists of three parts: 
SNMP manager, SNMP agent, and MIB. You can compile Cisco MIBs with your network management 
software. If SNMP is configured on a device, the SNMP agent responds to MIB-related queries sent by 
the NMS.
 describes the SNMP operations.
Table 1
SNMP Operations
Operation
Description
get-request
Retrieves a value from a specific variable.
get-next-request
Retrieves the value following the named variable. Often used to retrieve variables 
from within a table.
1
1.With this operation, an SNMP manager does not need to know the exact variable name. A sequential search finds the next variable 
from within the MIB.
get-bulk
2
2.The get-bulk and inform commands are not a part of SNMPv1.
Retrieves large blocks of data, such as multiple rows in a table, which would 
otherwise require the transmission of many small blocks of data.
set-request
Stores a value in a specific variable.
response
Replies to the above commands sent by an NMS and to the informs sent by an 
agent.
trap
Sends an unsolicited message by an SNMP agent to an SNMP manager indicating 
that some event has occurred.
inform
2
Sends an unsolicited message by an SNMP agent to an SNMP manager indicating 
that some event has occurred. Differs from a trap in that an acknowledgement is 
required from the manager.