Base (MIB) is a collection of managed objects. SNMP allows manager and agents to communicate for the purpose of accessing these objects.
SNMP itself is a simple request/response protocol based on the manager/agent model. The manager issues a request and the agent returns responses using the following protocol operations:
| Table |
COMMAND | DESCRIPTION |
|
|
Get | Allows the manager to retrieve an object variable from the agent. |
|
|
GetNext | Allows the manager to retrieve the next object variable from a table or list within an |
| agent. In SNMPv1, when a manager wants to retrieve all elements of a table from an |
| agent, it initiates a Get operation, followed by a series of GetNext operations. |
|
|
Set | Allows the manager to set values for object variables within an agent. |
|
|
Trap | Used by the agent to inform the manager of some events. |
|
|
16.1.1Supported MIBs
The
16.1.2Supported Traps
The network module supports the following traps
♦coldStart Trap (defined in RFC 1215): This trap is sent at system
♦authenticationFailure Trap (defined in RFC 1215):
This trap is sent if a request arrives with an invalid community string.
♦linkUp Trap (defined in RFC 1215): This trap is sent when a DSL port is up.
♦linkDown Trap (defined in RFC 1215): This trap is sent when a DSL port is down.
♦overheat Trap (defined in
This trap is sent periodically when a network module is overheated.
♦overheatOver Trap (defined in
This trap is sent when the network module is no longer overheated.
SNMP |