User Tools

Site Tools


aruba_networks:switch:2930m:2930m_backplane_stacking

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
aruba_networks:switch:2930m:2930m_backplane_stacking [2024/07/30 10:03] aperezaruba_networks:switch:2930m:2930m_backplane_stacking [2024/10/05 00:49] (current) aperez
Line 467: Line 467:
 The switch automatically negotiates trunked links between LACP-configured ports on separate devices, and offers one dynamic trunk option: LACP. To configure the switch to initiate a dynamic LACP trunk with another device, use the interface command in the CLI to set the default LACP option to active on the ports you want to use for the trunk. For example, the following command sets ports **1/A4 and 2/A4** to **LACP active**: The switch automatically negotiates trunked links between LACP-configured ports on separate devices, and offers one dynamic trunk option: LACP. To configure the switch to initiate a dynamic LACP trunk with another device, use the interface command in the CLI to set the default LACP option to active on the ports you want to use for the trunk. For example, the following command sets ports **1/A4 and 2/A4** to **LACP active**:
  
 +  Example1:
 +   
   Aruba-Stack-2930M(config)# interface 2/A4 lacp active   Aruba-Stack-2930M(config)# interface 2/A4 lacp active
   Aruba-Stack-2930M(config)# interface 1/A4 lacp active   Aruba-Stack-2930M(config)# interface 1/A4 lacp active
 +
 +   
 +  Example2:
 +   
 +  Aruba-Stack-2930M(config)# interface 1/A3 lacp active
 +  Aruba-Stack-2930M(config)# interface 2/A3 lacp active
 +  Aruba-Stack-2930M(config)# interface 3/A4 lacp active
 +  Aruba-Stack-2930M(config)# interface 4/A4 lacp active
 +  Aruba-Stack-2930M(config)# trunk 1/A3,2/A3,3/A4,4/A4 trk1 lacp
 +  Aruba-Stack-2930M(config)# vlan 500-525 tagged trk1
 +  Aruba-Stack-2930M(config)# vlan 1 untagged trk1
 +
 +  Aruba-Stack-2930M(config)# show lacp
 +  
 +                                    LACP
 +           LACP      Trunk     Port                LACP      Admin   Oper
 +   Port    Enabled   Group     Status    Partner   Status    Key     Key
 +   -----   -------   -------   -------   -------   -------   ------  ------
 +   1/A3    Active    Trk1      Up        Yes       Success   500     962
 +   2/A3    Active    Trk1      Up        Yes       Success   500     962
 +   3/A4    Active    Trk1      Up        Yes       Success   500     962
 +   4/A4    Active    Trk1      Up        Yes       Success   500     962
 +
 +
  
 **Tag VLAN over LACP port** **Tag VLAN over LACP port**
  
   Aruba-2930M(eth-A4)# vlan 500-525 tagged  1/A3,1/A4   Aruba-2930M(eth-A4)# vlan 500-525 tagged  1/A3,1/A4
-  Aruba-2930M(eth-A4)# vlan 1 untagged  A3,A4  +  Aruba-2930M(eth-A4)# vlan 1 untagged  1/A3,1/A4  
  
 **The preceding Example**: **works if the ports are not already operating in a trunk**. To change the LACP option on ports already operating as a trunk, **you must first remove them from the trunk**. For example, if ports **1/A4 and 2/A4** are LACP-active and operating in a trunk with another device, you would do the following to change them to LACP-passive: **The preceding Example**: **works if the ports are not already operating in a trunk**. To change the LACP option on ports already operating as a trunk, **you must first remove them from the trunk**. For example, if ports **1/A4 and 2/A4** are LACP-active and operating in a trunk with another device, you would do the following to change them to LACP-passive:
Line 502: Line 528:
   Aruba-Stack-2930M(config)# show interfaces config   Aruba-Stack-2930M(config)# show interfaces config
   switch# show trunks   switch# show trunks
-  Aruba-Stack-2930M(config)# show lacp+  Aruba-Stack-2930M(config)# show lacp  
 +    
                                         LACP                                         LACP
              LACP      Trunk     Port                LACP              LACP      Trunk     Port                LACP
      Port    Enabled   Group     Status    Partner   Status      Port    Enabled   Group     Status    Partner   Status
      -----   -------   -------   -------   -------   -------      -----   -------   -------   -------   -------   -------
-   Admin   Oper +     Admin   Oper 
-   Key     Key+     Key     Key
    ------  ------    ------  ------
      1/A4    Active    1/A4      Up        No        Success      1/A4    Active    1/A4      Up        No        Success
-   500     500+     500     500
      2/A4    Active    2/A4      Up        No        Success      2/A4    Active    2/A4      Up        No        Success
-   500     500+     500     500
  
  
Line 733: Line 760:
 ---- ----
  
-====== Example code 2930M Switch ======+====== Set STP ====== 
 + 
 +  spanning-tree mode rapid-pvst 
 +  no spanning-tree 
 +  spanning-tree priority 5 
 +  spanning-tree vlan 1 enable 
 +  spanning-tree vlan 500-525  enable 
 +  spanning-tree vlan  1 priority 5 
 +  spanning-tree vlan  500 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  505 priority 5 
 +  spanning-tree vlan  506 priority 5 
 +  spanning-tree vlan  507 priority 5 
 +  spanning-tree vlan  508 priority 5 
 +  spanning-tree vlan  509 priority 5 
 +  spanning-tree vlan  510 priority 5 
 +  spanning-tree vlan  511 priority 5 
 +  spanning-tree vlan  512 priority 5 
 +  spanning-tree vlan  513 priority 5 
 +  spanning-tree vlan  514 priority 5 
 +  spanning-tree vlan  515 priority 5 
 +  spanning-tree vlan  516 priority 5 
 +  spanning-tree vlan  517 priority 5 
 +  spanning-tree vlan  518 priority 5 
 +  spanning-tree vlan  519 priority 5 
 +  spanning-tree vlan  520 priority 5 
 +  spanning-tree vlan  521 priority 5 
 +  spanning-tree vlan  522 priority 5 
 +  spanning-tree vlan  523 priority 5 
 +  spanning-tree vlan  524 priority 5 
 +  spanning-tree vlan  525 priority 5 
 + 
 +---- 
 +---- 
 + 
 +====== Set NTP and DNS ====== 
 + 
 +  allow-unsupported-transceiver 
 +  clock timezone us central 
 +  timesync ntp 
 +  ntp enable 
 +  ntp unicast 
 +  ntp server 69.89.207.199 
 +  ntp server 216.239.35.0 
 +  clock summer-time 
 +  loop-protect trap loop-detected 
 +  time daylight-time-rule continental-us-and-canada 
 +  time timezone -360 
 +  ip dns server-address priority 1 8.8.8.8 
 +  ip dns server-address priority 2 8.8.4.4 
 + 
 +---- 
 +---- 
 + 
 +====== Set Banner ====== 
 + 
 +  banner motd ! 
 +   
 +  This computing system is a St. Francis School 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 St. Francis School 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. 
 +   
 +  ! 
 + 
 + 
 +---- 
 +---- 
 + 
 +====== Example code VSF 2930M Switch ======
  
      
   Running configuration:   Running configuration:
      
-  ; hpStack_WC Configuration Editor; Created on release #WC.16.11.0001 +  ; hpStack_KB Configuration Editor; Created on release #KB.16.10.0025 
-  ; Ver #14:67.6f.f8.1d.9b.3f.bf.bb.ef.7c.59.fc.6b.fb.9f.fc.ff.ff.37.ef:44+  ; Ver #14:6f.6f.f8.1d.fb.7f.bf.bb.ff.7c.59.fc.7b.ff.ff.fc.ff.ff.3f.ef:00
      
   stacking   stacking
-     member 1 type "JL322A" mac-address a852d4-bc1180+     member 1 type "JL076A" mac-address b88303-2bf800
      member 1 priority 255      member 1 priority 255
      member 1 flexible-module A type JL083A      member 1 flexible-module A type JL083A
-     member 2 type "JL322A" mac-address a852d4-bc6b00+     member 2 type "JL076A" mac-address b88303-2c9b80
      member 2 priority 254      member 2 priority 254
      member 2 flexible-module A type JL083A      member 2 flexible-module A type JL083A
 +     member 3 type "JL076A" mac-address b88303-2ccc00
 +     member 3 priority 253
 +     member 3 flexible-module A type JL083A
 +     member 4 type "JL074A" mac-address ecebb8-171780
 +     member 4 priority 252
 +     member 4 flexible-module A type JL083A
      exit      exit
   hostname "Aruba-Stack-2930M"   hostname "Aruba-Stack-2930M"
 +  console idle-timeout 7200
 +  console idle-timeout serial-usb 7200
 +  aruba-central disable
 +  trunk 1/A3,2/A3,3/A4,4/A4 trk1 lacp
   banner motd "\nThis computing system is a St. Francis School owned asset and   banner motd "\nThis computing system is a St. Francis School owned asset and
-   provided for the exclusive use of authorized personnel for technical +  provided for the exclusive use of authorized personnel for technical 
-   purposes.\nAll information and data created, accessed, processed, or stored +  purposes.\nAll information and data created, accessed, processed, or stored 
-   using this system (including personal information) are subject to monitoring, +  using this system (including personal information) are subject to monitoring, 
-   auditing, or review to the extent permitted by applicable law.\n\nUnauthorized +  auditing, or review to the extent permitted by applicable law.\n\nUnauthorized 
-   use or abuse of this system may lead to corrective action including +  use or abuse of this system may lead to corrective action including 
-   termination of employment, civil and/or criminal penalties.\n\n"+  termination of employment, civil and/or criminal penalties.\n\n"
   banner exec "This computing system is a St. Francis School owned asset and   banner exec "This computing system is a St. Francis School owned asset and
-   provided for the exclusive use of authorized personnel for technical +  provided for the exclusive use of authorized personnel for technical 
-   purposes.\nAll information and data created, accessed, processed, or stored +  purposes.\nAll information and data created, accessed, processed, or stored 
-   using this system (including personal information) are subject to monitoring, +  using this system (including personal information) are subject to monitoring, 
-   auditing, or review to the extent permitted by applicable law.\n\nUnauthorized +  auditing, or review to the extent permitted by applicable law.\n\nUnauthorized 
-   use or abuse of this system may lead to corrective action including +  use or abuse of this system may lead to corrective action including 
-   termination of employment, civil and/or criminal penalties.\n\n"+  termination of employment, civil and/or criminal penalties.\n\n" 
 +  igmp fastlearn 
 +  1/1-1/48,1/A1-1/A2,1/A4,2/1-2/48,2/A1-2/A2,2/A4,3/1-3/48,3/A1-3/A3,4/1-4/48,4/
 +  1-4/A3,Trk1 
 +  jumbo ip-mtu 9180 
 +  jumbo max-frame-size 9198 
 +  include-credentials 
 +  password operator user-name "operator" sha1 
 +  "82f5fb030df75757c11756077ed4d6d86e86bb28" 
 +  password manager user-name "admin" sha1 
 +  "82f5fb030df75757c11756077ed4d6d86e86bb28" 
 +  password port-access plaintext "itccol200x" 
 +  timesync ntp 
 +  ntp unicast 
 +  ntp server 69.89.207.199 
 +  ntp server 216.239.35.0 
 +  ntp enable 
 +  no telnet-server 
 +  time daylight-time-rule continental-us-and-canada 
 +  time timezone -360 
 +  ip access-list extended "Defualt" 
 +     exit 
 +  ip default-gateway 172.16.28.1 
 +  ip dns server-address priority 1 45.90.30.69 
 +  ip dns server-address priority 2 45.90.28.69
   ip route 0.0.0.0 0.0.0.0 172.16.28.1   ip route 0.0.0.0 0.0.0.0 172.16.28.1
-  interface 1/A4 +  ip client-tracker 
-   lacp key 500 +  interface 1/A3 
-   lacp active +     lacp key 500 
-   name "Access_MDF_6400_IP:172.16.28.1" +     name "Access_MDF_6400_IP:172.16.28.1" 
-   exit +     exit 
-  interface 2/A4 +  interface 2/A1 
-   lacp key 500 +     flow-control 
-   lacp active +     exit 
-   name "Access_MDF_6400_IP:172.16.28.1" +  interface 2/A3 
-   exit+     lacp key 500 
 +     name "Access_MDF_6400_IP:172.16.28.1" 
 +     exit 
 +  interface 3/A4 
 +     lacp key 500 
 +     name "Access_MDF_6400_IP:172.16.28.1" 
 +     exit 
 +  interface 4/A4 
 +     lacp key 500 
 +     name "Access_MDF_6400_IP:172.16.28.1" 
 +     exit
   snmp-server community "public"   snmp-server community "public"
 +  snmp-server enable traps mac-count-notify
 +  snmpv3 engineid "00:00:00:0b:00:00:b8:83:03:2b:f8:45"
 +  aaa authentication local-user "admin" group "Level-15" password sha1
 +   "82f5fb030df75757c11756077ed4d6d86e86bb28"
   oobm   oobm
      ip address dhcp-bootp      ip address dhcp-bootp
-     ipv6 enable 
-     ipv6 address dhcp full 
      member 1      member 1
         ip address dhcp-bootp         ip address dhcp-bootp
         exit         exit
      member 2      member 2
 +        ip address dhcp-bootp
 +        exit
 +     member 3
 +        ip address dhcp-bootp
 +        exit
 +     member 4
         ip address dhcp-bootp         ip address dhcp-bootp
         exit         exit
      exit      exit
 +  lldp enable-notification
 +   1/1-1/48,1/A1-1/A4,2/1-2/48,2/A1-2/A4,3/1-3/48,3/A1-3/A4,4/1-4/48,4/A1-4/A4
   vlan 1   vlan 1
      name "DEFAULT_VLAN"      name "DEFAULT_VLAN"
-     untagged 1/1-1/48,1/A1-1/A4,2/1-2/48,2/A1-2/A4 +     untagged 
-     ip address 172.16.28.22 255.255.254.0+  1/1-1/48,1/A1-1/A2,1/A4,2/1-2/48,2/A1-2/A2,2/A4,3/1-3/48,3/A1-3/A3,4/1-4/48,4/
 +  1-4/A3,Trk1 
 +     ip address 172.16.28.23 255.255.254.0
      ip igmp      ip igmp
-     ipv6 enable +     jumbo
-     ipv6 address dhcp full+
      exit      exit
   vlan 500   vlan 500
      name "ServerVM"      name "ServerVM"
-     tagged 1/A4,2/A4+     tagged Trk1
      no ip address      no ip address
      ip igmp      ip igmp
 +     jumbo
      exit      exit
   vlan 501   vlan 501
      name "ServerStack"      name "ServerStack"
-     tagged 1/A4,2/A4+     tagged Trk1
      no ip address      no ip address
      ip igmp      ip igmp
 +     jumbo
      exit      exit
   vlan 502   vlan 502
      name "ISP1"      name "ISP1"
-     tagged 1/A4,2/A4+     tagged Trk1
      no ip address      no ip address
      ip igmp      ip igmp
 +     jumbo
      exit      exit
   vlan 503   vlan 503
      name "ISP2"      name "ISP2"
-     tagged 1/A4,2/A4+     tagged Trk1
      no ip address      no ip address
      ip igmp      ip igmp
 +     jumbo
      exit      exit
   vlan 504   vlan 504
      name "ISP3"      name "ISP3"
-     tagged 1/A4,2/A4+     tagged Trk1
      no ip address      no ip address
      ip igmp      ip igmp
 +     jumbo
      exit      exit
   vlan 505   vlan 505
      name "LAN-UTM"      name "LAN-UTM"
-     tagged 1/A4,2/A4+     tagged Trk1
      no ip address      no ip address
      ip igmp      ip igmp
 +     jumbo
      exit      exit
   vlan 506   vlan 506
      name "WIFI-AP"      name "WIFI-AP"
-     tagged 1/A4,2/A4+     tagged Trk1
      no ip address      no ip address
      ip igmp      ip igmp
 +     jumbo
      exit      exit
   vlan 507   vlan 507
      name "VIP"      name "VIP"
-     tagged 1/A4,2/A4+     tagged Trk1
      no ip address      no ip address
      ip igmp      ip igmp
 +     jumbo
      exit      exit
   vlan 508   vlan 508
      name "ST"      name "ST"
-     tagged 1/A4,2/A4+     tagged Trk1
      no ip address      no ip address
      ip igmp      ip igmp
 +     jumbo
      exit      exit
   vlan 509   vlan 509
      name "Staff"      name "Staff"
-     tagged 1/A4,2/A4+     tagged Trk1
      no ip address      no ip address
      ip igmp      ip igmp
 +     jumbo
      exit      exit
   vlan 510   vlan 510
      name "Teacher"      name "Teacher"
-     tagged 1/A4,2/A4+     tagged Trk1
      no ip address      no ip address
      ip igmp      ip igmp
 +     jumbo
      exit      exit
   vlan 511   vlan 511
      name "Students"      name "Students"
-     tagged 1/A4,2/A4+     tagged Trk1
      no ip address      no ip address
      ip igmp      ip igmp
 +     jumbo
      exit      exit
   vlan 512   vlan 512
      name "Accounting"      name "Accounting"
-     tagged 1/A4,2/A4+     tagged Trk1
      no ip address      no ip address
      ip igmp      ip igmp
 +     jumbo
      exit      exit
   vlan 513   vlan 513
      name "Printer"      name "Printer"
-     tagged 1/A4,2/A4+     tagged Trk1
      no ip address      no ip address
      ip igmp      ip igmp
 +     jumbo
      exit      exit
   vlan 514   vlan 514
      name "AC"      name "AC"
-     tagged 1/A4,2/A4+     tagged Trk1
      no ip address      no ip address
      ip igmp      ip igmp
 +     jumbo
      exit      exit
   vlan 515   vlan 515
      name "iDRAC"      name "iDRAC"
-     tagged 1/A4,2/A4+     tagged Trk1
      no ip address      no ip address
      ip igmp      ip igmp
 +     jumbo
      exit      exit
   vlan 516   vlan 516
      name "KVM"      name "KVM"
-     tagged 1/A4,2/A4+     tagged Trk1
      no ip address      no ip address
      ip igmp      ip igmp
 +     jumbo
      exit      exit
   vlan 517   vlan 517
      name "Guest"      name "Guest"
-     tagged 1/A4,2/A4+     tagged Trk1
      no ip address      no ip address
      ip igmp      ip igmp
 +     jumbo
      exit      exit
   vlan 518   vlan 518
      name "VoIP"      name "VoIP"
-     tagged 1/A4,2/A4+     tagged Trk1
      no ip address      no ip address
      ip igmp      ip igmp
 +     jumbo
      exit      exit
   vlan 519   vlan 519
      name "IoT"      name "IoT"
-     tagged 1/A4,2/A4+     tagged Trk1
      no ip address      no ip address
      ip igmp      ip igmp
 +     jumbo
      exit      exit
   vlan 520   vlan 520
      name "Cameras"      name "Cameras"
-     tagged 1/A4,2/A4+     tagged Trk1
      no ip address      no ip address
      ip igmp      ip igmp
 +     jumbo
      exit      exit
   vlan 521   vlan 521
      name "VC"      name "VC"
-     tagged 1/A4,2/A4+     tagged Trk1
      no ip address      no ip address
      ip igmp      ip igmp
 +     jumbo
      exit      exit
   vlan 522   vlan 522
      name "VPN"      name "VPN"
-     tagged 1/A4,2/A4+     tagged Trk1
      no ip address      no ip address
      ip igmp      ip igmp
 +     jumbo
      exit      exit
   vlan 523   vlan 523
      name "VLAN523"      name "VLAN523"
-     tagged 1/A4,2/A4+     tagged Trk1
      no ip address      no ip address
      ip igmp      ip igmp
 +     jumbo
      exit      exit
   vlan 524   vlan 524
      name "VLAN524"      name "VLAN524"
-     tagged 1/A4,2/A4+     tagged Trk1
      no ip address      no ip address
      ip igmp      ip igmp
 +     jumbo
      exit      exit
   vlan 525   vlan 525
      name "VLAN525"      name "VLAN525"
-     tagged 1/A4,2/A4+     tagged Trk1
      no ip address      no ip address
      ip igmp      ip igmp
 +     jumbo
      exit      exit
-  password manager +  spanning-tree Trk1 priority 4 
 +  spanning-tree config-name "sfeds-STP" 
 +  spanning-tree config-revision 1 
 +  spanning-tree mode rapid-pvst 
 +  spanning-tree vlan 1 priority 5 
 +  spanning-tree vlan 500 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 505 priority 5 
 +  spanning-tree vlan 506 priority 5 
 +  spanning-tree vlan 507 priority 5 
 +  spanning-tree vlan 508 priority 5 
 +  spanning-tree vlan 509 priority 5 
 +  spanning-tree vlan 510 priority 5 
 +  spanning-tree vlan 511 priority 5 
 +  spanning-tree vlan 512 priority 5 
 +  spanning-tree vlan 513 priority 5 
 +  spanning-tree vlan 514 priority 5 
 +  spanning-tree vlan 515 priority 5 
 +  spanning-tree vlan 516 priority 5 
 +  spanning-tree vlan 517 priority 5 
 +  spanning-tree vlan 518 priority 5 
 +  spanning-tree vlan 519 priority 5 
 +  spanning-tree vlan 520 priority 5 
 +  spanning-tree vlan 521 priority 5 
 +  spanning-tree vlan 522 priority 5 
 +  spanning-tree vlan 523 priority 5 
 +  spanning-tree vlan 524 priority 5 
 +  spanning-tree vlan 525 priority 5 
 +  spanning-tree priority 5  
 +  allow-unsupported-transceiver 
 +  no tftp server 
 +  loop-protect trap loop-detected 
 +  no autorun 
 +  no dhcp config-file-update  
 +  no dhcp image-file-update
  
 ---- ----
 ---- ----
- 
  
 ====== Other Commands ====== ====== Other Commands ======
  
- +  Aruba-Stack-2930M(config)#hostname "Aruba-Stack-2930M" 
-  Aruba-Stack-2930M(config)#hostname Aruba-Stack+  Aruba-Stack-2930M(config)#hostname "Aruba-2930M"
   Aruba-Stack-2930M(config)#interface vlan 1   Aruba-Stack-2930M(config)#interface vlan 1
   Aruba-Stack-2930M(config)#ip address 172.16.28.22 255.255.254.0   Aruba-Stack-2930M(config)#ip address 172.16.28.22 255.255.254.0
Line 973: Line 1201:
   Aruba-Stack-2930M#erase all   Aruba-Stack-2930M#erase all
      
 +  switch(config)# show vlan ports a1-a3 detail
 +  switch(config)# show vlan ports a1-a24
  
 ---- ----
aruba_networks/switch/2930m/2930m_backplane_stacking.1722351806.txt.gz · Last modified: 2024/07/30 10:03 by aperez

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki