MSRIPSAP-MIB: View SNMP OID List / Download MIB
VENDOR: MICROSOFT
Home | MIB: MSRIPSAP-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 |
ripsap | 1.3.6.1.4.1.311.1.9 | |||
ripsapBase | 1.3.6.1.4.1.311.1.9.1 | |||
ripsapBaseRipOperState | 1.3.6.1.4.1.311.1.9.1.1 | integer | read-only |
Indicates the operational state of RIP. Enumeration: 'down': 1, 'up': 2. |
ripsapBaseSapOperState | 1.3.6.1.4.1.311.1.9.1.2 | integer | read-only |
Indicates the operational state of SAP. Enumeration: 'down': 1, 'up': 2. |
ripsapInterface | 1.3.6.1.4.1.311.1.9.2 | |||
ripIfTable | 1.3.6.1.4.1.311.1.9.2.1 | no-access |
The RIP interface table. |
|
1.3.6.1.4.1.311.1.9.2.1.1 | no-access |
Each entry corresponds to one interface known to the system. |
||
ripIfIndex | 1.3.6.1.4.1.311.1.9.2.1.1.1 | integer | read-only |
The identifier of this interface, unique within the instance of RIP. This value corresponds to the interface identifier found in ipxIfIndex. |
ripIfAdminState | 1.3.6.1.4.1.311.1.9.2.1.1.2 | integer | read-write |
The desired state of the interface. Enumeration: 'disabled': 1, 'enabled': 2. |
ripIfOperState | 1.3.6.1.4.1.311.1.9.2.1.1.3 | integer | read-only |
The current operational state of the interface. If ripIfAdminState is disabled(1) then ripIfOperState should be down(1). If ripIfAdminState is changed to enabled(2) then ripIfOperState should change to up(2) if the interface is ready to transmit and receive network traffic; it should change to sleeping(3) if the interface is waiting for external actions (such as a serial line waiting for an incomming connection); it should remain in the down(1) state if and only if there is a fault that prevents it from going to the up(2) state. Enumeration: 'down': 1, 'up': 2, 'sleeping': 3. |
ripIfUpdateMode | 1.3.6.1.4.1.311.1.9.2.1.1.4 | integer | read-write |
The RIP update mechanism used on this interface. None(2) is used for static routes configurations. AutoStatic(3) means that the local router can issue an update request to the remote router and the response will be kept statically in the routing database as auto static routes. Standard(1) is the periodic broadcast RIP mechanism. Enumeration: 'none': 2, 'autostatic': 3, 'standard': 1. |
ripIfUpdateInterval | 1.3.6.1.4.1.311.1.9.2.1.1.5 | integer | read-write |
The RIP update interval, in sec. For Standard(1) ripIfUpdateMode, this is the interval with which periodic update broadcasts are sent, for AutoStatic(3) ripIfUpdateMode, this is the maximum interval for which router will listen for rip announcements, not used for None(2) ripIfUpdateMode |
ripIfAgeMultiplier | 1.3.6.1.4.1.311.1.9.2.1.1.6 | integer | read-write |
The holding multiplier for routes received in RIP periodic updates (applies only if ripIfUpdateMode is Standard(1)). |
ripIfSupply | 1.3.6.1.4.1.311.1.9.2.1.1.7 | integer | read-write |
Enable sending of RIP updates (change and periodic) on this interface. Enumeration: 'disabled': 1, 'enabled': 2. |
ripIfListen | 1.3.6.1.4.1.311.1.9.2.1.1.8 | integer | read-write |
Enable listening to RIP updates on this interface. Enumeration: 'disabled': 1, 'enabled': 2. |
ripIfOutPackets | 1.3.6.1.4.1.311.1.9.2.1.1.9 | counter | read-only |
The number of RIP packets sent on this interface. |
ripIfInPackets | 1.3.6.1.4.1.311.1.9.2.1.1.10 | counter | read-only |
The number of RIP packets received on this interface. |
sapIfTable | 1.3.6.1.4.1.311.1.9.2.2 | no-access |
The SAP interface table. |
|
1.3.6.1.4.1.311.1.9.2.2.1 | no-access |
Each entry corresponds to one interface known to the system. |
||
sapIfIndex | 1.3.6.1.4.1.311.1.9.2.2.1.1 | integer | read-only |
The identifier of this interface, unique within the instance of SAP. This value corresponds to the interface identifier found in ipxIfIndex. |
sapIfAdminState | 1.3.6.1.4.1.311.1.9.2.2.1.2 | integer | read-write |
The desired state of the interface. Enumeration: 'disabled': 1, 'enabled': 2. |
sapIfOperState | 1.3.6.1.4.1.311.1.9.2.2.1.3 | integer | read-only |
The current operational state of the interface. If sapIfAdminState is disabled(1) then ripIfOperState should be down(1). If sapIfAdminState is changed to enabled(2) then sapIfOperState should change to up(2) if the interface is ready to transmit and receive network traffic; it should change to sleeping(3) if the interface is waiting for external actions (such as a serial line waiting for an incomming connection); it should remain in the down(1) state if and only if there is a fault that prevents it from going to the up(2) state. Enumeration: 'down': 1, 'up': 2, 'sleeping': 3. |
sapIfUpdateMode | 1.3.6.1.4.1.311.1.9.2.2.1.4 | integer | read-write |
The SAP update mechanism used on this interface. None(2) is used for static routes configurations. AutoStatic(3) means that the local router can issue an update request to the remote router and the response will be kept statically in the routing database as auto static services. Standard(1) is the periodic broadcast SAP mechanism. Enumeration: 'none': 2, 'autostatic': 3, 'standard': 1. |
sapIfUpdateInterval | 1.3.6.1.4.1.311.1.9.2.2.1.5 | integer | read-write |
The SAP update interval, in sec. For Standard(1) ripIfUpdateMode, this is the interval with which periodic update broadcasts are sent, for AutoStatic(3) sapIfUpdateMode, this is the maximum interval for which router will listen for rip announcements. Not used for None (2) sapIfUpdateMode |
sapIfAgeMultiplier | 1.3.6.1.4.1.311.1.9.2.2.1.6 | integer | read-write |
The holding multiplier for services received in SAP periodic updates (applies only if sapIfUpdateMode is Standard(1)). |
sapIfSupply | 1.3.6.1.4.1.311.1.9.2.2.1.7 | integer | read-write |
Enable sending of SAP updates (change and periodic) on this interface. Enumeration: 'disabled': 1, 'enabled': 2. |
sapIfListen | 1.3.6.1.4.1.311.1.9.2.2.1.8 | integer | read-write |
Enable listening to SAP updates on this interface. Enumeration: 'disabled': 1, 'enabled': 2. |
sapIfGetNearestServerReply | 1.3.6.1.4.1.311.1.9.2.2.1.9 | integer | read-write |
Indicates whether to respond to SAP get nearest server requests received on this interface. Enumeration: 'disabled': 1, 'enabled': 2. |
sapIfOutPackets | 1.3.6.1.4.1.311.1.9.2.2.1.10 | counter | read-only |
The number of SAP packets sent on this interface. |
sapIfInPackets | 1.3.6.1.4.1.311.1.9.2.2.1.11 | counter | read-only |
The number of SAP packets received on this interface. |