0% found this document useful (0 votes)
143 views3 pages

Aruba Lab 11 VSF

1. The document describes steps to configure a VSF (Virtual Switching Framework) between two access switches (Access-1 and Access-2) and validate the configuration. This includes creating VSF links between the switches, renumbering one switch to member 2, disabling ports on member 2, and enabling uplinks and VLANs. 2. It then describes configuring distributed link aggregation (LAG) between member 2 of the VSF and an upstream switch, including creating LAG X1, associating physical ports to the LAG, and setting LACP parameters. 3. Validation steps include checking the ping from PC-3 to PC-4 is now successful after completing the configurations.

Uploaded by

malek
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
143 views3 pages

Aruba Lab 11 VSF

1. The document describes steps to configure a VSF (Virtual Switching Framework) between two access switches (Access-1 and Access-2) and validate the configuration. This includes creating VSF links between the switches, renumbering one switch to member 2, disabling ports on member 2, and enabling uplinks and VLANs. 2. It then describes configuring distributed link aggregation (LAG) between member 2 of the VSF and an upstream switch, including creating LAG X1, associating physical ports to the LAG, and setting LACP parameters. 3. Validation steps include checking the ping from PC-3 to PC-4 is now successful after completing the configurations.

Uploaded by

malek
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

Steps

PC-4
1. Open a console session to PC-4.
2. Run a continuous ping to 8.8.8.8. Ping should be successful.

Access-1
==================
3. Open a console session to Access-1.

4. Create VSF link 1 using port 1/1/28.

T11-Access-1# configure terminal


T11-Access-1(config)# vsf member 1
T11-Access-1(vsf-member-1)# link 1 1/1/28
T11-Access-1(vsf-member-1)# exit

Access-2
==================
5. Open a console session to Access-2.
6. Create VSF link 1 using ports 1/1/28.

T11-Access-2(config)# vsf member 1


T11-Access-2(vsf-member-1)# link 1 1/1/28
T11-Access-2(vsf-member-1)# exit

7. Renumber the switch to vsf member 2. You will be prompted to save configuration
and reboot the unit. Answer “y”.

T11-Access-2(config)# vsf renumber-to 2


y

8. Login with admin and no password.


T11-Access-2 login: admin

9. Move back to Access-1

Access-1
==================
T11-Access-1(config)# show vsf
T11-Access-1(config)# show vsf detail
T11-Access-1(config)# show vsf topology
T11-Access-1(config)# show vsf link
T11-Access-1(config)# show interface brief

PC-4
==================
15. Move back to PC-4.

Access-1
==================
16. Move back to Access-1.
17. Disable all Member 2’s ports but the VSF connections?

T11-Access-1(config)# interface 2/1/1-2/1/27


T11-Access-1(config-if-<2/1/1-2/1/27>)# shutdown
T11-Access-1(config-if-<2/1/1-2/1/27>)# exit

18. Enable Member 2’s uplinks to Core-1 and Core-2 and allow VLANs X11 and X12
(2/1/21 and 2/1/22).
T11-Access-1(config)# interface 2/1/21-2/1/22
T11-Access-1(config-if-<2/1/21-2/1/22>)# no shutdown
T11-Access-1(config-if-<2/1/21-2/1/22>)# vlan trunk allowed X11-X12
T11-Access-1(config-if-<2/1/21-2/1/22>)# exit

T11-Access-1(config)# interface 2/1/4


T11-Access-1(config-if)# no shutdown
T11-Access-1(config-if)# vlan access 712
T11-Access-1(config-if)# exit

20. Change the hostname to TX-Access-VSF.


T11-Access-1(config)# hostname TX-Access-VSF

PC-4
==================
21. Move back to PC-4.
Is the ping working now?

=======================================================
Task 2: Configure Distributed Link Aggregation.
=======================================================

PC-3
1. Access PC-3.
2. Run a continuous ping to PC-4 (10.X.12.104). Ping should be successful.

Access-VSF: Member 2
==================
3. Open a console session to Access-VSF: Member 2 (formerly known as Access-2).

member# ?
member# show ?
member# member 1
T11-Access-VSF#

7. Create lag X1
T11-Access-VSF# configure terminal
T11-Access-VSF(config)# interface lag X1
T11-Access-VSF(config-lag-if)# description TO_CORE-1
T11-Access-VSF(config-lag-if)# vlan trunk allowed X11-X12
T11-Access-VSF(config-lag-if)# lacp mode active
T11-Access-VSF(config-lag-if)# lacp rate fast
T11-Access-VSF(config-lag-if)# no shutdown
T11-Access-VSF(config-lag-if)# exit

8. Associate ports 1/1/21 and 2/1/21 to lag X1.

T11-Access-VSF(config)# interface 1/1/21


T11-Access-VSF(config-if)# lag X1
T11-Access-VSF(config-if)# exit
T11-Access-VSF(config)# int 2/1/21
T11-Access-VSF(config-if)# lag

You might also like