06-30-2015 08:03 AM - edited 03-08-2019 12:46 AM
Dear Support,
I want to setup the VLAN architecture below:
10 VOIP active Gi0/1, Gi0/2, Gi0/3, Gi0/4
Gi0/5, Gi0/6, Gi0/7, Gi0/8
VLAN 10 is already configured. Now I want to make the communication between VLAN 10 and default VLAN.
Thank in advance!
06-30-2015 09:06 AM
Hi,
I would assume that those two switches have VLAN1,VLAN10 configured. You will have to create sub interfaces on the router to pass the VLAN tagging, and route between the routers in Layer-3.
g1
06-30-2015 09:16 AM
Hi Jowonpark,
How to create sub interfaces on the router for VLAN tagging?
I have only 2 interfaces on my router
ESN-HQ#sh ip int brief
Interface IP-Address OK? Method Status Prot
ocol
FastEthernet0/0 192.168.190.1 YES NVRAM up up
FastEthernet0/1 172.16.1.6 YES NVRAM up up
ESN-HQ#
06-30-2015 09:50 AM
Here is an example
interface fa 0/0
no shut
exit
interface fa0/0.1
encap dot1q 1
ip address X.X.X.X X.X.X.X
exit
interface fa 0/0.10
encapsulation dot1q 10
ip address X.X.X.X X.X.X.X
Hope it helps.
g1
06-30-2015 09:55 AM
Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
interface FastEthernet0/0
ip address 192.168.190.1 255.255.255.0
interface FastEthernet0/0.10
encapsulation dot1Q 10
ip address x.x.x.x y.y.y.y
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