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
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
|
CISCOSB-UDLD-MIB DEFINITIONS ::= BEGIN
-- Title: CISCOSB UDLD ROS
-- Private UDLD MIB
-- Version: 7.60
-- Date: 06 Dec 2012
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32, Gauge32, Unsigned32,
NOTIFICATION-TYPE
FROM SNMPv2-SMI
TEXTUAL-CONVENTION, TruthValue, RowStatus, MacAddress
FROM SNMPv2-TC
MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
FROM SNMPv2-CONF
switch001, rndNotifications
FROM CISCOSB-MIB
SnmpAdminString
FROM SNMP-FRAMEWORK-MIB
InterfaceIndex
FROM IF-MIB;
UdldString ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The Device-ID TLV should contain the switch base MAC address in ACSII format."
SYNTAX SnmpAdminString
UdldPortBidirectionalState ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "Port UDLD current status (shutdown, idle, detection, undetermined, bidirectional)."
SYNTAX INTEGER {
shutdown(1),
idle(2),
detection(3),
undetermined(4),
bidirectional(5)
}
UdldNeighborCurrentState ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "Port UDLD Neighbor current status (Disabled, Enabled, Undefined, Bidirectional)."
SYNTAX INTEGER {
disabled(1),
enabled(2),
undefined(3),
bidirectional(4)
}
UdldGlobalMode ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "Global (fiber) Port UDLD curent status (normal, aggressive, disabled)."
SYNTAX INTEGER {
normal(1),
aggressive(2),
disabled(3)
}
UdldPortMode ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "Port UDLD curent status (normal, aggressive, disabled, default)."
SYNTAX INTEGER {
normal(1),
aggressive(2),
disabled(3),
default(4)
}
rlUdld MODULE-IDENTITY
LAST-UPDATED "201208010000Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Postal: 170 West Tasman Drive
San Jose , CA 95134-1706
USA
Website: Cisco Small Business Support Community <http://www.cisco.com/go/smallbizsupport>"
DESCRIPTION
"This private MIB module for UDLD (Cisco Systems UniDirectional Link Detection Protocol)."
REVISION "201208010000Z"
DESCRIPTION
"Initial revision."
::= { switch001 218 }
-----------------------------------
-- UDLD - rlUdldPortTable
------------------------------------
rlUdldPortTable OBJECT-TYPE
SYNTAX SEQUENCE OF RlUdldPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table holds information for Udld Ethernet ports."
::= {rlUdld 1 }
rlUdldPortEntry OBJECT-TYPE
SYNTAX RlUdldPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Entry in the rlUdldPortTable."
INDEX { rlUdldPortIfIndex }
::= {rlUdldPortTable 1 }
RlUdldPortEntry ::= SEQUENCE {
rlUdldPortIfIndex InterfaceIndex,
rlUdldPortAdminMode UdldPortMode,
rlUdldPortOperMode UdldPortMode,
rlUdldPortDefaultConfiguration TruthValue,
rlUdldBidirectionalState UdldPortBidirectionalState,
rlUdldNumberOfDetectedNeighbors INTEGER
}
rlUdldPortIfIndex OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Interface Index. This variable is the key for udld port table.
uniquely identifies the udld port information."
::= { rlUdldPortEntry 1 }
rlUdldPortAdminMode OBJECT-TYPE
SYNTAX UdldPortMode
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This variable identifies port UDLD admin configured mode (normal, aggressive, disable)."
::= { rlUdldPortEntry 2 }
rlUdldPortOperMode OBJECT-TYPE
SYNTAX UdldPortMode
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This variable identifies port UDLD operational mode (normal, aggressive, disable).
for fiber ports it is combination of global mode and port mode"
::= { rlUdldPortEntry 3 }
rlUdldPortDefaultConfiguration OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This variable indicates whether tne user configure the udld port. to present (default) or not in port configuration."
::= { rlUdldPortEntry 4 }
rlUdldBidirectionalState OBJECT-TYPE
SYNTAX UdldPortBidirectionalState
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This variable identifies the port UDLD status (shutdown, idle, detection, undetermined, bidirectional)."
::= { rlUdldPortEntry 5 }
rlUdldNumberOfDetectedNeighbors OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number Of Detected Neighbors for this port."
::= { rlUdldPortEntry 6 }
------------------------------------
-- UDLD - rlUdldNeighborTable
------------------------------------
rlUdldNeighborTable OBJECT-TYPE
SYNTAX SEQUENCE OF RlUdldNeighborEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table holds information for Udld Neighbor of ethernet ports."
::= {rlUdld 2 }
rlUdldNeighborEntry OBJECT-TYPE
SYNTAX RlUdldNeighborEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Entry in the rlUdldNeighborTable."
INDEX { rlUdldNeighborPortIfIndex, rlUdldNeighborDeviceID, rlUdldNeighborPortID }
::= {rlUdldNeighborTable 1 }
RlUdldNeighborEntry ::= SEQUENCE {
rlUdldNeighborPortIfIndex InterfaceIndex,
rlUdldNeighborDeviceID UdldString,
rlUdldNeighborPortID UdldString,
rlUdldNeighborDeviceMACAddress MacAddress,
rlUdldNeighborDeviceName UdldString,
rlUdldNeighborMessageTime INTEGER,
rlUdldNeighborLeftLifeTime INTEGER,
rlUdldNeighborCurrentState UdldNeighborCurrentState
}
rlUdldNeighborPortIfIndex OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Interface Index. This variable is the key for udld port Neighbor table.
uniquely identifies the udld port index."
::= { rlUdldNeighborEntry 1 }
rlUdldNeighborDeviceID OBJECT-TYPE
SYNTAX UdldString
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The Neighbor Device-ID TLV should contain the switch base MAC address in ACSII format."
::= { rlUdldNeighborEntry 2 }
rlUdldNeighborPortID OBJECT-TYPE
SYNTAX UdldString
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The Port-ID TLV should contain the port ACSII name as it is printed in show CLI commands."
::= { rlUdldNeighborEntry 3 }
rlUdldNeighborDeviceMACAddress OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The Neighbor mac address"
::= { rlUdldNeighborEntry 4 }
rlUdldNeighborDeviceName OBJECT-TYPE
SYNTAX UdldString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Neighbor NeighborDevice Name TLV should contain sysName in ACSII."
::= { rlUdldNeighborEntry 5 }
rlUdldNeighborMessageTime OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Neighbor Message Time is from Message Interval TLV.
This time interval value used by a neighbor to send UDLD probes
after the linkup or detection phases. Its time unit is 1 second."
::= { rlUdldNeighborEntry 6 }
rlUdldNeighborLeftLifeTime OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The remaining holdtime for Neighbor entry in cache in seconds."
::= { rlUdldNeighborEntry 7 }
rlUdldNeighborCurrentState OBJECT-TYPE
SYNTAX UdldNeighborCurrentState
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This variable identifies the Neighbor port UDLD current status (Disabled, Enabled, Undefined, Bidirectional)."
::= { rlUdldNeighborEntry 8 }
------------------------------------
-- UDLD - Global UDLD Mode
------------------------------------
rlUdldGlobalUDLDMode OBJECT-TYPE
SYNTAX UdldGlobalMode
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Define Global UDLD Mode (normal, aggressive, disable)"
::= { rlUdld 3 }
------------------------------------
-- UDLD - Global Message Time
------------------------------------
rlUdldGlobalMessageTime OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Define global value of the interval between two sent probe messages, use the udld
message time command in Global Configuration mode."
::= { rlUdld 4 }
END
|