BAS-SNMP-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE FROM SNMPv2-SMI snmpNotifyEntry FROM SNMP-NOTIFICATION-MIB basSnmpObjects FROM BAS-MIB; basSnmpMib MODULE-IDENTITY LAST-UPDATED "0011280000Z" ORGANIZATION "ADC Telecommunications, Inc." CONTACT-INFO "Tech Support ADC Telecommunications, Inc. 8 Technology Drive Westborough, MA 01581 U.S.A. 508-366-8833 support@basystems.com" DESCRIPTION "This MIB module defines the configuration MIB objects for a Broadband Access System CMTS." ::= { basSnmpObjects 1 } basSnmpMibObjects OBJECT IDENTIFIER ::= { basSnmpMib 1 } -- -- ---------------------------------------------------------------------- -- -- BAS Notify Table -- -- ---------------------------------------------------------------------- -- basNotifyTable OBJECT-TYPE SYNTAX SEQUENCE OF BasNotifyEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table expands the snmpNotifyTable defined in RFC 2573." ::= { basSnmpMibObjects 1 } basNotifyEntry OBJECT-TYPE SYNTAX BasNotifyEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in this table exists for each entry in the snmpNotify Table defined in RFC 2573" AUGMENTS { snmpNotifyEntry } ::= { basNotifyTable 1 } BasNotifyEntry ::= SEQUENCE { basNotifyTrapVersion INTEGER } basNotifyTrapVersion OBJECT-TYPE SYNTAX INTEGER { v1(1), v2(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Specifies the type of SNMP trap to send if the corresponding snmpNotifyType object is set to trap(1)." DEFVAL { v2 } ::= { basNotifyEntry 1 } END