cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
735
Views
9
Helpful
2
Replies

No ISL VLAN IDs 1-4094 under config terminal

nelba.aldovino
Level 1
Level 1

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.

missing vlan.jpg

1 Accepted Solution

Accepted Solutions

Peter Paluch
Cisco Employee
Cisco Employee

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

View solution in original post

2 Replies 2

Peter Paluch
Cisco Employee
Cisco Employee

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

Thank you very much.

Review Cisco Networking for a $25 gift card