CTRON-DEVICE-MIB DEFINITIONS ::= BEGIN
IMPORTS
NetworkAddress FROM RFC1155-SMI
ctDevice FROM CTRON-MIB-NAMES
DisplayString, PhysAddress FROM RFC1213-MIB
OBJECT-TYPE FROM RFC-1212;
commonDev OBJECT IDENTIFIER ::= { ctDevice 1 }
comDeviceIPAddress OBJECT-TYPE
SYNTAX NetworkAddress
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The Network address, in this case the IP address,
of the device. This object is required for use by
the Local Management Interface."
::= { commonDev 1 }
comDeviceTime OBJECT-TYPE
SYNTAX DisplayString (SIZE(6|8))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The current time of day, in 24 hour format, as
measured by the device. The representation shall
use the standard HHMMSS format."
::= { commonDev 2 }
comDeviceDate OBJECT-TYPE
SYNTAX DisplayString (SIZE(8))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The current date, as measured by the device. The
representation shall use the standard MMDDYYYY
format."
::= { commonDev 3 }
END