NBS-SYSLOG-SERVER-MIB

File: NBS-SYSLOG-SERVER-MIB.mib (8480 bytes)

Imported modules

SNMPv2-SMI NBS-CMMC-MIB SNMPv2-TC

Imported symbols

OBJECT-TYPE OBJECT-IDENTITY MODULE-IDENTITY
Unsigned32 IpAddress nbs
TEXTUAL-CONVENTION

Defined Types

InetAddressType  
A value that represents a type of Internet address. unknown(0) An unknown address type. This value MUST be used if the value of the corresponding InetAddress object is a zero-length string. It may also be used to indicate an IP address that is not in one of the formats defined below. ipv4(1) An IPv4 address as defined by the InetAddressIPv4 textual convention. ipv6(2) An IPv6 address as defined by the InetAddressIPv6 textual convention. ipv4z(3) A non-global IPv4 address including a zone index as defined by the InetAddressIPv4z textual convention. ipv6z(4) A non-global IPv6 address including a zone index as defined by the InetAddressIPv6z textual convention. dns(16) A DNS domain name as defined by the InetAddressDNS textual convention. Each definition of a concrete InetAddressType value must be accompanied by a definition of a textual convention for use with that InetAddressType. To support future extensions, the InetAddressType textual convention SHOULD NOT be sub-typed in object type definitions. It MAY be sub-typed in compliance statements in order to require only a subset of these address types for a compliant implementation. Implementations must ensure that InetAddressType objects and any dependent objects (e.g., InetAddress objects) are consistent. An inconsistentValue error must be generated if an attempt to change an InetAddressType object would, for example, lead to an undefined InetAddress value. In particular, InetAddressType/InetAddress pairs must be changed together if the address type changes (e.g., from ipv6(2) to ipv4(1)).
TEXTUAL-CONVENTION    
  INTEGER unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16)  

NbsSyslogServerEntry  
SEQUENCE    
  nbsSyslogServerIndex INTEGER
  nbsSyslogServerStatus INTEGER
  nbsSyslogServerAddressType InetAddressType
  nbsSyslogServerAddress IpAddress
  nbsSyslogServerPort Unsigned32
  nbsSyslogServerLevel INTEGER

Defined Values

nbsSyslogServerMib 1.3.6.1.4.1.629.206
MIB for representing NBS remote syslog servers
MODULE-IDENTITY    

nbsSyslogServerGrp 1.3.6.1.4.1.629.206.1
Meta MIB
Status: current Access: read-only
OBJECT-IDENTITY    

nbsSyslogServerTableSize 1.3.6.1.4.1.629.206.1.1
The number of entries in nbsSyslogServerTable table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

nbsSyslogServerTable 1.3.6.1.4.1.629.206.1.2
Syslog messages will be sent to every active server in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NbsSyslogServerEntry

nbsSyslogServerEntry 1.3.6.1.4.1.629.206.1.2.1
A remote syslog server.
Status: current Access: not-accessible
OBJECT-TYPE    
  NbsSyslogServerEntry  

nbsSyslogServerIndex 1.3.6.1.4.1.629.206.1.2.1.1
The index of the entry/row in the syslog table.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..5  

nbsSyslogServerStatus 1.3.6.1.4.1.629.206.1.2.1.2
This object is used to get/set the validity of the information contained by nbsSyslogServerEntry row. Setting this object to the value invalid(1) has the effect of deleting the corresponding nbsSyslogServerTable entry. Deleting an entry has the effect of initializing it to default values : IpAddr = 0.0.0.0, Port = 0 etc. Setting this object to the value active(2) entry has the effect of creating a new row in the nbsSyslogServerTable object, if an entry with the same nbsSyslogServerIpAddr does not exist. If such an entry exists, then a 'badValue' error will be returned. The GET operations will receive a value of active(2) for existing entries. An invalid(1) value indicates an entry that was deleted by a previous SET operation.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER invalid(1), active(2)  

nbsSyslogServerAddressType 1.3.6.1.4.1.629.206.1.2.1.3
The address type of nbsSyslogServerAddress. Currently only ipv4 is supported.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

nbsSyslogServerAddress 1.3.6.1.4.1.629.206.1.2.1.4
IP address of a remote server that should be sent syslog messages.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

nbsSyslogServerPort 1.3.6.1.4.1.629.206.1.2.1.5
UDP port of the remote syslog server. The default port is 514.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..65535  

nbsSyslogServerLevel 1.3.6.1.4.1.629.206.1.2.1.6
Indicates the level of messages that are sent to this syslog server.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), emerg(2), alert(3), crit(4), error(5), warning(6), notice(7), info(8), debug(9)