1-- ***************************************************************** 2-- NMS-EPON-PON-ILLEAGL-REG-TRAP.my: NMS EPON PON TRAP MIB 3-- 4-- October 2009 5-- Edit by LIUQIANG 6-- Copyright (c) 2009 by NMS, Inc. 7-- All rights reserved. 8-- ***************************************************************** 9 10NMS-EPON-PON-ILLEAGL-REG-TRAP DEFINITIONS ::= BEGIN 11 12 13 14 15IMPORTS 16 MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE,INTEGER, 17 MODULE-COMPLIANCE, OBJECT-GROUP, 18 NOTIFICATION-GROUP FROM SNMPv2-CONF 19 nmsEPONGroup FROM NMS-SMI 20 ponIfIndex FROM NMS-EPON-OLT-PON 21 ifDescr FROM RFC1213-MIB 22 onuID FROM NMS-EPON-ONU; 23 24 25 nmsEponPonIlleagalRegTrap OBJECT IDENTIFIER ::= { nmsEPONGroup 16 } 26 27 28 29-- Notifications 30 nmsEponPonOnuIllegalRegNotifications OBJECT IDENTIFIER 31 ::= { nmsEponPonIlleagalRegTrap 1 } 32 33 34 nmsEponPonOnuIllegalRegNotification NOTIFICATION-TYPE 35 OBJECTS { 36 ponIfIndex, 37 ifDescr, 38 onuID 39 } 40 STATUS current 41 DESCRIPTION 42 "The agent generates this notification when pon gets an illegal registration ." 43 ::= { nmsEponPonOnuIllegalRegNotifications 1 } 44 45 46 47END 48