Sign In
Upload
Download
Table of Contents
Contents
Add to my manuals
Delete from my manuals
Share
URL of this page:
HTML Link:
Bookmark this page
Add
Manual will be automatically added to "My Manuals"
Print this page
×
Bookmark added
×
Added to my manuals
Manuals
Brands
D-Link Manuals
Switch
xStack DGS-3620-52P
Manual
D-Link DGS-3620-52P Manual
Layer 3 managed stackable gigabit switch
Hide thumbs
Also See for DGS-3620-52P
:
Reference manual
(505 pages)
,
Quick installation manual
(23 pages)
,
Hardware installation manual
(68 pages)
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
page
of
1170
Go
/
1170
Contents
Table of Contents
Bookmarks
Table of Contents
Table of Contents
Chapter 1 Using the Command Line Interface
Accessing the Switch Via the Serial Port
Setting the Switch's Ip Address
Command Syntax Symbols
Line Editing Keys
Chapter 2 Basic Management Commands
Create Account
Enable Password Encryption
Disable Password Encryption
Config Account
Show Account
Delete Account
Show Session
Show Switch
Show Environment
Config Temperature
Config Temperature Threshold
Enable Clipaging
Disable Clipaging
Enable Telnet
Disable Telnet
Enable Web
Disable Web
Config Terminal Width
Show Terminal Width
Chapter 3 802.1X Commands
Config Radius Add
Config Radius Delete
Show Radius
Show Accounting Service
Chapter 4 Access Authentication Control (AAC) Commands
Config Authen Application
Show Authen Application
Config Authen Parameter Attempt
Show Authen Parameter
Enable Admin
Access Control List (Acl) Commands
Chapter 5 Access Control List (ACL) Commands
Source_Ipv6_Mask <Ipv6Mask> | Destination_Ipv6_Mask <Ipv6Mask
Config Access_Profile [Profile_Id <Value 1-6> | Profile_Name <Name 1-32>]
[Auto_Assign | <Value 1-256>] [Ethernet {[Vlan <Vlan_Name 32> | Vlan_Id <Vlanid 1-4094>] {Mask <Hex 0X0-0X0Fff>} | Source_Mac <Macaddr> {Mask <Macmask>} | Destination_Mac
Macaddr> {Mask <Macmask>} | 802.1P <Value 0-7> | Ethernet_Type <Hex 0X0-0Xffff>}(1) | Ip {[Vlan <Vlan_Name 32> | Vlan_Id <Vlanid 1-4094>] {Mask <Hex 0X0-0X0Fff>} | Source_Ip
Ipaddr> {Mask <Netmask>} | Destination_Ip <Ipaddr> {Mask <Netmask>} | Dscp <Value
Offset_Chunk_1 <Hex 0X0-0Xffffffff> {Mask <Hex 0X0-0Xffffffff>} | Offset_Chunk_2 <Hex 0X0
Show Access_Profile {[Profile_Id <Value 1-6> | Profile_Name <Name 1-32>]
Config Time_Range <Range_Name
Show Time_Range
Delete Cpu Access_Profile [Profile_Id <Value 1-5> | All]
Create Cpu Access_Profile Profile_Id <Value
000000000000-Ffffffffffff> | Destination_Mac <Macmask 000000000000-Ffffffffffff> | 802.1P
Dscp
Chapter 6 Access Control List (ACL) Egress Command List
Chapter 7 ARP Commands
Config Arpentry
Show Arpentry
Clear Arptable
Show Ipfdb
Chapter 8 ARP Spoofing Prevention Commands
Chapter 9 Asymmetric VLAN Commands
Chapter 10 Auto Configuration Commands
Disable Autoconfig
Chapter 11 Basic IP Commands
Create Ipif
Delete Ipif
Enable Ipif
Disable Ipif
Show Ipif
Chapter 12 Border Gateway Protocol (BGP) Command List
Enable Bgp
Show Bgp Dampening
Clear Bgp
Show Bgp Neighbors
Show Bgp
Chapter 13 BPDU Attack Protection Commands
Chapter 14 Cable Diagnostics Commands
Chapter 15 CFM Commands
Create Cfm MD
Config Cfm MD
Create Cfm Ma
Config Cfm Ma
Create Cfm Mep
Config Cfm Mep
Delete Cfm Mep
Delete Cfm Ma
Delete Cfm MD
Enable Cfm
Disable Cfm
Config Cfm Ports
Show Cfm Ports
Show Cfm
Show Cfm Fault
Show Cfm Port
Cfm Loopback
Cfm Linktrace
Show Cfm Linktrace
Delete Cfm Linktrace
Show Cfm Mipccm
Chapter 16 Command List History Commands
Chapter 17 Command Logging Command List
Show Command Logging
Chapter 18 Common Unicast Routing Command List
Chapter 19 Compound Authentication Commands
Config Authentication Ports
Show Authentication
Show Authentication Ports
Enable Authorization Attributes
Disable Authorization Attributes
Show Authorization
Config Authentication Server Failover
Chapter 20 Debug Software Command List
Debug Buffer
Debug Output
Debug Config State
Debug Stp Clear Counter
Debug Stp Config Ports
Debug Stp Show Counter
Debug Stp Show Flag
Debug Stp Show Information
Debug Stp State
Debug Ospf
Debug Vrrp
Debug Vrrp State
Debug Show Status
Chapter 21 DHCP Local Relay Commands
Chapter 22 DHCP Relay Commands
Chapter 23 DHCP Server Commands
Clear Dhcp Binding
Show Dhcp Binding
Chapter 24 Dhcpv6 Relay Command List
Chapter 25 Dhcpv6 Server Commands
Chapter 26 Distance Vector Multicast Routing Protocol (DVMRP) Commands
Enable Dvmrp
Chapter 27 D-Link License Management System (DLMS)
Chapter 28 Domain Name System (DNS) Relay Commands
Chapter 29 Domain Name System (DNS) Resolver Commands
Chapter 30 D-Link Unidirectional Link Detection (DULD) Commands
Chapter 31 Ethernet Ring Protection Switching (ERPS) Commands
Chapter 32 External Alarm Commands
Chapter 33 FDB Commands
Create Fdb Vlanid
Delete Fdb
Clear Fdb
Show Fdb
Chapter 34 File System Management Commands
Change Drive
Chapter 35 Filter Commands
Chapter 36 Gratuitous ARP Commands
Chapter 37 Internet Group Management Protocol (IGMP) Commands
Show Igmp
Show Igmp Group
Chapter 38 IGMP Proxy Commands
Chapter 39 IGMP Snooping Commands
Chapter 40 IGMP Snooping Multicast (ISM) VLAN Commands
Chapter 41 IP Multicasting Commands
Chapter 42 IP Route Filter Commands
Chapter 43 IP Routing Commands
Delete Iproute
Show Iproute
Create Ipv6Route
Delete Ipv6Route
Show Ipv6Route
Chapter 44 IP Tunnel Commands
Chapter 45 Ipv6 NDP Commands
Show Ipv6 Nd
Chapter 46 IP-MAC-Port Binding (IMPB) Commands
Chapter 47 Japanese Web-Based Access Control (JWAC) Commands
Chapter 48 Jumbo Frame Commands
Chapter 49 LACP Configuration Commands
Chapter 50 Layer 2 Protocol Tunneling (L2PT) Command List
Chapter 51 Limited Multicast IP Address Commands
Chapter 52 Link Aggregation Commands
Chapter 53 LLDP Commands
Disable Lldp
Config Lldp
Show Lldp
Config Lldp Ports
Show Lldp Ports
Show Lldp Statistics
Show Lldp Statistics Ports
Chapter 54 Loopback Detection Commands
Config Loopdetect Ports
Enable Loopdetect
Disable Loopdetect
Show Loopdetect
Show Loopdetect Ports
Chapter 55 Loopback Interface Commands
Chapter 56 MAC Notification Commands
Chapter 57 MAC-Based Access Control Commands
Chapter 58 MD5 Configuration Command List
Chapter 59 Mirror Commands
Enable Mirror
Disable Mirror
Show Mirror
Chapter 60 MLD Proxy Commands
Chapter 61 MLD Snooping Commands
Chapter 62 MLD Snooping Multicast (MSM) VLAN Commands
Chapter 63 Modify Login Banner and Prompt Commands
Chapter 64 Multicast Listener Discovery (MLD) Commands
Chapter 65 Network Load Balancing (NLB) Commands
Show Nlb Fdb
Chapter 66 Network Management Commands
Disable Snmp
Enable Snmp Traps
Disable Snmp Traps
Show Snmp Traps
Config Rmon Trap
Show Rmon
Chapter 67 Network Monitoring Commands
Show Error Ports
Show Utilization
Show Utilization Dram
Show Utilization Flash
Clear Counters
Clear Log
Show Log
Enable Syslog
Disable Syslog
Show Syslog
Config Syslog Host
Create Syslog Host
Delete Syslog Host
Show Syslog Host
Chapter 68 OAM Commands
Chapter 69 Open Shortest Path First (OSPF) Command List
Enable Ospf
Chapter 70 Ospfv3 Commands
Chapter 71 Packet Storm Commands
Show Traffic Control
Chapter 72 Password Recovery Commands
Chapter 73 Protocol Independent Multicast (PIM) Commands
Chapter 74 PIM6-SM Commands
Chapter 75 Policy Route Commands
Chapter 76 Port Security Commands
Chapter 77 Power over Ethernet (Poe) Commands
Config Poe System
Show Poe Ports
Show Poe System
Chapter 78 Power Saving Commands
Chapter 79 Precision Time Protocol (PTP) Commands
Chapter 80 Protocol VLAN Commands
Show Port Dot1V
Chapter 81 Qos Commands
Config Scheduling
Show Scheduling
Config Dscp Trust
Show Dscp Trust
Config Dscp Map
Show Dscp Map
Chapter 82 Q-In-Q Command
Disable Qinq
Show Qinq
Config Qinq Ports
Show Qinq Ports
Chapter 83 Routing Information Protocol (RIP) Command List
Chapter 84 Ripng Commands
Chapter 85 RSPAN Commands
Create Rspan Vlan
Delete Rspan Vlan
Config Rspan Vlan
Show Rspan
Chapter 86 Safeguard Engine Commands
Chapter 87 Sflow Commands
Disable Sflow
Show Sflow
Chapter 88 Single IP Management Commands
Snmpv1/V2/V3 Commands
Chapter 89 Snmpv1/V2/V3 Commands
Delete Snmp User
Show Snmp User
Show Snmp Groups
Create Snmp View
Delete Snmp View
Show Snmp View
Create Snmp Community
Delete Snmp Community
Show Snmp Community
Config Snmp Engineid
Show Snmp Engineid
Create Snmp Group
Create Snmp
Delete Snmp Group
Delete Snmp
Show Snmp Host
Show Snmp V6Host
Chapter 90 Spanning Tree Protocol (STP) Commands
Show Stp Instance
Show Stp Ports
Enable Stp
Disable Stp
Config Stp Version
Config Stp Priority
Config Stp
Config Stp Ports
Chapter 91 SSH Commands
Show Ssh Algorithm
Config Ssh Authmode
Show Ssh Authmode
Config Ssh User
Config Ssh Server
Enable Ssh
Disable Ssh
Show Ssh Server
Chapter 92 SSL Commands
Enable Ssl
Disable Ssl
Show Ssl
Show Ssl Cachetimeout
Config Ssl Cachetimeout
Chapter 93 Stacking Commands
Chapter 94 Static MAC-Based VLAN Commands
Chapter 95 Static Multicast Route Commands
Chapter 96 Subnet VLAN Commands
Chapter 97 Super VLAN and Sub-VLAN Commands
Chapter 98 Switch Port Commands
Show Ports
Chapter 99 System Severity Commands
Chapter 100 Tech Support Commands
Chapter 101 Time and SNTP Commands
Config Sntp
Show Sntp
Enable Sntp
Disable Sntp
Config Time
Config Dst
Show Time
Chapter 102 Traffic Segmentation Commands
Chapter 103 Utility Commands
Config Firmware Image
Config Configuration
Show Config
Chapter 104 Virtual Router Redundancy Protocol (VRRP) Command List
Enable Vrrp
Disable Vrrp
Show Vrrp
Chapter 105 Voice VLAN Commands
Chapter 106 VLAN Commands
Create Vlan Vlanid
Delete Vlan
Delete Vlan Vlanid
Config Vlan
Config Vlan Vlanid
Config Gvrp
Enable Gvrp
Disable Gvrp
Show Vlan
Show Vlan Vlanid
Show Vlan Ports
Show Gvrp
Chapter 107 VLAN Trunking Commands
Chapter 108 Web-Based Access Control (WAC) Commands
Enable Wac
Disable Wac
Config Wac Authorization Attributes
Config Wac Ports
Config Wac Method
Create Wac User
Config Wac User
Show Wac
Show Wac Ports
Show Wac User
Appendix A Password Recovery Procedure
Appendix B System Log Entries
Appendix C Trap Entries
Appendix Dradius Attributes Assignment
Advertisement
Quick Links
1
Accessing the Switch Via the Serial Port
2
Chapter 1 Using the Command Line Interface
3
Setting the Switch's Ip Address
4
Chapter 11 Basic Ip Commands
Download this manual
See also:
Reference Manual
xStack® DGS-3620 Series Layer 3 Managed Stackable Gigabit Switch CLI Reference Guide
I
Table of
Contents
Previous
Page
Next
Page
1
2
3
4
5
Advertisement
Chapters
Table of Contents
2
Access Control List (Acl) Commands
83
Table of Contents
Need help?
Do you have a question about the DGS-3620-52P and is the answer not in the manual?
Ask a question
Questions and answers
Related Manuals for D-Link DGS-3620-52P
Switch D-Link DGS-3620-52P Reference Manual
Layer 3 managed stackable gigabit switch (505 pages)
Switch D-Link DGS-3620-28SC-EI Hardware Installation Manual
Xstack dgs-3620 series layer 3 managed stackable gigabit switch (68 pages)
Switch D-Link DGS-3620-52P Quick Installation Manual
48 10/100/1000base-t poe+ ports + 4 10ge sfp+ ports l3 stackable managed switch (23 pages)
Switch D-Link DGS-3620-28SC-SE-LIC Specifications
Xstack dgs-3620 series l3 managed stackable gigabit switches (7 pages)
Switch D-Link xstack DGS-3620 series Reference Manual
Layer 3 managed stackable gigabit switch (1371 pages)
Switch D-Link xStack DGS-3620 Reference Manual
(1333 pages)
Switch D-Link xStack DGS-3620 Series Reference Manual
Layer 3 managed stackable gigabit switch (637 pages)
Switch D-Link xStack DGS-3620 Series Reference Manual
Layer 3 managed stackable (540 pages)
Switch D-Link DGS-3620-28PC-SI Product Manual
Product manual (502 pages)
Switch D-Link DGS-3 20 Series How To Set Up
Stack on switch (2 pages)
Switch D-Link DGS-3612G - xStack Switch Reference Manual
Web ui reference guide for layer 3 managed gigabit ethernet switch (546 pages)
Switch D-Link DGS-3600 Series User Manual
Xstack dgs-3600 series layer 3 gigabit ethernet managed switch (422 pages)
Switch D-Link xStack DGS-3627 series User Manual
Layer 3 gigabit ethernet managed switch (349 pages)
Switch D-Link DGS-3627G - xStack Switch - Stackable User Manual
Layer 3 gigabit ethernet managed switch (349 pages)
Switch D-Link xStack Reference Manual
Dgs-3620 series layer 3 managed stackable gigabit switch (1284 pages)
Switch D-Link xStack Reference Manual
Xstack ds-3620 series web ui reference guide layer 3 managed stackable gigabit switch (602 pages)
This manual is also suitable for:
Dgs-3620-52t
Xstack dgs-3620 series
Table of Contents
Save PDF
Print
Rename the bookmark
Delete bookmark?
Delete from my manuals?
Login
Sign In
OR
Sign in with Facebook
Sign in with Google
Upload manual
Upload from disk
Upload from URL
Need help?
Do you have a question about the DGS-3620-52P and is the answer not in the manual?
Questions and answers