59
S
MARTNA™ 10G NETWORK ACCESS (SMARTNA-X)
USING SNMP | ABOUT SNMP AND SMARTNA-X
DRAFT
processing SNMP retrieval or modification request messages from a manger, and also when a notification message
must be sent to the manager. VACM elaborates on the community string concept by allowing a much stricter and
more dynamic access control model that is easy to administer.
Agent functions
The SNMP agent responds to SNMP manager requests as follows:
• Get a MIB variable—The SNMP agent begins this function in response to a request from the NMS. The agent
retrieves the value of the requested MIB variable and responds to the NMS with that value.
• Set a MIB variable—The SNMP agent begins this function in response to a message from the NMS. The
SNMP agent changes the value of the MIB variable to the value requested by the NMS.
The SNMP agent also sends unsolicited notification messages to notify an NMS that a significant event has
occurred on the agent. Examples of notification conditions include, but are not limited to, when a port or module
goes up or down, when spanning-tree topology changes occur, and when authentication failures occur.
Model Level Authentication Encryption What happens
v1 noAuth Community secret No Uses a community secret
match for authentication.
v2c noAuth Community secret No Uses a community secret
match for authentication.
v3 noAuth Username No Uses a community secret
match for authentication.
v3 auth MD5 or SHA No Provides authentication
based on the MD5 or
SHA algorithms.
v3 priv MD5 or SHA DES, AES Provides authentication
based on the MD5 or
SHA algorithms.
Provides DES and AES
encryption in addition to
authentication.
Table 9-1 SNMP Security Models and Levels