I am trying to practice for CCNA however, I am stuck at building the initial network from scratch. I have my networks as follows
10.0.0.0 - 10.0.255.255
10.1.0.0 - 10.1.255.255
10.2.0.0 - 10.2.255.255
10.3.0.0 - 10.3.255.255
ect. I am using a 255.0.0.0 should I not be using this?
I am getting an error when trying to assign the IP addresses bad mask/30 for address 10.0.0.4
What does this mean? Do i need to use VLSM?
These are my recent commands
SHSS(config-if)#ip address 10.0.0.2 255.255.255.252
SHSS(config-if)#exit
SHSS(config)#int
SHSS(config)#interface s1/2
SHSS(config-if)#ip address 10.0.0.4 255.255.255.252
Bad mask /30 for address 10.0.0.4
SHSS(config-if)#