Description:
|
tmsCommonIPStatus OBJECT-TYPE
SYNTAX INTEGER {
notModified(1),
modified(2),
restore(3),
apply(4)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object is used to synchronize the modification of the IP
parameters used by the protocol stack based on the tmsCommonIP
MIB objects. This allows the user to change tmsCommonIPMACAddr,
tmsCommonIPIpAddress, tmsCommonIPGateAddress, and
tmsCommonIPNetMask, and then apply the changes to the unit
using apply(4). If tmsCommonIPStatus returns notModified(1),
no modifications were made to any tmsCommonIP MIB objects.
If tmsCommonIPStatus returns modified(2), one or more objects
were changed, but have not been applied. Both notModified(1)
and modified(2) are read-only values; the agent returns a
SNMP_BADVALUE for sets using these values. Both restore(3) and
apply(4) are valid SET values. If one or more of the tmsCommonIP
objects were modified, the user can restore the parameters to a
mirror of the NVM values using restore(3)."
|
|