08-02-2023 01:04 PM
what id do wrong here
is the problem is the subnet? what i need to do to fix it?
08-02-2023 01:19 PM
Hi
One way to fix it is using a different network. When you added 172.20.40.0 with mask 255.255.254.0 , the range goes from 172.20.40.0 up to 172.20.41.254, which overlaps with the IP address you tried to use 172.20.40.30.
To fix it use the follwing IP address
interface gi0/1.20
ip add 172.20.42.30 255.255.254.0
08-02-2023 02:01 PM
08-02-2023 02:16 PM
For 48 PC you can use 172.20.40.0/26
255.255.255.192
The range would be
172.20.40.1 up to 172.20.40.62
172.20.40.65 up to 172.20.40.126
So on so forth
08-02-2023 02:50 PM
08-02-2023 03:12 PM - edited 08-02-2023 03:23 PM
Yes you can. They give you /23 so that you can have planty of networks but you just need to break it.
share the project and I can help you. Just zip it to attach
For example, the Vlan 10
They are telling you that the network is 172.20.40.0 and they are saying that the range is from 1 up to 14, which gives you 16 hosts. For 16 hosts the mask is 255.255.255.240.
You just need to add this to the subinterface on the router
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