Topics
  • Most Recent Stories
  • Trending Stories
  • Miscellaneous
  • CCIE
  • CCNA
  • Cisco
  • CCNP
  • Networking
  • Routing
  • Switch
  • OSPF
  • Microsoft
  • SAP
  • EIGRP
  • Route
  • Job
  • VPN
  • New
  • BGP
  • Firewall
  • RIP
  • MPLS
How can I make communication between Vlan 100 to vlan 50 ?

  • Total 3 Answers
  • 3069
author
,
CCNA Routing and Switching

On R0 make a sub interface of vlan 100 on interface fast 0/0  and on another router R1 make subinterface of vlan 50 of interface fast 0/0.

then do static routing between R0 and R1 

R0(config)#ip route 200.0.0.3 255.255.255.0 192.168.0.2

R1(config)#ip route 10.0.0.0 255.0.0.0 192.168.0.1