T11-FC-ROUTE-MIB

File: T11-FC-ROUTE-MIB.mib (16710 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
IF-MIB FC-MGMT-MIB T11-TC-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
mib-2 MODULE-COMPLIANCE OBJECT-GROUP
RowStatus TimeStamp StorageType
InterfaceIndex InterfaceIndexOrZero fcmInstanceIndex
fcmSwitchIndex FcAddressIdOrZero FcDomainIdOrZero
T11FabricIndex

Defined Types

T11FcRouteFabricEntry  
SEQUENCE    
  t11FcRouteFabricIndex T11FabricIndex
  t11FcRouteFabricLastChange TimeStamp

T11FcRouteEntry  
SEQUENCE    
  t11FcRouteDestAddrId FcAddressIdOrZero
  t11FcRouteDestMask FcAddressIdOrZero
  t11FcRouteSrcAddrId FcAddressIdOrZero
  t11FcRouteSrcMask FcAddressIdOrZero
  t11FcRouteInInterface InterfaceIndexOrZero
  t11FcRouteProto INTEGER
  t11FcRouteOutInterface InterfaceIndex
  t11FcRouteDomainId FcDomainIdOrZero
  t11FcRouteMetric Unsigned32
  t11FcRouteType INTEGER
  t11FcRouteIfDown INTEGER
  t11FcRouteStorageType StorageType
  t11FcRouteRowStatus RowStatus

Defined Values

t11FcRouteMIB 1.3.6.1.2.1.144
The MIB module for configuring and displaying Fibre Channel Route Information. Copyright (C) The Internet Society (2006). This version of this MIB module is part of RFC 4625; see the RFC itself for full legal notices.
MODULE-IDENTITY    

t11FcRouteNotifications 1.3.6.1.2.1.144.0
OBJECT IDENTIFIER    

t11FcRouteObjects 1.3.6.1.2.1.144.1
OBJECT IDENTIFIER    

t11FcRouteConformance 1.3.6.1.2.1.144.2
OBJECT IDENTIFIER    

t11FcRouteFabricTable 1.3.6.1.2.1.144.1.1
The table containing Fibre Channel Routing information that is specific to a Fabric.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    T11FcRouteFabricEntry

t11FcRouteFabricEntry 1.3.6.1.2.1.144.1.1.1
Each entry contains routing information specific to a particular Fabric on a particular switch (identified by values of fcmInstanceIndex and fcmSwitchIndex).
Status: current Access: not-accessible
OBJECT-TYPE    
  T11FcRouteFabricEntry  

t11FcRouteFabricIndex 1.3.6.1.2.1.144.1.1.1.1
A unique index value that uniquely identifies a particular Fabric. In a Fabric conformant to FC-SW-3, only a single Fabric can operate within a physical infrastructure, and thus the value of this Fabric Index will always be 1. In a Fabric conformant to FC-SW-4, multiple Virtual Fabrics can operate within one (or more) physical infrastructures. In such a case, index value is used to uniquely identify a particular Fabric within a physical infrastructure.
Status: current Access: not-accessible
OBJECT-TYPE    
  T11FabricIndex  

t11FcRouteFabricLastChange 1.3.6.1.2.1.144.1.1.1.2
The value of sysUpTime at the most recent time when any corresponding row in the t11FcRouteTable was created, modified, or deleted. A corresponding row in the t11FcRouteTable is for the same management instance, the same switch, and same Fabric as the row in this table. 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  

t11FcRouteTable 1.3.6.1.2.1.144.1.2
The Fibre Channel Routing tables for the locally managed switches. This table lists all the routes that are configured in and/or computed by any local switch for any Fabric. Such routes are used by a switch to forward frames (of user data) on a Fabric. The conceptual process is based on extracting the Destination Fibre Channel Address Identifier (D_ID) out of a received frame (of user data) and comparing it to each entry of this table that is applicable to the given switch and Fabric. Such comparison consists of first performing a logical-AND of the extracted D_ID with a mask (the value of t11FcRouteDestMask) and second comparing the result of that 'AND' operation to the value of t11FcRouteDestAddrId. A similar comparison is made of the Source Fibre Channel Address Identifier (S_ID) of a frame against the t11FcRouteSrcAddrId and t11FcRouteSrcMask values of an entry. If an entry's value of t11FcRouteInInterface is non-zero, then a further comparison determines if the frame was received on the appropriate interface. If all of these comparisons for a particular entry are successful, then that entry represents a potential route for forwarding the received frame. For entries configured by a user, t11FcRouteProto has the value 'netmgmt'; only entries of this type can be deleted by the user.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    T11FcRouteEntry

t11FcRouteEntry 1.3.6.1.2.1.144.1.2.1
Each entry contains a route to a particular destination, possibly from a particular subset of source addresses, on a particular Fabric via a particular output interface and learned in a particular manner.
Status: current Access: not-accessible
OBJECT-TYPE    
  T11FcRouteEntry  

t11FcRouteDestAddrId 1.3.6.1.2.1.144.1.2.1.1
The destination Fibre Channel Address Identifier of this route. A zero-length string for this field is not allowed.
Status: current Access: not-accessible
OBJECT-TYPE    
  FcAddressIdOrZero Size(3)  

t11FcRouteDestMask 1.3.6.1.2.1.144.1.2.1.2
The mask to be logical-ANDed with a destination Fibre Channel Address Identifier before it is compared to the value in the t11FcRouteDestAddrId field. Allowed values are 255.255.255, 255.255.0, or 255.0.0. FSPF's definition generates routes to a Domain_ID, so the mask for all FSPF-generated routes is 255.0.0. The zero-length value has the same meaning as 0.0.0.
Status: current Access: not-accessible
OBJECT-TYPE    
  FcAddressIdOrZero  

t11FcRouteSrcAddrId 1.3.6.1.2.1.144.1.2.1.3
The source Fibre Channel Address Identifier of this route. Note that if this object and the corresponding instance of t11FcRouteSrcMask both have a value of 0.0.0, then this route matches all source addresses. The zero-length value has the same meaning as 0.0.0.
Status: current Access: not-accessible
OBJECT-TYPE    
  FcAddressIdOrZero  

t11FcRouteSrcMask 1.3.6.1.2.1.144.1.2.1.4
The mask to be logical-ANDed with a source Fibre Channel Address Identifier before it is compared to the value in the t11FcRouteSrcAddrId field. Allowed values are 255.255.255, 255.255.0, 255.0.0, or 0.0.0. The zero-length value has the same meaning as 0.0.0.
Status: current Access: not-accessible
OBJECT-TYPE    
  FcAddressIdOrZero  

t11FcRouteInInterface 1.3.6.1.2.1.144.1.2.1.5
If the value of this object is non-zero, it is the value of ifIndex that identifies the local Fibre Channel interface through which a frame must have been received in order to match with this entry. If the value of this object is zero, the matching does not require that the frame be received on any specific interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndexOrZero  

t11FcRouteProto 1.3.6.1.2.1.144.1.2.1.6
The mechanism via which this route was learned: other(1) - not specified local(2) - local interface netmgmt(3)- static route fspf(4) - Fibre Shortest Path First
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER other(1), local(2), netmgmt(3), fspf(4)  

t11FcRouteOutInterface 1.3.6.1.2.1.144.1.2.1.7
The value of ifIndex that identifies the local Fibre Channel interface through which the next hop of this route is to be reached.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

t11FcRouteDomainId 1.3.6.1.2.1.144.1.2.1.8
The domain_ID of next hop switch. This object can have a value of zero if the value of t11FcRouteProto is 'local'.
Status: current Access: read-create
OBJECT-TYPE    
  FcDomainIdOrZero  

t11FcRouteMetric 1.3.6.1.2.1.144.1.2.1.9
The routing metric for this route. The use of this object is dependent on t11FcRouteProto.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65536  

t11FcRouteType 1.3.6.1.2.1.144.1.2.1.10
The type of route. local(1) - a route for which the next Fibre Channel port is the final destination; remote(2) - a route for which the next Fibre Channel port is not the final destination.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER local(1), remote(2)  

t11FcRouteIfDown 1.3.6.1.2.1.144.1.2.1.11
The value of this object indicates what happens to this route when the output interface (given by the corresponding value of t11FcRouteOutInterface) is operationally 'down'. If this object's value is 'retain', the route is to be retained in this table. If this object's value is 'remove', the route is to be removed from this table.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER remove(1), retain(2)  

t11FcRouteStorageType 1.3.6.1.2.1.144.1.2.1.12
The storage type for this conceptual row. Conceptual rows having the value 'permanent' need not allow write-access to any columnar objects in the row.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

t11FcRouteRowStatus 1.3.6.1.2.1.144.1.2.1.13
The status of this conceptual row. The only rows that can be deleted by setting this object to 'destroy' are those for which t11FcRouteProto has the value 'netmgmt'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

t11FcRouteCompliances 1.3.6.1.2.1.144.2.1
OBJECT IDENTIFIER    

t11FcRouteGroups 1.3.6.1.2.1.144.2.2
OBJECT IDENTIFIER    

t11FcRouteCompliance 1.3.6.1.2.1.144.2.1.1
The compliance statement for entities that implement the T11-FC-ROUTE-MIB. -- -- Note: The next four OBJECT clauses are for auxiliary objects, and the -- SMIv2 does not permit inclusion of objects that are not accessible -- in an OBJECT clause (see Sections 3.1 & 5.4.3 in STD 58, RFC 2580). -- Thus, these four clauses cannot be included below in the normal -- location for OBJECT clauses. -- -- OBJECT t11FcRouteSrcAddrId -- SYNTAX FcAddressIdOrZero (SIZE (0)) -- DESCRIPTION -- 'Support is not required for routes that -- match only a subset of possible source -- addresses.' -- -- OBJECT t11FcRouteSrcMask -- SYNTAX FcAddressIdOrZero (SIZE (0)) -- DESCRIPTION -- 'Support is not required for routes that -- match only a subset of possible source -- addresses.' -- -- OBJECT t11FcRouteDestMask -- DESCRIPTION -- 'Support is mandatory only for FSPF-generated -- routes. Since FSPF's definition generates -- routes to a Domain_ID, the mask for all -- FSPF-generated routes is 255.0.0. Thus, -- support is only required for 255.0.0.' -- -- OBJECT t11FcRouteInInterface -- SYNTAX InterfaceIndexOrZero (0) -- DESCRIPTION -- 'Support for routes specific to particular -- source interfaces is not required.'
Status: current Access: read-only
MODULE-COMPLIANCE    

t11FcRouteGroup 1.3.6.1.2.1.144.2.2.1
A collection of objects for displaying and configuring routes.
Status: current Access: read-only
OBJECT-GROUP