01-17-2018 12:40 AM - edited 03-08-2019 01:27 PM
Hi all,
I am trying to configure a VLAN on a cisco 1921, however the usual
"conf t
vlan 20" does not work. The CLI tells me invalid input, however when i only put "vlan" without an id number it tells me incomplete command
Does anyone know of another way to create the a vlan? is anything restricting the vlan creation on such routers?
Thanks for your help!
Solved! Go to Solution.
01-17-2018 01:28 AM
Hello
You could create l3 interface for vlan 2 and trunk the switchport connecting to the rtr , but it al depends on where your perform your inter-vlan routing ( rtr or switch)
The below example shows the rtr doing it.
rtr
int gig0/0
no shut
int gig0/0.2
Description Vlan 2
encapsulation dot1q 2
ip address xxxx.xxxx
switch
conf t
vlan 2
int x/x
description link to rtr
switchport mode trunk
int x/x
description access-port
switchport host
switchport access vlan 2
res
Paul
01-17-2018 12:46 AM - edited 01-17-2018 12:46 AM
Hi
is there a switching module in it , as these routers are pure l3 , from memory there was no l2 ports just l3 and had to do router on stick before when there was no switching module in it for l2 ports
01-17-2018 01:08 AM
01-17-2018 01:19 AM
01-17-2018 01:28 AM
Hello
You could create l3 interface for vlan 2 and trunk the switchport connecting to the rtr , but it al depends on where your perform your inter-vlan routing ( rtr or switch)
The below example shows the rtr doing it.
rtr
int gig0/0
no shut
int gig0/0.2
Description Vlan 2
encapsulation dot1q 2
ip address xxxx.xxxx
switch
conf t
vlan 2
int x/x
description link to rtr
switchport mode trunk
int x/x
description access-port
switchport host
switchport access vlan 2
res
Paul
01-17-2018 01:54 AM
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