You can assign a group of one or more views
to the user of an SNMP manager to control which MIB objects (statistics)
the user can get from the firewall. Each view is a paired OID and
bitwise mask: the OID specifies a MIB and the mask (in hexadecimal
format) specifies which objects are accessible within (include matching)
or outside (exclude matching) that MIB. For example, if the OID is
1.3.6.1, the matching Option is set to include and
the Mask is 0xf0, then the objects that the
user requests must have OIDs that match the first four nodes (f
= 1111) of 1.3.6.1. The objects don’t need to match the remaining
nodes. In this example, 1.3.6.1.2 matches the mask and 1.4.6.1.2
doesn’t. For each group of views, click Add,
enter a Name for the group, and then configure
the following for each view you Add to the
group: View—Specify a name
for the view. The name can have up to 31 characters that are alphanumeric,
periods, underscores, or hyphens. OID—Specify the OID of the MIB. Option—Select the matching logic to
apply to the MIB. Mask—Specify the mask in hexadecimal
format.
To provide access to
all management information, use the top-level OID 1.3.6.1,
set the Mask to 0xf0, and set the matching Option to include.
|