IFCP-MGMT-MIB: View SNMP OID List / Download MIB
VENDOR: INTERNET-STANDARD
Home | MIB: IFCP-MGMT-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 |
ifcpMgmtMIB | 1.3.6.1.2.1.10.230 |
This module defines management information specific to Internet Fibre Channel Protocol (iFCP) gateway management. Copyright (c) 2011 IETF Trust and the persons identified as authors of the code. All rights reserved. Redistribution and use in source and binary forms, with or without modification, is permitted pursuant to, and subject to the license terms contained in, the Simplified BSD License set forth in Section 4.c of the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info). |
||
ifcpGatewayObjects | 1.3.6.1.2.1.10.230.1 | |||
ifcpLclGatewayInfo | 1.3.6.1.2.1.10.230.1.1 | |||
ifcpLclGtwyInstTable | 1.3.6.1.2.1.10.230.1.1.1 | no-access |
Information about all local iFCP gateway instances that can be monitored and controlled. This table contains an entry for each local iFCP gateway instance that is being managed. |
|
1.3.6.1.2.1.10.230.1.1.1.1 | no-access |
An entry in the local iFCP gateway instance table. Parameters and settings for the gateway are found here. |
||
ifcpLclGtwyInstIndex | 1.3.6.1.2.1.10.230.1.1.1.1.1 | unsigned32 | no-access |
An arbitrary integer value to uniquely identify this iFCP gateway from other local gateway instances. |
ifcpLclGtwyInstPhyIndex | 1.3.6.1.2.1.10.230.1.1.1.1.2 | physicalindexorzero | read-only |
An index indicating the location of this local gateway within a larger entity, if one exists. If supported, this is the entPhysicalIndex from the Entity MIB (Version 3), for this iFCP gateway. If not supported, or if not related to a physical entity, then the value of this object is 0. |
ifcpLclGtwyInstVersionMin | 1.3.6.1.2.1.10.230.1.1.1.1.3 | unsigned32 | read-only |
The minimum iFCP protocol version supported by the local iFCP gateway instance. |
ifcpLclGtwyInstVersionMax | 1.3.6.1.2.1.10.230.1.1.1.1.4 | unsigned32 | read-only |
The maximum iFCP protocol version supported by the local iFCP gateway instance. |
ifcpLclGtwyInstAddrTransMode | 1.3.6.1.2.1.10.230.1.1.1.1.5 | ifcpaddressmode | read-write |
The local iFCP gateway operating mode. Changing this value may cause existing sessions to be disrupted. |
ifcpLclGtwyInstFcBrdcstSupport | 1.3.6.1.2.1.10.230.1.1.1.1.6 | truthvalue | read-write |
This value indicates whether the local iFCP gateway supports FC Broadcast. Changing this value may cause existing sessions to be disrupted. |
ifcpLclGtwyInstDefaultIpTOV | 1.3.6.1.2.1.10.230.1.1.1.1.7 | ifcpiptovorzero | read-write |
The default IP_TOV used for iFCP sessions at this gateway. This is the default maximum propagation delay that will be used for an iFCP session. The value can be changed on a per-session basis. The valid range is 0 - 3600 seconds. A value of 0 implies that fibre channel frame lifetime limits will not be enforced. |
ifcpLclGtwyInstDefaultLTInterval | 1.3.6.1.2.1.10.230.1.1.1.1.8 | ifcpltiorzero | read-write |
The default Liveness Test Interval (LTI), in seconds, used for iFCP sessions at this gateway. This is the default value for an iFCP session and can be changed on a per-session basis. The valid range is 0 - 65535 seconds. A value of 0 implies no Liveness Test Interval will be performed on a session. |
ifcpLclGtwyInstDescr | 1.3.6.1.2.1.10.230.1.1.1.1.9 | snmpadminstring | read-write |
A user-entered description for this iFCP gateway. |
ifcpLclGtwyInstNumActiveSessions | 1.3.6.1.2.1.10.230.1.1.1.1.10 | gauge32 | read-only |
The current total number of iFCP sessions in the open or open-pending state. |
ifcpLclGtwyInstStorageType | 1.3.6.1.2.1.10.230.1.1.1.1.11 | storagetype | read-only |
The storage type for this row. Parameter values defined for a gateway are usually non-volatile, but may be volatile or permanent in some configurations. If permanent, then the following parameters must have read-write access: ifcpLclGtwyInstAddrTransMode, ifcpLclGtwyInstDefaultIpTOV, and ifcpLclGtwyInstDefaultLTInterval. |
ifcpNportSessionInfo | 1.3.6.1.2.1.10.230.1.2 | |||
ifcpSessionAttributesTable | 1.3.6.1.2.1.10.230.1.2.1 | no-access |
An iFCP session consists of the pair of N_PORTs comprising the session endpoints joined by a single TCP/IP connection. This table provides information on each iFCP session currently using a local iFCP gateway instance. iFCP sessions are created and removed by the iFCP gateway instances, which are reflected in this table. |
|
1.3.6.1.2.1.10.230.1.2.1.1 | no-access |
Each entry contains information about one iFCP session consisting of a pair of N_PORTs joined by a single TCP/IP connection. This table's INDEX includes ifcpLclGtwyInstIndex, which identifies the local iFCP gateway instance that created the session for the entry. Soon after an entry is created in this table for an iFCP session, it will correspond to an entry in the tcpConnectionTable of the TCP-MIB (RFC 4022). The corresponding entry might represent a preexisting TCP connection, or it might be a newly created entry. (Note that if IPv4 is being used, an entry in RFC 2012's tcpConnTable may also correspond.) The values of ifcpSessionLclPrtlAddrType and ifcpSessionRmtPrtlIfAddrType in this table and the values of tcpConnectionLocalAddressType and tcpConnectionRemAddressType used as INDEX values for the corresponding entry in the tcpConnectionTable should be the same; this makes it simpler to locate a session's TCP connection in the TCP-MIB. (Of course, all four values need to be 'ipv4' if there's a corresponding entry in the tcpConnTable.) If an entry is created in this table for a session, prior to knowing which local and/or remote port numbers will be used for the TCP connection, then ifcpSessionLclPrtlTcpPort and/or ifcpSessionRmtPrtlTcpPort have the value zero until such time as they can be updated to the port numbers (to be) used for the connection. (Thus, a port value of zero should not be used to locate a session's TCP connection in the TCP-MIB.) When the TCP connection terminates, the entry in the tcpConnectionTable and the entry in this table both get deleted (and, if applicable, so does the entry in the tcpConnTable). |
||
ifcpSessionIndex | 1.3.6.1.2.1.10.230.1.2.1.1.1 | integer32 | no-access |
The iFCP session index is a unique value used as an index to the table, along with a specific local iFCP gateway instance. This index is used because the local N Port and remote N Port information would create a complex index that would be difficult to implement. |
ifcpSessionLclPrtlIfIndex | 1.3.6.1.2.1.10.230.1.2.1.1.2 | interfaceindexorzero | read-only |
This is the interface index in the IF-MIB ifTable being used as the local portal in this session, as described in the IF-MIB. If the local portal is not associated with an entry in the ifTable, then the value is 0. The ifType of the interface will generally be a type that supports IP, but an implementation may support iFCP using other protocols. This object can be used to obtain additional information about the interface. |
ifcpSessionLclPrtlAddrType | 1.3.6.1.2.1.10.230.1.2.1.1.3 | inetaddresstype | read-only |
The type of address in ifcpSessionLclIfAddr. |
ifcpSessionLclPrtlAddr | 1.3.6.1.2.1.10.230.1.2.1.1.4 | inetaddress | read-only |
This is the external IP address of the interface being used for the iFCP local portal in this session. The address type is defined in ifcpSessionLclPrtlAddrType. If the value is a DNS name, then the name is resolved once, during the initial session instantiation. |
ifcpSessionLclPrtlTcpPort | 1.3.6.1.2.1.10.230.1.2.1.1.5 | inetportnumber | read-only |
This is the TCP port number that is being used for the iFCP local portal in this session. This is normally an ephemeral port number selected by the gateway. The value may be 0 during an initial setup period. |
ifcpSessionLclNpWwun | 1.3.6.1.2.1.10.230.1.2.1.1.6 | fcnameidorzero | read-only |
World Wide Unique Name of the local N Port. For an unbound session, this variable will be a zero-length string. |
ifcpSessionLclNpFcid | 1.3.6.1.2.1.10.230.1.2.1.1.7 | fcaddressidorzero | read-only |
Fibre Channel Identifier of the local N Port. For an unbound session, this variable will be a zero-length string. |
ifcpSessionRmtNpWwun | 1.3.6.1.2.1.10.230.1.2.1.1.8 | fcnameidorzero | read-only |
World Wide Unique Name of the remote N Port. For an unbound session, this variable will be a zero-length string. |
ifcpSessionRmtPrtlIfAddrType | 1.3.6.1.2.1.10.230.1.2.1.1.9 | inetaddresstype | read-only |
The type of address in ifcpSessionRmtPrtlIfAddr. |
ifcpSessionRmtPrtlIfAddr | 1.3.6.1.2.1.10.230.1.2.1.1.10 | inetaddress | read-only |
This is the remote gateway IP address being used for the portal on the remote iFCP gateway. The address type is defined in ifcpSessionRmtPrtlIfAddrType. If the value is a DNS name, then the name is resolved once, during the initial session instantiation. |
ifcpSessionRmtPrtlTcpPort | 1.3.6.1.2.1.10.230.1.2.1.1.11 | inetportnumber | read-only |
This is the TCP port number being used for the portal on the remote iFCP gateway. Generally, this will be the iFCP canonical port. The value may be 0 during an initial setup period. |
ifcpSessionRmtNpFcid | 1.3.6.1.2.1.10.230.1.2.1.1.12 | fcaddressidorzero | read-only |
Fibre Channel Identifier of the remote N Port. For an unbound session, this variable will be a zero-length string. |
ifcpSessionRmtNpFcidAlias | 1.3.6.1.2.1.10.230.1.2.1.1.13 | fcaddressidorzero | read-only |
Fibre Channel Identifier Alias assigned by the local gateway for the remote N Port. For an unbound session, this variable will be a zero-length string. |
ifcpSessionIpTOV | 1.3.6.1.2.1.10.230.1.2.1.1.14 | ifcpiptovorzero | read-write |
The IP_TOV being used for this iFCP session. This is the maximum propagation delay that will be used for the iFCP session. The value can be changed on a per-session basis and initially defaults to ifcpLclGtwyInstDefaultIpTOV for the local gateway instance. The valid range is 0 - 3600 seconds. A value of 0 implies fibre channel frame lifetime limits will not be enforced. |
ifcpSessionLclLTIntvl | 1.3.6.1.2.1.10.230.1.2.1.1.15 | ifcpltiorzero | read-only |
The Liveness Test Interval (LTI) used for this iFCP session. The value can be changed on a per-session basis and initially defaults to ifcpLclGtwyInstDefaultLTInterval for the local gateway instance. The valid range is 0 - 65535 seconds. A value of 0 implies that the gateway will not originate Liveness Test messages for the session. |
ifcpSessionRmtLTIntvl | 1.3.6.1.2.1.10.230.1.2.1.1.16 | ifcpltiorzero | read-only |
The Liveness Test Interval (LTI) as requested by the remote gateway instance to use for this iFCP session. This value may change over the life of the session. The valid range is 0 - 65535 seconds. A value of 0 implies that the remote gateway has not been requested to originate Liveness Test messages for the session. |
ifcpSessionBound | 1.3.6.1.2.1.10.230.1.2.1.1.17 | truthvalue | read-only |
This value indicates whether this session is bound to a specific local and remote N Port. Sessions by default are unbound and ready for future assignment to a local and remote N Port. |
ifcpSessionStorageType | 1.3.6.1.2.1.10.230.1.2.1.1.18 | storagetype | read-only |
The storage type for this row. Parameter values defined for a session are usually non-volatile, but may be volatile or permanent in some configurations. If permanent, then ifcpSessionIpTOV must have read-write access. |
ifcpSessionStatsTable | 1.3.6.1.2.1.10.230.1.2.2 | no-access |
This table provides statistics on an iFCP session. |
|
1.3.6.1.2.1.10.230.1.2.2.1 | no-access |
Provides iFCP-specific statistics per session. |
||
ifcpSessionState | 1.3.6.1.2.1.10.230.1.2.2.1.1 | ifcpsessionstates | read-only |
The current session operating state. |
ifcpSessionDuration | 1.3.6.1.2.1.10.230.1.2.2.1.2 | unsigned32 | read-only |
This indicates, in seconds, how long the iFCP session has been in an open or open-pending state. When a session is down, the value is reset to 0. |
ifcpSessionTxOctets | 1.3.6.1.2.1.10.230.1.2.2.1.3 | zerobasedcounter64 | read-only |
The total number of octets transmitted by the iFCP gateway for this session. Discontinuities in the value of this counter can occur at reinitialization of the management system, and at other times as indicated by the value of ifcpSessionDiscontinuityTime. |
ifcpSessionRxOctets | 1.3.6.1.2.1.10.230.1.2.2.1.4 | zerobasedcounter64 | read-only |
The total number of octets received by the iFCP gateway for this session. Discontinuities in the value of this counter can occur at reinitialization of the management system, and at other times as indicated by the value of ifcpSessionDiscontinuityTime. |
ifcpSessionTxFrames | 1.3.6.1.2.1.10.230.1.2.2.1.5 | zerobasedcounter64 | read-only |
The total number of iFCP frames transmitted by the gateway for this session. Discontinuities in the value of this counter can occur at reinitialization of the management system, and at other times as indicated by the value of ifcpSessionDiscontinuityTime. |
ifcpSessionRxFrames | 1.3.6.1.2.1.10.230.1.2.2.1.6 | zerobasedcounter64 | read-only |
The total number of iFCP frames received by the gateway for this session. Discontinuities in the value of this counter can occur at reinitialization of the management system, and at other times as indicated by the value of ifcpSessionDiscontinuityTime. |
ifcpSessionStaleFrames | 1.3.6.1.2.1.10.230.1.2.2.1.7 | zerobasedcounter64 | read-only |
The total number of received iFCP frames that were stale and discarded by the gateway for this session. Discontinuities in the value of this counter can occur at reinitialization of the management system, and at other times as indicated by the value of ifcpSessionDiscontinuityTime. |
ifcpSessionHeaderCRCErrors | 1.3.6.1.2.1.10.230.1.2.2.1.8 | zerobasedcounter64 | read-only |
The total number of Cyclic Redundancy Check (CRC) errors that occurred in the frame header, detected by the gateway for this session. Usually, a single Header CRC error is sufficient to terminate an iFCP session. Discontinuities in the value of this counter can occur at reinitialization of the management system, and at other times as indicated by the value of ifcpSessionDiscontinuityTime. |
ifcpSessionFcPayloadCRCErrors | 1.3.6.1.2.1.10.230.1.2.2.1.9 | zerobasedcounter64 | read-only |
The total number of CRC errors that occurred in the Fibre Channel frame payload, detected by the gateway for this session. Discontinuities in the value of this counter can occur at reinitialization of the management system, and at other times as indicated by the value of ifcpSessionDiscontinuityTime. |
ifcpSessionOtherErrors | 1.3.6.1.2.1.10.230.1.2.2.1.10 | zerobasedcounter64 | read-only |
The total number of errors, other than errors explicitly measured, detected by the gateway for this session. Discontinuities in the value of this counter can occur at reinitialization of the management system, and at other times as indicated by the value of ifcpSessionDiscontinuityTime. |
ifcpSessionDiscontinuityTime | 1.3.6.1.2.1.10.230.1.2.2.1.11 | timestamp | read-only |
The value of sysUpTime on the most recent occasion at which any one (or more) of the ifcpSessionStatsTable counters suffered a discontinuity. The relevant counters are the specific Counter64-based instances associated with the ifcpSessionStatsTable: ifcpSessionTxOctets, ifcpSessionRxOctets, ifcpSessionTxFrames, ifcpSessionRxFrames, ifcpSessionStaleFrames, ifcpSessionHeaderCRCErrors, ifcpSessionFcPayloadCRCErrors, and ifcpSessionOtherErrors. If no such discontinuities have occurred since the last reinitialization of the local management subsystem, then this object contains a zero value. |
ifcpSessionLcStatsTable | 1.3.6.1.2.1.10.230.1.2.3 | no-access |
This table provides low-capacity statistics for an iFCP session. These are provided for backward compatibility with systems that do not support Counter64-based objects. At 1-Gbps rates, a Counter32-based object can wrap as often as every 34 seconds. Counter32-based objects can be sufficient for many situations. However, when possible, it is recommended to use the high-capacity statistics in ifcpSessionStatsTable based on Counter64 objects. |
|
1.3.6.1.2.1.10.230.1.2.3.1 | no-access |
Provides iFCP-specific statistics per session. |
||
ifcpSessionLcTxOctets | 1.3.6.1.2.1.10.230.1.2.3.1.1 | zerobasedcounter32 | read-only |
The total number of octets transmitted by the iFCP gateway for this session. |
ifcpSessionLcRxOctets | 1.3.6.1.2.1.10.230.1.2.3.1.2 | zerobasedcounter32 | read-only |
The total number of octets received by the iFCP gateway for this session. |
ifcpSessionLcTxFrames | 1.3.6.1.2.1.10.230.1.2.3.1.3 | zerobasedcounter32 | read-only |
The total number of iFCP frames transmitted by the gateway for this session. |
ifcpSessionLcRxFrames | 1.3.6.1.2.1.10.230.1.2.3.1.4 | zerobasedcounter32 | read-only |
The total number of iFCP frames received by the gateway for this session. |
ifcpSessionLcStaleFrames | 1.3.6.1.2.1.10.230.1.2.3.1.5 | zerobasedcounter32 | read-only |
The total number of received iFCP frames that were stale and discarded by the gateway for this session. |
ifcpSessionLcHeaderCRCErrors | 1.3.6.1.2.1.10.230.1.2.3.1.6 | zerobasedcounter32 | read-only |
The total number of CRC errors that occurred in the frame header, detected by the gateway for this session. Usually, a single Header CRC error is sufficient to terminate an iFCP session. |
ifcpSessionLcFcPayloadCRCErrors | 1.3.6.1.2.1.10.230.1.2.3.1.7 | zerobasedcounter32 | read-only |
The total number of CRC errors that occurred in the Fibre Channel frame payload, detected by the gateway for this session. |
ifcpSessionLcOtherErrors | 1.3.6.1.2.1.10.230.1.2.3.1.8 | zerobasedcounter32 | read-only |
The total number of errors, other than errors explicitly measured, detected by the gateway for this session. |
ifcpGatewayConformance | 1.3.6.1.2.1.10.230.2 | |||
ifcpCompliances | 1.3.6.1.2.1.10.230.2.1 | |||
ifcpGatewayCompliance | 1.3.6.1.2.1.10.230.2.1.1 |
This MODULE-COMPLIANCE has been deprecated because address translation mode has been deprecated in the iFCP standard. It has the implementation requirements for iFCP MIB module compliance. |
||
ifcpGatewayComplianceNoTranslation | 1.3.6.1.2.1.10.230.2.1.2 |
Implementation requirements for iFCP MIB module compliance. Address translation mode has been deprecated in the iFCP standard. |
||
ifcpGroups | 1.3.6.1.2.1.10.230.2.2 | |||
ifcpLclGatewayGroup | 1.3.6.1.2.1.10.230.2.2.1 |
iFCP local device info group. This group provides information about each gateway. |
||
ifcpLclGatewaySessionGroup | 1.3.6.1.2.1.10.230.2.2.4 |
This OBJECT-GROUP has been deprecated because address translation mode has been deprecated in the iFCP standard. iFCP Session group. This group provides information about each iFCP session currently active between iFCP gateways. |
||
ifcpLclGatewaySessionStatsGroup | 1.3.6.1.2.1.10.230.2.2.5 |
iFCP Session Statistics group. This group provides statistics with 64-bit counters for each iFCP session currently active between iFCP gateways. This group is only required for agents that can support Counter64- based data types. |
||
ifcpLclGatewaySessionLcStatsGroup | 1.3.6.1.2.1.10.230.2.2.6 |
iFCP Session Low-Capacity Statistics group. This group provides statistics with low-capacity 32-bit counters for each iFCP session currently active between iFCP gateways. This group is only required for agents that do not support Counter64-based data types, or that need to support SNMPv1 applications. |
||
ifcpLclGatewaySessionGroupNoTranslation | 1.3.6.1.2.1.10.230.2.2.7 |
iFCP Session group. This group provides information about each iFCP session currently active between iFCP gateways. |