Setup temporary bookstore register around campus

Problem Description : 

Setup a temporary network connection for bookstore register around campus for special events

 

 

 Resolution : 

 

An isolated vlan name vpos with tag ID of 200 is setup to allow bookstore registers to connect back to the bookstore servers. To setup network for register:

1 - Verify if vpos is setup on the switch where setting up. Should be vlan named vpos with tag ID of 200. Setup if needed by

1a - Telnet into the switch and login as admin

1b - Create vlan with command "create vlan vpos"

1c - Set tag ID with command "config vpos tag 200"

1d - Add uplink ports as tagged with command "config vpos add ports xx tagged"

2 - Assign patched port to vpos as untagged

2b - If needed, remove port from existing vlan with command "config vlan_name delete ports xx"

2c - Assign port with command "config vpos add ports xx untagged"

 

After event, delete patched port from vpos and reassign to the vlan it was assigned to (normally default).

 

 

 

 

 Revision Date : 9/14/2010