CertExams.com Simulator Lab Exercises Answers
Description: This exercise demonstrates the commands required to configure a port as a member of the VLAN.
Instructions:
1. Create VLAN by configuring the VLAN
2. Configure the interface port to be a member of the created VLAN
3.Verify using show command
user@SW1>configure
[edit]
user@SW1#set vlans marketing vlan-id 10
[edit]
user@SW1#set interfaces ge-0/0/1 unit 0 family ethernet-switching
vlan members marketing
[edit]
user@SW1#commit
[edit]
user@SW1#exit
user@SW1>show vlans