This blog contains the commands in relation to VLAN configuration on EXOS switch.
> Create a vlan, Test and tag 300
Summit-PC.42 # create vlan Test
Summit-PC.42 # create vlan Test
Summit-PC.43 # configure vlan "Test" tag 300
> Add IP address to the created VLAN
Summit-PC.44 # configure vlan "Test" ipaddress 192.168.1.1/24
> Assign the created VLAN to a port
Summit-PC.45 # configure vlan "Test" add ports 2
Summit-PC.45 # configure vlan "Test" add ports 2
this is similar to switchport mode access in Cisco
> To delete a VLAN
Summit-PC.4 # delete vlan "Test"
> To trunk a port
Summit-PC.24 # configure vlan "Finance" add ports 1 tagged
Summit-PC.24 # configure vlan "Engineering" add ports 1 tagged
> To view the VLAN summary
Summit-PC.19 # show vlan
> To verify the VLAN configuration
Summit-PC.21 # show configuration "vlan"
0 Comments