MIBs Depot

NBS-SYSLOG-SERVER-MIB

Registered at
1.3.6.1.4.1.629.206
Last updated
2012-09-26 00:00
Organization
NBS
Namespace
mrv
Source file
NBS-SYSLOG-SERVER-MIB
Digest
sha256:112fee57df45c4f5f115a147bb35fced61a65599488b89b62ba79d6e9d6dff3d

Description

MIB for representing NBS remote syslog servers

Contact

For technical support, please contact your service channel

Imports

FromSymbols
INET-ADDRESS-MIBInetAddress, InetAddressType
NBS-MIBnbs
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP
SNMPv2-SMIMODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

INET-ADDRESS-MIB
NBS-MIB
NBS-SYSLOG-SERVER-MIB
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
nbsSyslogServerGrp
OBJECT-IDENTITY
Meta MIB
1.3.6.1.4.1.629.206.1current
nbsSyslogServerTableSize
OBJECT-TYPE
The number of entries in nbsSyslogServerTable table.
1.3.6.1.4.1.629.206.1.1INTEGERread-onlycurrent
nbsSyslogServerTable
OBJECT-TYPE
Syslog messages will be sent to every active server in the table.
1.3.6.1.4.1.629.206.1.2not-accessiblecurrent
nbsSyslogServerEntry
OBJECT-TYPE
A remote syslog server.
1.3.6.1.4.1.629.206.1.2.1not-accessiblecurrent
nbsSyslogServerIndex
OBJECT-TYPE
The index of the entry/row in the syslog table.
1.3.6.1.4.1.629.206.1.2.1.1INTEGER (1..5)not-accessiblecurrent
nbsSyslogServerStatus
OBJECT-TYPE
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.
1.3.6.1.4.1.629.206.1.2.1.2INTEGER {invalid(1), active(2)}read-writecurrent
nbsSyslogServerAddressType
OBJECT-TYPE
The address type of nbsSyslogServerAddress. Currently ipv4 and ipv6 are supported.
1.3.6.1.4.1.629.206.1.2.1.3InetAddressTyperead-writecurrent
nbsSyslogServerAddress
OBJECT-TYPE
IP address of a remote server that should be sent syslog messages.
1.3.6.1.4.1.629.206.1.2.1.4InetAddressread-writecurrent
nbsSyslogServerPort
OBJECT-TYPE
UDP port of the remote syslog server. The default port is 514.
1.3.6.1.4.1.629.206.1.2.1.5Unsigned32 (0..65535)read-writecurrent
nbsSyslogServerLevel
OBJECT-TYPE
Indicates the level of messages that are sent to this syslog server.
1.3.6.1.4.1.629.206.1.2.1.6INTEGER {deprecated1(1), emerg(2), alert(3), crit(4), error(5), warning(6), notice(7), info(8), debug(9)}read-writecurrent