TUBS-IBR-TNM-COMPAT DEFINITIONS ::= BEGIN

IMPORTS
    mib-2		FROM SNMPv2-SMI
    TEXTUAL-CONVENTION	FROM SNMPv2-TC;

-- This file contains SNMPv2 compatible TC definitions
-- for old SNMPv1 SMI style RFCs. Please let me know if
-- more important things are missing here.

InternationalDisplayString ::= TEXTUAL-CONVENTION
    DISPLAY-HINT "255a"
    STATUS       current
    DESCRIPTION
	"See definition in rfc1514."
    SYNTAX       OCTET STRING (SIZE (0..255))

-- This node was defined in RFC 1516 which has been replaced by
-- RFC 2108. The new version however does not define this node
-- anymore.

snmpDot3RptrMgt OBJECT IDENTIFIER ::= { mib-2 22 }

END
