XYLAN-HREX-MIB DEFINITIONS ::= BEGIN -- xylan-hrex.mib -- Revision: 1.0 -- Date: December 1999 -- Alcatel Internetworking, Inc. -- 26801 W. Agoura Road -- Calabasas, CA 91301 -- (818) 880-3500 -- support@ind.alcatel.com -- This module provides authoritative definitions for Alcatel Internetworking, Inc. -- HRE-X. -- This module will be extended, as needed. -- Alcatel Internetworking, Inc. reserves the right to make changes in -- specification and other information contained in this document -- without prior notice. The reader should consult Alcatel Internetworking, -- Inc. to determine whether any such changes have been made. -- Current MIBs are availible from the following URLs: -- ftp://ftp.ind.alcatel.com/pub/products/mibs -- http://www.ind.alcatel.com -- In no event shall Alcatel Internetworking, Inc. be liable for any incidental, -- indirect, special, or consequential damages whatsoever (including -- but not limited to lost profits) arising out of or related to this -- document or the information contained in it, even if Alcatel Internetworking, -- Inc. has been advised of, known, or should have known, the -- possibility of such damages. -- Alcatel Internetworking, Inc. grants vendors, end-users, and other interested -- parties a non-exclusive license to use this Specification in connection -- with the management of Alcatel Internetworking, Inc. products. -- Copyright (C) 1998, Alcatel Internetworking, Inc. All Rights Reserved. IMPORTS OBJECT-TYPE FROM RFC-1212 Counter FROM RFC1155-SMI xylanHrexArch FROM XYLAN-BASE-MIB ; -- -- xylanHrexStatistics OBJECT IDENTIFIER ::= { xylanHrexArch 2 } xylanHrexIpPacketsReceived OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The count of IP packets received by the HRE-Xs." ::= { xylanHrexStatistics 1 } xylanHrexIpPacketsForwarded OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The count of IP packets forwarded by the HRE-Xs." ::= { xylanHrexStatistics 2 } xylanHrexIpPacketsDiscarded OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The count of IP packets discarded by the HRE-Xs." ::= { xylanHrexStatistics 3 } xylanHrexIpxPacketsReceived OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The count of IPX packets received by the HRE-Xs." ::= { xylanHrexStatistics 4 } xylanHrexIpxPacketsForwarded OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The count of IPX packets forwarded by the HRE-Xs." ::= { xylanHrexStatistics 5 } xylanHrexIpxPacketsDiscarded OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The count of IPX packets discarded by the HRE-Xs." ::= { xylanHrexStatistics 6 } END