configure snmpv3 add community
ExtremeWare XOS 11.5 supports only the Summit X450 family of switches and the BlackDiamond 8800 series switch.
ExtremeWare XOS 11.5 Command Reference Guide
131
configure snmpv3 add community
configure snmpv3 add community [[hex <hex_community_index>] |
<community_index>] name [[hex <hex_community_name>] |<community_name>] user
[[hex <hex_user_name>] | <user_name>] {tag [[hex <hex_transport_tag>] |
<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
hex_community_index
Specifies the row index in the snmpCommunity table as a hex value supplied
as a colon separated string of hex octets.
community_index
Specifies the row index in the snmpCommunity Table as an ASCII value.
hex_community_name
Specifies the community name as a hex value supplied as a colon separated
string of hex octets
community_name
Specifies the community name as an ASCII value.
hex_user_name
Specifies the USM user name as a hex value supplied as a colon separated
string of hex octets.
user_name
Specifies the USM user name as an ASCII value.
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.
•
hex_transport_tag
—Specifies a hex value supplied as a colon
separated string of hex octets
•
transport_tag
—Specifies an ASCII value
volatile
Specifies volatile storage.