MIB Viewer

packetRuleType

OBJECT-TYPE
1.3.6.1.4.1.5504.4.7.6.3.1.2
Access
read-create
Status
current
Sub-identifiers
0
A 32-bit value which determines a filter to be applied to packets on the interface matching the pattern specified in packetRuleValue. The size and offset of the pattern in the packet will depend on packetRuleType. Bits may be set in packetRuleType determining properties of the filtering to be applied: BRIDGE_FORBID = 0x10 BRIDGE_INPUT = 0x20 BRIDGE_TERMINATE = 0x40 When BRIDGE_FORBID is set, packets matching the pattern are dropped; when it is clear, matching packets are forwarded. When BRIDGE_INPUT is set, filtering is applied to packets received on the interface; when it is clear, filtering is applied to packets to be transmitted on the interface. When BRIDGE_TERMINATE is set, processing of a packet matching the pattern ends the scan of filtering specifications; when it is clear, processing continues. Values of packetRuleType include DST_MAC_SWAP_STATIC = 0x25 DST_MAC_SWAP_DYNAMIC = 0x28 BRIDGE_INSERT_OPTION82 = 0x61 BRIDGE_DHCP_RELAY = 0x62 BRIDGE_INSERT_PPPOE_VENDOR_TAG = 0x63 BRIDGE_FORBID_OUI = 0x72 RATE_LIMIT_DISCARD = 0x64 COLOR_AWARE_RATE_LIMIT_DISCARD = 0x67
INTEGER { dstMacSwapStatic(37), dstMacSwapDynamic(38), dscpToCos(41), promoteFirstEncapsulationVlan(42), filterFirstEncapsulationVlan(43), promoteSecondEncapsulationVlan(44), filterSecondEncapsulationVlan(45), bridgeStormDetect(46), bridgeInsertOption82(97), dhcpRelay(98), bridgeInsertPPPoEVendorTag(99), rateLimitDiscard(100), colorAwareRateLimitDiscard(103), aclAllow(104), bridgeForbidOui(114), aclDeny(120) }