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 }

-- The following TC is used in IPATM-IPMC-MIB but not yet published
-- as an RFC. We include the definition here which is at the time of
-- this writing in draft-ietf-atommib-atm2TC-08.txt:

AtmAddr ::= TEXTUAL-CONVENTION
    DISPLAY-HINT "1x"
    STATUS  current
    DESCRIPTION
	"An ATM address. The semantics are implied by
	the length. The address types are: - no
	address (0 octets) - E.164 (8 octets) - NSAP
	(20 octets) In addition, when subaddresses
	are used the AtmAddr may represent the
	concatenation of address and subaddress. The
	associated address types are: - E.164, E.164
	(16 octets) - E.164, NSAP (28 octets) - NSAP,
	NSAP (40 octets) Address lengths other than
	defined in this definition imply address
	types defined elsewhere.  Note: The E.164
	address is encoded in BCD format."
    SYNTAX   OCTET STRING (SIZE(0..40))

END
