Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
Page tree
Skip to end of metadata
Go to start of metadata

Users can configure 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 <text1> subtree <text2> mask <text3>

delete protocols snmp v3 mib-view <text1> subtree <text2> mask

 

Parameter

 • <text1>  the name of the mib-view

 • <text2>  a dotted numeric oid

 • <text3>  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
  • No labels