Product specifications
Customize the Uplink on the Dell Networking Switch
69
9. Type
Yes
.
Adding Ports Associated with a VLAN
To add ports associated with a VLAN:
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
int vlan x
(where x is the VLAN number).
6. Type
untagged gig 0/a-0/b (where a and b are the port numbers)
.
7. Type
exit
.
8. Type
exit
.
9. Type
wr mem
.
10. Type
Yes
.
Removing Ports Associated with a VLAN
To remove ports associated with a VLAN:
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
int vlan x
(where x is the VLAN number).
6. Type
no untagged gig 0/a-0/b (where a and b are the port numbers)
.
7. Type
exit
.
8. Type
exit
.
9. Type
wr mem
.
10. Type
Yes
.
Adding Ports Associated with a VLAN (N3024/N3048)
To add one 1 Gb port associated with a VLAN:
1. Hostname# configure
1. hostname(config)# interface gigabitethernet 1/0/1
2. Hostname(config-if-Gi1/0/1)# switchport mode access
3. Hostname(config-if-Gi1/0/1)# switchport access vlan 10
4. Hostname(config-if-Gi1/0/1)# spanning-tree portfast
5. Hostname(config-if-Gi1/0/1)# no shutdown
6. Hostname(config-if-Gi1/0/1)# exit