|
Description:
|
swACLEthernetMacAddrMaskState OBJECT-TYPE
SYNTAX INTEGER {
other(1),
dst-mac-addr(2),
src-mac-addr(3),
dst-src-mac-addr(4)
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object indicates the status of the MAC address mask.
other (1) - Neither source MAC address nor destination MAC address are masked.
dst-mac-addr (2) - Destination MAC addresses within received frames are
to be filtered when matched with the MAC address entry for the table.
src-mac-addr (3) - Source MAC addresses within received frames are to
be filtered when matched with the MAC address entry for the table.
dst-src-mac-addr (4) - Source or destination MAC addresses within received
frames are to be filtered when matched with the MAC address entry of the table."
|
|
|