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

  • Total 3 Answers
  • 3709
author
,
CCNA Security

if you want to communicate vlan 100 to vlan 50 than you will have to configure the router on stick method   

Configuration on R1 router

R1(config)#interface fastEthernet 0/0

R1(config-subif)#no shutdown

R1(config-subif)#exit

R1(config)#interface fastEthernet 0/0.1

R1(config-subif)#encapsulation dot1Q 100

R1(config-subif)#ip address 10.0.0.1 255.255.255.0

R1(config-subif)#no shutdown

R1(config-subif)#exit

R1(config)#interface fastEthernet 0/0.2

R1(config-subif)#encapsulation dot1Q 200

R1(config-subif)#ip address 20.0.0.1 255.255.255.0

R1(config-subif)#no shutdown

R1(config-subif)#exit

R1(config)#ip route 100.0.0.0 255.255.255.0 192.168.1.2

R1(config)#ip route 200.0.0.0 255.255.255.0 192.168.1.2

 

Configuration on R2 router

R1(config)#interface fastEthernet 0/0

R1(config-subif)#no shutdown

R1(config-subif)#exit

R2(config)#interface fastEthernet 0/0.1

R2(config-subif)#encapsulation dot1Q 70

R2(config-subif)#ip address 100.0.0.1 255.255.255.0

R2(config-subif)#no shutdown

R2(config-subif)#exit

R2(config)#interface fastEthernet 0/0.2

R2(config-subif)#encapsulation dot1Q 50

R2(config-subif)#ip address 200.0.0.1 255.255.255.0

R2(config-subif)#no shutdown

R2(config-subif)#exit

R2(config)#ip route 10.0.0.0 255.255.255.0 192.168.1.1

R2(config)#ip route 20.0.0.0 255.255.255.0 192.168.1.1

ping 200.0.0.3

Whoops, looks like something went wrong.

1/1 ErrorException in Filesystem.php line 111: file_put_contents(/var/www/html/storage/framework/sessions/SlABCpYpvruXxZU4kiLQaEv0ErASZCLqNz9mb8lu): failed to open stream: No space left on device

  1. in Filesystem.php line 111
  2. at HandleExceptions->handleError(2, 'file_put_contents(/var/www/html/storage/framework/sessions/SlABCpYpvruXxZU4kiLQaEv0ErASZCLqNz9mb8lu): failed to open stream: No space left on device', '/var/www/html/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php', 111, array('path' => '/var/www/html/storage/framework/sessions/SlABCpYpvruXxZU4kiLQaEv0ErASZCLqNz9mb8lu', 'contents' => 'a:3:{s:6:"_token";s:40:"o8yuBKgATavPcKoYTahsxuP4QflQmbCYBoPXL6xM";s:9:"_previous";a:1:{s:3:"url";s:105:"http://www.networkbulls.com/how-can-i-make-communication-between-vlan-100-to-vlan-50/answer/arif-mohammad";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}', 'lock' => true))
  3. at file_put_contents('/var/www/html/storage/framework/sessions/SlABCpYpvruXxZU4kiLQaEv0ErASZCLqNz9mb8lu', 'a:3:{s:6:"_token";s:40:"o8yuBKgATavPcKoYTahsxuP4QflQmbCYBoPXL6xM";s:9:"_previous";a:1:{s:3:"url";s:105:"http://www.networkbulls.com/how-can-i-make-communication-between-vlan-100-to-vlan-50/answer/arif-mohammad";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}', 2) in Filesystem.php line 111
  4. at Filesystem->put('/var/www/html/storage/framework/sessions/SlABCpYpvruXxZU4kiLQaEv0ErASZCLqNz9mb8lu', 'a:3:{s:6:"_token";s:40:"o8yuBKgATavPcKoYTahsxuP4QflQmbCYBoPXL6xM";s:9:"_previous";a:1:{s:3:"url";s:105:"http://www.networkbulls.com/how-can-i-make-communication-between-vlan-100-to-vlan-50/answer/arif-mohammad";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}', true) in FileSessionHandler.php line 83
  5. at FileSessionHandler->write('SlABCpYpvruXxZU4kiLQaEv0ErASZCLqNz9mb8lu', 'a:3:{s:6:"_token";s:40:"o8yuBKgATavPcKoYTahsxuP4QflQmbCYBoPXL6xM";s:9:"_previous";a:1:{s:3:"url";s:105:"http://www.networkbulls.com/how-can-i-make-communication-between-vlan-100-to-vlan-50/answer/arif-mohammad";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}') in Store.php line 128
  6. at Store->save() in StartSession.php line 88
  7. at StartSession->terminate(object(Request), object(Response)) in Kernel.php line 216
  8. at Kernel->terminateMiddleware(object(Request), object(Response)) in Kernel.php line 187
  9. at Kernel->terminate(object(Request), object(Response)) in index.php line 58
  10. at require_once('/var/www/html/public/index.php') in index.php line 20