|
|
Description:
|
esrL2AddressPersistence OBJECT-TYPE
SYNTAX INTEGER {
other(1),
invalid(2),
permanent(3),
deleteOnReset(4),
deleteOnTimeout(5)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object indicates the persistence of this entry:
other(1) - This entry is currently in use but the conditions under which it
will remain so are different from each of the following values.
invalid(2) - Writing this value to the object removes the corresponding
entry.
permanent(3) - Address is not aged out. Additionally, if the address is seen
as a source on a different port for this VLAN, the frame is filtered and the
filter event is counted. Static address entries are stored in non-volatile
memory and are restored to the address table following each system reset.
deleteOnReset(4) - Indicates that the entry is not aged out, however the
entry is not stored in non-volatile memory. Therefore, when the device is
reset, the entry will not be restored.
deleteOnTimeout(5) - Typically, address entries are learned dynamically by
the switch. These entries are aged out of the table if they are not active on
the network. This value
correlates to this state."
|
|
|
|