09-10-2024 12:49 AM
Hello,
If i have subnet 10.10.10.0/23 this mean :
My question is IP 10.10.11.0 is valid address?
Solved! Go to Solution.
09-10-2024 12:52 AM
since 10.10.11.0 is not network and not broadcast of 10.10.10.0/23 then you can use it
MHM
09-10-2024 12:52 AM
since 10.10.11.0 is not network and not broadcast of 10.10.10.0/23 then you can use it
MHM
09-10-2024 01:00 AM
Thanks for your confirmation. But are you ever use .0 as host ip address?
09-10-2024 01:05 AM
sure the mask /23 allow you to use .0
MHM
09-10-2024 02:04 AM
Command: ip subnet-zero
09-10-2024 03:07 AM
@hs08 wrote:
Hello,
If i have subnet 10.10.10.0/23 this mean :
- Network Addr is 10.10.10.0
- Broadcast Addr is 10.10.11.255
- Usable IP range from 10.10.10.1 - 10.10.11.254
My question is IP 10.10.11.0 is valid address?
yes....
09-10-2024 04:29 AM
"My question is IP 10.10.11.0 is valid address?"
As 10.10.11.0/23, as others have already noted, yes it is a valid "normal" IP address.
To be clear, it's easy to believe x.x.x.0 is "special", because of historic class C network address block allocations, but the real issue is the first IP within a network is also used as network address, which is confusing, but actually doesn't preclude using an IP like 10.10.11.0/24 as a host IP, but also historically, sometimes the first network IP was used as a network broadcast IP. So, we generally exclude using the first network block IP, the network address, except in the case of using a /31 or /32.
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