Dell FCX624-I Laptop User Manual


  Open as PDF
of 1494
 
466 PowerConnect B-Series FCX Configuration Guide
53-1002266-01
Configuring protocol VLANs with dynamic ports
13
Configuration guidelines
You cannot dynamically add a port to a protocol VLAN if the port has any routing configuration
parameters. For example, the port cannot have a virtual routing interface, IP subnet address,
IPX network address, or AppleTalk network address configured on it.
Once you dynamically add a port to a protocol VLAN, you cannot configure routing parameters
on the port.
Dynamic VLAN ports are not required or supported on AppleTalk cable VLANs.
When protocol VLANs with dynamic ports are configured, the output of the show running-config
command in the Router image will show the “dynamic” keyword. In the Switch image, the
keyword is not shown in the output of the show running-config command.
Configuring an IP, IPX, or AppleTalk Protocol
VLAN with Dynamic Ports
To configure an IP, IPX, or AppleTalk protocol VLAN with dynamic ports, use the following method.
To configure port-based VLAN 10, then configure an IP protocol VLAN within the port-based VLAN
with dynamic ports, enter the following commands such as the following.
PowerConnect(config)# vlan 10 by port
PowerConnect(config-vlan-10)# untagged ethernet 1/1 to 1/6
added untagged port ethe 1/1 to 1/6 to port-vlan 30.
PowerConnect(config-vlan-10)# ip-proto name IP_Prot_VLAN
PowerConnect(config-vlan-10)# dynamic
PowerConnect(config)# write memory
Syntax: vlan <vlan-id> by port [name <string>]
Syntax: untagged ethernet [<slotnum>/]<portnum> to [<slotnum>/]<portnum>
or
Syntax: untagged ethernet [<slotnum>/]<portnum> ethernet [<slotnum>/]<portnum>
NOTE
Use the first untagged command for adding a range of ports. Use the second command for adding
separate ports (not in a range).
Syntax: ip-proto [name <string>]
Syntax: ipx-proto [name <string>]
Syntax: appletalk-cable-vlan <num> [name <string>]
Syntax: dynamic
The procedure is similar for IPX and AppleTalk protocol VLANs. Enter ipx-proto or atalk-proto instead
of ip-proto.
Configuring an IP subnet VLAN with dynamic ports
To configure port-based VLAN 10, then configure an IP subnet VLAN within the port-based VLAN
with dynamic ports, enter commands such as the following.