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
| From | Symbols |
|---|---|
| INET-ADDRESS-MIB | InetAddress, InetAddressType |
| NBS-MIB | nbs |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, 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
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| nbsSyslogServerGrp OBJECT-IDENTITY Meta MIB | 1.3.6.1.4.1.629.206.1 | current | ||
| nbsSyslogServerTableSize OBJECT-TYPE The number of entries in nbsSyslogServerTable table. | 1.3.6.1.4.1.629.206.1.1 | INTEGER | read-only | current |
| nbsSyslogServerTable OBJECT-TYPE Syslog messages will be sent to every active server in the table. | 1.3.6.1.4.1.629.206.1.2 | not-accessible | current | |
| nbsSyslogServerEntry OBJECT-TYPE A remote syslog server. | 1.3.6.1.4.1.629.206.1.2.1 | not-accessible | current | |
| nbsSyslogServerIndex OBJECT-TYPE The index of the entry/row in the syslog table. | 1.3.6.1.4.1.629.206.1.2.1.1 | INTEGER (1..5) | not-accessible | current |
| 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.2 | INTEGER {invalid(1), active(2)} | read-write | current |
| 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.3 | InetAddressType | read-write | current |
| 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.4 | InetAddress | read-write | current |
| 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.5 | Unsigned32 (0..65535) | read-write | current |
| 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.6 | INTEGER {deprecated1(1), emerg(2), alert(3), crit(4), error(5), warning(6), notice(7), info(8), debug(9)} | read-write | current |