Specifications

78 ExtremeWare XOS 10.1 Command Reference Guide
Commands for Managing the Switch
configure snmpv3 add community
configure snmpv3 add community {hex} <community_index> name {hex}
<community_name> user {hex} <user_name> {tag {hex} <transport_tag>}
{volatile}
Description
Adds an SNMPv3 community entry.
Syntax Description
Default
N/A.
Usage Guidelines
Use this command to create or modify an SMMPv3 community in the community MIB.
Example
The following command creates an entry with the community index comm_index, community name
comm_public, and user (security) name v1v2c_user:
configure snmpv3 add community comm_index name comm_public user v1v2c_user
The following command creates an entry with the community index (hex) of 4:E, community name
(hex) of EA:12:CD:CF:AB:11:3C, user (security) name v1v2c_user, using transport tag 34872 and
volatile
storage:
configure snmpv3 add community hex 4:E name hex EA:12:CD:CF:AB:11:3C user v1v2c_user
tag 34872 volatile
hex Specifies that the value to follow is to be supplied as a colon separated string
of hex octets.
community_index Specifies the row index in the snmpCommunityTable
community_name Specifies the community name.
user_name Specifies the USM user name.
transport_tag Specifies the tag used to locate transport endpoints in SnmpTargetAddrTable.
When this community entry is used to authenticate v1/v2c messages, this tag
is used to verify the authenticity of the remote entity.
volatile Specifies volatile storage.