08-24-2023 09:42 PM
I'm stuck on a review topology lab. I've done everything per the lab instructions and more but can't seem to get this going. attached the lab and the pkt in a zipped file.
Any feedback would be highly appreciated. Thanks
Solved! Go to Solution.
08-25-2023 01:35 AM - edited 08-25-2023 01:39 AM
Hello @mrescalante,
Review the configuration of interfaces Gi0/1 - Gi0/2 on Switch S1 and Gi0/2 on Switch S2.
There are not in Trunk mode!
On S1:
interface giga 0/1
switchport mode trunk
no shut
idem to Gi 0/2
On S2:
interface giga 0/2
switchport mode trunk
no shut
After that DHCP is OK:
Do #show interface status on S1 and S2 to check the status and config ports. For example on S1 after Gi0/1 and 0/2 modifications:
08-25-2023 04:54 AM
Hi @mrescalante
Interfaces between switches and between switches and router always in trunk mode.
Another point is that you have a DHCP scope on the DNS server and the DHCP service is enable. This can cause the devices to get wrong IP address. As your assignment ask only for DHCP on the router, you should disable it.
08-25-2023 09:12 AM
On your router, look sub interface 0/0.99
Wrong mask!!! Put 255.255.255.0.
Thats why from pc vlan 20 you can not ping laptop 192.169.99.100.... this is out of /29 range!
08-25-2023 09:58 AM
You modify gig0/0 on Router?
Delete config under gi 0/0 and create sub interface gig 0/0.1 with this config:
encapsulation dot1q 1
ip add 192.168.1.1 255.255.255.0
No shut
08-25-2023 01:35 AM - edited 08-25-2023 01:39 AM
Hello @mrescalante,
Review the configuration of interfaces Gi0/1 - Gi0/2 on Switch S1 and Gi0/2 on Switch S2.
There are not in Trunk mode!
On S1:
interface giga 0/1
switchport mode trunk
no shut
idem to Gi 0/2
On S2:
interface giga 0/2
switchport mode trunk
no shut
After that DHCP is OK:
Do #show interface status on S1 and S2 to check the status and config ports. For example on S1 after Gi0/1 and 0/2 modifications:
08-25-2023 08:07 AM
Thank you!!!!
08-25-2023 08:22 AM
08-25-2023 04:54 AM
Hi @mrescalante
Interfaces between switches and between switches and router always in trunk mode.
Another point is that you have a DHCP scope on the DNS server and the DHCP service is enable. This can cause the devices to get wrong IP address. As your assignment ask only for DHCP on the router, you should disable it.
08-25-2023 08:07 AM
I'll fix these - thanks so much!
08-25-2023 09:12 AM
On your router, look sub interface 0/0.99
Wrong mask!!! Put 255.255.255.0.
Thats why from pc vlan 20 you can not ping laptop 192.169.99.100.... this is out of /29 range!
08-25-2023 09:51 AM - edited 08-25-2023 09:58 AM
Hi - can't send anymore private messages - reached the limit
ping to server 192.168.1.1 worked - thank you!!!
on S1
fa0/10 is server - accessing vlan 1
fa 0/24 is laptop - accessing vlan 99
think it's all good now
08-25-2023 09:58 AM
You modify gig0/0 on Router?
Delete config under gi 0/0 and create sub interface gig 0/0.1 with this config:
encapsulation dot1q 1
ip add 192.168.1.1 255.255.255.0
No shut
08-25-2023 09:59 AM
08-25-2023 10:01 AM
Perfect @mrescalante
Great news if it is OK now!
08-25-2023 10:06 AM
Please find here articles about Router on a Stick.
https://www.ciscopress.com/articles/article.asp?p=3089357&seqNum=5
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