HH3C-INFOCENTER-MIB

File: HH3C-INFOCENTER-MIB.mib (13976 bytes)

Imported modules

HH3C-OID-MIB SNMPv2-TC SNMPv2-SMI
INET-ADDRESS-MIB IF-MIB

Imported symbols

hh3cCommon DisplayString TruthValue
RowStatus TAddress TEXTUAL-CONVENTION
Counter32 Unsigned32 Integer32
OBJECT-TYPE MODULE-IDENTITY InetAddressType
InetAddress InterfaceIndexOrZero

Defined Types

ICMessageLevelType  
Specify severity level of message.
TEXTUAL-CONVENTION    
  INTEGER emergency(0), alert(1), critical(2), error(3), warning(4), notice(5), informational(6), debug(7), invalid(8)  

ICFacilityType  
Specify loghost facility which generates messages.
TEXTUAL-CONVENTION    
  INTEGER kernel(0), userLevel(1), mailSystem(2), systemDaemons(3), securityAuthorization(4), internallyMessages(5), linePrinter(6), networkNews(7), uucp(8), clockDaemon(9), securityAuthorization2(10), ftpDaemon(11), ntp(12), logAudit(13), logAlert(14), clockDaemon2(15), local0(16), local1(17), local2(18), local3(19), local4(20), local5(21), local6(22), local7(23)  

ICTimeStampType  
Specify operation types on time stamp of message. date: the time stamp type of message is date. boot: the time stamp type of message is the time from uptime of system. iso: the time stamp type of message is ISO date with format YYYY-MM-ddThh:mm:ss. dateWithoutYear: the time stamp type of message is date without year information. none: no time stamp information in message.
TEXTUAL-CONVENTION    
  INTEGER date(0), boot(1), iso(2), dateWithoutYear(3), none(4)  

Hh3cICLogbufferContEntry  
SEQUENCE    
  hh3cICLogbufferContIndex Integer32
  hh3cICLogbufferContDescription DisplayString

Hh3cICLoghostEntry  
SEQUENCE    
  hh3cICLoghostIndex Unsigned32
  hh3cICLoghostIpaddressType InetAddressType
  hh3cICLoghostIpaddress InetAddress
  hh3cICLoghostVPNName DisplayString
  hh3cICLoghostFacility ICFacilityType
  hh3cICLoghostOperateRowStatus RowStatus
  hh3cICLoghostIpaddressPort Unsigned32
  hh3cICLoghostTAddress TAddress

Hh3cICDirectionEntry  
SEQUENCE    
  hh3cICDirectionIndex Unsigned32
  hh3cICDirectionName DisplayString
  hh3cICDirectionState TruthValue

Hh3cICModuleEntry  
SEQUENCE    
  hh3cICModuleName DisplayString

Hh3cICLogEntry  
SEQUENCE    
  hh3cICLogLevel ICMessageLevelType
  hh3cICLogRowStatus RowStatus

Defined Values

hh3cInfoCenter 1.3.6.1.4.1.25506.2.119
All the configuration of the info center can be managed by info center MIB.
MODULE-IDENTITY    

hh3cICLogbuffer 1.3.6.1.4.1.25506.2.119.1
OBJECT IDENTIFIER    

hh3cICLogbufferObjects 1.3.6.1.4.1.25506.2.119.1.1
OBJECT IDENTIFIER    

hh3cICMaxLogbufferSize 1.3.6.1.4.1.25506.2.119.1.1.1
The maximum number of messages that can be stored in logbuffer.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hh3cICLogbufferSize 1.3.6.1.4.1.25506.2.119.1.1.2
The capacity of logbuffer which can be customized by users. The valid range is from 0 to hh3cICMaxLogbufferSize.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

hh3cICLogbufferCurrentMessages 1.3.6.1.4.1.25506.2.119.1.1.3
The number of log messages stored in logbuffer.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hh3cICLogbufferOverwrittenMessages 1.3.6.1.4.1.25506.2.119.1.1.4
The number of log messages overwritten in logbuffer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cICLogbufferDroppedMessages 1.3.6.1.4.1.25506.2.119.1.1.5
The number of log messages dropped in logbuffer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cICLogbufferContTable 1.3.6.1.4.1.25506.2.119.1.2
The table of logbuffer contents.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cICLogbufferContEntry

hh3cICLogbufferContEntry 1.3.6.1.4.1.25506.2.119.1.2.1
The contents entry of logbuffer.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cICLogbufferContEntry  

hh3cICLogbufferContIndex 1.3.6.1.4.1.25506.2.119.1.2.1.1
The index of this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

hh3cICLogbufferContDescription 1.3.6.1.4.1.25506.2.119.1.2.1.2
The contents of logbuffer.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..1600)  

hh3cICLoghost 1.3.6.1.4.1.25506.2.119.2
OBJECT IDENTIFIER    

hh3cICLoghostObjects 1.3.6.1.4.1.25506.2.119.2.1
OBJECT IDENTIFIER    

hh3cICMaxLoghost 1.3.6.1.4.1.25506.2.119.2.1.1
The object shows the maximum number of rows in hh3cLoghostTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hh3cICLoghostSourceInterface 1.3.6.1.4.1.25506.2.119.2.1.2
The source interface which sends message to loghost. All loghosts use the same source interface. Zero is invalid.
Status: current Access: read-write
OBJECT-TYPE    
  InterfaceIndexOrZero  

hh3cICLoghostTimestampType 1.3.6.1.4.1.25506.2.119.2.1.3
Time stamp type of message sent to loghost.
Status: current Access: read-write
OBJECT-TYPE    
  ICTimeStampType  

hh3cICLoghostTable 1.3.6.1.4.1.25506.2.119.2.2
The table of loghost.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cICLoghostEntry

hh3cICLoghostEntry 1.3.6.1.4.1.25506.2.119.2.2.1
The loghost entry of syslog.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cICLoghostEntry  

hh3cICLoghostIndex 1.3.6.1.4.1.25506.2.119.2.2.1.1
The index of this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..64  

hh3cICLoghostIpaddressType 1.3.6.1.4.1.25506.2.119.2.2.1.2
The IP address type of loghost.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

hh3cICLoghostIpaddress 1.3.6.1.4.1.25506.2.119.2.2.1.3
The IP address of loghost.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

hh3cICLoghostVPNName 1.3.6.1.4.1.25506.2.119.2.2.1.4
The VPN instance of loghost.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

hh3cICLoghostFacility 1.3.6.1.4.1.25506.2.119.2.2.1.5
The operations staff can selectively filter the messages with priority which consists of facility that generates the message and severity of the message.
Status: current Access: read-create
OBJECT-TYPE    
  ICFacilityType  

hh3cICLoghostOperateRowStatus 1.3.6.1.4.1.25506.2.119.2.2.1.6
The status of this table entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hh3cICLoghostIpaddressPort 1.3.6.1.4.1.25506.2.119.2.2.1.7
The loghost server port.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..65535  

hh3cICLoghostTAddress 1.3.6.1.4.1.25506.2.119.2.2.1.8
The loghost server transport address. Consist of hh3cICLoghostIpaddress(ipv4) and hh3cICLoghostIpaddressPort. This node can't be bound with hh3cICLoghostIpaddress, hh3cICLoghostIpaddressPort and hh3cICLoghostIpaddressType at the same time.
Status: current Access: read-create
OBJECT-TYPE    
  TAddress  

hh3cICDirection 1.3.6.1.4.1.25506.2.119.3
OBJECT IDENTIFIER    

hh3cICDirectionTable 1.3.6.1.4.1.25506.2.119.3.1
A table of syslog output direction.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cICDirectionEntry

hh3cICDirectionEntry 1.3.6.1.4.1.25506.2.119.3.1.1
The output direction entry of syslog.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cICDirectionEntry  

hh3cICDirectionIndex 1.3.6.1.4.1.25506.2.119.3.1.1.1
The index of this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

hh3cICDirectionName 1.3.6.1.4.1.25506.2.119.3.1.1.2
The name of output direction.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..30)  

hh3cICDirectionState 1.3.6.1.4.1.25506.2.119.3.1.1.3
The state of syslog: true(1):enable. false(2):disable.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hh3cICModule 1.3.6.1.4.1.25506.2.119.4
OBJECT IDENTIFIER    

hh3cICModuleTable 1.3.6.1.4.1.25506.2.119.4.1
A table of syslog module.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cICModuleEntry

hh3cICModuleEntry 1.3.6.1.4.1.25506.2.119.4.1.1
The module entry of syslog.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cICModuleEntry  

hh3cICModuleName 1.3.6.1.4.1.25506.2.119.4.1.1.1
The name of module.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..8)  

hh3cICLog 1.3.6.1.4.1.25506.2.119.5
OBJECT IDENTIFIER    

hh3cICLogObjects 1.3.6.1.4.1.25506.2.119.5.1
OBJECT IDENTIFIER    

hh3cICLogGlobalState 1.3.6.1.4.1.25506.2.119.5.1.1
The global state of syslog: true(1):enable. false(2):disable.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hh3cICLogTimestampType 1.3.6.1.4.1.25506.2.119.5.1.2
Time stamp type of log message.
Status: current Access: read-write
OBJECT-TYPE    
  ICTimeStampType  

hh3cICLogTable 1.3.6.1.4.1.25506.2.119.5.2
A table of syslog module.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cICLogEntry

hh3cICLogEntry 1.3.6.1.4.1.25506.2.119.5.2.1
The log entry of syslog.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cICLogEntry  

hh3cICLogLevel 1.3.6.1.4.1.25506.2.119.5.2.1.1
The level of log message, invalid is for deny any log.
Status: current Access: read-create
OBJECT-TYPE    
  ICMessageLevelType  

hh3cICLogRowStatus 1.3.6.1.4.1.25506.2.119.5.2.1.2
The status of this table entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus