Simple Network Management Protocol
3-39
3
Web – Click SNMP, SNMPv3, Groups. Click New to configure a new group. In the
New Group page, define a name, assign a security model and l evel, and then select
read and write views. Click Add to save the new group and return to the Grou ps list.
To delete a group, check the box next to the group name, then click Delete.
Figure3-10. Configuring SNMPv 3 Groups
CLI – Use the snmp-server group command to configure a new group, specifying
the security model and level, and restricting MIB access to defined read and write
views.
Console(config)#snmp-server group v3secure v3 priv read defaultview write
defaultview 3-130
Console(config)#exit
Console#show snmp group 3-130
Group Name: v3secure
Security Model: v3
Read View: defaultview
Write View: defaultview
Notify View: none
Storage Type: nonvolatile
Row Status: active
Console#