NBS-SYSLOG-SERVER-MIB: View SNMP OID List / Download MIB
VENDOR: NBASE SWITCH COMMUNICATION
Home | MIB: NBS-SYSLOG-SERVER-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
nbsSyslogServerMib | 1.3.6.1.4.1.629.206 |
MIB for representing NBS remote syslog servers |
||
nbsSyslogServerGrp | 1.3.6.1.4.1.629.206.1 |
Meta MIB |
||
nbsSyslogServerTableSize | 1.3.6.1.4.1.629.206.1.1 | integer | read-only |
The number of entries in nbsSyslogServerTable table. |
nbsSyslogServerTable | 1.3.6.1.4.1.629.206.1.2 | no-access |
Syslog messages will be sent to every active server in the table. |
|
1.3.6.1.4.1.629.206.1.2.1 | no-access |
A remote syslog server. |
||
nbsSyslogServerIndex | 1.3.6.1.4.1.629.206.1.2.1.1 | integer | no-access |
The index of the entry/row in the syslog table. |
nbsSyslogServerStatus | 1.3.6.1.4.1.629.206.1.2.1.2 | integer | read-write |
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. Enumeration: 'active': 2, 'invalid': 1. |
nbsSyslogServerAddressType | 1.3.6.1.4.1.629.206.1.2.1.3 | inetaddresstype | read-write |
The address type of nbsSyslogServerAddress. Currently only ipv4 is supported. |
nbsSyslogServerAddress | 1.3.6.1.4.1.629.206.1.2.1.4 | ipaddress | read-write |
IP address of a remote server that should be sent syslog messages. |
nbsSyslogServerPort | 1.3.6.1.4.1.629.206.1.2.1.5 | unsigned32 | read-write |
UDP port of the remote syslog server. The default port is 514. |
nbsSyslogServerLevel | 1.3.6.1.4.1.629.206.1.2.1.6 | integer | read-write |
Indicates the level of messages that are sent to this syslog server. Enumeration: 'info': 8, 'notice': 7, 'alert': 3, 'disabled': 1, 'debug': 9, 'emerg': 2, 'error': 5, 'crit': 4, 'warning': 6. |