MSRIPSAP-MIB

File: MSRIPSAP-MIB.mib (10315 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC-1215
MSFT-MIB

Imported symbols

enterprises Counter OBJECT-TYPE
TRAP-TYPE microsoft software

Defined Types

RIPIfEntry  
SEQUENCE    
  ripIfIndex INTEGER
  ripIfAdminState INTEGER
  ripIfOperState INTEGER
  ripIfUpdateMode INTEGER
  ripIfUpdateInterval INTEGER
  ripIfAgeMultiplier INTEGER
  ripIfSupply INTEGER
  ripIfListen INTEGER
  ripIfOutPackets Counter
  ripIfInPackets Counter

SAPIfEntry  
SEQUENCE    
  sapIfIndex INTEGER
  sapIfAdminState INTEGER
  sapIfOperState INTEGER
  sapIfUpdateMode INTEGER
  sapIfUpdateInterval INTEGER
  sapIfAgeMultiplier INTEGER
  sapIfSupply INTEGER
  sapIfListen INTEGER
  sapIfGetNearestServerReply INTEGER
  sapIfOutPackets Counter
  sapIfInPackets Counter

Defined Values

ripsap 1.3.6.1.4.1.311.1.9
OBJECT IDENTIFIER    

ripsapBase 1.3.6.1.4.1.311.1.9.1
OBJECT IDENTIFIER    

ripsapInterface 1.3.6.1.4.1.311.1.9.2
OBJECT IDENTIFIER    

ripsapBaseRipOperState 1.3.6.1.4.1.311.1.9.1.1
Indicates the operational state of RIP.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER down(1), up(2)  

ripsapBaseSapOperState 1.3.6.1.4.1.311.1.9.1.2
Indicates the operational state of SAP.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER down(1), up(2)  

ripIfTable 1.3.6.1.4.1.311.1.9.2.1
The RIP interface table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RIPIfEntry

ripIfEntry 1.3.6.1.4.1.311.1.9.2.1.1
Each entry corresponds to one interface known to the system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  RIPIfEntry  

ripIfIndex 1.3.6.1.4.1.311.1.9.2.1.1.1
The identifier of this interface, unique within the instance of RIP. This value corresponds to the interface identifier found in ipxIfIndex.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ripIfAdminState 1.3.6.1.4.1.311.1.9.2.1.1.2
The desired state of the interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

ripIfOperState 1.3.6.1.4.1.311.1.9.2.1.1.3
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER down(1), up(2), sleeping(3)  

ripIfUpdateMode 1.3.6.1.4.1.311.1.9.2.1.1.4
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER standard(1), none(2), autostatic(3)  

ripIfUpdateInterval 1.3.6.1.4.1.311.1.9.2.1.1.5
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
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ripIfAgeMultiplier 1.3.6.1.4.1.311.1.9.2.1.1.6
The holding multiplier for routes received in RIP periodic updates (applies only if ripIfUpdateMode is Standard(1)).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ripIfSupply 1.3.6.1.4.1.311.1.9.2.1.1.7
Enable sending of RIP updates (change and periodic) on this interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

ripIfListen 1.3.6.1.4.1.311.1.9.2.1.1.8
Enable listening to RIP updates on this interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

ripIfOutPackets 1.3.6.1.4.1.311.1.9.2.1.1.9
The number of RIP packets sent on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ripIfInPackets 1.3.6.1.4.1.311.1.9.2.1.1.10
The number of RIP packets received on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sapIfTable 1.3.6.1.4.1.311.1.9.2.2
The SAP interface table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SAPIfEntry

sapIfEntry 1.3.6.1.4.1.311.1.9.2.2.1
Each entry corresponds to one interface known to the system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SAPIfEntry  

sapIfIndex 1.3.6.1.4.1.311.1.9.2.2.1.1
The identifier of this interface, unique within the instance of SAP. This value corresponds to the interface identifier found in ipxIfIndex.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sapIfAdminState 1.3.6.1.4.1.311.1.9.2.2.1.2
The desired state of the interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

sapIfOperState 1.3.6.1.4.1.311.1.9.2.2.1.3
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER down(1), up(2), sleeping(3)  

sapIfUpdateMode 1.3.6.1.4.1.311.1.9.2.2.1.4
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER standard(1), none(2), autostatic(3)  

sapIfUpdateInterval 1.3.6.1.4.1.311.1.9.2.2.1.5
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
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

sapIfAgeMultiplier 1.3.6.1.4.1.311.1.9.2.2.1.6
The holding multiplier for services received in SAP periodic updates (applies only if sapIfUpdateMode is Standard(1)).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

sapIfSupply 1.3.6.1.4.1.311.1.9.2.2.1.7
Enable sending of SAP updates (change and periodic) on this interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

sapIfListen 1.3.6.1.4.1.311.1.9.2.2.1.8
Enable listening to SAP updates on this interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

sapIfGetNearestServerReply 1.3.6.1.4.1.311.1.9.2.2.1.9
Indicates whether to respond to SAP get nearest server requests received on this interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

sapIfOutPackets 1.3.6.1.4.1.311.1.9.2.2.1.10
The number of SAP packets sent on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sapIfInPackets 1.3.6.1.4.1.311.1.9.2.2.1.11
The number of SAP packets received on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter