System Configuration and Monitoring
Left running head:
Chapter name (automatic)
140
Beta Beta
OmniAccess 5740 Unified Services Gateway CLI Configuration Guide
Alcatel-Lucent
S
ET
The snmpset command for v1 and v2 can be issued to set the value of a MIB
object.
snmpset -v {1/2c} -c <community-string> <agent ip-address>
<MIB object>
The snmpset command for v3 can be issued to set the value of a MIB object.
snmpset –v 3 –u <user-name> -l {noauthnopriv|authnopriv
|authpriv} -a {MD5|SHA} -A <auth-password> -x <DES> -X
<privilege-password> <host ip-address> <MIB object>
W
ALK
The following command for v1 and v2 can be used to fetch all the MIB objects
supported at the agent.
snmpwalk -v {1|2c} -c <community-string> <agent ip-address>
The following command for v3 can be used to fetch all the MIB objects supported
at the agent.
snmpwalk –v 3 –u <user-name> -l {noauthnopriv|authnopriv
|authpriv} -a {MD5|SHA} -A <auth-password> -x <DES> -X
<privilege-password> <host ip-address> <MIB object>
SNMP MIB GUI
The SNMP MIB objects can be queried and set according to the access defined
for each MIB object in the concerned MIB through MIB browser. Use any MIB
browser to perform SNMP operations on the agent running on the device.
Note: Ensure that the version and community string settings of the MIB browser is
compatible with the agent, before performing any operation from the MIB browser.