Guest User

Untitled

a guest
Jul 7th, 2018
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. # sh config dynamic
  2. ---Start of current configuration ------------------
  3.  
  4.  
  5. #
  6. # System Configuration
  7. #
  8.  
  9. #
  10. # User Authentication Configuration
  11. #
  12. set user=manager password=3af00c6cad11f7ab5db4467b66ce503eff
  13. set user=operator password=4b583376b2767b923c3e1da60d10de59ff
  14.  
  15.  
  16.  
  17. #
  18. # Switch Console Configuration
  19. #
  20.  
  21. #
  22. # Port Configuration
  23. #
  24.  
  25. #
  26. # Power Over Ethernet Configuration
  27. #
  28.  
  29. #
  30. # Port Trunking Configuration
  31. #
  32.  
  33. #
  34. # LACP Configuration
  35. #
  36.  
  37. #
  38. # Mirror-to Port Configuration
  39. #
  40.  
  41. #
  42. # Mirror Port(s) Configuration
  43. #
  44.  
  45. #
  46. # VLAN Configuration
  47. #
  48. create vlan=vlan10 vid=10 taggedports=4,24 untaggedports=20
  49. create vlan=vlan20 vid=20 taggedports=4,24 untaggedports=3
  50.  
  51. #
  52. # MAC Based VLAN Configuration
  53. #
  54.  
  55. #
  56. # Spanning Tree Configuration
  57. #
  58. activate stp
  59.  
  60.  
  61. #
  62. # Classifier Configuration
  63. #
  64.  
  65. #
  66. # ACL Configuration
  67. #
  68.  
  69. #
  70. # QoS Configuration
  71. #
  72.  
  73. #
  74. # Denial of Service
  75. #
  76.  
  77. #
  78. # Management ACL Configuration
  79. #
  80.  
  81.  
  82. #
  83. # MAC Timer Configuration
  84. #
  85.  
  86. #
  87. # MAC Configuration
  88. #
  89.  
  90. #
  91. # IGMP Snooping Configuration
  92. #
  93.  
  94.  
  95. #
  96. # MLD Snooping Configuration
  97. #
  98.  
  99. #
  100. # EPSR Snooping Configuration
  101. #
  102.  
  103. #
  104. # ENCO Configuration
  105. #
  106.  
  107. #
  108. # PKI Configuration
  109. #
  110.  
  111. #
  112. # SSL Configuration
  113. #
  114.  
  115. #
  116. # Web Server Configuration
  117. #
  118.  
  119. #
  120. # Port Access Configuration
  121. #
  122.  
  123. #
  124. # Port Security
  125. #
  126.  
  127. #
  128. # Enhanced Stacking Configuration
  129. #
  130.  
  131. #
  132. # SNMP Configuration
  133. #
  134. create snmp community=private access=write
  135. create snmp community=public
  136.  
  137. #
  138. # SNTP Configuration
  139. #
  140.  
  141. #
  142. # SSH Configuration
  143. #
  144.  
  145. #
  146. # GARP Configuration
  147. #
  148.  
  149. #
  150. # Event Log Configuration
  151. #
  152.  
  153. #
  154. # Interface Manager Configuration
  155. #
  156. add ip interface=vlan10-0 ipaddress=192.168.10.254 mask=255.255.255.0
  157. add ip interface=vlan20-0 ipaddress=192.168.20.254 mask=255.255.255.0
  158.  
  159. #
  160. # ARP Cache Manager Configuration
  161. #
  162.  
  163. #
  164. # Route Table Manager Configuration
  165. #
  166. disable ip route multipath
  167.  
  168. #
  169. # RIP Routing Configuration
  170. #
  171.  
  172. #
  173. # VRRP Configuration
  174. #
  175.  
  176. #
  177. # BOOTP Relay Configuration
  178. #
  179.  
  180. #
  181. # RRP Snooping Configuration
  182. #
  183.  
  184. #
  185. # Interface LinkUpDownTrapEnable Configuration
  186. #
  187.  
  188. #
  189. # GLC Configuration
  190. #
  191.  
  192.  
  193. #
  194. # LFP Configuration
  195. #
  196.  
  197. ---End of current configuration -----------------------
Add Comment
Please, Sign In to add comment