T11-FC-FSPF-MIB: View SNMP OID List / Download MIB
VENDOR: INTERNET-STANDARD
Home | MIB: T11-FC-FSPF-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 |
t11FcFspfMIB | 1.3.6.1.2.1.143 |
The MIB module for managing the Fabric Shortest Path First (FSPF) protocol. FSPF is specified in FC-SW-4. Copyright (C) The Internet Society (2006). This version of this MIB module is part of RFC 4626; see the RFC itself for full legal notices. |
||
t11FspfNotifications | 1.3.6.1.2.1.143.0 | |||
t11FspfNbrStateChangNotify | 1.3.6.1.2.1.143.0.1 |
This notification signifies that there has been a change in the state of an FSPF neighbor. This is generated when the FSPF state changes to a terminal state, through either regression (i.e., goes from Full to Init or Down) or progression (i.e., from any state to Full). The value of 't11FspfIfNbrState' is the state of the neighbor after the change. |
||
t11FspfObjects | 1.3.6.1.2.1.143.1 | |||
t11FspfConfiguration | 1.3.6.1.2.1.143.1.1 | |||
t11FspfTable | 1.3.6.1.2.1.143.1.1.1 | no-access |
This table allows the users to configure and monitor FSPF's per-Fabric parameters and statistics on all Fabrics known to locally managed switches. Entries are created/removed by the agent if and when (Virtual) Fabrics are created/deleted. |
|
1.3.6.1.2.1.143.1.1.1.1 | no-access |
An entry containing FSPF variables, parameters, and statistics on a particular switch (identified by values of fcmInstanceIndex and fcmSwitchIndex) for a particular Fabric (identified by a t11FspfFabricIndex value). (Note that the local switch's per-fabric Domain-ID is available in t11FamConfigDomainId, which is defined in T11-FC-FABRIC-ADDR-MGR-MIB.) |
||
t11FspfFabricIndex | 1.3.6.1.2.1.143.1.1.1.1.1 | t11fabricindex | no-access |
A unique index value that uniquely identifies a particular Fabric. 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. In a Fabric that has (can have) only a single Fabric operating within the physical infrastructure, the value of this Fabric Index will always be 1. |
t11FspfMinLsArrival | 1.3.6.1.2.1.143.1.1.1.1.2 | unsigned32 | read-write |
The minimum time after accepting a Link State Record (LSR) on this Fabric before accepting another update of the same LSR on the same Fabric. An LSR update that is not accepted because of this time interval is discarded. |
t11FspfMinLsInterval | 1.3.6.1.2.1.143.1.1.1.1.3 | unsigned32 | read-write |
The minimum time after this switch sends an LSR on this Fabric before it will send another update of the same LSR on the same Fabric. |
t11FspfLsRefreshTime | 1.3.6.1.2.1.143.1.1.1.1.4 | unsigned32 | read-only |
The interval between transmission of refresh LSRs on this Fabric. |
t11FspfMaxAge | 1.3.6.1.2.1.143.1.1.1.1.5 | unsigned32 | read-only |
The maximum age an LSR will be retained in the FSPF database on this Fabric. An LSR is removed from the database after MaxAge is reached. |
t11FspfMaxAgeDiscards | 1.3.6.1.2.1.143.1.1.1.1.6 | counter32 | read-only |
The number of LSRs discarded due to their age reaching t11FspfMaxAge in this Fabric. The last discontinuity of this counter is indicated by t11FspfCreateTime. |
t11FspfPathComputations | 1.3.6.1.2.1.143.1.1.1.1.7 | counter32 | read-only |
The number of times that the path computation algorithm has been invoked by this Switch on this Fabric to compute a set of minimum cost paths for this Fabric. The last discontinuity of this counter is indicated by t11FspfCreateTime. |
t11FspfChecksumErrors | 1.3.6.1.2.1.143.1.1.1.1.8 | counter32 | read-only |
The number of FSPF checksum errors that were detected locally (and therefore discarded) on this Fabric. The last discontinuity of this counter is indicated by t11FspfCreateTime. |
t11FspfLsrs | 1.3.6.1.2.1.143.1.1.1.1.9 | gauge32 | read-only |
The current number of entries for this Fabric in the t11FspfLsrTable. |
t11FspfCreateTime | 1.3.6.1.2.1.143.1.1.1.1.10 | t11fspflastcreationtime | read-only |
The value of sysUpTime when this entry was last created. |
t11FspfAdminStatus | 1.3.6.1.2.1.143.1.1.1.1.11 | integer | read-write |
The desired state of FSPF in this Fabric. If value of this object is set to 'up', then FSPF is enabled in this Fabric. If set to 'down', then FSPF is disabled in this Fabric -- when FSPF is disabled, FSPF provides no routes to be included in the T11-FC-ROUTE-MIB module. (see the T11-FC-ROUTE-MIB). Enumeration: 'down': 2, 'up': 1. |
t11FspfOperStatus | 1.3.6.1.2.1.143.1.1.1.1.12 | integer | read-only |
State of FSPF in this Fabric. If 't11FspfAdminStatus' is 'down', then the 't11FspfOperStatus' should be 'down'. If 't11FspfAdminStatus' is changed to 'up', then 't11FspfOperStatus' should change to 'up' as and when FSPF is active in this Fabric. Enumeration: 'down': 2, 'up': 1. |
t11FspfNbrStateChangNotifyEnable | 1.3.6.1.2.1.143.1.1.1.1.13 | truthvalue | read-write |
Specifies whether or not the local agent should issue the notification 't11FspfNbrStateChangNotify' when the local switch learns of a change of state in the FSPF Neighbor Finite State Machine on an interface in this Fabric. If the value of the object is 'true, then the notification is generated. If the value is 'false', notification is not generated. |
t11FspfSetToDefault | 1.3.6.1.2.1.143.1.1.1.1.14 | integer | read-write |
Setting this value to 'default' changes the value of each and every writable object in this row to its default value. No action is taken if this object is set to 'noOp'. The value of the object, when read, is always 'noOp'. Enumeration: 'default': 1, 'noOp': 2. |
t11FspfStorageType | 1.3.6.1.2.1.143.1.1.1.1.15 | storagetype | read-write |
The storage type for read-write objects in this conceptual row. Conceptual rows having the value 'permanent' need not allow write-access to any columnar objects in the row. |
t11FspfIfTable | 1.3.6.1.2.1.143.1.1.2 | no-access |
This table allows the users to configure and monitor the FSPF parameters that are per-interface (identified by a t11FspfIfIndex value), per-Fabric (identified by a t11FspfFabricIndex value), and per-switch (identified by values of fcmInstanceIndex and fcmSwitchIndex). Creating a row in this table via t11FspfIfRowStatus provides the means to specify non-default parameter value(s) for an interface at a time when the relevant row in this table would not otherwise exist because the interface is either down or it is not an E_Port, but the corresponding row in the t11FspfTable must already exist. After the non-default values have been specified for a port's parameters, they need to be retained in this table, even when the port becomes 'isolated'. However, having unnecessary rows in this table clutters it up and makes those rows that are useful harder for an NMS to find. Therefore, when an E_Port becomes isolated, its row gets deleted if and only if all of its parameter values are the default values; also, when an E_Port becomes non-isolated in a particular Fabric, a row in this table needs to exist and is automatically created, if necessary. The specific conditions for an automated/implicit deletion of a row are: a) if the corresponding interface is no longer an E_Port (e.g., a G_Port which is dynamically determined to be an F_Port), and all configurable parameters have default values; or b) if the interface identified by t11FspfIfIndex no longer exists (e.g., because a line-card is physically removed); or c) if the corresponding row in the t11FspfTable is deleted. |
|
1.3.6.1.2.1.143.1.1.2.1 | no-access |
An entry containing FSPF information for the interface identified by t11FspfIfIndex, on the fabric identified by t11FspfFabricIndex, on the switch identified by fcmSwitchIndex. |
||
t11FspfIfIndex | 1.3.6.1.2.1.143.1.1.2.1.1 | interfaceindex | no-access |
The value of ifIndex that identifies the local Fibre Channel interface for which this entry contains FSPF information. |
t11FspfIfHelloInterval | 1.3.6.1.2.1.143.1.1.2.1.2 | unsigned32 | read-only |
Interval between the periodic HELLO messages sent on this interface in this Fabric to verify the link health. Note that this value must be same at both ends of a link in this Fabric. |
t11FspfIfDeadInterval | 1.3.6.1.2.1.143.1.1.2.1.3 | unsigned32 | read-only |
Maximum time for which no HELLO messages can be received on this interface in this Fabric. After this time, the interface is assumed to be broken and removed from the database. Note that this value must be greater than the HELLO interval specified on this interface in this Fabric. |
t11FspfIfRetransmitInterval | 1.3.6.1.2.1.143.1.1.2.1.4 | unsigned32 | read-only |
The time after which an unacknowledged LSR is retransmitted on this interface in this Fabric. |
t11FspfIfInLsuPkts | 1.3.6.1.2.1.143.1.1.2.1.5 | counter32 | read-only |
Number of Link State Update (LSU) packets received on this interface in this Fabric. The last discontinuity of this counter is indicated by t11FspfIfCreateTime. |
t11FspfIfInLsaPkts | 1.3.6.1.2.1.143.1.1.2.1.6 | counter32 | read-only |
Number of Link State Acknowledgement (LSA) packets received on this interface in this Fabric. The last discontinuity of this counter is indicated by t11FspfIfCreateTime. |
t11FspfIfOutLsuPkts | 1.3.6.1.2.1.143.1.1.2.1.7 | counter32 | read-only |
Number of Link State Update (LSU) packets transmitted on this interface in this Fabric. The last discontinuity of this counter is indicated by t11FspfIfCreateTime. |
t11FspfIfOutLsaPkts | 1.3.6.1.2.1.143.1.1.2.1.8 | counter32 | read-only |
Number of Link State Acknowledgement (LSA) packets transmitted on this interface in this Fabric. The last discontinuity of this counter is indicated by t11FspfIfCreateTime. |
t11FspfIfOutHelloPkts | 1.3.6.1.2.1.143.1.1.2.1.9 | counter32 | read-only |
Number of HELLO packets transmitted on this interface in this Fabric. The last discontinuity of this counter is indicated by t11FspfIfCreateTime. |
t11FspfIfInHelloPkts | 1.3.6.1.2.1.143.1.1.2.1.10 | counter32 | read-only |
Number of HELLO packets received on this interface in this Fabric. The last discontinuity of this counter is indicated by t11FspfIfCreateTime. |
t11FspfIfRetransmittedLsuPkts | 1.3.6.1.2.1.143.1.1.2.1.11 | counter32 | read-only |
The number of LSU packets that contained one or more retransmitted LSRs, and that were transmitted on this interface in this Fabric. The last discontinuity of this counter is indicated by t11FspfIfCreateTime. |
t11FspfIfInErrorPkts | 1.3.6.1.2.1.143.1.1.2.1.12 | counter32 | read-only |
Number of invalid FSPF control packets received on this interface in this Fabric. The last discontinuity of this counter is indicated by t11FspfIfCreateTime. |
t11FspfIfNbrState | 1.3.6.1.2.1.143.1.1.2.1.13 | t11fspfinterfacestate | read-only |
The state of FSPF's 'neighbor state machine', which is the operational state of the interaction with the neighbor's interface that is connected to this interface. If the 't11FspfIfAdminStatus' is 'down', then this object should be 'down'. If the 't11FspfIfAdminStatus' is 'up', then this object's value depends on the state of FSPF's 'neighbor state machine' on this interface in this Fabric. |
t11FspfIfNbrDomainId | 1.3.6.1.2.1.143.1.1.2.1.14 | fcdomainidorzero | read-only |
The Domain Id of the neighbor in this Fabric. |
t11FspfIfNbrPortIndex | 1.3.6.1.2.1.143.1.1.2.1.15 | unsigned32 | read-only |
The index, as known by the neighbor, of the neighbor's interface that is connected to this interface in this Fabric. |
t11FspfIfAdminStatus | 1.3.6.1.2.1.143.1.1.2.1.16 | integer | read-only |
The desired state of FSPF on this interface in this Fabric, whenever 't11FspfAdminStatus' is 'up'. If the value of this object is set to 'up', then FSPF is enabled on this interface in this Fabric. If set to 'down', then FSPF is disabled on this interface in this Fabric. Note that the operational state of FSPF on an interface is given by t11FspfIfNbrState. Enumeration: 'down': 2, 'up': 1. |
t11FspfIfCreateTime | 1.3.6.1.2.1.143.1.1.2.1.17 | t11fspflastcreationtime | read-only |
The value of sysUpTime when this entry was last created. |
t11FspfIfSetToDefault | 1.3.6.1.2.1.143.1.1.2.1.18 | integer | read-only |
Setting this value to 'default' changes the value of each and every writable object in this row to its default value. If all the configuration parameters have their default values, and if the interface is down, then the row is deleted automatically. No action is taken if this object is set to 'noOp'. The value of the object, when read, is always 'noOp'. Enumeration: 'default': 1, 'noOp': 2. |
t11FspfIfLinkCostFactor | 1.3.6.1.2.1.143.1.1.2.1.19 | unsigned32 | read-only |
The administrative factor used in calculating the cost of sending a frame on this interface in this Fabric. The formula used to calculate the link cost is: Link Cost = S * (1.0625e12 / ifSpeed) where: S = (the value of this object / 100) ifSpeed = interface speed (as defined in the IF-MIB). |
t11FspfIfStorageType | 1.3.6.1.2.1.143.1.1.2.1.20 | 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. |
t11FspfIfRowStatus | 1.3.6.1.2.1.143.1.1.2.1.21 | rowstatus | read-only |
The status of the conceptual row. This object can be used to create an entry only if there is an entry in the t11FspfTable for the corresponding Fabric, and if the interface is either isolated or is a non-E_port. Setting this object to 'destroy' will typically fail; to reverse the creation process, set the corresponding instance of t11FspfIfSetToDefault to 'default'. |
t11FspfIfPrevNbrState | 1.3.6.1.2.1.143.1.1.3 | t11fspfinterfacestate | no-access |
The previous state of FSPF's Neighbor Finite State Machine on an interface. This object is only used in the 't11FspfNbrStateChangNotify' notification. |
t11FspfDatabase | 1.3.6.1.2.1.143.1.2 | |||
t11FspfLsrTable | 1.3.6.1.2.1.143.1.2.1 | no-access |
This table is the database of all the latest incarnations of the Link State Records (LSRs) that are currently contained in the topology database, for all interfaces on all Fabrics known to locally managed switches. A Fabric's topology database contains the LSRs that have been either issued or received by a local switch on that Fabric, and that have not reached t11FspfMaxAge. |
|
1.3.6.1.2.1.143.1.2.1.1 | no-access |
This gives information for the most recent update of an LSR. There is one entry for every LSR issued or received by a locally managed switch (identified by fcmInstanceIndex and fcmSwitchIndex) in a Fabric (identified by t11FspfFabricIndex). |
||
t11FspfLsrDomainId | 1.3.6.1.2.1.143.1.2.1.1.1 | fcdomainidorzero | no-access |
Domain Id of the LSR owner in this Fabric. It is the Link State Id of this LSR. |
t11FspfLsrType | 1.3.6.1.2.1.143.1.2.1.1.2 | t11fspflsrtype | no-access |
Type of this LSR. |
t11FspfLsrAdvDomainId | 1.3.6.1.2.1.143.1.2.1.1.3 | fcdomainidorzero | read-only |
Domain Id of the switch that is advertising the LSR on the behalf of the switch owning it. |
t11FspfLsrAge | 1.3.6.1.2.1.143.1.2.1.1.4 | unsigned32 | read-only |
The time since this LSR was inserted into the database. |
t11FspfLsrIncarnationNumber | 1.3.6.1.2.1.143.1.2.1.1.5 | unsigned32 | read-only |
The link state incarnation number of this LSR. This is used to identify most recent instance of an LSR while updating the topology database when an LSR is received. The updating of an LSR includes incrementing its incarnation number prior to transmission of the updated LSR. So, the most recent LSR is the one with the largest incarnation number. |
t11FspfLsrCheckSum | 1.3.6.1.2.1.143.1.2.1.1.6 | unsigned32 | read-only |
The checksum of the LSR. |
t11FspfLsrLinks | 1.3.6.1.2.1.143.1.2.1.1.7 | unsigned32 | read-only |
Number of entries in the t11FspfLinkTable associated with this LSR. |
t11FspfLinkNumber | 1.3.6.1.2.1.143.1.2.3 | unsigned32 | read-only |
The number of rows in the t11FspfLinkTable. |
t11FspfLinkTable | 1.3.6.1.2.1.143.1.2.4 | no-access |
This table contains the list of Inter-Switch Links and their information that is part of an LSR, either received or transmitted. |
|
1.3.6.1.2.1.143.1.2.4.1 | no-access |
An entry that contains information about a link contained in an LSR in this Fabric. An entry is created whenever a new link appears in an (issued or received) LSR. An entry is deleted when a link no longer appears in an (issued or received) LSR. |
||
t11FspfLinkIndex | 1.3.6.1.2.1.143.1.2.4.1.1 | unsigned32 | no-access |
An arbitrary index of this link. |
t11FspfLinkNbrDomainId | 1.3.6.1.2.1.143.1.2.4.1.2 | fcdomainidorzero | read-only |
The Domain Id of the neighbor on the other end of this link in this Fabric. |
t11FspfLinkPortIndex | 1.3.6.1.2.1.143.1.2.4.1.3 | unsigned32 | read-only |
The source E_port of this link, as indicated by the index value in the LSR received from the switch identified by 't11FspfLsrDomainId'. |
t11FspfLinkNbrPortIndex | 1.3.6.1.2.1.143.1.2.4.1.4 | unsigned32 | read-only |
The destination E_port of this link, as indicated by the index value in the LSR received from the switch identified by 't11FspfLinkNbrDomainId'. |
t11FspfLinkType | 1.3.6.1.2.1.143.1.2.4.1.5 | t11fspflinktype | read-only |
The type of this link. |
t11FspfLinkCost | 1.3.6.1.2.1.143.1.2.4.1.6 | integer32 | read-only |
The cost of sending a frame on this link in this Fabric. Link cost is calculated using the formula: link cost = S * (1.0625e12 / Signalling Rate) For issued LSRs, S is determined by the value of t11FspfIfLinkCostFactor for the corresponding interface and Fabric. |
t11FspfConformance | 1.3.6.1.2.1.143.2 | |||
t11FspfMIBCompliances | 1.3.6.1.2.1.143.2.1 | |||
t11FspfMIBCompliance | 1.3.6.1.2.1.143.2.1.1 |
The compliance statement for entities that implement the FSPF. |
||
t11FspfMIBGroups | 1.3.6.1.2.1.143.2.2 | |||
t11FspfGeneralGroup | 1.3.6.1.2.1.143.2.2.1 |
A collection of objects for displaying and configuring FSPF parameters. |
||
t11FspfIfGroup | 1.3.6.1.2.1.143.2.2.2 |
A collection of objects for displaying the FSPF interface information. |
||
t11FspfIfCounterGroup | 1.3.6.1.2.1.143.2.2.3 |
A collection of objects for counting particular FSPF-packet occurrences on an interface. |
||
t11FspfDatabaseGroup | 1.3.6.1.2.1.143.2.2.4 |
A collection of objects for displaying the FSPF topology database information. |
||
t11FspfNotificationGroup | 1.3.6.1.2.1.143.2.2.5 |
A collection of notifications for FSPF. |