|
|
Description:
|
prptrSecurityPortDAMismatch OBJECT-TYPE
SYNTAX INTEGER {
other(1),
enable(2),
disable(3)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION "When this variable is set to enable(2)
the port employs destination address comparison to implement
security, meaning that whenever a packet needs to be
send to the port, the destination address of the packet
is compared and if it does not match one of the MAC entries
then DA mismatch is detected. If a DA mismatch is detected,
and the object prptrSecurityGroupRandomMode
is set to enable(2) then a random sequence is sent to that port.
if the destination address matches one of the port MAC
entries then the packet is transmitted to the port without
modification.
When this variable is set to disable(3)
the port does NOT employ destination address comparison
to implement security.
The value other(1) is returned whenever
the DA mode is unknown. This value should not
be written into the agent."
|
|
|
|