cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2730
Views
20
Helpful
6
Replies

VLAN configuration

arun panengal
Level 1
Level 1

4331 router ,

vlan 

command is un recognized from the global configuration mode.

Unable to create VLANS.

only

vlan-autoconfig 

command is available

2 Accepted Solutions

Accepted Solutions

Hello

This is a router not a L3 switch, if you want to using dot 1 tagging then i would say you need to apply sub interfaces

Example:

int x/x
Description vlan 1
ip address xxxxxx



int x/x.2
Description vlan 2
encapsulation dot1q 2
ip address xxxxxx



int x/x.3
Description vlan 3
encapsulation dot1q 3
ip address xxxxxx

etc..

Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

View solution in original post

balaji.bandi
Hall of Fame
Hall of Fame

4331 is Router, so it has routing features, until you have any Module (HWIC)Layer 2 switch port, the command not work ?

 

what are you trying to do ?

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

View solution in original post

6 Replies 6

Hello

This is a router not a L3 switch, if you want to using dot 1 tagging then i would say you need to apply sub interfaces

Example:

int x/x
Description vlan 1
ip address xxxxxx



int x/x.2
Description vlan 2
encapsulation dot1q 2
ip address xxxxxx



int x/x.3
Description vlan 3
encapsulation dot1q 3
ip address xxxxxx

etc..

Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

Wet wireless column configuration

balaji.bandi
Hall of Fame
Hall of Fame

4331 is Router, so it has routing features, until you have any Module (HWIC)Layer 2 switch port, the command not work ?

 

what are you trying to do ?

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Thanks much.Yes this was the issue. there was no layer 2 module. Thank you very much.

Translator
Community Manager
Community Manager
vlan-autoconfig 

Translator
Community Manager
Community Manager

Thank you for your help!