Product specifications

Customize the Uplink on the Dell Networking Switch
71
3. hostname(config)#
interface port-channel 1
4. Hostname(config-if-Po1)#
no shutdown
5. Hostname(config-if-Po1)#
switchport access vlan 10
6. Hostname(config-if-Po1)#
exit
7. hostname(config)#
interface range gi1/0/23-24
8. hostname(config-if)#
channel-group 1 mode on
9. hostname(config-if)#
switchport access vlan 10
10. hostname(config-if)#
exit
11. hostname(config)#
exit
12. hostname#
write
Creating a Link Aggregation (Other Dell Networking Switches)
To creating a link aggregation:
1. Use your terminal emulation or telnet into switch.
2. Type
en
.
3. You are prompted for a password, type
avid
.
4. Type
conf
.
5. Type
interface port-channel 10
.
6. Type
no shutdown
.
7. Type
switchport
.
8. Type
channel-member gig 0/22-23
.
9. Type
exit
.
10. Type
int vlan 10
.
11. Type
untagged port-channel 10
.
12. Type
exit
.
13. Type
exit
.
14. Type
wr mem
.
15. Type
Yes
.
Setting Up IP-Helper Addresses for DHCP (N3024/N3048 Switch)
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 or telnet into switch.
2. hostname#
configure
3. hostname(config)#
interface vlan 10
4. hostname(config-if-vlan10)#
ip helper-address 192.168.10.2