Fdryl2aclnextclausetable, Fdryl2aclnextclauseindex, Layer 2 acl configuration table – Brocade Unified IP MIB Reference (Supporting FastIron Release 07.5.00) User Manual

Page 428: Fdryl2acltable, Fdryl2aclnumber, Fdryl2aclclauseindex, Fdryl2aclaction, Fdryl2aclsourcemac, Fdryl2aclsourcemacmask

Advertising
background image

400

Unified IP MIB Reference

53-1002549-02

Layer 2 ACL configuration table

Layer 2 ACL configuration table

The following objects are available for Layer 2 ACL configuration.

Name, OID, and syntax

Access

Description

fdryL2AclNextClauseTable
brcdIp.1.2.2.15.6

None

This read-only table contains the list of the next lowest available
clause index that can be used for creating a new entry in
fdryL2AclTable. The clause index values will not change as a result
of switchovers or hitless upgrades, but may change as a result of a
device reload. However, the relative order of persistent entries
would remain the same.

fdryL2AclNextClauseIndex
brcdIp.1.2.2.15.6.1.1
Syntax:

“fdryClauseIndexTC”

Read-only

The next lowest available clause index for a given Layer 2 ACL
number. The maximum value of this object is the configured
maximum number of clauses for a Layer 2 ACL.
Even though the syntax of fdryL2AclClauseIndex is

“fdryClauseIndexTC”

, its value will be from 1 to the configured

maximum clause entries for each Layer 2 ACL.

Name, OID, and syntax

Access

Description

fdryL2AclTable
brcdIp.1.2.2.15.7

None

The table of Layer 2 ACLs. A Layer 2 ACL number can have 64
(default) to 256 clauses. The clause index values will not change
as a result of switchovers or hitless upgrades, but may change
as a result of a device reload. However, the relative order of
persistent entries remains the same.

fdryL2AclNumber
brcdIp.1.2.2.15.7.1.1
Syntax: AclNumber

None

The access list number for this entry. For Layer 2 ACLs, valid
values are from 400 through 599.

fdryL2AclClauseIndex
brcdIp.1.2.2.15.7.1.2
Syntax:

“fdryClauseIndexTC”

None

The index of the clause within a given ACL number. During row
creation, the clause index value should match the next available
clause index for a given ACL number. It is advisable to first
perform a Get operation on fdryL2AclNextClauseTable for a given
ACL number, and use the value of fdryL2AclNextClauseIndex
returned by the agent.

fdryL2AclAction
brcdIp.1.2.2.15.7.1.3
Syntax: Action

Read-write

Action to take if the Layer 2 packet on the port matches this ACL.

fdryL2AclSourceMac
brcdIp.1.2.2.15.7.1.4
Syntax: MAC address

Read-write

Optional source MAC address. By default, it matches with any
source MAC address within a packet.
Default: ‘000000000000'H

fdryL2AclSourceMacMask
brcdIp.1.2.2.15.7.1.5
Syntax: MAC address

Read-write

Optional source MAC address mask. For a Set operation, this
object can only be used in conjunction with
fdryL2AclSourceMac.
By default, this matches any source MAC address within a
packet. If you want to match the first two bytes of the address
aabb.ccdd.eeff, use the mask ffff.0000.0000. In this case, the
clause matches all source MAC addresses that contain “aabb”
as the first two bytes and any values in the remaining bytes of
the MAC address.
Default: '000000000000'H

Advertising