05-20-2013 03:02 AM - edited 03-04-2019 07:56 PM
Hi All,
Good Day!
Just want to ask again for your help.
I'am configuring Cisco 2801 but when I command the interface Vlan the ord vlan is not recognize.
Is there any missing command?
Please help!
Attach is the screen shot.
Solved! Go to Solution.
05-20-2013 03:47 AM
Hello,
On 2801 routers, the interface Vlan command would be accepted only if you had a switching module, such as EHWIC-4ESW, installed in the router.
If you want to use VLANs on your physical Fa0/0 and Fa0/1 ports, you simply create subinterfaces like this:
interface FastEthernet0/0
no shutdown ! Do not forget to activate the interface
!
interface FastEthernet0/0.11 ! The number .11 is arbitrary - from 1 upwards, not related to VLAN ID
encapsulation dot1q 11 ! This is the VLAN ID this subinterface is created for
ip address ...
Best regards,
Peter
05-20-2013 03:47 AM
Hello,
On 2801 routers, the interface Vlan command would be accepted only if you had a switching module, such as EHWIC-4ESW, installed in the router.
If you want to use VLANs on your physical Fa0/0 and Fa0/1 ports, you simply create subinterfaces like this:
interface FastEthernet0/0
no shutdown ! Do not forget to activate the interface
!
interface FastEthernet0/0.11 ! The number .11 is arbitrary - from 1 upwards, not related to VLAN ID
encapsulation dot1q 11 ! This is the VLAN ID this subinterface is created for
ip address ...
Best regards,
Peter
05-20-2013 11:57 PM
Thank you very much.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide