Commit version 24.12.13800
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
Dell-LAN-SYSMNG-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
-- Broadcom FastPath Radius Authentication Client MIB
|
||||
-- Copyright 2016 Broadcom.
|
||||
-- Copyright 2016-2020 Broadcom.
|
||||
-- This SNMP Management Information Specification
|
||||
-- embodies Broadcom's confidential and proprietary
|
||||
-- intellectual property. Broadcom retains all title
|
||||
@ -18,29 +18,29 @@ IMPORTS
|
||||
OBJECT-TYPE
|
||||
FROM RFC-1212
|
||||
DisplayString, DateAndTime, TruthValue, RowStatus
|
||||
FROM SNMPv2-TC
|
||||
FROM SNMPv2-TC
|
||||
IpAddress, Unsigned32
|
||||
FROM SNMPv2-SMI
|
||||
FROM SNMPv2-SMI
|
||||
dellLanCommon
|
||||
FROM Dell-Vendor-MIB
|
||||
TRAP-TYPE
|
||||
FROM RFC-1215;
|
||||
|
||||
dellLanSystemMng MODULE-IDENTITY
|
||||
LAST-UPDATED "201304120000Z" -- 12 Apr 2013 12:00:00 GMT
|
||||
ORGANIZATION "Dell EMC"
|
||||
CONTACT-INFO ""
|
||||
DESCRIPTION
|
||||
"This MIB define the common system management functions
|
||||
applicable to all Dell Networking managed switches
|
||||
which support SNMP management protocol. This MIB
|
||||
includes:
|
||||
- Management interface access control.
|
||||
- Local user configuration and user access control.
|
||||
- File system management including file copy, backup,
|
||||
restore, rename, list, etc.
|
||||
This MIB should not be confused with the Dell Vendor
|
||||
MIB required for ITA integration."
|
||||
LAST-UPDATED "201304120000Z" -- 12 Apr 2013 12:00:00 GMT
|
||||
ORGANIZATION "Dell Inc."
|
||||
CONTACT-INFO "support.dell.com"
|
||||
DESCRIPTION
|
||||
"This MIB define the common system management functions
|
||||
applicable to all Dell Networking managed switches
|
||||
which support SNMP management protocol. This MIB
|
||||
includes:
|
||||
- Management interface access control.
|
||||
- Local user configuration and user access control.
|
||||
- File system management including file copy, backup,
|
||||
restore, rename, list, etc.
|
||||
This MIB should not be confused with the Dell Vendor
|
||||
MIB required for ITA integration."
|
||||
::= { dellLanCommon 2 }
|
||||
|
||||
-- The following groups are defined within this MIB:
|
||||
@ -118,8 +118,8 @@ dellLanMngInfEnable OBJECT-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The variable specifies if Management ACL functionality is enabled.
|
||||
By default this parameter value is TRUE, which means that management
|
||||
interface ACL is checked when granting access to the system. This
|
||||
By default this parameter value is TRUE, which means that management
|
||||
interface ACL is checked when granting access to the system. This
|
||||
object should not be set to FALSE."
|
||||
::= { dellLanMngIfGroup 1 }
|
||||
|
||||
@ -369,7 +369,7 @@ dellLanFileName OBJECT-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The name of the file."
|
||||
::= { dellLanFileEntry 1 }
|
||||
::= { dellLanFileEntry 1 }
|
||||
|
||||
dellLanFilePermission OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
@ -415,7 +415,7 @@ dellLanFileSize OBJECT-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The size of the file in bytes."
|
||||
::= { dellLanFileEntry 4 }
|
||||
::= { dellLanFileEntry 4 }
|
||||
|
||||
dellLanFileType OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
@ -431,7 +431,7 @@ dellLanFileType OBJECT-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The type of file."
|
||||
::= { dellLanFileEntry 5 }
|
||||
::= { dellLanFileEntry 5 }
|
||||
|
||||
dellLanFileModificationDate OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
@ -566,7 +566,7 @@ dellLanFileActionEntry OBJECT-TYPE
|
||||
::= { dellLanFileActionTable 1 }
|
||||
|
||||
DellLanFileActionEntry ::= SEQUENCE {
|
||||
dellLanFileActionIndex Integer32,
|
||||
dellLanFileActionIndex Integer32,
|
||||
dellLanFileActionSourceFile DisplayString,
|
||||
dellLanFileActionDestFile DisplayString,
|
||||
dellLanFileActionForceAction INTEGER,
|
||||
@ -581,7 +581,7 @@ dellLanFileActionIndex OBJECT-TYPE
|
||||
DESCRIPTION
|
||||
"This parameter is always 1 since this table consists of always just
|
||||
one row."
|
||||
::= { dellLanFileActionEntry 1 }
|
||||
::= { dellLanFileActionEntry 1 }
|
||||
|
||||
dellLanFileActionSourceFile OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
@ -610,7 +610,7 @@ dellLanFileActionSourceFile OBJECT-TYPE
|
||||
you to copy the current active image
|
||||
without having to know the actual
|
||||
file name of the active image."
|
||||
::= { dellLanFileActionEntry 2 }
|
||||
::= { dellLanFileActionEntry 2 }
|
||||
|
||||
dellLanFileActionDestFile OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
@ -637,7 +637,7 @@ dellLanFileActionDestFile OBJECT-TYPE
|
||||
|
||||
Note that 'image' (which is the active software image is not
|
||||
valid as a destination."
|
||||
::= { dellLanFileActionEntry 3 }
|
||||
::= { dellLanFileActionEntry 3 }
|
||||
|
||||
dellLanFileActionForceAction OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
@ -675,18 +675,18 @@ dellLanFileActionCommand OBJECT-TYPE
|
||||
|
||||
dellLanFileActionResultCode OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
success(0),
|
||||
statusPending(1),
|
||||
fileNotFound(2),
|
||||
invalidCmd(3),
|
||||
unknownError(4),
|
||||
success(0),
|
||||
statusPending(1),
|
||||
fileNotFound(2),
|
||||
invalidCmd(3),
|
||||
unknownError(4),
|
||||
tftpServerConnectFailed(5),
|
||||
fileSystemFull(6),
|
||||
overwriteNotRequested(7),
|
||||
overwriteFailed(8),
|
||||
permissionDenied(9),
|
||||
incompatFileType(10),
|
||||
invalidDest(11)
|
||||
fileSystemFull(6),
|
||||
overwriteNotRequested(7),
|
||||
overwriteFailed(8),
|
||||
permissionDenied(9),
|
||||
incompatFileType(10),
|
||||
invalidDest(11)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
|
Reference in New Issue
Block a user