Web
– Click SNMP, SNMPv3, Groups. Click New to configure a new group. In the
New Group page, define a name, assign a security mo del a nd l evel, and the n s elect
read, write, and notify views. Click Ad d to save the ne w group a nd return to th e
Groups list. To delete a group, check the box next to the group name, then click
Delete.
Figure 5-8 Configuring SNMPv3 Groups
CLI
– Use the
snmp-server group
command to configure a new group, specifying
the security model and level, and restricting MIB ac cess to def ined read a nd write
views.
Console(config)#snmp-server group secure-users v3 priv read defaultview
write defaultview notify defaultview 24-11
Console(config)#exit
Console#show snmp group 24-12
Simple Network Management Protocol
5
.
.
.
Group Name: secure-users
Security Model: v3
Read View: defaultview
Write View: defaultview
Notify View: defaultview
Storage Type: nonvolatile
Row Status: active
Console#
5-16