Troubleshooting guide
11-34
Cisco Broadband Local Integrated Services Solution Troubleshooting Guide
OL-5169-01
Chapter 11 Element Management and MIBs
Cisco uBR7246vxr MIBs
docsDevFilterIpDmask A bit mask that is to be applied to the destination address prior to
matching. This mask is not necessarily the same as a subnet mask,
but 1's bits must be left-most and contiguous.
docsDevFilterIpProtocol The IP protocol value that is to be matched. For example: icmp is
1, tcp is 6, udp is 17. A value of 256 matches ANY protocol.
docsDevFilterIpSourcePortLow If docsDevFilterIpProtocol is udp or tcp, this is the inclusive
lower bound of the transport-layer source port range that is to be
matched, otherwise it is ignored during matching.
docsDevFilterIpSourcePortHigh If docsDevFilterIpProtocol is udp or tcp, this is the inclusive
upper bound of the transport-layer source port range that is to be
matched, otherwise it is ignored during matching.
docsDevFilterIpDestPortLow If docsDevFilterIpProtocol is udp or tcp, this is the inclusive
lower bound of the transport-layer destination port range that is to
be matched, otherwise it is ignored during matching.
docsDevFilterIpDestPortHigh If docsDevFilterIpProtocol is udp or tcp, this is the inclusive
upper bound of the transport-layer destination port range that is to
be matched, otherwise it is ignored during matching.
docsDevFilterIpMatches Counts the number of times this filter was matched. This object is
initialized to 0 at boot, or at row creation, and is reset only upon
reboot.
docsDevFilterIpTos This is the value to be matched to the packet's TOS (Type of
Service) value (after the TOS value is and'd with
docsDevFilterIpTosMask). A value for this object of 0 and a mask
of 0 matches all TOS values.
docsDevFilterIpTosMask The mask to be applied to the packet's TOS value before
matching.
docsDevFilterIpContinue If this value is set to true, and docsDevFilterIpControl is anything
but discard (1), continue scanning and applying policies. Default:
false.
docsDevFilterIpPolicyId This object points to an entry in docsDevFilterPolicyTable. If
docsDevFilterIpControl is set to policy (3), execute all matching
policies in docsDevFilterPolicyTable. If no matching policy
exists, treat as if docsDevFilterIpControl were set to accept (1). If
this object is set to the value of 0, there is no matching policy, and
docsDevFilterPolicyTable MUST NOT be consulted.
Filter Policy objects:
docsDevFilterPolicyIndex Index value for the Filter Policy table.
docsDevFilterPolicyId Policy ID for this entry. A policy ID can apply to multiple rows
of this table, all relevant policies are executed. Policy 0 (if
populated) is applied to all packets which do not match any of the
filters. N.B. If docsDevFilterIpPolicyId is set to 0, it DOES NOT
match policy 0 of this table.
docsDevFilterPolicyStatus Object used to create an entry in this table.
Table 11-3 DOCS-CABLE-DEVICE-MIB.my Objects (continued)
Object Description