-- extracted from draft-ietf-megaco-mib-00.txt -- at Mon Nov 15 17:11:30 1999 MEDIA-GATEWAY-MIB-TC DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-IDENTITY, Integer32 FROM SNMPv2-SMI TEXTUAL-CONVENTION FROM SNMPv2-TC; mediaGatewayMibTC MODULE-IDENTITY LAST-UPDATED "9910200000Z" -- October , 1999 ORGANIZATION " " CONTACT-INFO " " DESCRIPTION "Defines a set of Textual Conventions used within the set of MEDIA GATEWAY MIB modules. Defines OBJECT IDENTIFIERs for rooting associated mib modules under this tree" REVISION "99102021200Z" DESCRIPTION "The initial version of the mib." ::= { } -- -- -- TEXTUAL Conventions MegacoConnectionType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This value indicates the connection type. " SYNTAX INTEGER { pointToPoint(1), multiPoint(2) } END