Managing SNMP
8-20
Express5800/
ftServer
: System Administrator’s Guide for the Linux Operating System
To use SNMPv3 with
snmpwalk
:
#
snmpwalk -v 3 -l authNoPriv -u v3user -A
new_passwd
localhost
ucdavis
#
snmpwalk -v 3 -l authNoPriv -u v3user -A
new_passwd
localhost
system
#
snmpwalk -v 3 -l authNoPriv -u v3user -A
new_passwd
localhost
1.3.6.1.4.1.458
# snmpwalk -v 3 -t 40 -l authNoPriv -u v3user -A
new_passwd
localhost 1.3.6.1.4.1.458
In these command examples,
v3user
and
new_passwd
are the user name and
password set up in ‘‘
Configuring SNMP for Service Management’’ on page 8-134
.
Managing ftServer Hardware Components
In the following command examples,
v3user
and
new_passwd
are the user name and
password set up in ‘‘
Configuring SNMP for Service Management’’ on page 8-134
.
To bring down a CPU element
Note that a final octet 1 identifies CPU element 0 and a final octet 2 identifies CPU
element 1.
#
snmpset -v 3 -t 40 -l authNoPriv -u v3user -A
new_passwd
localhost 1.3.6.1.4.1.458.107.1.2.1.2.3.1.13.1
s test
To bring up a CPU element
#
snmpset -v 3 -t 40 -l authNoPriv -u v3user -A
new_passwd
localhost 1.3.6.1.4.1.458.107.1.2.1.2.3.1.11.1 s test
To bring down an I/O element
Note that a final octet 1 identifies I/O element 10 and a final octet 2 identifies I/O
element 11.
#
snmpset -v 3 -t 40 -l authNoPriv -u v3user -A
new_passwd
localhost 1.3.6.1.4.1.458.107.1.2.1.3.3.1.14.1 s test
To bring up an I/O element
#
snmpset -v 3 -t 40 -l authNoPriv -u v3user -A
new_passwd
localhost 1.3.6.1.4.1.458.107.1.2.1.3.3.1.12.1 s test