IPV4-RIP-MIB

File: IPV4-RIP-MIB.mib (12150 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC APENT-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
RowStatus TruthValue apIpv4Rip

Defined Types

ApIpv4RipAdvRouteEntry  
SEQUENCE    
  apIpv4RipAdvRoutePrefix IpAddress
  apIpv4RipAdvRoutePrefixLen INTEGER
  apIpv4RipAdvRouteMetric INTEGER
  apIpv4RipAdvRouteStatus RowStatus

ApIpv4RipIfAdvRouteEntry  
SEQUENCE    
  apIpv4RipIfAdvRouteAddress IpAddress
  apIpv4RipIfAdvRoutePrefix IpAddress
  apIpv4RipIfAdvRoutePrefixLen INTEGER
  apIpv4RipIfAdvRouteMetric INTEGER
  apIpv4RipIfAdvRouteStatus RowStatus

ApIpv4RipIfEntry  
SEQUENCE    
  apIpv4RipIfAddress IpAddress
  apIpv4RipIfLogTx TruthValue
  apIpv4RipIfLogRx TruthValue

Defined Values

apIpv4RipMib 1.3.6.1.4.1.2467.1.9.3.1.1
This MIB module describes the ArrowPoint enterprise MIB support for the Routing Information Protocol
MODULE-IDENTITY    

apIpv4RipRedistributeStatic 1.3.6.1.4.1.2467.1.9.3.1.2
If enabled, static routes will be advertised by RIP.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

apIpv4RipStaticMetric 1.3.6.1.4.1.2467.1.9.3.1.3
If static routes are advertised by RIP, this is the metric to use when advertising the routes.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..15  

apIpv4RipRedistributeOspf 1.3.6.1.4.1.2467.1.9.3.1.4
If enabled, OSPF routes will be advertised by RIP.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

apIpv4RipOspfMetric 1.3.6.1.4.1.2467.1.9.3.1.5
If OSPF routes are advertised by RIP, this is the metric to use when advertising the routes.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..15  

apIpv4RipRedistributeLocal 1.3.6.1.4.1.2467.1.9.3.1.6
If enabled, local routes will be advertised by RIP.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

apIpv4RipLocalMetric 1.3.6.1.4.1.2467.1.9.3.1.7
If local routes are advertised by RIP, this is the metric to use when advertising the routes.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..15  

apIpv4RipEqualCostRoutes 1.3.6.1.4.1.2467.1.9.3.1.11
The maximum number of equal-cost routes RIP can use.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..15  

apIpv4RipRedistributeFirewall 1.3.6.1.4.1.2467.1.9.3.1.12
If enabled, firewall routes will be advertised by RIP.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

apIpv4RipFirewallMetric 1.3.6.1.4.1.2467.1.9.3.1.13
If firewall routes are advertised by RIP, this is the metric to use when advertising the routes.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..15  

apIpv4RipAdvRouteTable 1.3.6.1.4.1.2467.1.9.3.1.8
A list of routes that are advertised via all RIP interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ApIpv4RipAdvRouteEntry

apIpv4RipAdvRouteEntry 1.3.6.1.4.1.2467.1.9.3.1.8.1
A single route to advertise via all RIP interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  ApIpv4RipAdvRouteEntry  

apIpv4RipAdvRoutePrefix 1.3.6.1.4.1.2467.1.9.3.1.8.1.1
The route prefix to be advertised.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

apIpv4RipAdvRoutePrefixLen 1.3.6.1.4.1.2467.1.9.3.1.8.1.2
The network prefix length associated with this route.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..32  

apIpv4RipAdvRouteMetric 1.3.6.1.4.1.2467.1.9.3.1.8.1.3
The metric to use when advertising this route.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..15  

apIpv4RipAdvRouteStatus 1.3.6.1.4.1.2467.1.9.3.1.8.1.4
(fill in later)
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

apIpv4RipIfAdvRouteTable 1.3.6.1.4.1.2467.1.9.3.1.9
A list of routes that are advertised via a specific RIP interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ApIpv4RipIfAdvRouteEntry

apIpv4RipIfAdvRouteEntry 1.3.6.1.4.1.2467.1.9.3.1.9.1
A single route to advertise via a specific RIP interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  ApIpv4RipIfAdvRouteEntry  

apIpv4RipIfAdvRouteAddress 1.3.6.1.4.1.2467.1.9.3.1.9.1.1
The address of the RIP interface. If this is a valid unicast IP address, the interface is numbered. Otherwise, it indicates the ifIndex of an unnumbered interface.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

apIpv4RipIfAdvRoutePrefix 1.3.6.1.4.1.2467.1.9.3.1.9.1.2
The route prefix to be advertised.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

apIpv4RipIfAdvRoutePrefixLen 1.3.6.1.4.1.2467.1.9.3.1.9.1.3
The network prefix length associated with this route.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..32  

apIpv4RipIfAdvRouteMetric 1.3.6.1.4.1.2467.1.9.3.1.9.1.4
The metric to use when advertising this route.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..15  

apIpv4RipIfAdvRouteStatus 1.3.6.1.4.1.2467.1.9.3.1.9.1.5
(fill in later)
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

apIpv4RipIfTable 1.3.6.1.4.1.2467.1.9.3.1.10
Per-interface RIP information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ApIpv4RipIfEntry

apIpv4RipIfEntry 1.3.6.1.4.1.2467.1.9.3.1.10.1
Information for a single RIP interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  ApIpv4RipIfEntry  

apIpv4RipIfAddress 1.3.6.1.4.1.2467.1.9.3.1.10.1.1
The address of the RIP interface. If this is a valid unicast IP address, the interface is numbered. Otherwise, it indicates the ifIndex of an unnumbered interface.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

apIpv4RipIfLogTx 1.3.6.1.4.1.2467.1.9.3.1.10.1.2
If true, information will be written to the system log for each RIP packet transmitted.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

apIpv4RipIfLogRx 1.3.6.1.4.1.2467.1.9.3.1.10.1.3
If true, information will be written to the system log for each RIP packet received.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue