CTRON-SFPS-BINDERY-MIB DEFINITIONS ::= BEGIN
IMPORTS
OBJECT-TYPE
FROM RFC-1212
DisplayString
FROM RFC1213-MIB
TimeTicks
FROM RFC1155-SMI
sfpsAgentConfig
FROM CTRON-SFPS-INCLUDE-MIB;
HexInteger ::= INTEGER
sfpsAgentBinderyConfigTable OBJECT-TYPE
SYNTAX SEQUENCE OF SfpsAgentBinderyConfigEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Soft Binding is implemented through a few new base classes,
a small army of instances of the base classes plus a bindery
table to tie the whole mess together."
::= { sfpsAgentConfig 1 }
sfpsAgentBinderyConfigEntry OBJECT-TYPE
SYNTAX SfpsAgentBinderyConfigEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Each entry specifies the configuration for the bindery component."
INDEX {sfpsAgentBinderyConfigHashLeaf,sfpsAgentBinderyConfigHashIndex }
::= { sfpsAgentBinderyConfigTable 1 }
SfpsAgentBinderyConfigEntry
::= SEQUENCE {
sfpsAgentBinderyConfigHashLeaf HexInteger,
sfpsAgentBinderyConfigHashIndex INTEGER,
sfpsAgentBinderyConfigName DisplayString,
sfpsAgentBinderyConfigType DisplayString,
sfpsAgentBinderyConfigOperStatus INTEGER,
sfpsAgentBinderyConfigAdminStatus INTEGER,
sfpsAgentBinderyConfigStatusTime TimeTicks,
sfpsAgentBinderyConfigNVStatus INTEGER
}
sfpsAgentBinderyConfigHashLeaf OBJECT-TYPE
SYNTAX HexInteger
ACCESS read-only
STATUS mandatory
DESCRIPTION
"NO hash, part of instance key."
::= { sfpsAgentBinderyConfigEntry 1 }
sfpsAgentBinderyConfigHashIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"NO Bucket index, part of instance key."
::= { sfpsAgentBinderyConfigEntry 2 }
sfpsAgentBinderyConfigName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Elements Name."
::= { sfpsAgentBinderyConfigEntry 3 }
sfpsAgentBinderyConfigType OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Type of element."
::= { sfpsAgentBinderyConfigEntry 4 }
sfpsAgentBinderyConfigOperStatus OBJECT-TYPE
SYNTAX INTEGER {
kStatusRunning(1), kStatusHalted(2), kStatusPending(3), kStatusFaulted(4), kStatusNotStarted(5) }
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Operational state of the entry."
::= { sfpsAgentBinderyConfigEntry 5 }
sfpsAgentBinderyConfigAdminStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1), disable(2), enable(3) }
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Administrative state of the entry."
::= { sfpsAgentBinderyConfigEntry 6 }
sfpsAgentBinderyConfigStatusTime OBJECT-TYPE
SYNTAX TimeTicks
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Time tick of last OperStatus change."
::= { sfpsAgentBinderyConfigEntry 7 }
sfpsAgentBinderyConfigNVStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1), disable(2), enable(3), unset(4)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Administrative state of the entry."
::= { sfpsAgentBinderyConfigEntry 8 }
sfpsAgentBinderyAPI OBJECT IDENTIFIER ::= { sfpsAgentConfig 2 }
sfpsAgentBinderyAPIVerb OBJECT-TYPE
SYNTAX INTEGER {
getStatus(1),
nextElem(2),
disable(3),
disableInNvram(4),
enable(5),
enableInNvram(6),
clear(7),
clearAll(8)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The BinderyAPI is a flat MIB that can be used to enable/disable
Bindery components, and to save the enable/disable info into
Nvram. The next reboot/reset, each SFPSElement will check the
NvramStatus and not start if disabled."
::= { sfpsAgentBinderyAPI 1 }
sfpsAgentBinderyAPIElementName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Enter in the dotted notation Bindery ID (xxx.yyy.zzz) of the
SFPSElement you wish to perform the action."
::= { sfpsAgentBinderyAPI 2 }
sfpsAgentBinderyAPINVStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
disable(2),
enable(3),
unset(4),
invalid(5)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Displays the Current Admin Status of this Element in Nvram."
::= { sfpsAgentBinderyAPI 3 }
sfpsAgentBinderyAPIAdminStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
disable(2),
enable(3),
invalid(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Displays the Current AdminStatus of the SFPSElement."
::= { sfpsAgentBinderyAPI 4 }
sfpsAgentBinderyAPIOperStatus OBJECT-TYPE
SYNTAX INTEGER {
running(1),
halted(2),
pending(3),
faulted(4),
notStarted(5),
invalid(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Displays the Current OperStatus of the SFPSElement."
::= { sfpsAgentBinderyAPI 5 }
sfpsAgentBinderyAPINvSet OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Total number of SFPSElements stored in NVRAM for persistence."
::= { sfpsAgentBinderyAPI 6 }
sfpsAgentBinderyAPINvTotal OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Total number of SFPSElements allocated in NVRAM. The
switch will always allocate enough space in NVRAM for
the number of elements. That is, NvTotal will always be
greater than or equal to NvSet."
::= { sfpsAgentBinderyAPI 7 }
sfpsAgentBinderyAPIDefaultStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
disable(2),
enable(3),
unset(4),
invalid(5)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
""
::= { sfpsAgentBinderyAPI 8 }
END