Handbook
Error! Use the Home tab to apply 見出し 1 to the text that you want to appear here. 12
2. Configure a user access group, along with the views the group may access. Use the access table to
configure the group's access level.
>> # /cfg/sys/ssnmp/snmpv3/access 5
>> SNMPv3 vacmAccess 5 # name "testgrp"
>> SNMPv3 vacmAccess 5 # level authPriv
>> SNMPv3 vacmAccess 5 # rview "iso"
>> SNMPv3 vacmAccess 5 # wview "iso"
>> SNMPv3 vacmAccess 5 # nview "iso"
Because the read view (rview), write view(wview), and notify view (nview) are all set to "iso", the user
type has access to all private and public MIBs.
3. The group table links the user to a particular access group.
>> # /cfg/sys/ssnmp/snmpv3/group 5
>> SNMPv3 vacmSecurityToGroup 5 # uname test
>> SNMPv3 vacmSecurityToGroup 5 # gname testgrp
If you want to allow user access only to certain MIBs, see the ―View based configurations‖ section.










