CISCO-FC-ROUTE-MIB

File: CISCO-FC-ROUTE-MIB.mib (29325 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
SNMP-FRAMEWORK-MIB IF-MIB CISCO-SMI
CISCO-ST-TC CISCO-VSAN-MIB ENTITY-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
Counter64 MODULE-COMPLIANCE OBJECT-GROUP
RowStatus TruthValue TimeStamp
TestAndIncr SnmpAdminString InterfaceIndex
ciscoMgmt FcAddressId VsanIndex
vsanIndex entPhysicalIndex PhysicalIndex

Defined Types

FcRouteEntry  
SEQUENCE    
  fcRouteDestAddrId FcAddressId
  fcRouteDestMask FcAddressId
  fcRouteProto INTEGER
  fcRouteInterface InterfaceIndex
  fcRouteDomainId Unsigned32
  fcRouteMetric Unsigned32
  fcRouteType INTEGER
  fcRoutePermanent TruthValue
  fcRouteRowStatus RowStatus

FcRouteFlowStatEntry  
SEQUENCE    
  fcRouteFlowIndex Unsigned32
  fcRouteFlowType BITS
  fcRouteFlowVsanId VsanIndex
  fcRouteFlowDestId FcAddressId
  fcRouteFlowSrcId FcAddressId
  fcRouteFlowMask FcAddressId
  fcRouteFlowPort InterfaceIndex
  fcRouteFlowFrames Counter64
  fcRouteFlowBytes Counter64
  fcRouteFlowCreationTime TimeStamp
  fcRouteFlowRowStatus RowStatus

Defined Values

ciscoFcRouteMIB 1.3.6.1.4.1.9.9.284
The MIB module for configuring and displaying FC (Fibre Channel) Route Information.
MODULE-IDENTITY    

ciscoFcRouteMIBObjects 1.3.6.1.4.1.9.9.284.1
OBJECT IDENTIFIER    

fcRouteMIBConformance 1.3.6.1.4.1.9.9.284.2
OBJECT IDENTIFIER    

fcRouteConfig 1.3.6.1.4.1.9.9.284.1.1
OBJECT IDENTIFIER    

fcRouteStatistics 1.3.6.1.4.1.9.9.284.1.2
OBJECT IDENTIFIER    

fcRouteNotification 1.3.6.1.4.1.9.9.284.1.3
OBJECT IDENTIFIER    

fcRouteNotifications 1.3.6.1.4.1.9.9.284.1.3.0
OBJECT IDENTIFIER    

fcRouteLastChangeTime 1.3.6.1.4.1.9.9.284.1.1.1
The value of sysUpTime at the most recent time when a conceptual row was created, modified, or deleted in fcRouteTable. If no change has occurred since the last restart of the management system, then the value of this object is 0.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

fcRoutePreference 1.3.6.1.4.1.9.9.284.1.1.2
The value of route preference.Route preference is the value used to select one route over other when more than one route to the same destination is learned from different protocols, peers, or static routes from end-users. The preference value is an arbitrary assigned value used to determine the order of routes to the same destination in a single routing database(RIB). The active route is chosen by the lowest preference value.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..255  

fcRouteVerifyAction 1.3.6.1.4.1.9.9.284.1.1.3
The action to perform a consistency check of fcRouteTable. none (1) - no action verify (2) - perform verify action Writing verify(2) does a consistency check of the fcRouteTable with either one of the following: - with routeTable in the persistent database if the fcRouteVerifyType value is pss(1) - with forwarding information base software tables on the module specified by fcRouteVerifyModule, if the fcRouteVerifyType value is fibShadow(2). - with forwarding information base hardware tables on the module specified by fcRouteVerifyModule if the fcRouteVerifyType value is fibHardware(3). This verify action is performed on the fcRouteTable for the VSAN specified by fcRouteVerifyVsanID and for the route entries of the type specified by fcRouteVerifyRouteType. The result is shown by fcRouteVerifyResult. If a verify, due to a previous action performed, is in progress in the agent, then setting the fcRouteVerifyAction to verify(2) again will fail. No verification is performed if the value is set to none(1). When read, this object always has the value 'none(1)'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), verify(2)  

fcRouteVerifyType 1.3.6.1.4.1.9.9.284.1.1.4
The value used by fcRouteVerifyAction to perform the consistency check of fcRouteTable with: - route table in persistent database if value is pss(1) - forwarding information base software tables if value is fibShadow(2) - forwarding information base hardware tables if value is fibHardware(3).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER pss(1), fibShadow(2), fibHardware(3)  

fcRouteVerifyModule 1.3.6.1.4.1.9.9.284.1.1.5
This value identifies a particular line card module according to that module's value of entPhysicalIndex in the entPhysicalTable of the ENTITY-MIB (RFC 2737). The forwarding information base present on this module is checked for consistency with the fcRouteTable. The value of this object is relevant only if fcRouteVerifyType is either fibShadow(2) or fibHardware(3).
Status: current Access: read-write
OBJECT-TYPE    
  PhysicalIndex  

fcRouteVerifyVsanID 1.3.6.1.4.1.9.9.284.1.1.6
The value specifies the VSAN id. The fcRouteTable entries and the entries in the table specified by fcRouteVerifyType is checked for consistency for the same VSAN id specified by this object.
Status: current Access: read-write
OBJECT-TYPE    
  VsanIndex 1..4093  

fcRouteVerifyRouteType 1.3.6.1.4.1.9.9.284.1.1.7
The value used by fcRouteVerifyAction to perform the consistency check of fcRouteTable. If the value is unicast(1) then only unicast entries in fcRouteTable and the entries in the table specified by fcRouteVerifyType are checked. If value is multicast(2) then only multicast entries in fcRouteTable and the entries in the table specified by fcRouteVerifyType are checked. If value is label(3) then only label entries in fcRouteTable and the entries in the table specified by fcRouteVerifyType are checked.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER unicast(1), multicast(2), label(3)  

fcRouteVerifyResult 1.3.6.1.4.1.9.9.284.1.1.8
The object displays the details of the first inconsistency that occured from the check. If the check passes successfully then this will be a zero-length string.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

fcRouteVerifyLock 1.3.6.1.4.1.9.9.284.1.1.9
This object is used to facilitate the verify action performed using 'fcRouteVerifyAction' by multiple managers. The procedure to perform the action by the NMS is as follows: 1. Retrieve the value of fcRouteVerifyLock. 2. Set the value of fcRouteVerifyLock to the retrieved value, and in the same PDU provide the following values: fcRouteVerifyAction to 'verify(2)' fcRouteVerifyType,fcRouteVerifyVsanID, fcRouteVerifyRouteType and fcRouteVerifyModule. Note, fcRouteVerifyModule is relevent only if fcRouteVerifyType is either 'fibShadow(2)' or fibHardware(3). 3. If the set fails repeat steps 1-2. 4. Retrieve the value of fcRouteVerifyLock and fcRouteVerifyResult in the same pdu. 5. If 'fcRouteVerifyLock' value is not one greater than the retrieved value of 'fcRouteVerifyLock' in step-1 than repeat steps 1-4.
Status: current Access: read-write
OBJECT-TYPE    
  TestAndIncr  

fcRouteTable 1.3.6.1.4.1.9.9.284.1.1.10
The local system's Fibre Channel Routing table. This table lists all the routes that is configured/ calculated at the local system. Traffic through the TL-Port (translation port) uses the R-CTL field in the FC protocol header. During forwarding, this R-CTL field is part of the the value looked-up in the route table for matching. The value of the object fcRoutePreference is used to select one route over other when more than one route to the same destination is learned from different protocols, peers, or static routes from end-users. Only the entries configured by the user, which are fcRouteProto of type netmgmt(3), can be deleted by the user.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FcRouteEntry

fcRouteEntry 1.3.6.1.4.1.9.9.284.1.1.10.1
Each entry contains a route to a particular destination in a particular VSAN via a particular output interface, and learned in a particular manner.
Status: current Access: not-accessible
OBJECT-TYPE    
  FcRouteEntry  

fcRouteDestAddrId 1.3.6.1.4.1.9.9.284.1.1.10.1.1
The destination FC-ID of this route.
Status: current Access: not-accessible
OBJECT-TYPE    
  FcAddressId  

fcRouteDestMask 1.3.6.1.4.1.9.9.284.1.1.10.1.2
Indicate the mask to be logical-ANDed with the destination address Id before being compared to the value in the fcRouteDestAddrId field. This can only be 255.255.255 or 255.255.0 or 255.0.0 .
Status: current Access: not-accessible
OBJECT-TYPE    
  FcAddressId  

fcRouteProto 1.3.6.1.4.1.9.9.284.1.1.10.1.3
The routing mechanism via which this route was learned. other(1) - not specified local(2) - local interface netmgmt(3)- static route The following are all dynamic routing protocols fspf(4) - Fibre Shortest Path First mpls(5) - Multiple Protocol Label Switching. multicast(6) - multicast routes.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER other(1), local(2), netmgmt(3), fspf(4), mpls(5), multicast(6)  

fcRouteInterface 1.3.6.1.4.1.9.9.284.1.1.10.1.4
The ifIndex value, which identifies the local interface through which the next hop of this route should be reached. If the interface type is TL-Port then R-CTL field in the FC protocol header is also used for look-up in the route table during forwarding. Only interfaces of type Fibre Channel and Port Channel are allowed.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

fcRouteDomainId 1.3.6.1.4.1.9.9.284.1.1.10.1.5
The domain ID of next hop switch. However this object, when read, could have a value zero if value of fcRouteProto is 'local'.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..239  

fcRouteMetric 1.3.6.1.4.1.9.9.284.1.1.10.1.6
The routing metric for this route. The use of this object is dependent on fcRouteProto used.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65536  

fcRouteType 1.3.6.1.4.1.9.9.284.1.1.10.1.7
The type of route. local(1): refers to a route for which the next hop is the final destination; remote(2): refers to a route for which the next hop is not the final destination. This object is not relevent for multicast and broadcast route entries.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER local(1), remote(2)  

fcRoutePermanent 1.3.6.1.4.1.9.9.284.1.1.10.1.8
The value if true(1), indicates the route is not to be removed from the relevant Forwarding information base even if the port is operationally 'down'. If false(2), the route is removed from the relevant Forwarding information base (FIB) if the port is operationally 'down'. This object is not relevent for multicast and broadcast route entries.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

fcRouteRowStatus 1.3.6.1.4.1.9.9.284.1.1.10.1.9
The status of this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

fcRouteFlowStatTable 1.3.6.1.4.1.9.9.284.1.2.1
The table to configure and show the ingress traffic counters on physical components (e.g., Linecards). The user has the option of configuring counters depending on the bits selected for the object fcRouteFlowType. If the user selects only vsanId(0) bit for all the entries, then no more than 1024 entries can be created. If the user selects all the 4 bits, vsanId(0), destId(1), srcId(2), port(3), for some entries, then additional entries can be created, up to a maximum of 2048 entries. For statistics collection R-CTL is not part of the the value looked-up in the route table, so the counters are updated immaterial of R-CTL field.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FcRouteFlowStatEntry

fcRouteFlowStatEntry 1.3.6.1.4.1.9.9.284.1.2.1.1
Each entry provides information on the ingress traffic counters at the physical component indicated by entPhysicalIndex. Entries can only be created for physical components, e.g.,line cards, which support this type of ingress traffic counters.
Status: current Access: not-accessible
OBJECT-TYPE    
  FcRouteFlowStatEntry  

fcRouteFlowIndex 1.3.6.1.4.1.9.9.284.1.2.1.1.1
The index of this entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..2147483647  

fcRouteFlowType 1.3.6.1.4.1.9.9.284.1.2.1.1.2
The matching criteria by which flows are selected to be included in the traffic which is instrumented by the ingress traffic counters. For each bit which is set, the corresponding object must be configured by the network manager when creating an entry. vsanId(0) represents object fcRouteFlowVsanId, destId(1) represents fcRouteFlowDestId, srcId(2) represents fcRouteFlowSrcId, port(3) represents fcRouteFlowPort.It is optional to provide fcRouteFlowMask. If fcRouteFlowMask is not provided then the default value 255.255.255 is used. This object cannot be modified while the corresponding value of fcRouteFlowRowStatus is equal to 'active'.
Status: current Access: read-create
OBJECT-TYPE    
  BITS vsanId(0), destId(1), srcId(2), port(3)  

fcRouteFlowVsanId 1.3.6.1.4.1.9.9.284.1.2.1.1.3
The id of VSAN. This object cannot be modified while the corresponding value of fcRouteFlowRowStatus is equal to 'active'.
Status: current Access: read-create
OBJECT-TYPE    
  VsanIndex 1..4093  

fcRouteFlowDestId 1.3.6.1.4.1.9.9.284.1.2.1.1.4
The destination fibre channel address id. This object cannot be modified while the corresponding value of fcRouteFlowRowStatus is equal to 'active'.
Status: current Access: read-create
OBJECT-TYPE    
  FcAddressId  

fcRouteFlowSrcId 1.3.6.1.4.1.9.9.284.1.2.1.1.5
The source fibre channel address id. This object cannot be modified while the corresponding value of fcRouteFlowRowStatus is equal to 'active'.
Status: current Access: read-create
OBJECT-TYPE    
  FcAddressId  

fcRouteFlowMask 1.3.6.1.4.1.9.9.284.1.2.1.1.6
The mask for source and destination fibre channel address id. This object cannot be modified while the corresponding value of fcRouteFlowRowStatus is equal to 'active'.
Status: current Access: read-create
OBJECT-TYPE    
  FcAddressId  

fcRouteFlowPort 1.3.6.1.4.1.9.9.284.1.2.1.1.7
The physical ingress port to which this counter applies. This object cannot be modified while the corresponding value of fcRouteFlowRowStatus is equal to 'active'.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndex  

fcRouteFlowFrames 1.3.6.1.4.1.9.9.284.1.2.1.1.8
The number of received frames for the flow created by the network manager.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

fcRouteFlowBytes 1.3.6.1.4.1.9.9.284.1.2.1.1.9
The number of received frame bytes for the flow created by the network manager.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

fcRouteFlowCreationTime 1.3.6.1.4.1.9.9.284.1.2.1.1.11
The timestamp indicating the time the row was created or modified.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

fcRouteFlowRowStatus 1.3.6.1.4.1.9.9.284.1.2.1.1.12
The status of this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

fcRouteMIBCompliances 1.3.6.1.4.1.9.9.284.2.1
OBJECT IDENTIFIER    

fcRouteMIBGroups 1.3.6.1.4.1.9.9.284.2.2
OBJECT IDENTIFIER    

fcRouteMIBCompliance 1.3.6.1.4.1.9.9.284.2.1.1
The compliance statement for entities which implement the fc Route mib.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

fcRouteMIBCompliance1 1.3.6.1.4.1.9.9.284.2.1.2
The compliance statement for entities which implement the fc Route mib.
Status: current Access: read-only
MODULE-COMPLIANCE    

fcRouteGroup 1.3.6.1.4.1.9.9.284.2.2.1
A collection of objects giving route information.
Status: current Access: read-only
OBJECT-GROUP    

fcRouteTableGroup 1.3.6.1.4.1.9.9.284.2.2.2
A collection of objects for displaying and configuring route's.
Status: current Access: read-only
OBJECT-GROUP    

fcRouteStatGroup 1.3.6.1.4.1.9.9.284.2.2.3
A collection of objects for displaying and configuring ingress traffic flow counters.
Status: current Access: read-only
OBJECT-GROUP