initial commit; version 22.5.12042
This commit is contained in:
70
mibs/d-link/DLINK-3100-AUTOUPDATE-MIB
Normal file
70
mibs/d-link/DLINK-3100-AUTOUPDATE-MIB
Normal file
@ -0,0 +1,70 @@
|
||||
DLINK-3100-AUTOUPDATE-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
rnd FROM DLINK-3100-MIB
|
||||
MODULE-IDENTITY, OBJECT-TYPE FROM SNMPv2-SMI
|
||||
DisplayString, TruthValue FROM SNMPv2-TC
|
||||
;
|
||||
|
||||
|
||||
rlAutoUpdate MODULE-IDENTITY
|
||||
LAST-UPDATED "2007010600Z"
|
||||
ORGANIZATION "Dlink, Inc."
|
||||
CONTACT-INFO
|
||||
"www.dlink.com"
|
||||
DESCRIPTION
|
||||
"The Auto Update MIBs"
|
||||
::={ rnd 123 }
|
||||
|
||||
|
||||
rlAutoUpdateEnable OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Enable / Disable autoUpdateFeature"
|
||||
::= { rlAutoUpdate 1 }
|
||||
|
||||
rlAutoUpdateFilesBoot OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Defines whether a boot file should be auto updated"
|
||||
::= { rlAutoUpdate 2 }
|
||||
|
||||
rlAutoUpdateFilesImage OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Defines whether an image file should be auto updated"
|
||||
::= { rlAutoUpdate 3 }
|
||||
|
||||
rlAutoUpdateFilesConf OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Defines whether a configuration file should be auto updated"
|
||||
::= { rlAutoUpdate 4 }
|
||||
|
||||
rlAutoUpdateCopyEnable OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Determines whether the running config will be saved in the startup config at the end of the process"
|
||||
::= { rlAutoUpdate 5 }
|
||||
|
||||
rlAutoUpdatePreserveIP OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"True means that the DHCP address will not be replaced by an address in the running config"
|
||||
::= { rlAutoUpdate 6 }
|
||||
|
||||
|
||||
END
|
||||
|
Reference in New Issue
Block a user