Intel 480T Switch User Manual


 
444
Intel
®
NetStructure 480T Routing Switch User Guide
Then convert each octet into a decimal value. (for example,
00000000.00000000.0000001.10010000 = 0.0.1.144).
Therefore, 400 = 0.0.1.144
VLANs
What if I cant add a port to a VLAN?
If you attempt to add a port to a VLAN and get an error message
similar to:
localhost:7 # configure vlan marketing add port
1,2
ERROR: Protocol conflict on port 1
you already have a VLAN using untagged traffic on a port. You
can only configure one VLAN using untagged traffic on a single
physical port.
Verify VLAN configuration by using this command:
show vlan <name>
The solution for this error is to remove ports 1 and 2 from the
VLAN currently using untagged traffic on those ports. If this were
the default VLAN, you would use the command:
localhost:23 # configure vlan default del port
1,2
This allows you to enter the previous command (without getting
an error message) as:
localhost:26 # configure vlan red add port 1,2