T11-FC-ROUTE-MIB: View SNMP OID List / Download MIB
VENDOR: INTERNET-STANDARD
Home | MIB: T11-FC-ROUTE-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
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. |
||
t11FcRouteNotifications | 1.3.6.1.2.1.144.0 | |||
t11FcRouteObjects | 1.3.6.1.2.1.144.1 | |||
t11FcRouteFabricTable | 1.3.6.1.2.1.144.1.1 | no-access |
The table containing Fibre Channel Routing information that is specific to a Fabric. |
|
1.3.6.1.2.1.144.1.1.1 | no-access |
Each entry contains routing information specific to a particular Fabric on a particular switch (identified by values of fcmInstanceIndex and fcmSwitchIndex). |
||
t11FcRouteFabricIndex | 1.3.6.1.2.1.144.1.1.1.1 | t11fabricindex | no-access |
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. |
t11FcRouteFabricLastChange | 1.3.6.1.2.1.144.1.1.1.2 | timestamp | read-only |
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. |
t11FcRouteTable | 1.3.6.1.2.1.144.1.2 | no-access |
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. |
|
1.3.6.1.2.1.144.1.2.1 | no-access |
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. |
||
t11FcRouteDestAddrId | 1.3.6.1.2.1.144.1.2.1.1 | fcaddressidorzero | no-access |
The destination Fibre Channel Address Identifier of this route. A zero-length string for this field is not allowed. |
t11FcRouteDestMask | 1.3.6.1.2.1.144.1.2.1.2 | fcaddressidorzero | no-access |
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. |
t11FcRouteSrcAddrId | 1.3.6.1.2.1.144.1.2.1.3 | fcaddressidorzero | no-access |
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. |
t11FcRouteSrcMask | 1.3.6.1.2.1.144.1.2.1.4 | fcaddressidorzero | no-access |
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. |
t11FcRouteInInterface | 1.3.6.1.2.1.144.1.2.1.5 | interfaceindexorzero | no-access |
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. |
t11FcRouteProto | 1.3.6.1.2.1.144.1.2.1.6 | integer | no-access |
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: 'other': 1, 'local': 2, 'netmgmt': 3, 'fspf': 4. |
t11FcRouteOutInterface | 1.3.6.1.2.1.144.1.2.1.7 | interfaceindex | no-access |
The value of ifIndex that identifies the local Fibre Channel interface through which the next hop of this route is to be reached. |
t11FcRouteDomainId | 1.3.6.1.2.1.144.1.2.1.8 | fcdomainidorzero | read-only |
The domain_ID of next hop switch. This object can have a value of zero if the value of t11FcRouteProto is 'local'. |
t11FcRouteMetric | 1.3.6.1.2.1.144.1.2.1.9 | unsigned32 | read-only |
The routing metric for this route. The use of this object is dependent on t11FcRouteProto. |
t11FcRouteType | 1.3.6.1.2.1.144.1.2.1.10 | integer | read-only |
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. Enumeration: 'remote': 2, 'local': 1. |
t11FcRouteIfDown | 1.3.6.1.2.1.144.1.2.1.11 | integer | read-only |
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. Enumeration: 'retain': 2, 'remove': 1. |
t11FcRouteStorageType | 1.3.6.1.2.1.144.1.2.1.12 | storagetype | read-only |
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. |
t11FcRouteRowStatus | 1.3.6.1.2.1.144.1.2.1.13 | rowstatus | read-only |
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'. |
t11FcRouteConformance | 1.3.6.1.2.1.144.2 | |||
t11FcRouteCompliances | 1.3.6.1.2.1.144.2.1 | |||
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.' |
||
t11FcRouteGroups | 1.3.6.1.2.1.144.2.2 | |||
t11FcRouteGroup | 1.3.6.1.2.1.144.2.2.1 |
A collection of objects for displaying and configuring routes. |