CISCOSB-Redistribute

File: CISCOSB-Redistribute.mib (12199 bytes)

Imported modules

CISCOSB-IP SNMPv2-SMI SNMPv2-TC

Imported symbols

ipSpec MODULE-IDENTITY OBJECT-TYPE
DisplayString RowStatus TruthValue
TEXTUAL-CONVENTION

Defined Types

RlRedistSrcProtocol  
Source Protocol this defines the list of sources that redistribute their routes
TEXTUAL-CONVENTION    
  INTEGER rlRedistProtocolConnected(1), rlRedistProtocolStatic(2), rlRedistProtocolRip(3), rlRedistProtocolOspfv2(4), rlRedistProtocolOspfv3(5), rlRedistProtocolBgp(6), rlRedistProtocolEigrp(7), rlRedistProtocolIsIs(8), rlRedistProtocolMobile(9), rlRedistProtocolAll(10)  

RlRedistDstProtocol  
Destination Protocol
TEXTUAL-CONVENTION    
  INTEGER rlRedistProtocolRip(3), rlRedistProtocolOspfv2(4), rlRedistProtocolOspfv3(5), rlRedistProtocolBgp(6), rlRedistProtocolEigrp(7), rlRedistProtocolIsIs(8), rlRedistProtocolMobile(9)  

RlRedistMatchType  
Match Type Bit Map that defines the criteria by which OSPF routes are redistributed into other routing domains.
TEXTUAL-CONVENTION    
  INTEGER rlRedistMatchTypeNone(0), rlRedistMatchTypeInternal(1), rlRedistMatchTypeExternalOne(2), rlRedistMatchTypeExternalTwo(3)  

RlRedistMetricType  
Metric Type
TEXTUAL-CONVENTION    
  INTEGER rlRedistMetricTypeNone(0), rlRedistMetricTypeExternalOne(1), rlRedistMetricTypeExternalTwo(2)  

RlRedistEntry  
SEQUENCE    
  rlRedistDstProtocol RlRedistDstProtocol
  rlRedistSrcProtocol RlRedistSrcProtocol
  rlRedistDstProcessId INTEGER
  rlRedistSrcProcessId INTEGER
  rlRedistMatchType RlRedistMatchType
  rlRedistRoutMapName DisplayString
  rlRedistAsNumber INTEGER
  rlRedistMetricTransparent TruthValue
  rlRedistMetricValue INTEGER
  rlRedistMetricType RlRedistMetricType
  rlRedistSubnets TruthValue
  rlRedistOnlyNSSA TruthValue
  rlRedistRowStatus RowStatus

Defined Values

rlRedistribute 1.3.6.1.4.1.9.6.1.101.26.27
OBJECT IDENTIFIER    

rlRedistTable 1.3.6.1.4.1.9.6.1.101.26.27.1
Using a routing protocol to advertise routes that are learned by some other means, such as by another routing protocol, static routes, or directly connected routes, is called redistribution. This table is used to configure under which conditions will redistribution occur and which actions (if any) should be done on redistributed route.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlRedistEntry

rlRedistEntry 1.3.6.1.4.1.9.6.1.101.26.27.1.1
.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlRedistEntry  

rlRedistDstProtocol 1.3.6.1.4.1.9.6.1.101.26.27.1.1.1
The protocol to which the routes are exported to
Status: current Access: not-accessible
OBJECT-TYPE    
  RlRedistDstProtocol  

rlRedistSrcProtocol 1.3.6.1.4.1.9.6.1.101.26.27.1.1.2
The protocol from which the routes are imported from
Status: current Access: not-accessible
OBJECT-TYPE    
  RlRedistSrcProtocol  

rlRedistDstProcessId 1.3.6.1.4.1.9.6.1.101.26.27.1.1.3
Parameter semantic differs according to rlRedistDstProtocol. in OSPF this is an appropriate OSPF process ID to which routes are to be redistributed
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..65535  

rlRedistSrcProcessId 1.3.6.1.4.1.9.6.1.101.26.27.1.1.4
Parameter semantic differs according to rlRedistSrcProtocol. in BGP and EIGRP keyword, this is an autonomous system number, in range 1 to 65535.. in OSPF, this is an appropriate OSPF process ID from which routes are to be redistributed. 0 means no process ID
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..65535  

rlRedistMatchType 1.3.6.1.4.1.9.6.1.101.26.27.1.1.5
Applicable only when rlRedistSrcProtocol is OSPF defines the criteria by which OSPF routes are redistributed into other routing domains. It can be one of the following: rlRedistMatchTypeInternal - Routes that are internal to a specific autonomous system. rlRedistMatchTypeExternalTwo - Routes that are external to the autonomous system, but are imported into OSPF as Type 2 external route. rlRedistMatchTypeExternalOne - Routes that are external to the autonomous system, but are imported into OSPF as Type 1 external route.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlRedistMatchType  

rlRedistRoutMapName 1.3.6.1.4.1.9.6.1.101.26.27.1.1.6
Specifies the route map that should be interrogated to filter the importation of routes from this source routing protocol to the current routing protocol. If not specified, all routes are redistributed. If this keyword is specified, but no route map tags are listed, no routes will be imported.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(0..32)  

rlRedistAsNumber 1.3.6.1.4.1.9.6.1.101.26.27.1.1.7
Autonomous system number for the redistributed route. Number in range from 1 to 65535. 0 means no AS number defined
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

rlRedistMetricTransparent 1.3.6.1.4.1.9.6.1.101.26.27.1.1.8
Redistribute routes without changing the metric
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlRedistMetricValue 1.3.6.1.4.1.9.6.1.101.26.27.1.1.9
When redistributing from one OSPF process to another OSPF process on the same router, the metric will be carried through from one process to the other if no metric value is specified. When redistributing other processes to an OSPF process, the default metric is 20 when no metric value is specified.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

rlRedistMetricType 1.3.6.1.4.1.9.6.1.101.26.27.1.1.10
Parameter semantic differs according to rlRedistSrcProtocol. In OSPF specifies the external link type associated with the default route advertised into the OSPF routing domain. It can be one of two values: 1 - Type 1 external route 2 - Type 2 external route
Status: current Access: read-write
OBJECT-TYPE    
  RlRedistMetricType  

rlRedistSubnets 1.3.6.1.4.1.9.6.1.101.26.27.1.1.11
For redistributing routes into OSPF, the scope of redistribution for the specified protocol
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlRedistOnlyNSSA 1.3.6.1.4.1.9.6.1.101.26.27.1.1.12
Sets the nssa-only attribute for all routes redistributed into OSPF.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlRedistRowStatus 1.3.6.1.4.1.9.6.1.101.26.27.1.1.13
Row Status
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus