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
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
|
-- *********************************************************************
-- **
-- ** BATM Advanced Communications.
-- **
-- *********************************************************************
-- ** Filename: PRVT-LLDP-MIB.mib
-- ** Project: T-Metro Switches.
-- ** Purpose: Private MIB
-- *********************************************************************
-- (c) Copyright, 2009, BATM Advanced Communications. All rights reserved.
-- WARNING:
--
-- BY UTILIZING THIS FILE, YOU AGREE TO THE FOLLOWING:
--
-- This file is the property of BATM Advanced Communications and contains
-- proprietary and confidential information. This file is made
-- available to authorized BATM customers on the express
-- condition that neither it, nor any of the information contained
-- therein, shall be disclosed to third parties or be used for any
-- purpose other than to replace, modify or upgrade firmware and/or
-- software components of BATM manufactured equipment within the
-- authorized customer's network, and that such transfer be
-- completed in accordance with the instructions provided by
-- BATM. Any other use is strictly prohibited.
--
-- EXCEPT AS RESTRICTED BY LAW, OR AS PROVIDED IN BATM'S LIMITED
-- WARRANTY, THE SOFTWARE PROGRAMS CONTAINED IN THIS FILE ARE
-- PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
-- OR IMPLIED, INCLUDING BUT NOT LIMITED TO, ANY IMPLIED WARRANTIES
-- OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
--
-- IN NO EVENT SHALL BATM BE LIABLE FOR ANY DAMAGES WHATSOEVER
-- INCLUDING WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS
-- PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION OR
-- OTHER CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE, OR INABILITY
-- TO USE, THE SOFTWARE CONTAINED IN THIS FILE.
--
-- ----------------------------------------------------------------------------
PRVT-LLDP-MIB DEFINITIONS ::= BEGIN
IMPORTS
switch
FROM PRVT-SWITCH-MIB
Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-TYPE,
Unsigned32
FROM SNMPv2-SMI
PhysAddress, RowStatus, TruthValue
FROM SNMPv2-TC;
prvtLldpMIB MODULE-IDENTITY
LAST-UPDATED "200907280000Z"
ORGANIZATION
"BATM Advanced Communication"
CONTACT-INFO
"BATM/Telco Systems Support team
Email:
For North America: techsupport@telco.com
For North Europe: support@batm.de, info@batm.de
For the rest of the world: techsupport@telco.com"
DESCRIPTION
"Management Information Base module for LLDP configuration"
REVISION "200907280000Z"
DESCRIPTION
"Initial revision."
::= { switch 145 }
prvtlldpNotifications OBJECT IDENTIFIER
::= { prvtLldpMIB 0 }
prvtLldpObjects OBJECT IDENTIFIER
::= { prvtLldpMIB 1 }
prvtLldpEnable OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Enable/disable the LLDP on the device"
::= { prvtLldpObjects 1 }
prvtLldpReinitDelay OBJECT-TYPE
SYNTAX Unsigned32 (1..10)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specify the time interval (in [s]) at
which the interface is checked if is enabled
again so that the port can be reinitialized"
::= { prvtLldpObjects 2 }
prvtLldpSnmpNotifyInterval OBJECT-TYPE
SYNTAX Unsigned32 (5..3600)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Set the SNMP notification interval (in [s])"
::= { prvtLldpObjects 3 }
prvtLldpTransmitDelay OBJECT-TYPE
SYNTAX Unsigned32 (1..8192)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specify the minimum transmint delay interval (in [s])"
::= { prvtLldpObjects 4 }
prvtLldpTransmitHold OBJECT-TYPE
SYNTAX Unsigned32 (2..10)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specify the transmit-hold parameter"
::= { prvtLldpObjects 5 }
prvtLldpTransmitInterval OBJECT-TYPE
SYNTAX Unsigned32 (5..32768)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specify the minimum transmint interval (in [s])"
::= { prvtLldpObjects 6 }
prvtLldpStatisticsObjects OBJECT IDENTIFIER
::= { prvtLldpObjects 7 }
prvtLldpStatsRemTablesLastChange OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Time from last remote table change."
::= { prvtLldpStatisticsObjects 1 }
prvtLldpStatsRemTablesInserts OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of entries insterted in remote table"
::= { prvtLldpStatisticsObjects 2 }
prvtLldpStatsRemTablesDeletes OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of entries deleted in remote table"
::= { prvtLldpStatisticsObjects 3 }
prvtLldpStatsRemTablesDrops OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of entries dropped from remote table"
::= { prvtLldpStatisticsObjects 4 }
prvtLldpStatsRemTablesAgeouts OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of entries dropped from remote table"
::= { prvtLldpStatisticsObjects 5 }
prvtLldpStatsTxPortTable OBJECT-TYPE
SYNTAX SEQUENCE OF PrvtLldpStatsTxPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table containing send LLDPDU from all ports."
::= { prvtLldpObjects 8 }
prvtLldpStatsTxPortEntry OBJECT-TYPE
SYNTAX PrvtLldpStatsTxPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry for send LLDPDU from given port."
INDEX { prvtLldpStatsTxIfNum }
::= { prvtLldpStatsTxPortTable 1 }
PrvtLldpStatsTxPortEntry ::= SEQUENCE {
prvtLldpStatsTxIfNum OCTET STRING,
prvtLldpStatsTxPortFramesTotal Unsigned32,
prvtLldpStatsTxPortFramesMalformed Unsigned32
}
prvtLldpStatsTxIfNum OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Interface name."
::= { prvtLldpStatsTxPortEntry 1 }
prvtLldpStatsTxPortFramesTotal OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total LLDPDUs send from this interface"
::= { prvtLldpStatsTxPortEntry 2 }
prvtLldpStatsTxPortFramesMalformed OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Malformed LLDPDUs send from this interface"
::= { prvtLldpStatsTxPortEntry 3 }
prvtLldpStatsRxPortTable OBJECT-TYPE
SYNTAX SEQUENCE OF PrvtLldpStatsRxPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table containing received LLDPDU from all ports."
::= { prvtLldpObjects 9 }
prvtLldpStatsRxPortEntry OBJECT-TYPE
SYNTAX PrvtLldpStatsRxPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry for received LLDPDU from given port."
INDEX { prvtLldpStatsRxIfNum }
::= { prvtLldpStatsRxPortTable 1 }
PrvtLldpStatsRxPortEntry ::= SEQUENCE {
prvtLldpStatsRxIfNum OCTET STRING,
prvtLldpStatsRxPortFramesDiscardedTotal Unsigned32,
prvtLldpStatsRxPortFramesErrors Unsigned32,
prvtLldpStatsRxPortFramesTotal Unsigned32,
prvtLldpStatsRxPortTLVsDiscardedTotal Unsigned32,
prvtLldpStatsRxPortTLVsUnrecognizedTotal Unsigned32,
prvtLldpStatsRxPortAgeoutsTotal Unsigned32
}
prvtLldpStatsRxIfNum OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Interface name."
::= { prvtLldpStatsRxPortEntry 1 }
prvtLldpStatsRxPortFramesDiscardedTotal OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of discarded frames from port."
::= { prvtLldpStatsRxPortEntry 2 }
prvtLldpStatsRxPortFramesErrors OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of frame errors on port."
::= { prvtLldpStatsRxPortEntry 3 }
prvtLldpStatsRxPortFramesTotal OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of received frames from port."
::= { prvtLldpStatsRxPortEntry 4 }
prvtLldpStatsRxPortTLVsDiscardedTotal OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of discarded TLVs from port"
::= { prvtLldpStatsRxPortEntry 5 }
prvtLldpStatsRxPortTLVsUnrecognizedTotal OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of unrecognized TLVs from port."
::= { prvtLldpStatsRxPortEntry 6 }
prvtLldpStatsRxPortAgeoutsTotal OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of age outs on port."
::= { prvtLldpStatsRxPortEntry 7 }
prvtLldpLocalSystemDataObjects OBJECT IDENTIFIER
::= { prvtLldpObjects 10 }
prvtLldpLocChassisIdSubtype OBJECT-TYPE
SYNTAX INTEGER { chassisComponent(1), interfaceAlias(2),
portComponent(3), macAddress(4), networkAddress(5),
interfaceName(6), local(7) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Subtype of the local Chasis"
::= { prvtLldpLocalSystemDataObjects 1 }
prvtLldpLocChassisId OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"MAC address of the local chassis."
::= { prvtLldpLocalSystemDataObjects 2 }
prvtLldpLocSysName OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Local system name."
::= { prvtLldpLocalSystemDataObjects 3 }
prvtLldpLocSysDesc OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Local system description."
::= { prvtLldpLocalSystemDataObjects 4 }
prvtLldpLocSysCapSupported OBJECT-TYPE
SYNTAX BITS { other(0), bridge(2), wlanAccessPoint(3),
router(4), telephone(5), docsisCableDevice(6),
stationOnly(7) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Local system supported capabilities."
::= { prvtLldpLocalSystemDataObjects 5 }
prvtLldpLocSysCapEnabled OBJECT-TYPE
SYNTAX BITS { other(0), bridge(2), wlanAccessPoint(3),
router(4), telephone(5), docsisCableDevice(6),
stationOnly(7) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Local system enabled capabilities."
::= { prvtLldpLocalSystemDataObjects 6 }
prvtLldpLocManAddrTable OBJECT-TYPE
SYNTAX SEQUENCE OF PrvtLldpLocManAddrEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Table of local management addresses."
::= { prvtLldpObjects 11 }
prvtLldpLocManAddrEntry OBJECT-TYPE
SYNTAX PrvtLldpLocManAddrEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Local management address entry"
INDEX { prvtLldpLocManAddrSubtype, prvtLldpLocManAddress }
::= { prvtLldpLocManAddrTable 1 }
PrvtLldpLocManAddrEntry ::= SEQUENCE {
prvtLldpLocManAddrSubtype INTEGER,
prvtLldpLocManAddress OCTET STRING,
prvtLldpLocManAddrLen Integer32,
prvtLldpLocManAddrIfSubtype INTEGER,
prvtLldpLocManAddrIfId Integer32,
prvtLldpLocManAddrOID OBJECT IDENTIFIER
}
prvtLldpLocManAddrSubtype OBJECT-TYPE
SYNTAX INTEGER { other(0), ipV4(1), ipV6(2), nsap(3), hldc(4),
bbn1822(5), all802(6), e163(7), e164(8), f69(9),
x121(10), ipx(11), appletalk(12), decnetIV(13),
banyanVines(14), e164withNsap(15), dns(16),
distinguishedname(17), asnumber(18), xtpoveripv4(19),
xtpoveripv6(20), xtpnativemodextp(21),
reserved(65535) }
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Subtype of local management address"
::= { prvtLldpLocManAddrEntry 1 }
prvtLldpLocManAddress OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..31))
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Local management address"
::= { prvtLldpLocManAddrEntry 2 }
prvtLldpLocManAddrLen OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Lenght of local managemet address"
::= { prvtLldpLocManAddrEntry 3 }
prvtLldpLocManAddrIfSubtype OBJECT-TYPE
SYNTAX INTEGER { unknown(1), ifIndex(2), systemPortNumber(3) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Local management addres interface subtype"
::= { prvtLldpLocManAddrEntry 4 }
prvtLldpLocManAddrIfId OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Interface index of local management address"
::= { prvtLldpLocManAddrEntry 5 }
prvtLldpLocManAddrOID OBJECT-TYPE
SYNTAX OBJECT IDENTIFIER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
""
::= { prvtLldpLocManAddrEntry 6 }
prvtLldpPortTable OBJECT-TYPE
SYNTAX SEQUENCE OF PrvtLldpPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Table of LLDP ports"
::= { prvtLldpObjects 12 }
prvtLldpPortEntry OBJECT-TYPE
SYNTAX PrvtLldpPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Entry for LLDP ports"
INDEX { prvtLldpCfgPortName }
::= { prvtLldpPortTable 1 }
PrvtLldpPortEntry ::= SEQUENCE {
prvtLldpCfgPortName OCTET STRING,
prvtLldpCfgPortRowStatus RowStatus,
prvtLldpCfgPortMode INTEGER,
prvtLldpCfgPortSnmpNotify TruthValue,
prvtLldpAdvBasicPortManAddr TruthValue,
prvtLldpAdvBasicPortDescr TruthValue,
prvtLldpAdvBasicPortSysCap TruthValue,
prvtLldpAdvBasicPortSysDescr TruthValue,
prvtLldpAdvBasicPortSysName TruthValue,
prvtLldpDot1PortVlanId TruthValue,
prvtLldpDot1PortProtoIdentity TruthValue,
prvtLldpDot1PortVlanName TruthValue,
prvtLldpDot1PortProtoVlanId TruthValue,
prvtLldpDot3PortLAG TruthValue,
prvtLldpDot3PortMacPhy TruthValue,
prvtLldpDot3PortMaxFrameSize TruthValue,
prvtLldpDot3PortPowerViaMdi TruthValue
}
prvtLldpCfgPortName OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Interface name."
::= { prvtLldpPortEntry 1 }
prvtLldpCfgPortRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The RowStatus entry for this interface."
::= { prvtLldpPortEntry 2 }
prvtLldpCfgPortMode OBJECT-TYPE
SYNTAX INTEGER { txOnly(1), rxOnly(2), rxTx(3), disabled(4) }
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Set port admin status"
::= { prvtLldpPortEntry 3 }
prvtLldpCfgPortSnmpNotify OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Configure sending of LLDP SNMP notifications"
::= { prvtLldpPortEntry 4 }
prvtLldpAdvBasicPortManAddr OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Specify if LLDP will advertise the management addresses."
::= { prvtLldpPortEntry 5 }
prvtLldpAdvBasicPortDescr OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Specify if the description of the configured interface will be advertised by LLDP."
::= { prvtLldpPortEntry 6 }
prvtLldpAdvBasicPortSysCap OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Specify if system capabilities information (bitmap) will be sent to the interface being configured."
::= { prvtLldpPortEntry 7 }
prvtLldpAdvBasicPortSysDescr OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Specify if the system description will be sent to the interface being configured."
::= { prvtLldpPortEntry 8 }
prvtLldpAdvBasicPortSysName OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Specify if the system name will be sent to the interface being configured"
::= { prvtLldpPortEntry 9 }
prvtLldpDot1PortVlanId OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Port VLAN-Id TLVs."
::= { prvtLldpPortEntry 10 }
prvtLldpDot1PortProtoIdentity OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Protocol Identity TLVs."
::= { prvtLldpPortEntry 11 }
prvtLldpDot1PortVlanName OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"VLAN Name TLVs."
::= { prvtLldpPortEntry 12 }
prvtLldpDot1PortProtoVlanId OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"VLAN ID TLVs."
::= { prvtLldpPortEntry 13 }
prvtLldpDot3PortLAG OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Link-aggregation TLVs."
::= { prvtLldpPortEntry 14 }
prvtLldpDot3PortMacPhy OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Mac-phy TLVs."
::= { prvtLldpPortEntry 15 }
prvtLldpDot3PortMaxFrameSize OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Maximum Frame Size TLV."
::= { prvtLldpPortEntry 16 }
prvtLldpDot3PortPowerViaMdi OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Power-via-mdi TLV."
::= { prvtLldpPortEntry 17 }
prvtLldpRemDbPortTable OBJECT-TYPE
SYNTAX SEQUENCE OF PrvtLldpRemDbPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table containing remote Db."
::= { prvtLldpObjects 13 }
prvtLldpRemDbPortEntry OBJECT-TYPE
SYNTAX PrvtLldpRemDbPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry for received LLDPDU from given port."
INDEX { prvtLldpRemDbIfNum }
::= { prvtLldpRemDbPortTable 1 }
PrvtLldpRemDbPortEntry ::= SEQUENCE {
prvtLldpRemDbIfNum OCTET STRING,
prvtLldpRemDbPortDataTTL Integer32,
prvtLldpRemDbPortDataAge Integer32,
prvtLldpRemDbPortChasIdSub INTEGER,
prvtLldpRemDbPortChasId OCTET STRING,
prvtLldpRemDbPortIdSub INTEGER,
prvtLldpRemDbPortId PhysAddress,
prvtLldpRemDbPortSysName OCTET STRING,
prvtLldpRemDbPortSysDescr OCTET STRING,
prvtLldpRemDbPortDescr OCTET STRING,
prvtLldpRemDbPortSysCapSupported BITS,
prvtLldpRemDbPortSysCapEnabled BITS,
prvtLldpRemDbPortManAddr OCTET STRING
}
prvtLldpRemDbIfNum OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Interface name."
::= { prvtLldpRemDbPortEntry 1 }
prvtLldpRemDbPortDataTTL OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Remote Data TTL"
::= { prvtLldpRemDbPortEntry 2 }
prvtLldpRemDbPortDataAge OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Remote Data Age"
::= { prvtLldpRemDbPortEntry 3 }
prvtLldpRemDbPortChasIdSub OBJECT-TYPE
SYNTAX INTEGER { chassisComponent(1), interfaceAlias(2),
portComponent(3), macAddress(4), networkAddress(5),
interfaceName(6), local(7) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Subtype of the Remote Chasis"
::= { prvtLldpRemDbPortEntry 4 }
prvtLldpRemDbPortChasId OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Remote Chassis ID"
::= { prvtLldpRemDbPortEntry 5 }
prvtLldpRemDbPortIdSub OBJECT-TYPE
SYNTAX INTEGER { interfaceAlias(1), portComponent(2),
macAddress(3), networkAddress(4), interfaceName(5),
agentCircuitId(6), local(7) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Subtype of the Remote Port"
::= { prvtLldpRemDbPortEntry 6 }
prvtLldpRemDbPortId OBJECT-TYPE
SYNTAX PhysAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Remote Port ID"
::= { prvtLldpRemDbPortEntry 7 }
prvtLldpRemDbPortSysName OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Remote system name."
::= { prvtLldpRemDbPortEntry 8 }
prvtLldpRemDbPortSysDescr OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Remote system description."
::= { prvtLldpRemDbPortEntry 9 }
prvtLldpRemDbPortDescr OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Remote port description."
::= { prvtLldpRemDbPortEntry 10 }
prvtLldpRemDbPortSysCapSupported OBJECT-TYPE
SYNTAX BITS { other(0), bridge(2), wlanAccessPoint(3),
router(4), telephone(5), docsisCableDevice(6),
stationOnly(7) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Remote System supported capabilities."
::= { prvtLldpRemDbPortEntry 11 }
prvtLldpRemDbPortSysCapEnabled OBJECT-TYPE
SYNTAX BITS { other(0), bridge(2), wlanAccessPoint(3),
router(4), telephone(5), docsisCableDevice(6),
stationOnly(7) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Remote System enabled capabilities."
::= { prvtLldpRemDbPortEntry 12 }
prvtLldpRemDbPortManAddr OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Remote management address."
::= { prvtLldpRemDbPortEntry 13 }
lldpNewRemoteInfo NOTIFICATION-TYPE
OBJECTS { prvtLldpStatsRemTablesInserts,
prvtLldpStatsRemTablesDeletes,
prvtLldpStatsRemTablesDrops,
prvtLldpStatsRemTablesAgeouts }
STATUS current
DESCRIPTION
"New Remote Info"
::= { prvtlldpNotifications 1 }
END -- end of module PRVT-LLDP-MIB.
|