-
Notifications
You must be signed in to change notification settings - Fork 0
/
ucentral.state.pretty.json
1359 lines (1359 loc) · 61.8 KB
/
ucentral.state.pretty.json
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
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"$id": "https://openwrt.org/ucentral.state.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "OpenWrt uCentral state schema",
"type": "object",
"properties": {
"version": {
"type": "number",
"const": 1
},
"uuid": {
"description": "The unique ID of the configuration. This is the unix timestamp of when the config was created.",
"type": "integer"
},
"serial": {
"description": "The unique serial number of the device.",
"type": "string"
},
"unit": {
"$ref": "#/$defs/unit"
},
"gps": {
"$ref": "#/$defs/gps"
},
"radios": {
"$ref": "#/$defs/radio"
},
"interfaces": {
"$ref": "#/$defs/interface"
},
"lldp-peers": {
"type": "object",
"properties": {
"upstream": {
"type": "object",
"patternProperties": {
"^(eth|lan|wan)[0-9]*$": {
"$ref": "#/$defs/lldp-peers"
}
}
},
"downstream": {
"type": "object",
"patternProperties": {
"^(eth|lan|wan)[0-9]*$": {
"$ref": "#/$defs/lldp-peers"
}
}
}
}
},
"dynamic_vlans": {
"type": "array",
"items": {
"$ref": "#/$defs/dynamic-vlan"
}
},
"link-state": {
"type": "object",
"properties": {
"upstream": {
"type": "object",
"patternProperties": {
"^(eth|lan|wan)[0-9]*$": {
"$ref": "#/$defs/link-state"
}
}
},
"downstream": {
"type": "object",
"patternProperties": {
"^(eth|lan|wan)[0-9]*$": {
"$ref": "#/$defs/link-state"
}
}
}
}
},
"mac-address-list": {
"$ref": "#/$defs/mac-address-list"
},
"static-trunks": {
"$ref": "#/$defs/static-trunks"
},
"lacp-trunks": {
"$ref": "#/$defs/lacp-trunks"
},
"uplink_interface": {
"type": "string",
"description": "Current interface that serves as the Uplink. Example Ethernet2."
}
},
"$defs": {
"unit": {
"type": "object",
"description": "This section describes the current state of the OS running on the device.",
"properties": {
"load": {
"type": "array",
"description": "This array hold 3 values describing the average system load for the last 1, 5 and 15 minutes.",
"items": {
"type": "number"
}
},
"cpu_load": {
"type": "array",
"description": "This array hold the total and per core load in percentage.",
"items": {
"type": "number"
}
},
"localtime": {
"type": "number",
"description": "This property contains the current unix time of the device."
},
"memory": {
"type": "object",
"description": "This section describes the current memory uasge of the device.",
"properties": {
"free": {
"type": "number",
"description": "The amount of free memory."
},
"total": {
"type": "number",
"description": "The total amount of memory."
},
"cached": {
"type": "number",
"description": "The total amount of cached memory."
},
"buffered": {
"type": "number",
"description": "The total amount of buffered memory."
}
}
},
"uptime": {
"type": "number",
"description": "The number of seconds since the unit last booted."
},
"temperature": {
"description": "The average and maximum thermal reading from the CPU.",
"type": "array",
"items": {
"type": "number"
}
},
"poe": {
"description": "This section describes the current state of the PoE unit on the device",
"type": "object",
"properties": {
"max-power-budget": {
"description": "Reports the total power available (power budget) (in watts, W) device's Power sourcing equipment is able to source.",
"type": "number"
},
"power-threshold": {
"description": "Reports configured power alarm threshold value for the Power sourcing equipment (in milliwatts, mW).",
"type": "number"
},
"power-consumed": {
"description": "Reports a total power Powered Devices are draining from the device's Power sourcing equipment (in milliwatts, mW).",
"type": "number"
},
"power-status": {
"description": "Reports power status of the device's Power sourcing equipment.",
"type": "string",
"examples": [
"ON",
"OFF"
]
}
}
},
"ieee8021x": {
"description": "This section describes the global (device-wise) 802.1X (port access control) state and config applied.",
"type": "object",
"properties": {
"dynamic-authorization": {
"description": "Reported DAS-related state info.",
"type": "object",
"properties": {
"stats": {
"description": "Cumulative statistics for all configured DACs.",
"type": "object",
"properties": {
"coa_req_received": {
"description": "Number of CoA requests received.",
"type": "number"
},
"coa_ack_sent": {
"description": "Number of CoA ACK responses sent.",
"type": "number"
},
"coa_nak_sent": {
"description": "Number of CoA NAK responses sent.",
"type": "number"
},
"coa_ignored": {
"description": "Number of CoA requests ignored.",
"type": "number"
},
"coa_wrong_attr": {
"description": "Number of CoA requests received with invalid (unsupported) attributes.",
"type": "number"
},
"coa_wrong_attr_value": {
"description": "Number of CoA requests received with invalid (unsupported) attribute value.",
"type": "number"
},
"coa_wrong_session_context": {
"description": "Number of CoA requests received with inexisting session context.",
"type": "number"
},
"administratively_prohibited_req": {
"description": "Number of CoA requests that are sent if the NAS is configured to prohibit honoring of CoA-Request or Disconnect-Request packets for the specified session.",
"type": "number"
}
}
}
}
}
}
}
}
},
"gps": {
"type": "object",
"description": "This section describes the GPS location of the device.",
"properties": {
"latitude": {
"type": "number",
"description": "The latitude in WGS84."
},
"longitude": {
"type": "number",
"description": "The longitude in WGS84."
},
"elevation": {
"type": "number",
"description": "The elevation above sea level in meters."
}
}
},
"radio": {
"type": "array",
"description": "An array containing the current operational state of all wifi radios that the unit has.",
"items": {
"type": "object",
"properties": {
"channel": {
"description": "The primary channel that the radio is currently operating on.",
"type": "number"
},
"channels": {
"description": "The list of all channels that the radio is currently operating on.",
"type": "array",
"items": {
"type": "number"
}
},
"frequency": {
"description": "The list of all frequencies that the radio is currently operating on.",
"type": "array",
"items": {
"type": "number"
}
},
"channel_width": {
"type": "number",
"description": "The channel width currently being used.",
"enum": [
20,
40,
80,
160,
320
]
},
"tx_power": {
"type": "number",
"description": "The currently configure TX power of the radio in dBm."
},
"phy": {
"type": "string",
"description": "The unique path identifying the radio"
},
"band": {
"description": "The wireless band that the radio is currently operating on.",
"type": "array",
"items": {
"type": "string"
}
},
"temperature": {
"description": "The current temperature of the Wireless radio.",
"type": "number"
}
}
}
},
"interface.ipv4-lease": {
"type": "array",
"items": {
"type": "object",
"description": "This section describes an IPv4 lease that we have served",
"properties": {
"address": {
"type": "string",
"description": "The IPv4 that has been assigned to the networking client."
},
"assigned": {
"type": "string",
"description": "The unix time stamp when this lease was assigned."
},
"hostname": {
"type": "string",
"description": "The hostname that the client included in his request."
},
"mac": {
"type": "string",
"description": "The MAC address of the client that this lease was assigned to."
}
}
}
},
"interface.ipv4": {
"type": "object",
"properties": {
"addresses": {
"type": "array",
"description": "The list of IPv4 addresses being used by this logical interface.",
"items": {
"type": "string",
"description": "An IPv4 addreess."
}
},
"public_ip": {
"type": "string",
"description": "The public IP address of internet connection."
},
"leasetime": {
"type": "number",
"description": "This is the leasetime if the IPv4 address of this logical interface was acquired via DHCPv4."
},
"dhcp_server": {
"type": "string",
"description": "The IPv4 address of the DHCPv4 server that assigned the active lease."
},
"leases": {
"$ref": "#/$defs/interface.ipv4-lease"
}
}
},
"interface.ipv6-address": {
"type": "array",
"items": {
"type": "object",
"description": "An IPv6 address assigned to this logical interface.",
"properties": {
"address": {
"type": "string",
"description": "The actual IPv6 address/mask"
},
"valid": {
"type": "number",
"description": "How much longer this delegation is valid for."
}
}
}
},
"interface.ipv6-lease": {
"type": "array",
"description": "This section describes an IPv6 lease that we have served.",
"items": {
"type": "object",
"description": "An object, that describes a single served IPv6 address.",
"properties": {
"addresses": {
"type": "array",
"description": "A list of all IPv6 addresses that were assigned to this host.",
"items": {
"type": "string"
}
},
"hostname": {
"type": "string",
"description": "The hostname that the client sent in its solicit message."
}
}
}
},
"interface.clients": {
"type": "array",
"items": {
"type": "object",
"description": "This section describes a network neighbour.",
"properties": {
"mac": {
"type": "string",
"description": "The MAC address of the neighbour."
},
"ipv4_addresses": {
"type": "array",
"description": "The IPv4 addresses that the neighbour is known to use.",
"items": {
"type": "string"
}
},
"ipv6_addresses": {
"type": "array",
"description": "The IPv4 addresses that the neighbour is known to use.",
"items": {
"type": "string"
}
},
"ports": {
"type": "array",
"description": "The physical network devices that that the neighbour has been seen on.",
"items": {
"type": "string"
}
},
"last_seen": {
"type": "number",
"description": "How long along was traffic from this neighbour last seen."
}
}
}
},
"interface.counter": {
"type": "object",
"description": "This section contains the traffic counters of the logical interface.",
"properties": {
"collisions": {
"type": "number"
},
"multicast": {
"type": "number"
},
"rx_bytes": {
"type": "number",
"description": "The number of bytes received."
},
"rx_packets": {
"type": "number",
"description": "The number of packets received."
},
"rx_error": {
"type": "number",
"description": "The number of receive errors."
},
"rx_dropped": {
"type": "number",
"description": "The number of received packets that were dropped."
},
"tx_bytes": {
"type": "number",
"description": "The number of bytes transmitted."
},
"tx_packets": {
"type": "number",
"description": "The number of packets transmitted."
},
"tx_error": {
"type": "number",
"description": "The number of transmit errors."
},
"tx_dropped": {
"type": "number",
"description": "The number of transmitted packets that were dropped."
}
}
},
"interface.mesh-path": {
"type": "object",
"description": "This section contains info about connected mesh nodes.",
"properties": {
"destiination": {
"type": "string"
},
"next_hop": {
"type": "string"
},
"metric": {
"type": "number"
},
"expire": {
"type": "number"
},
"hop_count": {
"type": "number"
}
}
},
"interface.ssid.association": {
"type": "array",
"description": "A list all OBSS that this BSS is connected to. The contained entries depend opertational mode. * AP - all associated stationd * STA - the remote AP * mesh - all mesh peers that we can see * wds - the remote wds peer",
"items": {
"description": "An explanation about the purpose of this instance.",
"properties": {
"bssid": {
"type": "string",
"description": "The BSSID of the remote BSS."
},
"station": {
"type": "string",
"description": "The MAC address of the station."
},
"dynamic_vlan": {
"type": "number",
"description": "The VID in case the association is on a dynamic VLAN."
},
"rssi": {
"type": "number",
"description": "The RX signal strength of the remore BSS. (dBm)"
},
"connected": {
"type": "number",
"description": "The time since connected"
},
"inactive": {
"type": "number",
"description": "The time since inactive"
},
"tx_duration": {
"type": "number",
"description": "The tx duration"
},
"rx_duration": {
"type": "number",
"description": "The rx duration"
},
"rx_bytes": {
"type": "number",
"description": "The number of bytes received."
},
"ack_signal": {
"type": "number"
},
"ack_signal_avg": {
"type": "number"
},
"rx_packets": {
"type": "number",
"description": "The number of packets received."
},
"tx_packets": {
"type": "number",
"description": "The number of packets received."
},
"tx_bytes": {
"type": "number",
"description": "The number of bytes transmitted."
},
"tx_retries": {
"type": "number"
},
"tx_failed": {
"type": "number",
"description": "The number of packets transmitted."
},
"rx_rate": {
"type": "array",
"items": {
"properties": {
"bitrate": {
"type": "number"
},
"sgi": {
"type": "boolean"
},
"vht": {
"type": "boolean"
},
"mcs": {
"type": "number"
},
"nss": {
"type": "number"
},
"chwidth": {
"type": "number"
},
"he": {
"type": "boolean"
},
"he_gi": {
"type": "number"
},
"he_dcm": {
"type": "number"
}
}
}
},
"tx_rate": {
"type": "array",
"items": {
"properties": {
"bitrate": {
"type": "number"
},
"sgi": {
"type": "boolean"
},
"vht": {
"type": "boolean"
},
"mcs": {
"type": "number"
},
"nss": {
"type": "number"
},
"chwidth": {
"type": "number"
},
"he": {
"type": "boolean"
},
"he_gi": {
"type": "number"
},
"he_dcm": {
"type": "number"
}
}
}
},
"tid_stats": {
"type": "array",
"items": {
"properties": {
"rx_msdu": {
"type": "number"
},
"tx_msdu": {
"type": "number"
},
"tx_msdu_retries": {
"type": "number"
},
"tx_msdu_failed": {
"type": "number"
}
}
}
}
}
}
},
"interface.ssid": {
"type": "array",
"items": {
"type": "object",
"description": "This section contains the current state of a SSID being brodcasted or connected to by this device.",
"properties": {
"bssid": {
"type": "string",
"description": "The BSSID used by this BSS instance."
},
"location": {
"type": "string",
"description": "The json-schema path within the configuration where this logical interface is located."
},
"phy": {
"type": "string",
"description": "The unique path identifying the radio"
},
"band": {
"description": "The wireless band that the radio is currently operating on.",
"type": "string"
},
"ssid": {
"type": "string",
"description": "The SSID that we are broadcasting or connecting to."
},
"iface": {
"type": "string",
"description": "The physical network device used."
},
"vlan_ifaces": {
"description": "The list of dynamic vlan interfaces.",
"type": "object",
"patternProperties": {
"^wlan-v": {
"type": "object",
"$ref": "#/$defs/interface.counter"
}
}
},
"mode": {
"type": "string",
"description": "The operational mode of the BSS.",
"enum": [
"ap",
"sta",
"mesh",
"wds"
]
},
"radio": {
"type": "object",
"description": "A reference to the section describing the physical radio within this document. (#/radios/X)",
"properties": {
"ref": {
"type": "string"
}
}
},
"frequency": {
"description": "The list of all frequencies that the radio is currently operating on.",
"type": "array",
"items": {
"type": "number"
}
},
"associations": {
"$ref": "#/$defs/interface.ssid.association"
},
"counters": {
"$ref": "#/$defs/interface.counter"
}
}
}
},
"interface": {
"type": "array",
"description": "An array containing the runtime state of all logical interfaces.items",
"items": {
"type": "object",
"properties": {
"location": {
"type": "string",
"description": "The json-schema path within the configuration where this logical interface is located."
},
"uptime": {
"type": "number",
"description": "The number of seconds since the interface was brought up."
},
"name": {
"type": "string",
"description": "The administrative name of this logical interface. This field is freetext"
},
"ntp_server": {
"type": "string",
"description": "The upstream NTP server being used by this interface."
},
"dns_servers": {
"type": "array",
"description": "The list of remote DNS servers that this logical interface uses for domain name resolution.",
"items": {
"type": "string"
}
},
"ipv4": {
"$ref": "#/$defs/interface.ipv4"
},
"ipv6_addresses": {
"$ref": "#/$defs/interface.ipv6-address"
},
"ipv6_leases": {
"$ref": "#/$defs/interface.ipv6-lease"
},
"clients": {
"$ref": "#/$defs/interface.clients"
},
"counters": {
"$ref": "#/$defs/interface.counter"
},
"delta_counters": {
"$ref": "#/$defs/interface.counter"
},
"mesh-path": {
"$ref": "#/$defs/interface.mesh-path"
},
"ssids": {
"$ref": "#/$defs/interface.ssid"
},
"multicast": {
"type": "object",
"description": "Detailed information about all multicast-related data (groups joined, src address used etc)",
"properties": {
"igmp": {
"description": "Detailed information about IGMP configured / joined multicast groups, outgoing interfaces etc.",
"type": "object",
"properties": {
"enabled-groups": {
"description": "List of joined IGMP multicast groups.",
"type": "array",
"items": {
"type": "object",
"properties": {
"address": {
"description": "Address of single group this interface is member of.",
"type": "string",
"format": "ipv4",
"examples": [
"225.0.0.1"
]
},
"egress-ports": {
"description": "List of ports where multicast traffic of this group is being replicated to.",
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
}
}
}
},
"mvr": {
"type": "object",
"description": "MVR statistics on interface",
"properties": {
"mvr-intf-fwd-status": {
"description": "Shows if MVR traffic is being forwarded or discarded.",
"type": "boolean"
},
"mvr-intf-igmp-count-reports": {
"description": "The number of IGMP membership reports received on this interface.",
"type": "integer"
},
"mvr-intf-igmp-count-leave": {
"description": "The number of leave messages received on this interface.",
"type": "integer"
},
"mvr-intf-igmp-count-gquery": {
"description": "The number of general query messages received on this interface.",
"type": "integer"
},
"mvr-intf-igmp-count-gssquery": {
"description": "The number of group specific or group-and-source specific query messages received on this interface.",
"type": "integer"
},
"mvr-intf-igmp-count-drop": {
"description": "The number of times a report, leave, or query was dropped.",
"type": "integer"
},
"mvr-intf-igmp-count-joinsucc": {
"description": "The number of times a multicast group was successfully joined.",
"type": "integer"
},
"mvr-intf-igmp-count-actgroups": {
"description": "The number of MVR groups active on this interface.",
"type": "integer"
}
}
},
"acl-stats": {
"description": "Represents the overall statistics for ACLs on the OLS device.",
"type": "object",
"properties": {
"acl-intf-stats": {
"description": "A list of ACL-related statistics, each corresponding to a specific interface or port.",
"type": "array",
"items": {
"type": "object",
"properties": {
"acl-intf-id": {
"description": "The identifier for the interface or port to which the ACL statistics apply.",
"type": "string"
},
"acl-type": {
"description": "Type of the access control list.",
"type": "string",
"enum": [
"none",
"ipv4",
"ipv6",
"ipv4Ext",
"ipv6Ext",
"mac",
"arp"
]
},
"acl-rule-action": {
"description": "Indicates the action (permit or deny) taken when an ACL rule is matched.",
"type": "string",
"enum": [
"permit",
"deny"
]
},
"acl-hit-count": {
"description": "The number of times an ACL rule has been matched by traffic.",
"type": "number"
},
"acl-rule-resource-util": {
"description": "Shows the percentage of this user-configured ACL rule as a percentage of total ACL rules.",
"type": "integer",
"minimum": 0,
"maximum": 100
}
}
}
}
}
},
"acl-resource-stats": {
"description": "Represents the overall resource utilization statistics for ACLs.",
"type": "object",
"properties": {
"acl-total-resource-util": {
"description": "Percentage of total ACL consumed resources amongst the resources available.",
"type": "integer",
"minimum": 0,
"maximum": 100
}
}
},
"dhcp-snoop-binding": {
"description": "State message entry to show the binding table for DHCP Snooping",
"type": "object",
"properties": {
"entries": {
"description": "List of DHCP Snooping binding entries",
"type": "array",
"items": {
"type": "object",
"properties": {
"dhcp-snoop-bind-mac-address": {
"description": "MAC address of the DHCP client in the DHCP Snooping binding table",
"type": "string",
"format": "uc-mac"
},
"dhcp-snoop-bind-ip-address": {
"description": "IP address assigned to the MAC address in the DHCP Snooping binding table",
"type": "string",
"format": "ipv4"
},
"dhcp-snoop-bind-lease-seconds": {
"description": "This indicates the lease time in seconds for the IP address assigned to the DHCP client, after which the IP address may be reassigned",
"type": "integer"
},
"dhcp-snoop-bind-type": {
"description": "Specifies the type of binding entry, such as dynamic or static, indicating how the IP address was assigned to the client",
"type": "string",
"enum": [
"dynamic",
"static"
]
},
"dhcp-snoop-bind-vlan": {
"description": "VLAN ID associated with the DHCP client\u2019s IP address, which helps in managing network segments",
"type": "integer",
"minimum": 1,
"maximum": 4094
},
"dhcp-snoop-bind-interf": {
"description": "Identifies the interface through which the DHCP client is connected, aiding in network topology management",
"type": "string",
"examples": [
"Ethernet1",
"Unit-1/Port-2",
"1-2",
"Trunk 1"
]
}
}
}
}
}
}
}
}
},
"lldp-peers": {
"type": "array",
"items": {
"type": "object",
"description": "A list of all LLDP peers that this logical interface is connected to.",
"properties": {
"capability": {
"type": "array",
"description": "The device capabilities that our neighbour is announcing.",
"items": {
"type": "string"
}
},
"description": {
"type": "string",
"description": "The chassis description that our neighbour is announcing."
},
"mac": {
"type": "string",
"description": "The chassis ID/MAC that our neighbour is announcing."
},
"management_ips": {
"type": "array",
"description": "The management IPs that our neighbour is announcing.",
"items": {
"type": "string"
}
},