-- ================================================================= -- Copyright (C) 2011 by HUAWEI TECHNOLOGIES. All rights reserved -- -- Description: HUAWEI DAD MIB, this mib will maintain information of DAD -- protocol for datacomm product. -- Reference: -- Version: V1.00 -- History: -- -- V1.00 2011-09-14 initial version -- ================================================================= HUAWEI-DAD-MIB DEFINITIONS ::= BEGIN IMPORTS TruthValue,MacAddress,TEXTUAL-CONVENTION,RowStatus FROM SNMPv2-TC OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP FROM SNMPv2-CONF MODULE-IDENTITY, OBJECT-TYPE, Integer32, Counter32, OBJECT-IDENTITY, Unsigned32, NOTIFICATION-TYPE FROM SNMPv2-SMI hwDatacomm FROM HUAWEI-MIB InterfaceIndex FROM IF-MIB EnabledStatus FROM P-BRIDGE-MIB; hwDadMIB MODULE-IDENTITY LAST-UPDATED "201109142130Z" -- Sep 14, 2011 at 21:30 GMT ORGANIZATION "Huawei Technologies co.,Ltd." CONTACT-INFO "Huawei Nanjing R&D Center 101 Software Avenue, Yuhuatai District, Nanjing city Zip:210012 Http://www.huawei.com E-mail:support@huawei.com Zip:100000 " DESCRIPTION "This MIB contains private managed object definitions for dual-active detection." ::= { hwDatacomm 246 } -- Textual Convention PortIndex ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Each port is uniquely identified by a port number. The port number ranges from 0 to 575." SYNTAX Integer32(0..575) -- ============================================================================ -- Node definitions -- ============================================================================ hwDadTraps OBJECT IDENTIFIER ::= { hwDadMIB 1 } hwDadConformance OBJECT IDENTIFIER ::= { hwDadMIB 2 } -- ============================================================================ -- -- ======================= Objects definitions================================= -- -- ============================================================================ ---Notifycation hwDadConflictDetect NOTIFICATION-TYPE STATUS current DESCRIPTION "Notify the NMS that dual-active scenario is detected." ::= { hwDadTraps 1} hwDadConflictResume NOTIFICATION-TYPE STATUS current DESCRIPTION "Notify the NMS that dual-active scenario is merged." ::= { hwDadTraps 2} -- -- *********************************************************** -- -- HAUWEIDLDPMIBCONFORMANCE -- -- *********************************************************** -- hwDadCompliances OBJECT IDENTIFIER ::= { hwDadConformance 1 } hwDadGroups OBJECT IDENTIFIER ::= { hwDadConformance 2 } -- compliance statements hwDadCompliance MODULE-COMPLIANCE STATUS current DESCRIPTION "The compliance statement for SNMP entities which implement the HUAWEI-DAD-MIB." MODULE -- this module MANDATORY-GROUPS { hwDadTrapGroup } ::= { hwDadCompliances 1 } -- MIB groupings hwDadTrapGroup NOTIFICATION-GROUP NOTIFICATIONS { hwDadConflictDetect, hwDadConflictResume } STATUS current DESCRIPTION "The collection of notifications used to indicate that the HUAWEI-DAD-MIB data is consistent and indicate the general status information. This group is mandatory for agents which implement the DAD and have the capability of receiving DAD frames." ::= { hwDadGroups 1 } END -- -- HUAWEI-DAD-MIB.mib --