OID repository
OID Repository
http://oid-info.com
Display OID:
 
Action itemiso(1) Action itemidentified-organization(3) Action itemdod(6) Action iteminternet(1) Action itemprivate(4) Action itementerprise(1) Action item11 Action itemnm(2) Action itemicf(14) Action itemicfBridge(3) Action itemwildcardTable(5)  

Navigating the OID tree

wildcardFilter(2)
 
Separation line
 
OID description

   
OID: (ASN.1 notation)
(dot notation)
(OID-IRI notation)

Description:

wildcardFilter OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(6))
ACCESS read-write
STATUS obsolete
DESCRIPTION
"This object contains the binary value used to
filter frames. The data in the frame at the offset
specified by the Wildcard offsets is XOR'ed with
this object after AND'ing with the Wildcard Mask.
If zero result occurs, the packet is discarded
(filtered).
Suppose the user specifies the following values:
data: 11001010 10101010 10101010 10101010
mask: 11100000 00000000 00000000 00000000
filter: 11100000 00000000 00000000 00000000
AND'ing data with the mask gives:
11000000 00000000 00000000 00000000
XOR'ing that value with the filter gives:
00100000 00000000 00000000 00000000
The non-zero result indicates no match (don't
discard).
Another example:
data: 10011010 10101010 10101010 10101010
mask: 10010000 00000000 00000000 00000000
filter: 10010000 00000000 00000000 00000000
AND'ing data with the mask gives:
10010000 00000000 00000000 00000000
XOR'ing that value with the filter gives:
00000000 00000000 00000000 00000000
A zero result indicates a match, so we discard
(filter) the packet.
The filter AND'ed with the mask must equal the
filter. This is an example of a legal filter/mask
pair:
filter: 00010000 00000000 00000000 00000000
mask: 10010000 00000000 00000000 00000000
AND'ed: 00010000 00000000 00000000 00000000
(equals filter)
Another way of saying this: if a mask bit is zero,
the corresponding filter bit must be zero.
The following would be an illegal pair:
filter: 01110000 00000000 00000000 00000000
mask: 10010000 00000000 00000000 00000000
AND'ed: 00010000 00000000 00000000 00000000
( != filter)"


 
Short URLs for this page:

Disclaimer: The owner of this site does not warrant or assume any liability or responsibility for the accuracy, completeness, or usefulness of any information available on this page (for more information, please read the complete disclaimer).
All rights reserved, Orange © 2024
Tree display Parent OID: wildcardTable(5) First sibling OID: wildcardIndex(1) Previous sibling OID: wildcardIndex(1) Next sibling OID: wildcardMask(3) Last sibling OID: wildcardArm(6)
Separation line
OID helper Webmaster Bullet 18 Dec 2017 Bullet Page top