Simple Network Management Protocol (SNMP) | 519
Figure 30-2. Select a User-based Security Type
To set up a user with view privileges only (no password or privacy privileges):
To set up a user with password privileges only, use the following commands:
To set up a user with password or privacy privileges:
Task Command Command Mode
Configure the user.
snmp-server user name group-name 3 noauth
CONFIGURATION
Configure an SNMP group.
snmp-server group group-name 3 noauth auth
read name write name
CONFIGURATION
Configure an SNMPv3 view.
snmp-server view view-name oid-tree {included |
excluded}
Note: To give a user read and write view privileges,
repeat this step for each privilege type.
CONFIGURATION
Task Command Command Mode
Configure the user with an authorization
password
snmp-server user name group-name 3 noauth
auth md5 auth-password
CONFIGURATION
Configure an SNMP group.
snmp-server group groupname {oid-tree} auth
read name write name
CONFIGURATION
Configure an SNMPv3 view. snmp-server view view-name 3 noauth {included |
excluded}
Note: To give a user read and write privileges,
repeat this step for each privilege type.
CONFIGURATION
Task Command Command Mode
Configure an SNMP group.
snmp-server group group-name {oid-tree} priv
read name write name
CONFIGURATION
Configure the user with a secure
authorization password and
privacy password.
snmp-server user name group-name {oid-tree}
auth md5 auth-password priv des56 priv password
CONFIGURATION
Configure an SNMPv3 view. snmp-server view view-name oid-tree {included |
excluded}
CONFIGURATION
FTOS(conf)#snmp-server host 1.1.1.1 traps {oid tree} version 3 ?
auth Use the SNMPv3 authNoPriv Security Level
noauth Use the SNMPv3 noAuthNoPriv Security Level
priv Use the SNMPv3 authPriv Security Level
FTOS(conf)#snmp-server host 1.1.1.1 traps version 3 noauth ?
WORD SNMPv3 user name