-- ***************************************************************** -- Unisphere-Data-IF-MIB -- -- Unisphere Networks Inc. Enterprise MIB -- Interfaces MIB -- -- Copyright (c) 1998, 1999 Redstone Communications, Incorporated. -- Copyright (c) 1999, 2002 Unisphere Networks, Incorporated. -- All Rights Reserved. -- ***************************************************************** Unisphere-Data-IF-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE FROM SNMPv2-SMI TEXTUAL-CONVENTION, RowStatus FROM SNMPv2-TC MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF ifEntry, ifStackHigherLayer, ifStackLowerLayer FROM IF-MIB usDataMibs FROM Unisphere-Data-MIBs; usdIfMIB MODULE-IDENTITY LAST-UPDATED "200103281512Z" -- 28-Mar-01 10:12 AM EST ORGANIZATION "Unisphere Networks, Inc." CONTACT-INFO " Unisphere Networks, Inc. Postal: 10 Technology Park Drive Westford, MA 01886 USA Tel: +1 978 589 5800 E-mail: mib@UnisphereNetworks.com" DESCRIPTION "The Generic Interfaces MIB for the Unisphere Networks Inc. enterprise." -- Revision History REVISION "200103281512Z" -- 28-Mar-01 10:12 AM EST - RX 3.2 DESCRIPTION "Added interface types: l2fTunnelInterface(40), l2fSessionInterface(41), l2fDestinationInterface(42)" REVISION "200011222341Z" -- 22-Nov-00 06:41 PM EST - RX 3.1 DESCRIPTION "Added interface types: vlanMajorInterface(34), vlanSubInterface(35), cbfInterface(36)" REVISION "200009291835Z" -- 29-Sep-00 02:35 PM EDT - RX 3.0 DESCRIPTION "Added interface types: multilinkFrameRelayInterface(29), ipTunnelInterface(30), serverPortInterface(31), smdsInterface(32)" REVISION "200007271545Z" -- 27-Jul-00 11:45 AM EDT - RX 2.2 DESCRIPTION "Added interface type: sonetVTInterface(33)" REVISION "200005051508Z" -- 05-May-00 11:08 AM EDT - RX 2.0 DESCRIPTION "Added interface types: l2tpSessionInterface(21), mlPppLinkInterface(22), l2tpDestinationInterface(24), mplsMajorInterface(25), mplsMinorInterface(26), mlPppNetworkInterface(27), ethernetSubInterface(28)" REVISION "199912211518Z" -- 21-Dec-99 10:18 AM EST - RX 1.3 DESCRIPTION "Added interface types: bridgedEthernet(19), l2TpTunnelInterface(20), slepInterface(23)" REVISION "199909031416Z" -- 03-Sep-99 10:16 AM EDT - RX 1.1 DESCRIPTION "Added interface types: pppoe(17), pppoeSubInterface(18)" REVISION "9811132019Z" -- 13-Nov-98 03:19 PM EST - RX 1.0 DESCRIPTION "Initial version of this MIB module." ::= { usDataMibs 3 } usdInterfaces OBJECT IDENTIFIER ::= { usdIfMIB 1 } usdIf OBJECT IDENTIFIER ::= { usdInterfaces 1 } -- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -- Textual conventions -- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -- -- Interface types. -- UsdIfType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Interface type identification for physical-, link-, and network-layer interfaces." SYNTAX INTEGER { ip(0), ppp(1), ds0(2), ds1(3), ds3(4), frameRelay(5), ethernet(6), sonet(7), sonetPath(8), atm(9), aal5(10), atmSubInterface(11), ft1(12), hdlc(13), ipLoopback(14), ipVirtual(15), frSubInterface(16), pppoe(17), pppoeSubInterface(18), bridgedEthernet(19), l2tpTunnelInterface(20), l2tpSessionInterface(21), mlPppLinkInterface(22), slepInterface(23), l2tpDestinationInterface(24), mplsMajorInterface(25), mplsMinorInterface(26), mlPppNetworkInterface(27), ethernetSubInterface(28), multilinkFrameRelayInterface(29), ipTunnelInterface(30), serverPortInterface(31), smdsInterface(32), sonetVTInterface(33), vlanMajorInterface(34), vlanSubInterface(35), cbfInterface(36), gtpInterface(37), smdsMajorInterface(38), smdsSubInterface(39), l2fTunnelInterface(40), l2fSessionInterface(41), l2fDestinationInterface(42), ipsecInterface(43), sgInterface(44), lacGenInterface(47) } -- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -- Managed objects -- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ usdIfObjects OBJECT IDENTIFIER ::= { usdIf 1 } -- -- Generic Interfaces Table -- usdIfTable OBJECT-TYPE SYNTAX SEQUENCE OF UsdIfEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table contains a corresponding entry for each entry found in the standard Generic Interfaces MIB ifTable/ifXTable. The entries in this table contain supplementary generic interface characteristics. Entries in ifTable/ifXTable and in this table are created/deleted as a consequence of hardware detection, or of management configuration via standard or enterprise type-specific interface MIBs." ::= { usdIfObjects 1 } usdIfEntry OBJECT-TYPE SYNTAX UsdIfEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry representing an interface's enterprise-defined generic interface characteristics." AUGMENTS { ifEntry } ::= { usdIfTable 1 } UsdIfEntry ::= SEQUENCE { usdIfType UsdIfType } usdIfType OBJECT-TYPE SYNTAX UsdIfType MAX-ACCESS read-only STATUS current DESCRIPTION "Identifies the type of this interface." ::= { usdIfEntry 1 } -- -- Inverse Stack Table -- -- Similar to IF-MIB ifStackTable, but with inverted indexing -- order of upper/lower layer interfaces: ifStackTable provides -- index ordering, this table provides -- index ordering. -- -- This table facilitates efficient bottom-up GetNext traversal of interface -- layers, in contrast to the efficient top-down GetNext traversal afforded -- by IF-MIB ifStackTable. -- -- This MIB table design is derived from the IETF Internet Draft -- draft-ietf-ifmib-invstackmib-00.txt, "The Inverted Stack Table Extension -- to the Interfaces Group MIB", McCloghrie & Hanson, July 16 1998. -- The table definition below is an interim solution, subject to -- deprecation in favor of a standard solution should the Internet Draft -- advance to Proposed Standard status. -- usdIfInvStackTable OBJECT-TYPE SYNTAX SEQUENCE OF UsdIfInvStackEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table containing information on the relationships between the multiple sub-layers of network interfaces. In particular, it contains information on which sub-layers run 'underneath' which other sub-layers, where each sub-layer corresponds to a conceptual row in the ifTable. For example, when the sub-layer with ifIndex value x runs underneath the sub-layer with ifIndex value y, then this table contains: usdIfInvStackStatus.x.y=active For each ifIndex value, I, which identifies an active interface, there are always at least two instantiated rows in this table associated with I. For one of these rows, I is the value of ifStackHigherLayer; for the other, I is the value of ifStackLowerLayer. (If I is not involved in multiplexing, then these are the only two rows associated with I.) For example, two rows exist even for an interface which has no others stacked on top or below it: ifStackStatus.x.0=active ifStackStatus.0.x=active This table contains exactly the same number of rows as the ifStackTable, but the rows appear in a different order." ::= { usdIfObjects 2 } usdIfInvStackEntry OBJECT-TYPE SYNTAX UsdIfInvStackEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Information on a particular relationship between two sub-layers, specifying that one sub-layer runs underneath the other sub-layer. Each sub-layer corresponds to a conceptual row in the ifTable." INDEX { ifStackLowerLayer, ifStackHigherLayer } ::= { usdIfInvStackTable 1 } UsdIfInvStackEntry ::= SEQUENCE { usdIfInvStackStatus RowStatus } usdIfInvStackStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-only STATUS current DESCRIPTION "The status of the relationship between two sub-layers. An instance of this object exists for each instance of the ifStackStatus object, and vice versa. For example, if the variable ifStackStatus.H.L exists, then the variable usdIfInvStackStatus.L.H must also exist, and vice versa. In addition, the two variables always have the same value. However, unlike ifStackStatus, the usdIfInvStackStatus object is NOT write-able. A network management application wishing to change a relationship between sub-layers H and L cannot do so by modifying the value of usdIfInvStackStatus.L.H, but must instead modify the value of ifStackStatus.H.L. After the ifStackTable is modified, the change will be reflected in this table." ::= { usdIfInvStackEntry 1 } -- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -- Notification control objects -- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -- No notifications pertaining to generic interfaces are currently defined. -- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -- Notifications -- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -- No notifications pertaining to generic interfaces are currently defined. -- The following two OBJECT IDENTIFIERS are used to define SNMPv2 -- Notifications that are easily translated into SNMPv1 Traps. -- usdIfTraps OBJECT IDENTIFIER ::= { usdIf 3 } -- usdIfTrapPrefix OBJECT IDENTIFIER ::= { usdIfTraps 0 } -- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -- Conformance information -- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ usdIfConformance OBJECT IDENTIFIER ::= { usdIf 4 } usdIfCompliances OBJECT IDENTIFIER ::= { usdIfConformance 1 } usdIfGroups OBJECT IDENTIFIER ::= { usdIfConformance 2 } -- compliance statements usdIfCompliance MODULE-COMPLIANCE STATUS current DESCRIPTION "The compliance statement for entities which implement the Unisphere Generic Interfaces MIB." MODULE -- this module MANDATORY-GROUPS { usdIfGroup, usdIfInvStackGroup } ::= { usdIfCompliances 1 } -- RX 1.0 -- units of conformance usdIfGroup OBJECT-GROUP OBJECTS { usdIfType } STATUS current DESCRIPTION "A collection of objects for managing generic interfaces in a Unisphere product." ::= { usdIfGroups 1 } usdIfInvStackGroup OBJECT-GROUP OBJECTS { usdIfInvStackStatus } STATUS current DESCRIPTION "A collection of objects providing inverted information on the layering of MIB-II interfaces." ::= { usdIfGroups 2 } END