set protocols snmp v3 mib-view subtree mask
The set protocols snmp v3 mib-view subtree mask command configures a MIB view which is used as a view of a group. And users can just set up a mib-view without mask.Â
Command Syntax
set protocols snmp v3 mib-view <view-name> subtree <oidtree> mask <mask>
delete protocols snmp v3 mib-view <view-name> subtree <oidtree> mask
Parameter
Parameter | Description |
mib-view <view-name> | Specifies the view name. The value is a string. |
subtree <oidtree> | Specifies the OID for the MIB subtree. oid-tree can be the OID (such as 1.4.5.3.1) . NOTE:Â It must be a valid MIB subtree. |
mask <mask> | Subtree mask in hexadecimal format with an even character. |
Example
 •This example configures a mib-view view1 with mask ff.
admin@XorPlus# set protocols snmp v3 mib-view view1 subtree 1.3.6.1.2.1 mask ff admin@XorPlus# commit
Copyright © 2024 Pica8 Inc. All Rights Reserved.