Configuring the access switch

Procedure
  1. Access the prompt on the access switch:
    switch# config
  2. If the switch does not have a hostname, create one:
    switch(config)# hostname <HOSTNAME>
  3. Create an LACP:
    switch(config)# trunk a3,a4 trk1 lacp
  4. Create a VLAN:
    switch(config)# vlan 11
  5. If you plan to have multiple access switches in your topology, repeat the previous steps.
  6. Verify the running configuration:
    switch# show running-config