T11-FC-ROUTE-MIB Table View
Table-centric layout grouping table, row, and column objects.
Tables
2
Rows
2
Columns
15
t11FcRouteFabricTable
table.1.3.6.1.2.1.144.1.1
·
1 row entry
·
2 columns
The table containing Fibre Channel Routing information that is specific to a Fabric.
Each entry contains routing information specific to a
particular Fabric on a particular switch (identified by
values of fcmInstanceIndex and fcmSwitchIndex).
particular Fabric on a particular switch (identified by
values of fcmInstanceIndex and fcmSwitchIndex).
Indexes
| Column | Syntax | OID |
|---|---|---|
|
t11FcRouteFabricIndex
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 o… |
T11-TC-MIBT11FabricIndex Textual Convention: T11-TC-MIBT11FabricIndex Unsigned32Type Constraints: range: 0..4095 |
.1.3.6.1.2.1.144.1.1.1.1 |
|
t11FcRouteFabricLastChange
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 sa… |
SNMPv2-TCTimeStamp Textual Convention: SNMPv2-TCTimeStamp Unsigned32 |
.1.3.6.1.2.1.144.1.1.1.2 |
t11FcRouteTable
table.1.3.6.1.2.1.144.1.2
·
1 row entry
·
13 columns
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.
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.
possibly from a particular subset of source addresses,
on a particular Fabric via a particular output interface
and learned in a particular manner.
Indexes
FC-MGMT-MIBfcmInstanceIndex FC-MGMT-MIBfcmSwitchIndex t11FcRouteFabricIndex t11FcRouteDestAddrId t11FcRouteDestMask t11FcRouteSrcAddrId t11FcRouteSrcMask t11FcRouteInInterface t11FcRouteProto t11FcRouteOutInterface
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
t11FcRouteDestAddrId
The destination Fibre Channel Address Identifier of
this route. A zero-length string for this field is not allowed. |
OctetString Constraints: range: 3-3 |
.1.3.6.1.2.1.144.1.2.1.1 |
||||||||||||
|
t11FcRouteDestMask
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 defini… |
FC-MGMT-MIBFcAddressIdOrZero Textual Convention: FC-MGMT-MIBFcAddressIdOrZero OctetStringType Constraints: range: 0range: 3 |
.1.3.6.1.2.1.144.1.2.1.2 |
||||||||||||
|
t11FcRouteSrcAddrId
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 zer… |
FC-MGMT-MIBFcAddressIdOrZero Textual Convention: FC-MGMT-MIBFcAddressIdOrZero OctetStringType Constraints: range: 0range: 3 |
.1.3.6.1.2.1.144.1.2.1.3 |
||||||||||||
|
t11FcRouteSrcMask
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-le… |
FC-MGMT-MIBFcAddressIdOrZero Textual Convention: FC-MGMT-MIBFcAddressIdOrZero OctetStringType Constraints: range: 0range: 3 |
.1.3.6.1.2.1.144.1.2.1.4 |
||||||||||||
|
t11FcRouteInInterface
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 thi… |
IF-MIBInterfaceIndexOrZero Textual Convention: IF-MIBInterfaceIndexOrZero Integer32Type Constraints: range: 0..2147483647 |
.1.3.6.1.2.1.144.1.2.1.5 |
||||||||||||
|
t11FcRouteProto
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 |
Enumeration Enumerated Values:
|
.1.3.6.1.2.1.144.1.2.1.6 |
||||||||||||
|
t11FcRouteOutInterface
The value of ifIndex that identifies the local
Fibre Channel interface through which the next hop of this route is to be reached. |
IF-MIBInterfaceIndex Textual Convention: IF-MIBInterfaceIndex Integer32Type Constraints: range: 1..2147483647 |
.1.3.6.1.2.1.144.1.2.1.7 |
||||||||||||
|
t11FcRouteDomainId
The domain_ID of next hop switch.
This object can have a value of zero if the value of t11FcRouteProto is 'local'. |
FC-MGMT-MIBFcDomainIdOrZeror/w Textual Convention: FC-MGMT-MIBFcDomainIdOrZero Integer32Type Constraints: range: 0..239 |
.1.3.6.1.2.1.144.1.2.1.8 |
||||||||||||
|
t11FcRouteMetric
The routing metric for this route.
The use of this object is dependent on t11FcRouteProto. |
Unsigned32r/w Constraints: range: 0-65536 |
.1.3.6.1.2.1.144.1.2.1.9 |
||||||||||||
|
t11FcRouteType
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 des… |
Enumerationr/w Enumerated Values:
|
.1.3.6.1.2.1.144.1.2.1.10 |
||||||||||||
|
t11FcRouteIfDown
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 rout… |
Enumerationr/w Enumerated Values:
|
.1.3.6.1.2.1.144.1.2.1.11 |
||||||||||||
|
t11FcRouteStorageType
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. |
SNMPv2-TCStorageTyper/w Textual Convention: SNMPv2-TCStorageType EnumerationType Values:
|
.1.3.6.1.2.1.144.1.2.1.12 |
||||||||||||
|
t11FcRouteRowStatus
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'. |
SNMPv2-TCRowStatusr/w Textual Convention: SNMPv2-TCRowStatus EnumerationType Values:
|
.1.3.6.1.2.1.144.1.2.1.13 |