HP-ICF-RIP

File: HP-ICF-RIP.mib (11270 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
RIPv2-MIB IANA-RTPROTO-MIB HP-ICF-OID

Imported symbols

OBJECT-TYPE MODULE-IDENTITY IpAddress
Integer32 MODULE-COMPLIANCE OBJECT-GROUP
TruthValue RowStatus rip2IfConfEntry
IANAipRouteProtocol hpSwitch

Defined Types

HpicfIfConfEntry  
SEQUENCE    
  hpicfRipIfConfDoPoison TruthValue
  hpicfRipIfConfCost Integer32

HpicfRipRedistEntry  
SEQUENCE    
  hpicfRipRedistSrcProto IANAipRouteProtocol
  hpicfRipRedistEnabled TruthValue

HpicfRipRedistRestrictEntry  
SEQUENCE    
  hpicfRipRedistRestrictAddr IpAddress
  hpicfRipRedistRestrictMask IpAddress
  hpicfRipRedistRestrictStatus RowStatus

Defined Values

hpicfRip 1.3.6.1.4.1.11.2.14.11.5.1.13
This MIB module contains HP proprietary extensions to the standard RIP MIB.
MODULE-IDENTITY    

hpicfRipObjects 1.3.6.1.4.1.11.2.14.11.5.1.13.1
OBJECT IDENTIFIER    

hpicfRipGeneral 1.3.6.1.4.1.11.2.14.11.5.1.13.1.1
OBJECT IDENTIFIER    

hpicfRipAdminStatus 1.3.6.1.4.1.11.2.14.11.5.1.13.1.1.1
The operational status of the RIP routing protocol.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hpicfRipDefaultMetric 1.3.6.1.4.1.11.2.14.11.5.1.13.1.1.2
Default metric value for routes redistributed to RIP.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..15  

hpicfRipAutoSummary 1.3.6.1.4.1.11.2.14.11.5.1.13.1.1.3
A flag indicating whether RIP should perform border filtering on subnet routes when crossing a network boundary. Interfaces that are configured for RIPv1 or RIPv1-compatible mode must always filter subnets at network boundaries. Interfaces configured for RIPv2 mode will only filter subnets if this flag is set to 'true'. Setting this to 'true' will result in all subnets within a class-based network to be summarized using a single route for the subnet number, which can decrease the size of the routing tables. However, if any networks are discontiguous, this flag should be set to 'false' for proper routing.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpicfRipDistance 1.3.6.1.4.1.11.2.14.11.5.1.13.1.1.4
The administrative distance to associate with routes learned by RIP. Routes with lower distances are preferred. By default, RIP routes have an administrative distance of 120.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..255  

hpicfRipIfConfTable 1.3.6.1.4.1.11.2.14.11.5.1.13.1.2
HP extensions to the rip2IfConfTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfIfConfEntry

hpicfRipIfConfEntry 1.3.6.1.4.1.11.2.14.11.5.1.13.1.2.1
HP extensions for a single RIP interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfIfConfEntry  

hpicfRipIfConfDoPoison 1.3.6.1.4.1.11.2.14.11.5.1.13.1.2.1.1
Flag indicating if router should perform poison reverse on this interface.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpicfRipIfConfCost 1.3.6.1.4.1.11.2.14.11.5.1.13.1.2.1.2
RIP metric for this interface.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..15  

hpicfRipRedistTable 1.3.6.1.4.1.11.2.14.11.5.1.13.1.3
Table for configuring route redistribution into RIP.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfRipRedistEntry

hpicfRipRedistEntry 1.3.6.1.4.1.11.2.14.11.5.1.13.1.3.1
An entry in the table for configuring route redistribution into RIP from a single source protocol. Entries in this table are not created dynamically. There will be a single entry for each supported source protocol.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfRipRedistEntry  

hpicfRipRedistSrcProto 1.3.6.1.4.1.11.2.14.11.5.1.13.1.3.1.1
Source protocol to redistribute routes from.
Status: current Access: not-accessible
OBJECT-TYPE    
  IANAipRouteProtocol  

hpicfRipRedistEnabled 1.3.6.1.4.1.11.2.14.11.5.1.13.1.3.1.2
A flag indicating whether RIP should redistribute routes from this source protocol.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpicfRipRedistRestrictTable 1.3.6.1.4.1.11.2.14.11.5.1.13.1.4
A table of route prefixes for filtering out routes that RIP should not redistribute. Any route that is contained by a range in this table (in other words, has a longer mask than that specified by hpicfRipRedistRestrictMask and where the route destination ANDed with the hpicfRipRedistRestrictMask is equal to hpicfRipRedistRestrictAddr) will not be redistributed as an external route by RIP.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfRipRedistRestrictEntry

hpicfRipRedistRestrictEntry 1.3.6.1.4.1.11.2.14.11.5.1.13.1.4.1
A single entry in the table. Any route, regardless of source protocol which is contained within the specified range will not be redistributed into RIP. Entries in this table are created dynamically using the hpicfRipRedistRestrictStatus object.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfRipRedistRestrictEntry  

hpicfRipRedistRestrictAddr 1.3.6.1.4.1.11.2.14.11.5.1.13.1.4.1.1
The IP address of the range of route entries to exclude from redistribution into RIP.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

hpicfRipRedistRestrictMask 1.3.6.1.4.1.11.2.14.11.5.1.13.1.4.1.2
The mask for the range of route entries to exclude from redistribution into RIP.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

hpicfRipRedistRestrictStatus 1.3.6.1.4.1.11.2.14.11.5.1.13.1.4.1.3
The status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpicfRipConformance 1.3.6.1.4.1.11.2.14.11.5.1.13.2
OBJECT IDENTIFIER    

hpicfRipGroups 1.3.6.1.4.1.11.2.14.11.5.1.13.2.1
OBJECT IDENTIFIER    

hpicfRipBaseGroup 1.3.6.1.4.1.11.2.14.11.5.1.13.2.1.1
Basic RIP configuration information that is not present in the standard RIP MIB.
Status: current Access: read-create
OBJECT-GROUP    

hpicfRipIfGroup 1.3.6.1.4.1.11.2.14.11.5.1.13.2.1.2
RIP interface configuration information that is not present in the standard RIP MIB.
Status: current Access: read-create
OBJECT-GROUP    

hpicfRipRedistGroup 1.3.6.1.4.1.11.2.14.11.5.1.13.2.1.3
A collection of objects for controlling the redistribution of external routes by RIP.
Status: current Access: read-create
OBJECT-GROUP    

hpicfRipDistanceGroup 1.3.6.1.4.1.11.2.14.11.5.1.13.2.1.4
A collection of objects for configuring the administrative distance of routes learned by RIP.
Status: current Access: read-create
OBJECT-GROUP    

hpicfRipCompliances 1.3.6.1.4.1.11.2.14.11.5.1.13.2.2
OBJECT IDENTIFIER    

hpicfRipCompliance 1.3.6.1.4.1.11.2.14.11.5.1.13.2.2.1
The compliance statement for HP Routing switches that support RIP.
Status: current Access: read-create
MODULE-COMPLIANCE    

hpicfRipDistanceCompliance 1.3.6.1.4.1.11.2.14.11.5.1.13.2.2.2
The compliance statement for HP Routing switches that support RIP.
Status: current Access: read-create
MODULE-COMPLIANCE