Advertisement
NeonTheOne

DGS-3100-24

Jun 18th, 2019
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. !----------------------------------------------------------------------
  2. !
  3. ! DGS-3100-24 Gigabit stackable L2 Managed Switch
  4. ! Configuration
  5. !
  6. ! Firmware: Build 3.60.28
  7. ! Copyright(C) 2008 D-Link Corporation. All rights reserved.
  8. !----------------------------------------------------------------------
  9.  
  10. ! BASIC
  11.  
  12.  
  13. ! SNMP
  14.  
  15. create snmp community ******* view DefaultSuper read_write
  16. create snmp community ****** view Default read_only
  17. config snmp system_contact admin@domain.ru
  18. config snmp system_location 2Korp2FloorHall
  19. config snmp system_name des3100
  20.  
  21. ! AUTHENTICATION
  22.  
  23.  
  24. ! NETWORK MONITORING
  25.  
  26.  
  27. ! LINK AGGREGATION
  28.  
  29. create link_aggregation group_id 1 type lacp
  30. config link_aggregation group_id 1 ports 1:(23-24)
  31.  
  32. ! PORT
  33.  
  34. config ports description 1:(1-2,19) WiFi
  35. config ports description 1:3 Port_0-3
  36. config ports description 1:4 Port_0-4
  37. config ports description 1:5 Port_0-5
  38. config ports description 1:6 Port_0-6
  39. config ports description 1:7 Port_0-7
  40. config ports description 1:8 Port_0-8
  41. config ports description 1:9 Port_0-9
  42. config ports description 1:10 Korobkin
  43. config ports description 1:11 Port_0-11
  44. config ports description 1:14 Port_0-14
  45. config ports description 1:15 Port_0-15
  46. config ports description 1:16 Port_0-16
  47. config ports description 1:17 Port_0-17
  48. config ports description 1:18 Port_0-18
  49. config ports description 1:(20-21) Klass
  50. config ports description 1:22 Port_0-22
  51. config ports description 1:(23-24) LACP
  52.  
  53. ! VLAN
  54.  
  55. config vlan default delete 1:(1-2)
  56. create vlan Office tag 2
  57. create vlan Edu tag 3
  58. create vlan WiFi tag 4
  59. config vlan default add tagged ch1
  60. config vlan Office add tagged ch1
  61. config vlan Office add untagged 1:(3-18)
  62. config vlan Edu add tagged ch1
  63. config vlan Edu add untagged 1:(19-22)
  64. config vlan WiFi add tagged ch1
  65. config vlan WiFi add untagged 1:(1-2)
  66. config gvrp 1:(1-2) pvid 4
  67. config gvrp 1:(3-18) pvid 2
  68. config gvrp 1:(19-22) pvid 3
  69.  
  70. ! FORWARDING TABLE
  71.  
  72.  
  73. ! BROADCAST STORM CONTROL
  74.  
  75.  
  76. ! PORT MIRRORING
  77.  
  78.  
  79. ! QOS
  80.  
  81.  
  82. ! MULTIPLE SPANNING TREE
  83.  
  84. enable stp
  85. config stp version mstp
  86. config stp fbpdu enable
  87. config stp mst_config_id revision_level 1 name dgs3100
  88. config stp instance_id 1 add_vlan 1
  89.  
  90. ! IGMP SNOOPING
  91.  
  92.  
  93. ! 802.1X
  94.  
  95.  
  96. ! SNTP
  97.  
  98.  
  99. ! SSH
  100.  
  101. config ssh authmode publickey enable
  102. config ssh server timeout 120
  103.  
  104. ! SSL
  105.  
  106.  
  107. ! BASIC IP
  108.  
  109. config ipif System ipaddress 192.168.20.253/24 vlan default
  110.  
  111. ! ROUTING TABLE
  112.  
  113. create iproute default 192.168.20.254
  114.  
  115. ! ARP
  116.  
  117.  
  118. ! LACP
  119.  
  120.  
  121. ! PORT SECURITY
  122.  
  123.  
  124. ! STACK
  125.  
  126.  
  127. ! POE
  128.  
  129.  
  130. ! TRAFFIC SEGMENTATION
  131.  
  132.  
  133. ! ACCESS CONTROL LIST
  134.  
  135.  
  136. ! HISTORY
  137.  
  138.  
  139. ! SAFEGUARD
  140.  
  141.  
  142. ! DOWNLOAD
  143.  
  144.  
  145. ! LLDP
  146.  
  147.  
  148. ! MLD SNOOPING
  149.  
  150.  
  151. ! VOICE VLAN
  152.  
  153. config voice_vlan oui-table add 0001e3 description siemens_phone___________
  154. config voice_vlan oui-table add 00036b description Cisco_phone_____________
  155. config voice_vlan oui-table add 00096e description Avaya_phone_____________
  156. config voice_vlan oui-table add 000fe2 description Huawei-3COM_phone_______
  157. config voice_vlan oui-table add 0060b9 description nec-philips_phone_______
  158. config voice_vlan oui-table add 00d01e description pingtel_phone___________
  159. config voice_vlan oui-table add 00e075 description veritel_phone___________
  160. config voice_vlan oui-table add 00e0bb description 3Com_phone______________
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement