Cisco Acano X-series 開発者ガイド

ページ / 54
Cisco Meeting Server Release 2.0 : MMP Command Line Reference
48
Command/Examples
Description/Notes
snmp community add  <name> [IP
address/prefix]
snmp community del <name>
Access control for v1/2c is based on
"communities". These can be created and deleted
via the MMP when SNMP is disabled.
snmp community add public
Allows access to the complete tree from anywhere
using the community string "public".
snmp community add local 10.1.0.0/16
Allows access but only from the specified subnet.
snmp (enable|disable)
Enables/disables SNMP v1/2c
snmpwalk -v 1 -c <community> <MMP-address>
ACANO-HEALTH-MIB::acanoHealth
snmpwalk -v 1 -c public <MMP-address> ACANO-
HEALTH-MIB::acanoHealth
To test the configuration using v1/2c, use Net-
SNMP's snmpwalk (
) on Linux (other tools are
available on Windows) – see the example on the
left.
Note: ACANO-HEALTH-MIB is only available on
theAcano X-Series Server, it is not available on
virtualized deployments.
10.5.3 SNMP v3 commands
Access control for v3 is based on users. These can be created from the MMP interface.
Command/Examples
Description/Notes
snmp user add <name> <password> (MD5|SHA)
(DES|AES)
Access control for v3 is based on users.
Creates a user with the specified password, using
the "MD5" algorithm for authentication and the
"DES" algorithm for encryption, with access to the
complete tree.
snmp user del <name>
Deletes an SNMP user.
snmp (enable|disable)
Enables/disable SNMP v3.
snmpwalk -v 3 -u <secName> -a <authProtocol>
-A <authPassword> -x <privProtocol> -X
<privPassword> -l <secLevel> <MMP-address>
ACANO-HEALTH-MIB::acanoHealth
snmpwalk -v 3 -u fred -a MD5 -A example123 -x
DES -X exampl123 -l authPriv <MMP-address>
ACANO-HEALTH-MIB::acanoHealth
To test the configuration using v3, use Net-
SNMP's snmpwalk (
) on Linux (other tools are
available on Windows) – see the example on the
left.
Note: ACANO-HEALTH-MIB is only available on
the Acano X-Series Server, it is not available on
virtualized deployments.
10   Miscellaneous Commands