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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
|
-- Copyright (C) 2017 by HUAWEI TECHNOLOGIES. All rights reserved.
--
-- HUAWEI-NETCONF-MIB.mib
-- MIB generated by MG-SOFT Visual MIB Builder Version 4.0 Build 341
-- Wednesday, April 21, 2010 at 16:16:33
-- Version: V2.04
--
HUAWEI-NETCONF-MIB DEFINITIONS ::= BEGIN
IMPORTS
hwDatacomm
FROM HUAWEI-MIB
InetAddressType, InetAddress
FROM INET-ADDRESS-MIB
OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP
FROM SNMPv2-CONF
IpAddress, OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI;
-- 1.3.6.1.4.1.2011.5.25.217
hwNetconf MODULE-IDENTITY
LAST-UPDATED "201708171649Z" -- August 17, 2017 at 16:49 GMT
ORGANIZATION
"Huawei Technologies Co.,Ltd."
CONTACT-INFO
"Huawei Industrial Base
Bantian, Longgang
Shenzhen 518129
People's Republic of China
Website: http://www.huawei.com
Email: support@huawei.com
"
DESCRIPTION
"This defines the MIB for the Netconf Agent"
REVISION "201708171649Z"
DESCRIPTION "V2.0.4, modify hwNetconfServerConnectionInterrupt, hwNetconfServerConnectionResume."
REVISION "201511271225Z"
DESCRIPTION "V2.0.3, add hwNetconfServerSyncConfigFail."
REVISION "201506081225Z"
DESCRIPTION "V2.0.2, modify hwNetconfSessionPeerIPAddress hwNetconfSessionVpnName OID"
REVISION "201505151225Z"
DESCRIPTION "V2.0.1, add hwNetconfClientConnectionInterrupt, hwNetconfClientConnectionResume, hwNetconfServerConnectionInterrupt, hwNetconfServerConnectionResume."
REVISION "201004080000Z"
DESCRIPTION
"
V1.00, Inital version.
"
::= { hwDatacomm 217 }
--
-- Node definitions
--
-- 1.3.6.1.4.1.2011.5.25.217.1
hwNetconfAgent OBJECT IDENTIFIER ::= { hwNetconf 1 }
-- 1.3.6.1.4.1.2011.5.25.217.1.1
hwNetconfSyncFullFtpFilename OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (1..128))
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Sync Full file being transferred using FTP."
::= { hwNetconfAgent 1 }
-- 1.3.6.1.4.1.2011.5.25.217.1.2
hwNetconfSyncFullFtpServerAddr OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"IP address of the Sync Full file transfer target FTP Server"
::= { hwNetconfAgent 2 }
-- 1.3.6.1.4.1.2011.5.25.217.1.3
hwNetconfSyncFullFtpFailReason OBJECT-TYPE
SYNTAX INTEGER
{
fileOpenError(1),
fileTransferFailed(2)
}
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Reason code of the Sync Full FTP file transfer failure"
::= { hwNetconfAgent 3 }
-- 1.3.6.1.4.1.2011.5.25.217.1.4
hwNetconfSessionInetAddrType OBJECT-TYPE
SYNTAX InetAddressType
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object indicates the IP address type."
::= { hwNetconfAgent 4 }
-- 1.3.6.1.4.1.2011.5.25.217.1.5
hwNetconfSessionPeerIPAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Peer IP address."
::= { hwNetconfAgent 5 }
-- 1.3.6.1.4.1.2011.5.25.217.1.6
hwNetconfSessionVpnName OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (1..31))
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The name of VPN interface."
::= { hwNetconfAgent 6 }
-- 1.3.6.1.4.1.2011.5.25.217.1.7
hwNetconfSyncConfigIPAddress OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"IP address of the source initiating sync-config operation."
::= { hwNetconfAgent 7 }
-- 1.3.6.1.4.1.2011.5.25.217.2
hwNetconfNotifications OBJECT IDENTIFIER ::= { hwNetconf 2 }
-- 1.3.6.1.4.1.2011.5.25.217.2.1
hwNetconfSyncFullFtpFailed NOTIFICATION-TYPE
OBJECTS { hwNetconfSyncFullFtpFilename, hwNetconfSyncFullFtpServerAddr, hwNetconfSyncFullFtpFailReason }
STATUS current
DESCRIPTION
"This notification is sent when the FTP transfer of the sync full operation file to the remote FTP Server failed."
::= { hwNetconfNotifications 1 }
hwNetconfClientConnectionInterrupt NOTIFICATION-TYPE
OBJECTS { hwNetconfSessionInetAddrType, hwNetconfSessionPeerIPAddress, hwNetconfSessionVpnName }
STATUS current
DESCRIPTION
"Remote netconf connection is interrupted."
::= {hwNetconfNotifications 2}
hwNetconfClientConnectionResume NOTIFICATION-TYPE
OBJECTS { hwNetconfSessionInetAddrType, hwNetconfSessionPeerIPAddress, hwNetconfSessionVpnName }
STATUS current
DESCRIPTION
"Remote netconf connection is resumed."
::= {hwNetconfNotifications 3}
hwNetconfServerConnectionInterrupt NOTIFICATION-TYPE
OBJECTS { hwNetconfSessionInetAddrType, hwNetconfSessionPeerIPAddress, hwNetconfSessionVpnName }
STATUS current
DESCRIPTION
"The connection between a NETCONF server and its peer is torn down."
::= {hwNetconfNotifications 4}
hwNetconfServerConnectionResume NOTIFICATION-TYPE
OBJECTS { hwNetconfSessionInetAddrType, hwNetconfSessionPeerIPAddress, hwNetconfSessionVpnName }
STATUS current
DESCRIPTION
"The connection between a NETCONF server and its peer is restored."
::= {hwNetconfNotifications 5}
hwNetconfServerSyncConfigFail NOTIFICATION-TYPE
OBJECTS { hwNetconfSessionInetAddrType, hwNetconfSyncConfigIPAddress, hwNetconfSessionVpnName }
STATUS current
DESCRIPTION
"This notification is sent when application virtual access configurations synchronization is failed."
::= { hwNetconfNotifications 6 }
-- 1.3.6.1.4.1.2011.5.25.217.3
hwNetconfMIBConformance OBJECT IDENTIFIER ::= { hwNetconf 3 }
-- 1.3.6.1.4.1.2011.5.25.217.3.1
hwNetconfMIBCompliances OBJECT IDENTIFIER ::= { hwNetconfMIBConformance 1 }
-- 1.3.6.1.4.1.2011.5.25.217.3.1.1
hwNetconfMIBCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for systems supporting the HUAWEI-NETCONF-MIB."
MODULE -- this module
MANDATORY-GROUPS { hwNetconfNotificationGroup, hwNetconfAgentGroup, hwNetconfClientGroup }
::= { hwNetconfMIBCompliances 1 }
-- 1.3.6.1.4.1.2011.5.25.217.3.2
hwNetconfMIBGroups OBJECT IDENTIFIER ::= { hwNetconfMIBConformance 2 }
-- 1.3.6.1.4.1.2011.5.25.217.3.2.1
hwNetconfNotificationGroup NOTIFICATION-GROUP
NOTIFICATIONS { hwNetconfSyncFullFtpFailed, hwNetconfClientConnectionInterrupt, hwNetconfClientConnectionResume, hwNetconfServerConnectionInterrupt, hwNetconfServerConnectionResume, hwNetconfServerSyncConfigFail}
STATUS current
DESCRIPTION
"The NETCONF notification group"
::= { hwNetconfMIBGroups 1 }
-- 1.3.6.1.4.1.2011.5.25.217.3.2.2
hwNetconfAgentGroup OBJECT-GROUP
OBJECTS { hwNetconfSyncFullFtpFilename, hwNetconfSyncFullFtpServerAddr, hwNetconfSyncFullFtpFailReason, hwNetconfSyncConfigIPAddress }
STATUS current
DESCRIPTION
"Description."
::= { hwNetconfMIBGroups 2 }
-- 1.3.6.1.4.1.2011.5.25.217.4.2.3
hwNetconfClientGroup OBJECT-GROUP
OBJECTS { hwNetconfSessionInetAddrType, hwNetconfSessionPeerIPAddress, hwNetconfSessionVpnName }
STATUS current
DESCRIPTION
"Description."
::= { hwNetconfMIBGroups 3 }
END
--
-- HUAWEI-NETCONF-MIB.mib
--
|