10.3.15 Setting VACM Management Information
10.3.15 Setting VACM Management Information
VACM management information consists of settings for SNMPv3. Set the following:
- - Registering/Deleting a user in an access control group
- - Creating/Deleting a MIB access control view
- - Assigning a MIB access control view to a group
- - Deleting a group from all MIB access control views
The Read-Only view is assigned when an access control view is assigned to a group.
- Execute the showsnmpvacm command to display VACM management information.
XSCF> showsnmpvacm Groups: Groupname Username --------- ---------------- xxxxx user1, user2 Views View Subtree Mask Type --------- ---------------- ------------ ------------------- all_view .1 ff include Access View Group --------- ---------------- all_view xxxxx |
- Execute the setsnmpvacm command to set VACM management information.
The following example adds the access control group xxxxx to user yyyyy.
XSCF> setsnmpvacm creategroup -u yyyyy xxxxx |
- The following example deletes user yyyyy from the access control group xxxxx.
XSCF> setsnmpvacm deletegroup -u yyyyy xxxxx |
- The following example unconditionally creates a MIB access control view.
XSCF> setsnmpvacm createview -s .1 all_view |
- The following example creates a MIB access control view by using an OID mask.
XSCF> setsnmpvacm createview -s .1.3.6.1.2.1 -m fe excl_view |
- The following example deletes a MIB access control view.
XSCF> setsnmpvacm deleteview -s .1.3.6.1.2.1 excl_view |
- The following example assigns a MIB access control view to the group xxxxx.
XSCF> setsnmpvacm createaccess -r all_view xxxxx |
- The following example deletes group1 from all MIB access control views.
XSCF> setsnmpvacm deleteaccess group1 |
- Execute the showsnmpvacm command, and confirm the set VACM management information.
XSCF> showsnmpvacm |
< Previous Page | Next Page >