RIPNG-MIB: View SNMP OID List / Download MIB
VENDOR: D-LINK
Home | MIB: RIPNG-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 |
swRIPngMIB | 1.3.6.1.4.1.171.12.83 |
The structure of RIPng for the proprietary enterprise. |
||
swRIPngGlobalState | 1.3.6.1.4.1.171.12.83.1 | integer | read-write |
This object indicates the RIPng global state. Enumeration: 'disabled': 2, 'enabled': 1. |
swRIPngMethod | 1.3.6.1.4.1.171.12.83.2 | integer | read-write |
This object indicates the method to be done while sending routing informations. If the configured value is split-horizon(2) then routes learnt on a interface are not sent over that interface. If the configured value is poison-reverse(3) then such routes are sent with a metric of 16. Enumeration: 'no-horizon': 1, 'split-horizon': 2, 'poison-reverse': 3. |
swRIPngUpdateTime | 1.3.6.1.4.1.171.12.83.3 | integer | read-write |
This object indicates the RIPng update interval in second. |
swRIPngExpireTime | 1.3.6.1.4.1.171.12.83.4 | integer | read-write |
This object indicates the period in second for which a dynamic RIPng route will be kept in the IPv6 routing table without receiving any updates for the route. After this time interval, the route will not be valid and will be aged out. |
swRIPngGarbageCollectionTime | 1.3.6.1.4.1.171.12.83.5 | integer | read-write |
This object indicates the period in seconds for a RIPng route which has aged out is retained in the IPv6 Routing Table. After this time interval the route is deleted from the IPv6 Routing Table. |
swRIPngIfTable | 1.3.6.1.4.1.171.12.83.6 | no-access |
This table contains RIPng interface information. |
|
1.3.6.1.4.1.171.12.83.6.1 | no-access |
A list of information about RIPng interface. |
||
swRIPngIfName | 1.3.6.1.4.1.171.12.83.6.1.1 | displaystring | no-access |
This object indicates the interface name. |
swRIPngIfState | 1.3.6.1.4.1.171.12.83.6.1.2 | integer | read-write |
This object indicates the RIPng state of the interface. Enumeration: 'disabled': 2, 'enabled': 1. |
swRIPngIfMetric | 1.3.6.1.4.1.171.12.83.6.1.3 | integer | read-write |
This object indicates the metric value of the interface. |