TUNNEL-MIB DEFINITIONS ::= BEGIN

IMPORTS

MODULE-IDENTITY, OBJECT-TYPE, transmission,
Integer32, IpAddress    FROM SNMPv2-SMI          -- [RFC2578]

RowStatus, StorageType  FROM SNMPv2-TC           -- [RFC2579]

MODULE-COMPLIANCE,
OBJECT-GROUP            FROM SNMPv2-CONF         -- [RFC2580]

InetAddressType,
InetAddress             FROM INET-ADDRESS-MIB    -- [RFC4001]

IPv6FlowLabelOrAny      FROM IPV6-FLOW-LABEL-MIB -- [RFC3595]

ifIndex,
InterfaceIndexOrZero    FROM IF-MIB              -- [RFC2863]

IANAtunnelType          FROM IANAifType-MIB;     -- [IFTYPE]

tunnelMIB MODULE-IDENTITY

LAST-UPDATED "200505160000Z" -- May 16, 2005
ORGANIZATION "IETF IP Version 6 (IPv6) Working Group"
CONTACT-INFO
        " Dave Thaler
          Microsoft Corporation
          One Microsoft Way
          Redmond, WA  98052-6399
          EMail: dthaler@microsoft.com"
DESCRIPTION
        "The MIB module for management of IP Tunnels,
        independent of the specific encapsulation scheme in
        use.

        Copyright (C) The Internet Society (2005).  This
        version of this MIB module is part of RFC 4087;  see
        the RFC itself for full legal notices."

REVISION     "200505160000Z" -- May 16, 2005
DESCRIPTION
        "IPv4-specific objects were deprecated, including
        tunnelIfLocalAddress, tunnelIfRemoteAddress, the
        tunnelConfigTable, and the tunnelMIBBasicGroup.

        Added IP version-agnostic objects that should be used
        instead, including tunnelIfAddressType,
        tunnelIfLocalInetAddress, tunnelIfRemoteInetAddress,
        the tunnelInetConfigTable, and the
        tunnelIMIBInetGroup.

        The new tunnelIfLocalInetAddress and
        tunnelIfRemoteInetAddress objects are read-write,
        rather than read-only.

        Updated DESCRIPTION clauses of existing version-
        agnostic objects (e.g., tunnelIfTOS) that contained
        IPv4-specific text to cover IPv6 as well.

        Added tunnelIfFlowLabel for tunnels over IPv6.

        The encapsulation method was previously an INTEGER
        type, and is now an IANA-maintained textual
        convention.

        Published as RFC 4087."
REVISION     "199908241200Z" -- August 24, 1999
DESCRIPTION
        "Initial version, published as RFC 2667."
::= { transmission 131 }

tunnelMIBObjects OBJECT IDENTIFIER ::= { tunnelMIB 1 }

tunnel OBJECT IDENTIFIER ::= { tunnelMIBObjects 1 }

– the IP Tunnel MIB-Group