03-12-2022 01:44 PM - edited 03-14-2022 05:26 AM
i have been trying to finish this project for approx. 7 hours restarting and researching but nothing seems to help me establish a connection between vlan 10 and vlan 20 for example and make it able to ping successfully please help
Solved! Go to Solution.
03-12-2022 02:09 PM - last edited on 03-21-2022 01:06 PM by Translator
There is a Typo mistake in IP address i guess ( or am i misgendering this wrong ?)
On L3 Switch
Create a VLAN
config t
Vlan 10,20,30,99
!
Interface vlan 99
ip address 192.168.99.254 255.255.255.0
!
Interface vlan 10
ip address 192.168.XX.254 255.255.255.0 (if this /23 correct the subnet and IP)
!
Interface vlan 20
ip address 192.168.XX.254 255.255.255.0 (if this /24 correct the subnet and IP)
I
interface vlan 30
ip address 192.168.XX.254 255.255.255.0 (if this /24 correct the subnet and IP)
!
ip routing
On the Sw connected interface
interface fas x/x
switchport mode trunk
On the each switch side same access switch
config t
Vlan 10,20,30,99
!
Interface vlan 99
ip address 192.168.99.253 255.255.255.0
!
!
interface fas x/x
switchport mode trunk
!
where the devices connected configured as per the device role
Interface fas x/x (student)
switchport mode access
switchport access vlan 10
Interface fas x/x (Teacher)
switchport mode access
switchport access vlan 20
Interface fas x/x (Admin)
switchport mode access
switchport access vlan 30
03-12-2022 01:47 PM - edited 03-12-2022 02:33 PM
....
03-12-2022 02:22 PM - edited 03-12-2022 02:33 PM
....
03-12-2022 02:09 PM - last edited on 03-21-2022 01:06 PM by Translator
There is a Typo mistake in IP address i guess ( or am i misgendering this wrong ?)
On L3 Switch
Create a VLAN
config t
Vlan 10,20,30,99
!
Interface vlan 99
ip address 192.168.99.254 255.255.255.0
!
Interface vlan 10
ip address 192.168.XX.254 255.255.255.0 (if this /23 correct the subnet and IP)
!
Interface vlan 20
ip address 192.168.XX.254 255.255.255.0 (if this /24 correct the subnet and IP)
I
interface vlan 30
ip address 192.168.XX.254 255.255.255.0 (if this /24 correct the subnet and IP)
!
ip routing
On the Sw connected interface
interface fas x/x
switchport mode trunk
On the each switch side same access switch
config t
Vlan 10,20,30,99
!
Interface vlan 99
ip address 192.168.99.253 255.255.255.0
!
!
interface fas x/x
switchport mode trunk
!
where the devices connected configured as per the device role
Interface fas x/x (student)
switchport mode access
switchport access vlan 10
Interface fas x/x (Teacher)
switchport mode access
switchport access vlan 20
Interface fas x/x (Admin)
switchport mode access
switchport access vlan 30
03-12-2022 02:19 PM - last edited on 03-21-2022 01:05 PM by Translator
im not sure i understand this part
interface fas x/x
switchport mode trunk
!
where the devices connected configured as per the device role
Interface fas x/x (student)
switchport mode access
switchport access vlan 10
Interface fas x/x (Teacher)
switchport mode access
switchport access vlan 20
Interface fas x/x (Admin)
switchport mode access
switchport access vlan 30
03-12-2022 02:23 PM
This on no L3 Switch side config :
03-12-2022 02:26 PM
i have changed the ip addresses from 192.168.99.2 to 192.168.99.254 and now i seem to be able to ping all pc's!
without even doing anything else
03-12-2022 02:30 PM
Sure ..may we not have any visibility on what is configured on the devices. so that was my suggestion based on the information.
glad you able to resolve the issue or made a config as per your requirement.
03-13-2022 01:44 AM
i have one more question, what about the vlan 99 am i supposed to assign vlan 99 to the 3 switches like i did with the laptops?
03-13-2022 11:55 AM
If you like to manage all Switches, then Switch required some Layer 3 SVI, so extend the VLAN to Switches, and create 1 spare IP address to each switch to connect using SSH.
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