Blame mibs/ietf/T11-FC-ROUTE-MIB

Packit 022b05
T11-FC-ROUTE-MIB DEFINITIONS ::= BEGIN
Packit 022b05
Packit 022b05
IMPORTS
Packit 022b05
    MODULE-IDENTITY, OBJECT-TYPE,
Packit 022b05
    Unsigned32, mib-2                   FROM SNMPv2-SMI  -- [RFC2578]
Packit 022b05
    MODULE-COMPLIANCE, OBJECT-GROUP     FROM SNMPv2-CONF -- [RFC2580]
Packit 022b05
    RowStatus, TimeStamp,
Packit 022b05
    StorageType                         FROM SNMPv2-TC   -- [RFC2579]
Packit 022b05
    InterfaceIndex, InterfaceIndexOrZero  FROM IF-MIB    -- [RFC2863]
Packit 022b05
    fcmInstanceIndex, fcmSwitchIndex,
Packit 022b05
    FcAddressIdOrZero, FcDomainIdOrZero FROM FC-MGMT-MIB -- [FC-MGMT]
Packit 022b05
    T11FabricIndex                      FROM T11-TC-MIB; -- [RFC4439]
Packit 022b05
Packit 022b05
t11FcRouteMIB MODULE-IDENTITY
Packit 022b05
    LAST-UPDATED "200608140000Z"
Packit 022b05
    ORGANIZATION "T11"
Packit 022b05
    CONTACT-INFO
Packit 022b05
              "     Claudio DeSanti
Packit 022b05
                    Cisco Systems, Inc.
Packit 022b05
                    170 West Tasman Drive
Packit 022b05
                    San Jose, CA 95134 USA
Packit 022b05
                    EMail: cds@cisco.com
Packit 022b05
Packit 022b05
Packit 022b05
                    Keith McCloghrie
Packit 022b05
                    Cisco Systems, Inc.
Packit 022b05
                    170 West Tasman Drive
Packit 022b05
                    San Jose, CA USA 95134
Packit 022b05
                    Email: kzm@cisco.com"
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The MIB module for configuring and displaying Fibre
Packit 022b05
           Channel Route Information.
Packit 022b05
Packit 022b05
           Copyright (C) The Internet Society (2006).  This version
Packit 022b05
           of this MIB module is part of RFC 4625;  see the RFC
Packit 022b05
           itself for full legal notices."
Packit 022b05
    REVISION     "200608140000Z"
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Initial version of this MIB module, published as RFC4625."
Packit 022b05
Packit 022b05
    ::= {mib-2 144 }
Packit 022b05
Packit 022b05
t11FcRouteNotifications OBJECT IDENTIFIER ::= { t11FcRouteMIB 0 }
Packit 022b05
t11FcRouteObjects       OBJECT IDENTIFIER ::= { t11FcRouteMIB 1 }
Packit 022b05
t11FcRouteConformance   OBJECT IDENTIFIER ::= { t11FcRouteMIB 2 }
Packit 022b05
Packit 022b05
--
Packit 022b05
-- Per-Fabric routing information
Packit 022b05
--
Packit 022b05
t11FcRouteFabricTable OBJECT-TYPE
Packit 022b05
    SYNTAX      SEQUENCE OF T11FcRouteFabricEntry
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The table containing Fibre Channel Routing information
Packit 022b05
           that is specific to a Fabric."
Packit 022b05
    ::= { t11FcRouteObjects 1 }
Packit 022b05
Packit 022b05
t11FcRouteFabricEntry OBJECT-TYPE
Packit 022b05
    SYNTAX      T11FcRouteFabricEntry
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Each entry contains routing information specific to a
Packit 022b05
           particular Fabric on a particular switch (identified by
Packit 022b05
           values of fcmInstanceIndex and fcmSwitchIndex)."
Packit 022b05
    INDEX      { fcmInstanceIndex, fcmSwitchIndex,
Packit 022b05
                 t11FcRouteFabricIndex }
Packit 022b05
    ::= { t11FcRouteFabricTable 1 }
Packit 022b05
Packit 022b05
T11FcRouteFabricEntry ::=
Packit 022b05
    SEQUENCE {
Packit 022b05
        t11FcRouteFabricIndex      T11FabricIndex,
Packit 022b05
        t11FcRouteFabricLastChange TimeStamp
Packit 022b05
    }
Packit 022b05
Packit 022b05
t11FcRouteFabricIndex OBJECT-TYPE
Packit 022b05
    SYNTAX      T11FabricIndex
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "A unique index value that uniquely identifies a
Packit 022b05
           particular Fabric.
Packit 022b05
Packit 022b05
           In a Fabric conformant to FC-SW-3, only a single Fabric
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
           can operate within a physical infrastructure, and thus
Packit 022b05
           the value of this Fabric Index will always be 1.
Packit 022b05
Packit 022b05
           In a Fabric conformant to FC-SW-4, multiple Virtual Fabrics
Packit 022b05
           can operate within one (or more) physical infrastructures.
Packit 022b05
           In such a case, index value is used to uniquely identify a
Packit 022b05
           particular Fabric within a physical infrastructure."
Packit 022b05
    ::= { t11FcRouteFabricEntry 1 }
Packit 022b05
Packit 022b05
t11FcRouteFabricLastChange OBJECT-TYPE
Packit 022b05
    SYNTAX      TimeStamp
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The value of sysUpTime at the most recent time when any
Packit 022b05
           corresponding row in the t11FcRouteTable was created,
Packit 022b05
           modified, or deleted.  A corresponding row in the
Packit 022b05
           t11FcRouteTable is for the same management instance,
Packit 022b05
           the same switch, and same Fabric as the row in this table.
Packit 022b05
Packit 022b05
           If no change has occurred since the last restart of the
Packit 022b05
           management system, then the value of this object is 0."
Packit 022b05
    ::= { t11FcRouteFabricEntry 2 }
Packit 022b05
Packit 022b05
--
Packit 022b05
-- Fibre Channel Routing table
Packit 022b05
--
Packit 022b05
t11FcRouteTable OBJECT-TYPE
Packit 022b05
    SYNTAX      SEQUENCE OF T11FcRouteEntry
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The Fibre Channel Routing tables for the
Packit 022b05
           locally managed switches.  This table lists all the
Packit 022b05
           routes that are configured in and/or computed by any
Packit 022b05
           local switch for any Fabric.
Packit 022b05
Packit 022b05
           Such routes are used by a switch to forward frames (of user
Packit 022b05
           data) on a Fabric.  The conceptual process is based on
Packit 022b05
           extracting the Destination Fibre Channel Address Identifier
Packit 022b05
           (D_ID) out of a received frame (of user data) and comparing
Packit 022b05
           it to each entry of this table that is applicable to the
Packit 022b05
           given switch and Fabric.  Such comparison consists of first
Packit 022b05
           performing a logical-AND of the extracted D_ID with a mask
Packit 022b05
           (the value of t11FcRouteDestMask) and second comparing the
Packit 022b05
           result of that 'AND' operation to the value of
Packit 022b05
           t11FcRouteDestAddrId.  A similar comparison is made of the
Packit 022b05
           Source Fibre Channel Address Identifier (S_ID) of a frame
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
           against the t11FcRouteSrcAddrId and t11FcRouteSrcMask values
Packit 022b05
           of an entry.  If an entry's value of t11FcRouteInInterface
Packit 022b05
           is non-zero, then a further comparison determines if the
Packit 022b05
           frame was received on the appropriate interface.  If all of
Packit 022b05
           these comparisons for a particular entry are successful,
Packit 022b05
           then that entry represents a potential route for forwarding
Packit 022b05
           the received frame.
Packit 022b05
Packit 022b05
           For entries configured by a user, t11FcRouteProto has
Packit 022b05
           the value 'netmgmt'; only entries of this type can be
Packit 022b05
           deleted by the user."
Packit 022b05
    ::= { t11FcRouteObjects 2 }
Packit 022b05
Packit 022b05
t11FcRouteEntry OBJECT-TYPE
Packit 022b05
    SYNTAX      T11FcRouteEntry
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Each entry contains a route to a particular destination,
Packit 022b05
           possibly from a particular subset of source addresses,
Packit 022b05
           on a particular Fabric via a particular output interface
Packit 022b05
           and learned in a particular manner."
Packit 022b05
    INDEX       { fcmInstanceIndex, fcmSwitchIndex,
Packit 022b05
                  t11FcRouteFabricIndex,
Packit 022b05
                  t11FcRouteDestAddrId, t11FcRouteDestMask,
Packit 022b05
                  t11FcRouteSrcAddrId, t11FcRouteSrcMask,
Packit 022b05
                  t11FcRouteInInterface, t11FcRouteProto,
Packit 022b05
                  t11FcRouteOutInterface }
Packit 022b05
    ::= { t11FcRouteTable 1 }
Packit 022b05
T11FcRouteEntry ::=
Packit 022b05
    SEQUENCE {
Packit 022b05
        t11FcRouteDestAddrId   FcAddressIdOrZero,
Packit 022b05
        t11FcRouteDestMask     FcAddressIdOrZero,
Packit 022b05
        t11FcRouteSrcAddrId    FcAddressIdOrZero,
Packit 022b05
        t11FcRouteSrcMask      FcAddressIdOrZero,
Packit 022b05
        t11FcRouteInInterface  InterfaceIndexOrZero,
Packit 022b05
        t11FcRouteProto        INTEGER,
Packit 022b05
        t11FcRouteOutInterface InterfaceIndex,
Packit 022b05
        t11FcRouteDomainId     FcDomainIdOrZero,
Packit 022b05
        t11FcRouteMetric       Unsigned32,
Packit 022b05
        t11FcRouteType         INTEGER,
Packit 022b05
        t11FcRouteIfDown       INTEGER,
Packit 022b05
        t11FcRouteStorageType  StorageType,
Packit 022b05
        t11FcRouteRowStatus    RowStatus
Packit 022b05
    }
Packit 022b05
Packit 022b05
t11FcRouteDestAddrId OBJECT-TYPE
Packit 022b05
    SYNTAX      FcAddressIdOrZero (SIZE (3))
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The destination Fibre Channel Address Identifier of
Packit 022b05
           this route.  A zero-length string for this field is
Packit 022b05
           not allowed."
Packit 022b05
    ::= { t11FcRouteEntry 1 }
Packit 022b05
Packit 022b05
t11FcRouteDestMask OBJECT-TYPE
Packit 022b05
    SYNTAX      FcAddressIdOrZero
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The mask to be logical-ANDed with a destination
Packit 022b05
           Fibre Channel Address Identifier before it is compared
Packit 022b05
           to the value in the t11FcRouteDestAddrId field.
Packit 022b05
           Allowed values are 255.255.255, 255.255.0, or 255.0.0.
Packit 022b05
           FSPF's definition generates routes to a Domain_ID,
Packit 022b05
           so the mask for all FSPF-generated routes is 255.0.0.
Packit 022b05
           The zero-length value has the same meaning as 0.0.0."
Packit 022b05
    ::= { t11FcRouteEntry 2 }
Packit 022b05
Packit 022b05
t11FcRouteSrcAddrId OBJECT-TYPE
Packit 022b05
    SYNTAX      FcAddressIdOrZero
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The source Fibre Channel Address Identifier of this
Packit 022b05
           route.  Note that if this object and the corresponding
Packit 022b05
           instance of t11FcRouteSrcMask both have a value of 0.0.0,
Packit 022b05
           then this route matches all source addresses.  The
Packit 022b05
           zero-length value has the same meaning as 0.0.0."
Packit 022b05
    ::= { t11FcRouteEntry 3 }
Packit 022b05
Packit 022b05
t11FcRouteSrcMask OBJECT-TYPE
Packit 022b05
    SYNTAX      FcAddressIdOrZero
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The mask to be logical-ANDed with a source
Packit 022b05
           Fibre Channel Address Identifier before it is compared
Packit 022b05
           to the value in the t11FcRouteSrcAddrId field.  Allowed
Packit 022b05
           values are 255.255.255, 255.255.0, 255.0.0, or 0.0.0.
Packit 022b05
           The zero-length value has the same meaning as 0.0.0."
Packit 022b05
    ::= { t11FcRouteEntry 4 }
Packit 022b05
Packit 022b05
t11FcRouteInInterface OBJECT-TYPE
Packit 022b05
    SYNTAX      InterfaceIndexOrZero
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "If the value of this object is non-zero, it is the
Packit 022b05
           value of ifIndex that identifies the local
Packit 022b05
           Fibre Channel interface through which a frame
Packit 022b05
           must have been received in order to match with
Packit 022b05
           this entry.  If the value of this object is zero,
Packit 022b05
           the matching does not require that the frame be
Packit 022b05
           received on any specific interface."
Packit 022b05
    ::= { t11FcRouteEntry 5 }
Packit 022b05
Packit 022b05
t11FcRouteProto OBJECT-TYPE
Packit 022b05
    SYNTAX   INTEGER {
Packit 022b05
                 other(1),
Packit 022b05
                 local(2),
Packit 022b05
                 netmgmt(3),
Packit 022b05
                 fspf(4)
Packit 022b05
              }
Packit 022b05
    MAX-ACCESS not-accessible
Packit 022b05
    STATUS   current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The mechanism via which this route was learned:
Packit 022b05
                other(1)  - not specified
Packit 022b05
                local(2)  - local interface
Packit 022b05
                netmgmt(3)- static route
Packit 022b05
                fspf(4)   - Fibre Shortest Path First
Packit 022b05
           "
Packit 022b05
    ::= { t11FcRouteEntry 6 }
Packit 022b05
Packit 022b05
t11FcRouteOutInterface OBJECT-TYPE
Packit 022b05
    SYNTAX      InterfaceIndex
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The value of ifIndex that identifies the local
Packit 022b05
           Fibre Channel interface through which the next hop
Packit 022b05
           of this route is to be reached."
Packit 022b05
    ::= { t11FcRouteEntry 7 }
Packit 022b05
Packit 022b05
t11FcRouteDomainId OBJECT-TYPE
Packit 022b05
    SYNTAX      FcDomainIdOrZero
Packit 022b05
    MAX-ACCESS  read-create
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The domain_ID of next hop switch.
Packit 022b05
Packit 022b05
           This object can have a value of zero if the value
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
           of t11FcRouteProto is 'local'."
Packit 022b05
    ::= { t11FcRouteEntry 8 }
Packit 022b05
Packit 022b05
t11FcRouteMetric OBJECT-TYPE
Packit 022b05
    SYNTAX      Unsigned32 (0..65536)
Packit 022b05
    MAX-ACCESS  read-create
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The routing metric for this route.
Packit 022b05
Packit 022b05
           The use of this object is dependent on t11FcRouteProto."
Packit 022b05
    ::= { t11FcRouteEntry 9 }
Packit 022b05
Packit 022b05
t11FcRouteType OBJECT-TYPE
Packit 022b05
    SYNTAX      INTEGER {
Packit 022b05
                    local(1),
Packit 022b05
                    remote(2)
Packit 022b05
                }
Packit 022b05
    MAX-ACCESS  read-create
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The type of route.
Packit 022b05
Packit 022b05
           local(1)  - a route for which the next Fibre Channel
Packit 022b05
                       port is the final destination;
Packit 022b05
           remote(2) - a route for which the next Fibre Channel
Packit 022b05
                      port is not the final destination."
Packit 022b05
    DEFVAL {local}
Packit 022b05
    ::= { t11FcRouteEntry 10 }
Packit 022b05
Packit 022b05
t11FcRouteIfDown OBJECT-TYPE
Packit 022b05
    SYNTAX      INTEGER {
Packit 022b05
                    remove(1),
Packit 022b05
                    retain(2)
Packit 022b05
                }
Packit 022b05
    MAX-ACCESS  read-create
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The value of this object indicates what happens to
Packit 022b05
           this route when the output interface (given by the
Packit 022b05
           corresponding value of t11FcRouteOutInterface) is
Packit 022b05
           operationally 'down'.  If this object's value is 'retain',
Packit 022b05
           the route is to be retained in this table.  If this
Packit 022b05
           object's value is 'remove', the route is to be removed
Packit 022b05
           from this table."
Packit 022b05
    DEFVAL  { retain }
Packit 022b05
    ::= { t11FcRouteEntry 11 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
t11FcRouteStorageType OBJECT-TYPE
Packit 022b05
    SYNTAX      StorageType
Packit 022b05
    MAX-ACCESS  read-create
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The storage type for this conceptual row.
Packit 022b05
           Conceptual rows having the value 'permanent' need not
Packit 022b05
           allow write-access to any columnar objects in the row."
Packit 022b05
       DEFVAL { nonVolatile }
Packit 022b05
    ::= { t11FcRouteEntry 12 }
Packit 022b05
Packit 022b05
t11FcRouteRowStatus OBJECT-TYPE
Packit 022b05
    SYNTAX      RowStatus
Packit 022b05
    MAX-ACCESS  read-create
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The status of this conceptual row.
Packit 022b05
           The only rows that can be deleted by setting this object to
Packit 022b05
           'destroy' are those for which t11FcRouteProto has the value
Packit 022b05
           'netmgmt'."
Packit 022b05
    ::= { t11FcRouteEntry 13 }
Packit 022b05
Packit 022b05
--
Packit 022b05
-- Conformance
Packit 022b05
--
Packit 022b05
t11FcRouteCompliances OBJECT IDENTIFIER
Packit 022b05
                         ::= { t11FcRouteConformance 1 }
Packit 022b05
t11FcRouteGroups      OBJECT IDENTIFIER
Packit 022b05
                         ::= { t11FcRouteConformance 2 }
Packit 022b05
Packit 022b05
Packit 022b05
t11FcRouteCompliance  MODULE-COMPLIANCE
Packit 022b05
    STATUS    current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The compliance statement for entities that
Packit 022b05
           implement the T11-FC-ROUTE-MIB.
Packit 022b05
--
Packit 022b05
-- Note: The next four OBJECT clauses are for auxiliary objects, and the
Packit 022b05
-- SMIv2 does not permit inclusion of objects that are not accessible
Packit 022b05
-- in an OBJECT clause (see Sections 3.1 & 5.4.3 in STD 58, RFC 2580).
Packit 022b05
-- Thus, these four clauses cannot be included below in the normal
Packit 022b05
-- location for OBJECT clauses.
Packit 022b05
--
Packit 022b05
--      OBJECT     t11FcRouteSrcAddrId
Packit 022b05
--      SYNTAX     FcAddressIdOrZero (SIZE (0))
Packit 022b05
--      DESCRIPTION
Packit 022b05
--             'Support is not required for routes that
Packit 022b05
--             match only a subset of possible source
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
--             addresses.'
Packit 022b05
--
Packit 022b05
--      OBJECT     t11FcRouteSrcMask
Packit 022b05
--      SYNTAX     FcAddressIdOrZero (SIZE (0))
Packit 022b05
--      DESCRIPTION
Packit 022b05
--             'Support is not required for routes that
Packit 022b05
--             match only a subset of possible source
Packit 022b05
--             addresses.'
Packit 022b05
--
Packit 022b05
--      OBJECT     t11FcRouteDestMask
Packit 022b05
--      DESCRIPTION
Packit 022b05
--             'Support is mandatory only for FSPF-generated
Packit 022b05
--             routes.  Since FSPF's definition generates
Packit 022b05
--             routes to a Domain_ID, the mask for all
Packit 022b05
--             FSPF-generated routes is 255.0.0.  Thus,
Packit 022b05
--             support is only required for 255.0.0.'
Packit 022b05
--
Packit 022b05
--      OBJECT     t11FcRouteInInterface
Packit 022b05
--      SYNTAX     InterfaceIndexOrZero (0)
Packit 022b05
--      DESCRIPTION
Packit 022b05
--             'Support for routes specific to particular
Packit 022b05
--             source interfaces is not required.'
Packit 022b05
          "
Packit 022b05
Packit 022b05
    MODULE  -- this module
Packit 022b05
        MANDATORY-GROUPS { t11FcRouteGroup }
Packit 022b05
Packit 022b05
        OBJECT     t11FcRouteIfDown
Packit 022b05
        MIN-ACCESS read-only
Packit 022b05
        DESCRIPTION
Packit 022b05
               "Write access is not required."
Packit 022b05
Packit 022b05
        OBJECT     t11FcRouteDomainId
Packit 022b05
        MIN-ACCESS read-only
Packit 022b05
        DESCRIPTION
Packit 022b05
               "Write access is not required."
Packit 022b05
Packit 022b05
        OBJECT     t11FcRouteMetric
Packit 022b05
        MIN-ACCESS read-only
Packit 022b05
        DESCRIPTION
Packit 022b05
               "Write access is not required."
Packit 022b05
Packit 022b05
        OBJECT     t11FcRouteType
Packit 022b05
        MIN-ACCESS read-only
Packit 022b05
        DESCRIPTION
Packit 022b05
               "Write access is not required."
Packit 022b05
Packit 022b05
        OBJECT     t11FcRouteStorageType
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        MIN-ACCESS read-only
Packit 022b05
        DESCRIPTION
Packit 022b05
               "Write access is not required."
Packit 022b05
Packit 022b05
        OBJECT     t11FcRouteRowStatus
Packit 022b05
        SYNTAX     INTEGER { active(1) }
Packit 022b05
        MIN-ACCESS read-only
Packit 022b05
        DESCRIPTION
Packit 022b05
               "Write access is not required."
Packit 022b05
Packit 022b05
    ::= { t11FcRouteCompliances 1 }
Packit 022b05
t11FcRouteGroup  OBJECT-GROUP
Packit 022b05
    OBJECTS  { t11FcRouteFabricLastChange,
Packit 022b05
               t11FcRouteDomainId,
Packit 022b05
               t11FcRouteMetric,
Packit 022b05
               t11FcRouteType,
Packit 022b05
               t11FcRouteIfDown,
Packit 022b05
               t11FcRouteStorageType,
Packit 022b05
               t11FcRouteRowStatus
Packit 022b05
             }
Packit 022b05
    STATUS   current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "A collection of objects for displaying and configuring
Packit 022b05
           routes."
Packit 022b05
    ::= { t11FcRouteGroups 1 }
Packit 022b05
Packit 022b05
END