>> MIB - Management Information Base

>> Table: dot1dStaticDenyTable - (.1.3.6.1.4.1.272.4.8.5.2.1)

Description: Filtering information configured into the bridge by (local or network) management specifying the set of ports to which frames received from a specific port and containing a specific destination address are allowed to be forwarded.

dot1dStaticDenyTable
OIDNameTypeAccess
.1SrcIfIndexINTEGERRW
.2DstIfIndexINTEGERRW
.3ByteOffsetINTEGERRW
.4MaskOCTET STRINGRW
.5ValueOCTET STRINGRW
.6StatusENUMD
.7AgeTimeTicksRW

SrcIfIndex
Either the value '0', or the port number of the

port from which a frame must be received in order

for this entry's filtering information to apply.

A value of zero indicates that this entry applies

on all ports of the bridge for which there is no

other applicable entry.
DstIfIndex
Either the value '0', or the port number of the

port  to which a frame can be forwarded.

A value of zero indicates that this entry applies

on all ports of the bridge for which there is no

other applicable entry.
ByteOffset
Number of bytes in the packet, which are skipped

before making the comparison.
Mask
This octet string specifies which bytes are compared.

Leading 0's are handled as when using

dot1dStaticDenyByteOffset.
Value
This octet string indicates the value of the bytes to

look for. For example:

Offset=12       Offset=0

Mask=ff:ff      Mask=0:0:0:0:0:0:0:0:0:0:0:0:ff:ff

Value=81:37     Value=0:0:0:0:0:0:0:0:0:0:0:0:81:37

Both examples above specify that the 13th byte must

be '0x81' and the 14th byte must be '0x37' in order for

the filter to match. These examples would deny packets

to be bridged.
Status
This object indicates the status of this entry.
Enumerations:
  • other (1)
  • invalid (2)
  • permanent (3)
  • deleteOnReset (4)
  • deleteOnTimeout (5)
Age
Age of the entry in seconds.


Copyright ©2003 by BinTec Access Networks GmbH