cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
406
Views
0
Helpful
0
Replies

InterVLAN

KaMaLoRa
Level 1
Level 1

Hello Good day. I am configuring InterVLAN Router on Stick wherein I encountered unsuccessful pings. There are two switches connected to a one router. Each switch has three connected host. I think I'm having a problem with the network address since it is different from one another. I try to change it but I encountered overlapping issues. Can someone help me to figure it out? Thank you and God Bless.

Untitled.png

VLAN

configure terminal
vlan 10
name InformationTechnology
interface vlan 10
interface range fa0/1-6
switchport access vlan 10

vlan 20
name HumanResources
interface vlan 20
interface range fa0/7-15
switchport access vlan 20
exit

vlan 30
name ClinicManagement
interface vlan 30
interface range fa0/16-24
switchport access vlan 30
exit

copy r s

INTERVLAN
Information Technology
configure terminal
interface fa0/1
switchport mode trunk
switchport trunk native vlan 10
exit

interface fa0/2
switchport mode trunk
switchport trunk native vlan 10
exit

interface fa0/3
switchport mode trunk
switchport trunk native vlan 10
exit
exit
copy r s

Human Resources
configure terminal
interface fa0/2
switchport mode trunk
switchport trunk native vlan 10
exit
exit
copy r s

Clinic Management
configure terminal
interface fa0/3
switchport mode trunk
switchport trunk native vlan 10
exit
exit
copy r s

Main
configure terminal
interface fa0/0.10
encapsulation dot1Q 10 native
ip address 10.0.0.1 255.0.0.0
no shut
exit

interface fa0/0.20
encapsulation dot1Q 20
ip address 11.0.0.1 255.0.0.0
interface fa0/0.30
exit

interface fa0/0.30
encapsulation dot1Q 30
ip address 12.0.0.1 255.0.0.0
exit
exit
copy r s

0 Replies 0