aruba_networks:switch:2930m:2930m_backplane_stacking
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
aruba_networks:switch:2930m:2930m_backplane_stacking [2024/07/30 10:03] – aperez | aruba_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)# | Aruba-Stack-2930M(config)# | ||
Aruba-Stack-2930M(config)# | Aruba-Stack-2930M(config)# | ||
+ | |||
+ | |||
+ | Example2: | ||
+ | |||
+ | Aruba-Stack-2930M(config)# | ||
+ | Aruba-Stack-2930M(config)# | ||
+ | Aruba-Stack-2930M(config)# | ||
+ | Aruba-Stack-2930M(config)# | ||
+ | Aruba-Stack-2930M(config)# | ||
+ | Aruba-Stack-2930M(config)# | ||
+ | Aruba-Stack-2930M(config)# | ||
+ | |||
+ | Aruba-Stack-2930M(config)# | ||
+ | | ||
+ | LACP | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | |||
+ | |||
**Tag VLAN over LACP port** | **Tag VLAN over LACP port** | ||
Line 502: | Line 528: | ||
Aruba-Stack-2930M(config)# | Aruba-Stack-2930M(config)# | ||
switch# show trunks | switch# show trunks | ||
- | Aruba-Stack-2930M(config)# | + | Aruba-Stack-2930M(config)# |
+ | | ||
LACP | LACP | ||
| | ||
| | ||
| | ||
- | Admin | + | Admin |
- | | + | |
| | ||
| | ||
- | 500 500 | + | 500 500 |
| | ||
- | 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 | ||
+ | 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 | + | ; hpStack_KB |
- | ; 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 | ||
- | | + | |
| | ||
| | ||
- | | + | |
| | ||
| | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
exit | exit | ||
hostname " | hostname " | ||
+ | console idle-timeout 7200 | ||
+ | console idle-timeout serial-usb 7200 | ||
+ | aruba-central disable | ||
+ | trunk 1/ | ||
banner motd " | banner motd " | ||
- | 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 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 | + | |
- | | + | 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/ | ||
+ | 1-4/ | ||
+ | jumbo ip-mtu 9180 | ||
+ | jumbo max-frame-size 9198 | ||
+ | include-credentials | ||
+ | password operator user-name " | ||
+ | " | ||
+ | password manager user-name " | ||
+ | " | ||
+ | password port-access plaintext " | ||
+ | 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 " | ||
+ | | ||
+ | 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 | + | |
- | | + | |
- | | + | |
- | | + | name " |
- | | + | |
- | interface | + | interface 2/A1 |
- | | + | |
- | | + | |
- | | + | interface 2/A3 |
- | | + | lacp key 500 |
+ | | ||
+ | | ||
+ | interface | ||
+ | | ||
+ | name " | ||
+ | | ||
+ | interface 4/A4 | ||
+ | lacp key 500 | ||
+ | | ||
+ | | ||
snmp-server community " | snmp-server community " | ||
+ | snmp-server enable traps mac-count-notify | ||
+ | snmpv3 engineid " | ||
+ | aaa authentication local-user " | ||
+ | " | ||
oobm | oobm | ||
ip address dhcp-bootp | ip address dhcp-bootp | ||
- | ipv6 enable | ||
- | ipv6 address dhcp full | ||
| | ||
ip address dhcp-bootp | ip address dhcp-bootp | ||
exit | exit | ||
| | ||
+ | ip address dhcp-bootp | ||
+ | exit | ||
+ | | ||
+ | ip address dhcp-bootp | ||
+ | exit | ||
+ | | ||
ip address dhcp-bootp | ip address dhcp-bootp | ||
exit | exit | ||
exit | exit | ||
+ | lldp enable-notification | ||
+ | | ||
vlan 1 | vlan 1 | ||
name " | name " | ||
- | | + | |
- | ip address 172.16.28.22 255.255.254.0 | + | |
+ | 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 " | name " | ||
- | | + | |
no ip address | no ip address | ||
ip igmp | ip igmp | ||
+ | jumbo | ||
exit | exit | ||
vlan 501 | vlan 501 | ||
name " | name " | ||
- | | + | |
no ip address | no ip address | ||
ip igmp | ip igmp | ||
+ | jumbo | ||
exit | exit | ||
vlan 502 | vlan 502 | ||
name " | name " | ||
- | | + | |
no ip address | no ip address | ||
ip igmp | ip igmp | ||
+ | jumbo | ||
exit | exit | ||
vlan 503 | vlan 503 | ||
name " | name " | ||
- | | + | |
no ip address | no ip address | ||
ip igmp | ip igmp | ||
+ | jumbo | ||
exit | exit | ||
vlan 504 | vlan 504 | ||
name " | name " | ||
- | | + | |
no ip address | no ip address | ||
ip igmp | ip igmp | ||
+ | jumbo | ||
exit | exit | ||
vlan 505 | vlan 505 | ||
name " | name " | ||
- | | + | |
no ip address | no ip address | ||
ip igmp | ip igmp | ||
+ | jumbo | ||
exit | exit | ||
vlan 506 | vlan 506 | ||
name " | name " | ||
- | | + | |
no ip address | no ip address | ||
ip igmp | ip igmp | ||
+ | jumbo | ||
exit | exit | ||
vlan 507 | vlan 507 | ||
name " | name " | ||
- | | + | |
no ip address | no ip address | ||
ip igmp | ip igmp | ||
+ | jumbo | ||
exit | exit | ||
vlan 508 | vlan 508 | ||
name " | name " | ||
- | | + | |
no ip address | no ip address | ||
ip igmp | ip igmp | ||
+ | jumbo | ||
exit | exit | ||
vlan 509 | vlan 509 | ||
name " | name " | ||
- | | + | |
no ip address | no ip address | ||
ip igmp | ip igmp | ||
+ | jumbo | ||
exit | exit | ||
vlan 510 | vlan 510 | ||
name " | name " | ||
- | | + | |
no ip address | no ip address | ||
ip igmp | ip igmp | ||
+ | jumbo | ||
exit | exit | ||
vlan 511 | vlan 511 | ||
name " | name " | ||
- | | + | |
no ip address | no ip address | ||
ip igmp | ip igmp | ||
+ | jumbo | ||
exit | exit | ||
vlan 512 | vlan 512 | ||
name " | name " | ||
- | | + | |
no ip address | no ip address | ||
ip igmp | ip igmp | ||
+ | jumbo | ||
exit | exit | ||
vlan 513 | vlan 513 | ||
name " | name " | ||
- | | + | |
no ip address | no ip address | ||
ip igmp | ip igmp | ||
+ | jumbo | ||
exit | exit | ||
vlan 514 | vlan 514 | ||
name " | name " | ||
- | | + | |
no ip address | no ip address | ||
ip igmp | ip igmp | ||
+ | jumbo | ||
exit | exit | ||
vlan 515 | vlan 515 | ||
name " | name " | ||
- | | + | |
no ip address | no ip address | ||
ip igmp | ip igmp | ||
+ | jumbo | ||
exit | exit | ||
vlan 516 | vlan 516 | ||
name " | name " | ||
- | | + | |
no ip address | no ip address | ||
ip igmp | ip igmp | ||
+ | jumbo | ||
exit | exit | ||
vlan 517 | vlan 517 | ||
name " | name " | ||
- | | + | |
no ip address | no ip address | ||
ip igmp | ip igmp | ||
+ | jumbo | ||
exit | exit | ||
vlan 518 | vlan 518 | ||
name " | name " | ||
- | | + | |
no ip address | no ip address | ||
ip igmp | ip igmp | ||
+ | jumbo | ||
exit | exit | ||
vlan 519 | vlan 519 | ||
name " | name " | ||
- | | + | |
no ip address | no ip address | ||
ip igmp | ip igmp | ||
+ | jumbo | ||
exit | exit | ||
vlan 520 | vlan 520 | ||
name " | name " | ||
- | | + | |
no ip address | no ip address | ||
ip igmp | ip igmp | ||
+ | jumbo | ||
exit | exit | ||
vlan 521 | vlan 521 | ||
name " | name " | ||
- | | + | |
no ip address | no ip address | ||
ip igmp | ip igmp | ||
+ | jumbo | ||
exit | exit | ||
vlan 522 | vlan 522 | ||
name " | name " | ||
- | | + | |
no ip address | no ip address | ||
ip igmp | ip igmp | ||
+ | jumbo | ||
exit | exit | ||
vlan 523 | vlan 523 | ||
name " | name " | ||
- | | + | |
no ip address | no ip address | ||
ip igmp | ip igmp | ||
+ | jumbo | ||
exit | exit | ||
vlan 524 | vlan 524 | ||
name " | name " | ||
- | | + | |
no ip address | no ip address | ||
ip igmp | ip igmp | ||
+ | jumbo | ||
exit | exit | ||
vlan 525 | vlan 525 | ||
name " | name " | ||
- | | + | |
no ip address | no ip address | ||
ip igmp | ip igmp | ||
+ | jumbo | ||
exit | exit | ||
- | | + | |
+ | | ||
+ | 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)# | |
- | Aruba-Stack-2930M(config)# | + | Aruba-Stack-2930M(config)# |
Aruba-Stack-2930M(config)# | Aruba-Stack-2930M(config)# | ||
Aruba-Stack-2930M(config)# | Aruba-Stack-2930M(config)# | ||
Line 973: | Line 1201: | ||
Aruba-Stack-2930M# | Aruba-Stack-2930M# | ||
| | ||
+ | switch(config)# | ||
+ | switch(config)# | ||
---- | ---- |
aruba_networks/switch/2930m/2930m_backplane_stacking.1722351838.txt.gz · Last modified: 2024/07/30 10:03 by aperez