SNMP Command Reference
Page 182 7705 SAR OS System Management Guide
Parameters mask-value — the mask value associated with the OID value determines whether the sub-identifiers
are included or excluded from the view
The mask can be entered either:
• In hexadecimal format (for example, 0xfc)
• In binary format (for example, 0b11111100)
Default All 1s
type {included | excluded} — specifies whether to include or exclude MIB subtree objects
included - all MIB subtree objects that are identified with a 1 in the mask are available in the
view
excluded - all MIB subtree objects that are identified with a 1 in the mask are denied access in
the view
Default Included
Note: If the number of bits in the bit mask is less than the number of sub-identifiers
in the MIB subtree, then the mask is extended with ones until the mask length
matches the number of sub-identifiers in the MIB subtree.