129
Examples
# Add the user
testUser
to the SNMPv3 group
testGroup
. Configure the security model as
authentication
without privacy
, the authentication algorithm as
MD5
, the plaintext key as
authkey
.
<Sysname> system-view
[Sysname] snmp-agent group v3 testGroup authentication
[Sysname] snmp-agent usm-user v3 testUser testGroup authentication-mode md5 authkey
To access the SNMP agent, specifically, the default view (ViewDefault) in this example, the NMS can use
the protocol SNMPv3, username
testUser
, authentication algorithm
MD5
, and authentication key
authkey
.
# Add the user
testUser
to the SNMPv3 group
testGroup
. Configure the security model as
authentication
and privacy
, the authentication algorithm as MD5, the privacy algorithm as DES56, the plain-text
authentication key as
authkey
, and
the plain-text privacy key as
prikey
.
<Sysname> system-view
[Sysname] snmp-agent group v3 testGroup privacy
[Sysname] snmp-agent usm-user v3 testUser testGroup authentication-mode md5 authkey
privacy-mode des56 prikey
To access the SNMP agent, specifically, the default view (ViewDefault) in this example, the NMS must use
the protocol SNMPv3, username
testUser
, authentication algorithm
MD5
, authentication key
authkey
,
privacy algorithm
DES
, and privacy key
prikey
.
Related commands
•
display snmp-agent usm-user
•
snmp-agent calculate-password
•
snmp-agent group
Содержание SR6600 SPE-FWM
Страница 8: ...vi Index 254 ...