Commands for Managing the Switch
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
146
Example
The following command configures the user
guest
on the local SNMP Engine with security level
noauth
(no authentication and no privacy):
configure snmpv3 add user guest
The following command configures the user
authMD5
to use
MD5
authentication with the password
palertyu
:
configure snmpv3 add user authMD5 authentication md5 palertyu
The following command configures the user
authShapriv
to use
SHA
authentication with the hex key
shown below, the privacy password
palertyu
, and
volatile
storage:
configure snmpv3 add user authShapriv authentication sha hex
01:03:04:05:01:05:02:ff:ef:cd:12:99:34:23:ed:ad:ff:ea:cb:11 privacy palertyu volatile
History
This command was first available in ExtremeWare XOS 10.1.
The
hex_user_name
parameter was added in ExtremeWare XOS 11.0.
Platform Availability
This command is available on all platforms.