Figure 3-36, Configuring snmpv3 groups – LevelOne FGL-2870 User Manual
Page 117

Simple Network Management Protocol
3-63
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 level, and then select
read, write, and notify views. Click Add to save the new group and return to the
Groups list. To delete a group, check the box next to the group name, then click
Delete.
Figure 3-36 Configuring SNMPv3 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, write, and
notify views.
Console(config)#snmp-server group secure-users v3 priv
read defaultview write defaultview notify defaultview
Console(config)#exit
Console#show snmp group
.
.
.
Group Name: secure-users
Security Model: v3
Read View: defaultview
Write View: defaultview
Notify View: defaultview
Storage Type: nonvolatile
Row Status: active
Console#