User Tools

Site Tools


hpe:switch:script_5500g_2930f_2530

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
hpe:switch:script_5500g_2930f_2530 [2025/03/27 11:13] aperezhpe:switch:script_5500g_2930f_2530 [2025/03/27 11:27] (current) aperez
Line 5: Line 5:
 ---- ----
  
-====== VLANS ====== +====== Banner ====== 
- + 
 +  banner motd ! 
 +   
 +  This computing system is a LESCHACO owned asset and provided for the exclusive use of authorized personnel for  
 +  technical purposes. 
 +  All information and data created, accessed, processed, or stored using this system (including personal  
 +  information) are subject to monitoring, auditing, or review to the extent permitted by applicable law. 
 +   
 +  Unauthorized use or abuse of this system may lead to corrective action including termination of employment, civil  
 +  and/or criminal penalties. 
 +   
 +  ! 
 +  banner exec ! 
 +  This computing system is a LESCHACO  owned asset and provided for the exclusive use of authorized personnel for  
 +  technical purposes. 
 +  All information and data created, accessed, processed, or stored using this system (including personal  
 +  information) are subject to monitoring, auditing, or review to the extent permitted by applicable law. 
 +   
 +  Unauthorized use or abuse of this system may lead to corrective action including termination of employment, civil  
 +  and/or criminal penalties. 
 +   
 +  ! 
 + 
 + 
 +---- 
 +----
  
 +  ====== VLANS ======
 +     
   101 COVLANInfras   101 COVLANInfras
   102 vlan102   102 vlan102
Line 198: Line 225:
  
 ---- ----
- 
 ---- ----
 ====== Script 5500G Switch ====== ====== Script 5500G Switch ======
  
-  <SW-B>dis current-configuration  
   #   #
    version 5.20, Release 1519P06    version 5.20, Release 1519P06
Line 763: Line 788:
   #   #
   return   return
-  <SW-B>  
  
 +----
 +----
 +====== Script 2930F Aruba ======
 +  
 +  Running configuration:
 +  
 +  ; J9776A Configuration Editor; Created on release #YA.16.10.0012
 +  ; Ver #14:41.44.00.04.19.02.13.98.82.34.61.18.28.f3.84.9c.63.ff.37.27:05
 +  hostname "SW-A"
 +  banner motd "\nThis computing system is a LESCHACO owned asset and provided for the exclusive use of
 +   authorized personnel for technical purposes.\nAll information and data created, accessed, processed, or
 +   stored using this system (including personal information) are subject to monitoring, auditing, or
 +   review to the extent permitted by applicable law.\n\nUnauthorized use or abuse of this system may lead
 +   to corrective action including termination of employment, civil and/or criminal penalties.\n\n"
 +  banner exec "This computing system is a LESCHACO owned asset and provided for the exclusive use of
 +   authorized personnel for technical purposes.\nAll information and data created, accessed, processed, or
 +   stored using this system (including personal information) are subject to monitoring, auditing, or
 +   review to the extent permitted by applicable law.\n\nUnauthorized use or abuse of this system may lead
 +   to corrective action including termination of employment, civil and/or criminal penalties.\n\n"
 +  igmp fastlearn 1-28
 +  jumbo max-frame-size 9198
 +  timesync ntp
 +  ntp unicast
 +  ntp server 69.89.207.199
 +  ntp enable
 +  no telnet-server
 +  time daylight-time-rule continental-us-and-canada
 +  time timezone -360
 +  no web-management
 +  ip default-gateway 172.18.160.1
 +  ip dns server-address priority 1 8.8.8.8
 +  ip dns server-address priority 2 8.8.4.4
 +  ip route 0.0.0.0 0.0.0.0 172.18.160.1
 +  interface 12
 +     name "lINK_X1_UTM1"
 +     exit
 +  interface 13
 +     name "lINK_X1_UTM2"
 +     exit
 +  interface 14
 +     name "LINK_ISP1_X1"
 +     exit
 +  interface 15
 +     name "LINK_X2_UTM1"
 +     exit
 +  interface 16
 +     name "LINK_X2_UTM2"
 +     exit
 +  interface 17
 +     name "lINK_ISP2_X2"
 +     exit
 +  interface 18
 +     name "LINK_X0_UTM1"
 +     exit
 +  interface 19
 +     name "LINK_X0_UTM2"
 +     exit
 +  interface 20
 +     name "AP-A_172.18.160.9/27_Comercial"
 +     exit
 +  interface 21
 +     name "AP-A_172.18.160.8/27_Recepcion"
 +     exit
 +  interface 22
 +     name "AP-A_172.18.160.7/27_Administrativo"
 +     exit
 +  interface 23
 +     flow-control
 +     name "lINK_SW_B_IP_172.18.160.6/27"
 +     exit
 +  interface 24
 +     name "lINK_SW_B_IP_172.18.160.5/27"
 +     exit
 +  snmp-server community "public" operator unrestricted
 +  snmp-server community "GECLAN" unrestricted
 +  snmp-server enable traps snmp-authentication standard
 +  no snmp-server enable traps snmp-authentication extended
 +  snmp-server contact "JAIRO DAVID LUNA RAMOS"
 +  lldp enable-notification 1-28
 +  vlan 1
 +     name "DEFAULT_VLAN"
 +     no untagged 1-28
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 101
 +     name "COVLANInfras"
 +     untagged 18-28
 +     ip address 172.18.160.4 255.255.255.224
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 102
 +     name "vlan102"
 +     tagged 18-24
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 103
 +     name "COVLANServer"
 +     tagged 18-24
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 104
 +     name "vlan104"
 +     tagged 18-24
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 105
 +     name "COVLANWFMgmt"
 +     tagged 18-24
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 106
 +     name "COVLANPrinters"
 +     tagged 18-24
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 107
 +     name "vlan107"
 +     tagged 18-24
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 201
 +     name "COVLANWiredUsers"
 +     untagged 1-11
 +     tagged 18-24
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 202
 +     name "vlan202"
 +     tagged 18-24
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 203
 +     name "COVLANVoIP"
 +     tagged 1-28
 +     no ip address
 +     ip igmp
 +     voice
 +     jumbo
 +     exit
 +  vlan 204
 +     name "vlan204"
 +     tagged 18-24
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 301
 +     name "COVLANWIFIInternal"
 +     tagged 18-24
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 302
 +     name "COVLANWIFIBYOD"
 +     tagged 18-24
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 303
 +     name "COVLANWIFIEquip"
 +     tagged 18-24
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 304
 +     name "vlan304"
 +     tagged 18-24
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 401
 +     name "COVLANWIFIExternal"
 +     tagged 18-24
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 402
 +     name "COVLANWiredExternal"
 +     tagged 18-24
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 403
 +     name "vlan403"
 +     tagged 18-24
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 404
 +     name "vlan404"
 +     tagged 18-24
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 405
 +     name "vlan405"
 +     tagged 18-24
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 406
 +     name "vlan406"
 +     tagged 18-24
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 501
 +     name "COVLANCCTV"
 +     tagged 18-24
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 502
 +     name "vlan502"
 +     tagged 18-24
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 503
 +     name "vlan503"
 +     tagged 18-24
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 504
 +     name "vlan504"
 +     tagged 18-24
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 800
 +     name "ISP1"
 +     untagged 12-14
 +     tagged 18-24
 +     no ip address
 +     ip igmp
 +     exit
 +  vlan 801
 +     name "ISP2"
 +     untagged 15-17
 +     tagged 18-24
 +     no ip address
 +     ip igmp
 +     exit
 +  spanning-tree config-name "Leschaco-STP"
 +  spanning-tree mode rapid-pvst
 +  spanning-tree vlan 1 priority 5
 +  spanning-tree vlan 103 priority 5
 +  spanning-tree vlan 104 priority 5
 +  spanning-tree vlan 105 priority 5
 +  spanning-tree vlan 106 priority 5
 +  spanning-tree vlan 107 priority 5
 +  spanning-tree vlan 201 priority 5
 +  spanning-tree vlan 202 priority 5
 +  spanning-tree vlan 203 priority 5
 +  spanning-tree vlan 204 priority 5
 +  spanning-tree vlan 301 priority 5
 +  spanning-tree vlan 302 priority 5
 +  spanning-tree vlan 303 priority 5
 +  spanning-tree vlan 304 priority 5
 +  spanning-tree vlan 401 priority 5
 +  spanning-tree vlan 402 priority 5
 +  spanning-tree vlan 403 priority 5
 +  spanning-tree vlan 404 priority 5
 +  spanning-tree vlan 405 priority 5
 +  spanning-tree vlan 406 priority 5
 +  spanning-tree vlan 501 priority 5
 +  spanning-tree vlan 502 priority 5
 +  spanning-tree vlan 503 priority 5
 +  spanning-tree vlan 504 priority 5
 +  spanning-tree vlan 800 priority 5
 +  spanning-tree vlan 801 priority 5
 +  spanning-tree priority 5
 +  allow-unsupported-transceiver
 +  no tftp server
 +  loop-protect trap loop-detected
 +  no dhcp config-file-update
 +  no dhcp image-file-update
 +  no dhcp tr69-acs-url
 +  device-profile name "default-ap-profile"
 +     cos 0
 +     exit
 +  activate software-update disable
 +  activate provision disable
 +  password manager
 +  password operator
 +  
  
 +----
 ---- ----
 +
 +====== Script 2530 Aruba ======
 + 
 +  Running configuration:
 +  
 +  ; J9772A Configuration Editor; Created on release #YA.16.06.0006
 +  ; Ver #13:44.00.04.19.02.13.98.82.34.61.18.28.f3.84.9c.63.ff.37.27:43
 +  hostname "SW-C"
 +  banner motd "\nThis computing system is a LESCHACO owned asset and provided for the exclusive use of authorized personnel for technical
 +   purposes.\nAll information and data created, accessed, processed, or stored using this system (including personal information) are
 +   subject to monitoring, auditing, or review to the extent permitted by applicable law.\n\nUnauthorized use or abuse of this system may
 +   lead to corrective action including termination of employment, civil and/or criminal penalties.\n\n"
 +  banner exec "This computing system is a LESCHACO  owned asset and provided for the exclusive use of authorized personnel for technical
 +   purposes.\nAll information and data created, accessed, processed, or stored using this system (including personal information) are
 +   subject to monitoring, auditing, or review to the extent permitted by applicable law.\n\nUnauthorized use or abuse of this system may
 +   lead to corrective action including termination of employment, civil and/or criminal penalties.\n\n"
 +  igmp fastlearn 1-48
 +  jumbo max-frame-size 9198
 +  timesync ntp
 +  ntp unicast
 +  ntp server 69.89.207.199
 +  ntp enable
 +  no telnet-server
 +  time daylight-time-rule continental-us-and-canada
 +  time timezone -360
 +  no web-management
 +  ip default-gateway 172.18.160.1
 +  ip dns server-address priority 1 8.8.8.8
 +  ip dns server-address priority 2 8.8.4.4
 +  ip route 0.0.0.0 0.0.0.0 172.18.160.1
 +  interface 40
 +     name "PRINTER_0017c8-944070_172.18.160.135/25"
 +     exit
 +  interface 48
 +     name "LINK_TO_SW-A_IP_172.18.160.4/27"
 +     exit
 +  snmp-server community "public" operator
 +  snmp-server community "GECLAN" unrestricted
 +  lldp enable-notification 1-48
 +  vlan 1
 +     name "DEFAULT_VLAN"
 +     no untagged 1-52
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 101
 +     name "COVLANInfras"
 +     untagged 48
 +     ip address 172.18.160.6 255.255.255.224
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 102
 +     name "vlan102"
 +     tagged 48
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 103
 +     name "COVLANServer"
 +     tagged 48
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 104
 +     name "vlan104"
 +     tagged 48
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 105
 +     name "COVLANWFMgmt"
 +     tagged 48
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 106
 +     name "COVLANPrinters"
 +     untagged 40
 +     tagged 48
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 107
 +     name "vlan107"
 +     tagged 48
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 201
 +     name "COVLANWiredUsers"
 +     untagged 1-47,49-52
 +     tagged 48
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 202
 +     name "vlan202"
 +     tagged 48
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 203
 +     name "COVLANVoIP"
 +     tagged 1-52
 +     no ip address
 +     ip igmp
 +     voice
 +     jumbo
 +     exit
 +  vlan 204
 +     name "vlan204"
 +     tagged 48
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 301
 +     name "COVLANWIFIInternal"
 +     tagged 48
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 302
 +     name "COVLANWIFIBYOD"
 +     tagged 48
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 303
 +     name "COVLANWIFIEquip"
 +     tagged 48
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 304
 +     name "vlan304"
 +     tagged 48
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 401
 +     name "COVLANWIFIExternal"
 +     tagged 48
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 402
 +     name "COVLANWiredExternal"
 +     tagged 48
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 403
 +     name "vlan403"
 +     tagged 48
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 404
 +     name "vlan404"
 +     tagged 48
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 405
 +     name "vlan405"
 +     tagged 48
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 406
 +     name "vlan406"
 +     tagged 48
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 501
 +     name "COVLANCCTV"
 +     tagged 48
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 502
 +     name "vlan502"
 +     tagged 48
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 503
 +     name "vlan503"
 +     tagged 48
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 504
 +     name "vlan504"
 +     tagged 48
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 800
 +     name "ISP1"
 +     tagged 48
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  vlan 801
 +     name "ISP2"
 +     tagged 48
 +     no ip address
 +     ip igmp
 +     jumbo
 +     exit
 +  spanning-tree config-name "Leschaco-STP"
 +  spanning-tree mode rapid-pvst
 +  spanning-tree vlan 1 priority 5
 +  spanning-tree vlan 101 priority 5
 +  spanning-tree vlan 102 priority 5
 +  spanning-tree vlan 103 priority 5
 +  spanning-tree vlan 104 priority 5
 +  spanning-tree vlan 105 priority 5
 +  spanning-tree vlan 106 priority 5
 +  spanning-tree vlan 107 priority 5
 +  spanning-tree vlan 201 priority 5
 +  spanning-tree vlan 202 priority 5
 +  spanning-tree vlan 203 priority 5
 +  spanning-tree vlan 204 priority 5
 +  spanning-tree vlan 301 priority 5
 +  spanning-tree vlan 302 priority 5
 +  spanning-tree vlan 303 priority 5
 +  spanning-tree vlan 304 priority 5
 +  spanning-tree vlan 401 priority 5
 +  spanning-tree vlan 402 priority 5
 +  spanning-tree vlan 403 priority 5
 +  spanning-tree vlan 404 priority 5
 +  spanning-tree vlan 405 priority 5
 +  spanning-tree vlan 406 priority 5
 +  spanning-tree vlan 501 priority 5
 +  spanning-tree vlan 502 priority 5
 +  spanning-tree vlan 503 priority 5
 +  spanning-tree vlan 504 priority 5
 +  spanning-tree priority 5
 +  allow-unsupported-transceiver
 +  no tftp server
 +  loop-protect trap loop-detected
 +  no dhcp config-file-update
 +  no dhcp image-file-update
 +  no dhcp tr69-acs-url
 +  activate software-update disable
 +  activate provision disable
 +  password manager
 +  password operator
 +  
  
 +----
 ---- ----
  
  
-  + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
hpe/switch/script_5500g_2930f_2530.1743092035.txt.gz · Last modified: 2025/03/27 11:13 by aperez

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki