FCIP-MGMT-MIB

File: FCIP-MGMT-MIB.mib (35569 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC INET-ADDRESS-MIB
FC-MGMT-MIB IF-MIB SNMPv2-CONF
SNMP-FRAMEWORK-MIB

Imported symbols

OBJECT-TYPE MODULE-IDENTITY Unsigned32
Counter32 mib-2 TEXTUAL-CONVENTION
TruthValue RowStatus TimeStamp
InetAddressType InetAddress InetPortNumber
FcNameIdOrZero InterfaceIndex MODULE-COMPLIANCE
OBJECT-GROUP SnmpAdminString

Defined Types

FcipDomainIdInOctetForm  
The Domain ID of a FC entity in octet form to support the concatenation(000000h||Domain_ID) format defined in the FSPF routing protocol.
TEXTUAL-CONVENTION    
  OCTET STRING Size(1)  

FcipEntityMode  
The type of port mode provided by an FCIP Entity for an FCIP Link. An FCIP Entity can be an E-Port mode for one of its FCIP Link Endpoints or a B-Port mode for another of its FCIP Link Endpoints.
TEXTUAL-CONVENTION    
  INTEGER ePortMode(1), bPortMode(2)  

FcipEntityId  
The FCIP entity identifier as defined in RFC 3821.
TEXTUAL-CONVENTION    
  OCTET STRING Size(8)  

FcipEntityInstanceEntry  
SEQUENCE    
  fcipEntityId FcipEntityId
  fcipEntityName SnmpAdminString
  fcipEntityAddressType InetAddressType
  fcipEntityAddress InetAddress
  fcipEntityTcpConnPort InetPortNumber
  fcipEntitySeqNumWrap TruthValue
  fcipEntityPHBSupport TruthValue
  fcipEntityStatus RowStatus

FcipLinkEntry  
SEQUENCE    
  fcipLinkIndex Unsigned32
  fcipLinkIfIndex InterfaceIndex
  fcipLinkCost Unsigned32
  fcipLinkLocalFcipEntityMode FcipEntityMode
  fcipLinkLocalFcipEntityAddressType InetAddressType
  fcipLinkLocalFcipEntityAddress InetAddress
  fcipLinkRemFcipEntityWWN FcNameIdOrZero
  fcipLinkRemFcipEntityId FcipEntityId
  fcipLinkRemFcipEntityAddressType InetAddressType
  fcipLinkRemFcipEntityAddress InetAddress
  fcipLinkStatus RowStatus
  fcipLinkCreateTime TimeStamp

FcipTcpConnEntry  
SEQUENCE    
  fcipTcpConnLocalPort InetPortNumber
  fcipTcpConnRemPort InetPortNumber
  fcipTcpConnRWSize Unsigned32
  fcipTcpConnMSS Unsigned32

FcipDynamicRouteEntry  
SEQUENCE    
  fcipDynamicRouteDID FcipDomainIdInOctetForm
  fcipDynamicRouteLinkIndex Unsigned32

FcipStaticRouteEntry  
SEQUENCE    
  fcipStaticRouteDID FcipDomainIdInOctetForm
  fcipStaticRouteLinkIndex Unsigned32
  fcipStaticRouteStatus RowStatus

FcipDiscoveryDomainEntry  
SEQUENCE    
  fcipDiscoveryDomainIndex Unsigned32
  fcipDiscoveryDomainName SnmpAdminString

FcipLinkErrorsEntry  
SEQUENCE    
  fcipLinkFcipLossofFcSynchs Counter32
  fcipLinkFcipEncapErrors Counter32
  fcipLinkFcipNotReceivedSfResps Counter32
  fcipLinkFcipSfRespMismatches Counter32
  fcipLinkFcipSfInvalidNonces Counter32
  fcipLinkFcipReceivedSfDuplicates Counter32
  fcipLinkFcipSfInvalidWWNs Counter32
  fcipLinkFcipBB2LkaTimeOuts Counter32
  fcipLinkFcipSntpExpiredTimeStamps Counter32
  fcipLinkTcpTooManyErrors Counter32
  fcipLinkTcpExcessiveDroppedDatagrams Counter32
  fcipLinkTcpSaParamMismatches Counter32

Defined Values

fcipMIB 1.3.6.1.2.1.224
The module defines management information specific to FCIP devices. Copyright(C) The Internet Society (2006). This version of this MIB module is part of RFC 4404; see the RFC itself for full legal notices.
MODULE-IDENTITY    

fcipObjects 1.3.6.1.2.1.224.1
OBJECT IDENTIFIER    

fcipConformance 1.3.6.1.2.1.224.2
OBJECT IDENTIFIER    

fcipConfig 1.3.6.1.2.1.224.1.1
OBJECT IDENTIFIER    

fcipDynIpConfType 1.3.6.1.2.1.224.1.1.1
The type of discovery protocol used to discover remote FCIP entities. The value of this object is persistent across system restarts.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER slpv2(1), none(2)  

fcipDeviceWWN 1.3.6.1.2.1.224.1.1.2
The World Wide Name of this FCIP device.
Status: current Access: read-only
OBJECT-TYPE    
  FcNameIdOrZero  

fcipEntitySACKOption 1.3.6.1.2.1.224.1.1.3
Indication of whether the TCP Selective Acknowledgement Option is enabled at this FCIP device to let the receiver acknowledge multiple lost packets in a single ACK for faster recovery.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

fcipEntityInstanceTable 1.3.6.1.2.1.224.1.1.4
Information about this FCIP device's existing instances of FCIP entities.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FcipEntityInstanceEntry

fcipEntityInstanceEntry 1.3.6.1.2.1.224.1.1.4.1
A conceptual row of the FCIP entity table with information about a particular FCIP entity. Once a row has been created, it is non-volatile across agent restarts until it is deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  FcipEntityInstanceEntry  

fcipEntityId 1.3.6.1.2.1.224.1.1.4.1.1
The FCIP entity identifier.
Status: current Access: not-accessible
OBJECT-TYPE    
  FcipEntityId  

fcipEntityName 1.3.6.1.2.1.224.1.1.4.1.2
An administratively-assigned name for this FCIP entity.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

fcipEntityAddressType 1.3.6.1.2.1.224.1.1.4.1.3
The type of Internet address by which the entity is reachable. Only address types IPv4 and IPv6 are supported.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

fcipEntityAddress 1.3.6.1.2.1.224.1.1.4.1.4
The Internet address for the entity, if configured. The format of this address is determined by the value of the fcipEntityAddressType object.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

fcipEntityTcpConnPort 1.3.6.1.2.1.224.1.1.4.1.5
A TCP port other than the FCIP Well-Known port on which the FCIP entity listens for new TCP connection requests. It contains the value zero(0) if the FCIP Entity only listens on the Well-Known port.
Status: current Access: read-create
OBJECT-TYPE    
  InetPortNumber  

fcipEntitySeqNumWrap 1.3.6.1.2.1.224.1.1.4.1.6
An indication of whether the FCIP Entity supports protection against sequence number wrap.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

fcipEntityPHBSupport 1.3.6.1.2.1.224.1.1.4.1.7
An indication of whether the FCIP Entity supports PHB IP quality of service (QoS).
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

fcipEntityStatus 1.3.6.1.2.1.224.1.1.4.1.8
This object specifies the operational status of the row. When a management station sets the status to active(1), then the values for the objects fcipEntityName, fcipEntityAddressType, and fcipEntityAddress should be supplied as part of the set request. The values of the objects fcipEntityName, fcipEntityAddressType, and fcipEntityAddress can be changed if the row status is in active state. The object fcipEntityTcpConnPort takes the default value zero(0), if no value is supplied at the time of row creation. Setting the status to destroy(6) deletes the specified FCIP entity instance row from the table. It also deletes all the rows corresponding to the specified FCIP entity from the fcipLinkTable and fcipTcpConnTable tables.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

fcipLinkTable 1.3.6.1.2.1.224.1.1.5
Information about FCIP links that exist on this device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FcipLinkEntry

fcipLinkEntry 1.3.6.1.2.1.224.1.1.5.1
A conceptual row of the FCIP link table containing information about a particular FCIP link. The values of the read-create objects in this table are persistent across system restarts.
Status: current Access: not-accessible
OBJECT-TYPE    
  FcipLinkEntry  

fcipLinkIndex 1.3.6.1.2.1.224.1.1.5.1.1
An arbitrary integer that uniquely identifies one FCIP link within an FCIP entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

fcipLinkIfIndex 1.3.6.1.2.1.224.1.1.5.1.2
The ifIndex value of the virtual interface corresponding to the FCIP Link running over TCP/IP.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

fcipLinkCost 1.3.6.1.2.1.224.1.1.5.1.3
The FSPF cost associated with this FCIP Link.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

fcipLinkLocalFcipEntityMode 1.3.6.1.2.1.224.1.1.5.1.4
The mode of the local end of the FCIP link.
Status: current Access: read-only
OBJECT-TYPE    
  FcipEntityMode  

fcipLinkLocalFcipEntityAddressType 1.3.6.1.2.1.224.1.1.5.1.5
The type of Internet address contained in the corresponding instance of fcipLinkLocalFcipEntityAddress. Only address types IPv4 and IPv6 are supported.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

fcipLinkLocalFcipEntityAddress 1.3.6.1.2.1.224.1.1.5.1.6
The Internet address for the local end of this FCIP Link. The format of this object is determined by the value of the fcipLinkLocalFcipEntityAddressType object.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

fcipLinkRemFcipEntityWWN 1.3.6.1.2.1.224.1.1.5.1.7
The World Wide Name of the remote FC Fabric Entity.
Status: current Access: read-create
OBJECT-TYPE    
  FcNameIdOrZero  

fcipLinkRemFcipEntityId 1.3.6.1.2.1.224.1.1.5.1.8
The remote FCIP entity's identifier.
Status: current Access: read-create
OBJECT-TYPE    
  FcipEntityId  

fcipLinkRemFcipEntityAddressType 1.3.6.1.2.1.224.1.1.5.1.9
The type of Internet address contained in the corresponding instance of fcipLinkRemFcipEntityAddress. Only address types IPv4 and IPv6 are supported.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

fcipLinkRemFcipEntityAddress 1.3.6.1.2.1.224.1.1.5.1.10
The Internet address for the remote end of this FCIP Link. The format of this object is determined by the value of the fcipLinkRemFcipEntityAddressType object.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

fcipLinkStatus 1.3.6.1.2.1.224.1.1.5.1.11
This object specifies the operational status of the row. The values of objects fcipLinkLocalFcipEntityAddressType, fcipLinkLocalFcipEntityAddress, fcipLinkRemFcipEntityWWN, fcipLinkRemFcipEntityId, fcipLinkRemFcipEntityAddressType, and fcipLinkRemFcipEntityAddress can be changed if the row is in active(1) state. The object fcipLinkCost is set to the value zero(0) if no value is supplied at the time of row creation. Setting the status to destroy(6) deletes the specified FCIP link from the table. It also deletes all rows corresponding to the specified FCIP link from the fcipTcpConnTable table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

fcipLinkCreateTime 1.3.6.1.2.1.224.1.1.5.1.12
The value of sysUpTime when this entry was last created.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

fcipTcpConnTable 1.3.6.1.2.1.224.1.1.6
Information about existing TCP connections. Each FCIP link within an FCIP entity manages one or more TCP connections. The FCIP entity employs a Data Engine for each TCP connection for handling FC frame encapsulation, de-encapsulation, and transmission of FCIP frames on the connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FcipTcpConnEntry

fcipTcpConnEntry 1.3.6.1.2.1.224.1.1.6.1
A conceptual row of the FCIP TCP Connection table containing information about a particular TCP connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  FcipTcpConnEntry  

fcipTcpConnLocalPort 1.3.6.1.2.1.224.1.1.6.1.1
The local port number for this TCP connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetPortNumber  

fcipTcpConnRemPort 1.3.6.1.2.1.224.1.1.6.1.2
The remote port number for this TCP connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetPortNumber  

fcipTcpConnRWSize 1.3.6.1.2.1.224.1.1.6.1.3
The default maximum TCP Receiver Window size for this TCP connection.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

fcipTcpConnMSS 1.3.6.1.2.1.224.1.1.6.1.4
The TCP Maximum Segment Size (MSS) for this TCP connection.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

fcipDynamicRouteTable 1.3.6.1.2.1.224.1.1.7
Information about dynamically discovered routing information. The FCIP device may use the SLPv2 protocol in conjunction with other protocols (say, FSPF) for dynamically discovering other FCIP entities and may populate this table with FCIP link information for each Destination Address Identifier.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FcipDynamicRouteEntry

fcipDynamicRouteEntry 1.3.6.1.2.1.224.1.1.7.1
A conceptual row of the FCIP Dynamic Route Table containing information about a particular FCIP route.
Status: current Access: not-accessible
OBJECT-TYPE    
  FcipDynamicRouteEntry  

fcipDynamicRouteDID 1.3.6.1.2.1.224.1.1.7.1.1
8-bit ID of a Fibre Channel Domain that is reachable from this FCIP device.
Status: current Access: not-accessible
OBJECT-TYPE    
  FcipDomainIdInOctetForm  

fcipDynamicRouteLinkIndex 1.3.6.1.2.1.224.1.1.7.1.2
The FCIP Link used to reach the domain specified by the corresponding instance of fcipDynamicRouteDID. The link identified by a value of this object is the same FCIP link as identified by the same value of fcipLinkIndex for the same FCIP entity.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..4294967295  

fcipStaticRouteTable 1.3.6.1.2.1.224.1.1.8
Information about static route entries configured by the Network Admin. In the absence of dynamic discovery of remote FCIP entities, the Network Manager will figure out all remote FCIP devices that are reachable from this device and populate this table with FCIP link information for each Domain ID. At any time, both static and dynamic routing can be active, and an entry in the static route table for a given DID takes precedence over the entry in the dynamic route table for the same Domain ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FcipStaticRouteEntry

fcipStaticRouteEntry 1.3.6.1.2.1.224.1.1.8.1
A conceptual row of the FCIP Static Route Table containing information about a particular FCIP route. The values of the read-create objects in this table are persistent across system restarts.
Status: current Access: not-accessible
OBJECT-TYPE    
  FcipStaticRouteEntry  

fcipStaticRouteDID 1.3.6.1.2.1.224.1.1.8.1.1
8-bit ID of a Fibre Channel Domain that is reachable from this FCIP device.
Status: current Access: not-accessible
OBJECT-TYPE    
  FcipDomainIdInOctetForm  

fcipStaticRouteLinkIndex 1.3.6.1.2.1.224.1.1.8.1.2
The FCIP Link used to reach the domain specified by the corresponding instance of fcipStaticRouteDID. The link identified by a value of this object is the same FCIP link as identified by the same value of fcipLinkIndex for the same FCIP entity.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..4294967295  

fcipStaticRouteStatus 1.3.6.1.2.1.224.1.1.8.1.3
This object specifies the operational status of the row. When a management station sets the status to active(1), the values for the object fcipStaticRouteLinkIndex should be supplied as part of the set request. Setting the status to destroy(6) deletes the specified FCIP static route entry from the table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

fcipDiscoveryDomainTable 1.3.6.1.2.1.224.1.1.9
Information about FCIP Discovery Domains. Each FCIP Discovery Domain is associated with one or more FCIP entities.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FcipDiscoveryDomainEntry

fcipDiscoveryDomainEntry 1.3.6.1.2.1.224.1.1.9.1
A conceptual row of the FCIP Discovery Domain Table containing information about a particular FCIP Discovery Domain that is associated with one or more FCIP entities. The values of the read-write object fcipDiscoveryDomainName are persistent across system restarts.
Status: current Access: not-accessible
OBJECT-TYPE    
  FcipDiscoveryDomainEntry  

fcipDiscoveryDomainIndex 1.3.6.1.2.1.224.1.1.9.1.1
An integer that uniquely identifies an FCIP Discovery Domain associated with this FCIP entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

fcipDiscoveryDomainName 1.3.6.1.2.1.224.1.1.9.1.2
The name of this FCIP Discovery Domain.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

fcipLinkErrorsTable 1.3.6.1.2.1.224.1.1.10
A list of error counters for FCIP Links. Each counter records the number of times a particular error happened that caused a TCP connection to close down.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FcipLinkErrorsEntry

fcipLinkErrorsEntry 1.3.6.1.2.1.224.1.1.10.1
A conceptual row of the FCIP Link Errors Table containing error counters for an FCIP Link.
Status: current Access: not-accessible
OBJECT-TYPE    
  FcipLinkErrorsEntry  

fcipLinkFcipLossofFcSynchs 1.3.6.1.2.1.224.1.1.10.1.1
The number of times FC synchronization was lost on this FCIP Link. The last discontinuity of this counter is indicated by fcipLinkCreateTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

fcipLinkFcipEncapErrors 1.3.6.1.2.1.224.1.1.10.1.2
The number of FCIP frames received with encapsulation errors such as improper header, format, or length. The last discontinuity of this counter is indicated by fcipLinkCreateTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

fcipLinkFcipNotReceivedSfResps 1.3.6.1.2.1.224.1.1.10.1.3
The number of times an FCIP Special Frame Response was expected but not received on this FCIP Link. The last discontinuity of this counter is indicated by fcipLinkCreateTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

fcipLinkFcipSfRespMismatches 1.3.6.1.2.1.224.1.1.10.1.4
The number of times FCIP Special Frame Bytes mismatch happened on this FCIP Link. The last discontinuity of this counter is indicated by fcipLinkCreateTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

fcipLinkFcipSfInvalidNonces 1.3.6.1.2.1.224.1.1.10.1.5
The number of times FCIP Special Frame Invalid Connection Nonce happened on this FCIP Link. The last discontinuity of this counter is indicated by fcipLinkCreateTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

fcipLinkFcipReceivedSfDuplicates 1.3.6.1.2.1.224.1.1.10.1.6
The number of times duplicate FCIP Special Frames were received on this FCIP Link. The last discontinuity of this counter is indicated by fcipLinkCreateTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

fcipLinkFcipSfInvalidWWNs 1.3.6.1.2.1.224.1.1.10.1.7
The number of times FCIP Special Frames with invalid destination FC Fabric Entity WWN were received on this FCIP Link. The last discontinuity of this counter is indicated by fcipLinkCreateTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

fcipLinkFcipBB2LkaTimeOuts 1.3.6.1.2.1.224.1.1.10.1.8
The number of FC Keep Alive Time-outs that occurred on this FCIP Link. The last discontinuity of this counter is indicated by fcipLinkCreateTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

fcipLinkFcipSntpExpiredTimeStamps 1.3.6.1.2.1.224.1.1.10.1.9
The number of frames discarded due to an expired Simple Network Time Protocol (SNTP) timestamp on this FCIP Link. The last discontinuity of this counter is indicated by fcipLinkCreateTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

fcipLinkTcpTooManyErrors 1.3.6.1.2.1.224.1.1.10.1.10
The number of TCP connections that closed down on this FCIP Link due to too many errors on the connection. The last discontinuity of this counter is indicated by fcipLinkCreateTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

fcipLinkTcpExcessiveDroppedDatagrams 1.3.6.1.2.1.224.1.1.10.1.11
The number of TCP connections that closed down on this FCIP Link due to an excessive number of dropped FCIP packets. The last discontinuity of this counter is indicated by fcipLinkCreateTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

fcipLinkTcpSaParamMismatches 1.3.6.1.2.1.224.1.1.10.1.12
The number of times TCP connections with Security Association parameter mismatches were closed down on this FCIP Link. The last discontinuity of this counter is indicated by fcipLinkCreateTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

fcipCompliances 1.3.6.1.2.1.224.2.1
OBJECT IDENTIFIER    

fcipGroups 1.3.6.1.2.1.224.2.2
OBJECT IDENTIFIER    

fcipCompliance 1.3.6.1.2.1.224.2.1.1
Compliance statement for FCIP MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

fcipEntityScalarGroup 1.3.6.1.2.1.224.2.2.1
Collection of scalar objects applicable to all FCIP instances.
Status: current Access: read-only
OBJECT-GROUP    

fcipEntityInstanceGroup 1.3.6.1.2.1.224.2.2.2
A collection of objects providing information about FCIP instances.
Status: current Access: read-only
OBJECT-GROUP    

fcipLinkGroup 1.3.6.1.2.1.224.2.2.3
A collection of objects providing information about FCIP Links.
Status: current Access: read-only
OBJECT-GROUP    

fcipTcpConnGroup 1.3.6.1.2.1.224.2.2.4
A collection of objects providing information about FCIP TCP connections.
Status: current Access: read-only
OBJECT-GROUP    

fcipDiscoveryDomainGroup 1.3.6.1.2.1.224.2.2.5
A collection of objects providing information about FCIP Discovery Domains.
Status: current Access: read-only
OBJECT-GROUP    

fcipLinkErrorsGroup 1.3.6.1.2.1.224.2.2.6
A collection of objects providing information about FCIP link errors.
Status: current Access: read-only
OBJECT-GROUP    

fcipDynamicRouteGroup 1.3.6.1.2.1.224.2.2.7
A collection of objects providing information about FCIP dynamic routes.
Status: current Access: read-only
OBJECT-GROUP    

fcipStaticRouteGroup 1.3.6.1.2.1.224.2.2.8
A collection of objects providing information about FCIP static routes.
Status: current Access: read-only
OBJECT-GROUP