cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
864
Views
0
Helpful
1
Replies

how can I configure VLAN ID on the fastethernet port on the 7200 Router

zhangyingzb
Level 1
Level 1

how can I configure VLAN ID on the fastethernet port on the 7200 Router?

Example:I want to configure faste1/0 with tag vid=100,

which command can I use?

1 Reply 1

Aaron Harrison
VIP Alumni
VIP Alumni

Hi

The easiest way by far will be to enter the 'switchport mode access' and 'switchport access vlan 100' commands on the switch the router is attached to, and leave the router port without any knowledge of the VLANs...

If you want to use VLAN tagging on the 7200 FE port, then you would have to:

1) Set the switch port as a dot1q trunk port (so you still have to make changes to the switch).

2) Configure the FE port as a dot1q trunk - you need to create a subinterface for each VLAN, for example:

interface fastethernet 1/0.100

encapsulation dot1q 100

ip addr 10.0.0.11 255.0.0.0

Regards

Aaron

Please rate helpful posts...

Aaron Please remember to rate helpful posts to identify useful responses, and mark 'Answered' if appropriate!