blob: 6e739beb282b233b4286e7c7915f8f6e6cb3da64 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
-- ==========================================================================
-- Copyright (c) 2004-2014 New 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
-- ==========================================================================
HH3C-LOCAL-AAA-SERVER-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI
hh3cCommon
FROM HH3C-OID-MIB;
hh3cLocAAASvr MODULE-IDENTITY
LAST-UPDATED "201307060945Z"
ORGANIZATION
"New H3C Tech. Co., Ltd."
CONTACT-INFO
"Platform Team New 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."
::= { hh3cCommon 141 }
-- definition of textual conventions
--
-- nodes defined
--
hh3cLocAAASvrControl OBJECT IDENTIFIER ::= { hh3cLocAAASvr 1 }
--
-- tables defined
--
hh3cLocAAASvrTables OBJECT IDENTIFIER ::= { hh3cLocAAASvr 2 }
--
-- traps defined
--
hh3cLocAAASvrTrap OBJECT IDENTIFIER ::= { hh3cLocAAASvr 3 }
hh3cLocAAASvrTrapPrex OBJECT IDENTIFIER ::= { hh3cLocAAASvrTrap 0 }
hh3cLocAAASvrBillExportFailed NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is generated when local AAA bills
cannot be exported to a bill server."
::= { hh3cLocAAASvrTrapPrex 1 }
END
|