Service manual

Chapter 2: Network Configuration 19
To configure SNMP v1/v2 (example):
1. The following command configures SNMP v1/v2 with the following parameters.
community: avocent
•OID: .1
permission: ro (read only)
source (allowed host): 192.168.0.200
cli> config network snmp v1v2 add community avocent oid .1 permission
ro source 192.168.0.200
2. Run the following commands to activate and save the configuration.
In order to configure SNMP v3, enter the following command. Refer to Table 2.8 for a list
of parameters.
cli> config network snmp v3 [parameter] <value>
To configure SNMP v3 (example):
1. The following command configures SNMP v3 with the following parameters.
username: john
password: john1234
•OID: .1
permission: ro (read only)
NOTE: The SNMP v3 password may be a maximum of 30 characters.
Table 2.8: SNMP v3 Parameters
Parameter Value Description
syscontact <string> The email address of the console server administrator.
syslocation <string> The physical location of the console server.
oid <string> Object Identifier. Each managed object has a unique identifier.
password <string> User password.
permission <string> Read Only access to the entire Management
Information Base (MIB) except for SNMP configuration objects.
Read/Write access to the entire MIB except for SNMP
configuration objects.
username <string> Username.