41 lines
1.5 KiB
Plaintext
41 lines
1.5 KiB
Plaintext
HPE-CLOUDMANAGER DEFINITIONS ::= BEGIN
|
|
|
|
IMPORTS
|
|
MODULE-IDENTITY, OBJECT-TYPE,
|
|
Unsigned32,IpAddress FROM SNMPv2-SMI
|
|
RowStatus, TEXTUAL-CONVENTION, MacAddress,
|
|
DisplayString, TruthValue FROM SNMPv2-TC
|
|
SnmpAdminString FROM SNMP-FRAMEWORK-MIB
|
|
InetAddressType,InetAddress FROM INET-ADDRESS-MIB
|
|
nm FROM HPE-MIB;
|
|
|
|
rlCloudManager MODULE-IDENTITY
|
|
LAST-UPDATED "201702090000Z"
|
|
ORGANIZATION "HPE"
|
|
CONTACT-INFO
|
|
"HPE"
|
|
DESCRIPTION
|
|
"The private MIB module definition for Cloud Manager."
|
|
REVISION "201102090000Z"
|
|
DESCRIPTION
|
|
"Added this MODULE-IDENTITY clause."
|
|
::= { nm 236 }
|
|
|
|
rlCloudManagerMode OBJECT-TYPE
|
|
SYNTAX INTEGER{default(1), cloud(2), mts(3)}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The value represents the operational state of the Cloud Manager."
|
|
DEFVAL{ 1 }
|
|
::= { rlCloudManager 1 }
|
|
|
|
rlCloudAgentStatus OBJECT-TYPE
|
|
SYNTAX INTEGER{inactive(1), active(2), internal-error(3), agent-error(4), interface-error(5)}
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The value represents the operational state of the Cloud Agent."
|
|
::= { rlCloudManager 2 }
|
|
END
|