Product specifications
Adding Ports Associated to a VLAN
81
t 4900 — Telnet 192.168.255.253
t 4948 — Telnet 192.168.255.254
6. Enter the user name and password you might have set for the switch; see “Cisco Password” on page 76
.
Adding Ports Associated to a VLAN
To add a single port to a VLAN:
1. Use your terminal emulation program or telnet into switch.
2. SwitchHostName >
en
3. SwitchHostName #
conf t
4. SwitchHostName(config)#
int gigabitEthernet 1/x
(where x is the port number)
5. SwitchHostName(config-if-range)#
switchport mode access
6. SwitchHostName(config-if-range)#
switchport access vlan x
(where x is the VLAN to which you want
to assign)
7. SwitchHostName(config-if-range)#
exit
8. SwitchHostName(config)#
exit
.
9. SwitchHostName#
copy run start
To add multiple ports to a VLAN:
1. Use your terminal emulation program or telnet into switch.
2. SwitchHostName >
en
3. SwitchHostName #
conf t
4. SwitchHostName(config)#
int range gigabitEthernet 1/x-y
(where x and y are starting and ending
ports)
5. SwitchHostName(config-if-range)#
switchport mode access
6. SwitchHostName(config-if-range)#
switchport access vlan x
(where x is the VLAN to which you want
to assign)
7. SwitchHostName(config-if-range)#
exit
8. SwitchHostName(config)#
exit
.
9. SwitchHostName#
copy run start
Setting Up IP-Helper Addresses for DHCP
To use DHCP on the clients that are connected to the Avid Production switch you must add an IP Helper Address
to each VLAN. The IP Helper Address points the hosts to the DHCP Server that is on the house network.
To add an IP Helper Address:
1. Use your terminal emulation program or telnet into switch.
2. SwitchHostName >
en
3. SwitchHostName #
conf t
4. SwitchHostName(config)#
int vlan n
(where n is the VLAN)