beautypg.com

Allied Telesis AT-S83 User Manual

Page 372

background image

Chapter 18: Sample Configurations

372

5. Create VLAN 3.

switch(config-vlan)#vlan 3

By default, VLAN 3 is enabled.

6. Create VLAN 4.

switch(config-vlan)#vlan 4

By default, VLAN 4 is enabled.

7. Exit the VLAN mode and enter the Configuration Terminal mode:

switch(config-vlan)#exit

8. Enter the Interface mode and configure interface 1:

switch(config-vlan)#interface xe1

The commands following this command apply to interface 1 only.

9. Assign interface 1 to access mode which permits a single untagged

VLAN:

switch(config-if)# switchport mode access

10. Assign VLAN 4 to access mode on interface 1:

switch(config-if)# switchport access vlan 4

This is an untagged VLAN.

11. Exit the VLAN mode and enter the Configuration Terminal mode:

switch(config-vlan)#exit

12. Enter the Interface mode and configure interface 2:

switch(config)# interface xe2

The commands following this command apply to this interface only.

13. Assigns VLAN 4 to interface 2.

switch(config-if)#switch access vlan 4

This is an untagged VLAN.

14. Exit the VLAN mode and enter the Configuration Terminal mode:

switch(config-if)#exit