Observium_CE/mibs/h3c/H3C-LOCAL-AAA-SERVER-MIB

64 lines
1.6 KiB
Plaintext

-- ==========================================================================
-- Copyright (c) 2004-2014 Hangzhou H3C Tech. Co., Ltd. All rights reserved.
--
-- Description: Local AAA Server mib
-- Reference:
-- Version: V1.0
-- History:
-- V1.0 2013-07-06 created by yangxu 02965
-- ==========================================================================
H3C-LOCAL-AAA-SERVER-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI
h3cCommon
FROM HUAWEI-3COM-OID-MIB;
h3cLocAAASvr MODULE-IDENTITY
LAST-UPDATED "201307060945Z"
ORGANIZATION
"Hangzhou H3C Tech. Co., Ltd."
CONTACT-INFO
"Platform Team Hangzhou H3C Tech. Co., Ltd.
Hai-Dian District Beijing P.R. China
http://www.h3c.com
Zip:100085"
DESCRIPTION
"This MIB provides the definition of the local AAA Server."
REVISION "201307060945Z"
DESCRIPTION
"The initial revision of this MIB module."
::= { h3cCommon 141 }
-- definition of textual conventions
--
-- nodes defined
--
h3cLocAAASvrControl OBJECT IDENTIFIER ::= { h3cLocAAASvr 1 }
--
-- tables defined
--
h3cLocAAASvrTables OBJECT IDENTIFIER ::= { h3cLocAAASvr 2 }
--
-- traps defined
--
h3cLocAAASvrTrap OBJECT IDENTIFIER ::= { h3cLocAAASvr 3 }
h3cLocAAASvrTrapPrex OBJECT IDENTIFIER ::= { h3cLocAAASvrTrap 0 }
h3cLocAAASvrBillExportFailed NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is generated when local AAA bills
cannot be exported to a bill server."
::= { h3cLocAAASvrTrapPrex 1 }
END