I have to do next task: connect three LAN networks with Cisco packet tracer. I have to use net addresses 192.168.0.0/24; 192.168.10.0/24; 192.168.20.0/24. When I am trying to set router address 192.168.0.0 and mask 255.255.255.0 I have error message for bad mask. How to solve that issue? My code:
Router>
Router>enable
Router#conf t
Router(config)#int fa 0/0
Router(config-if)#ip add 192.168.0.0 255.255.255.0
Bad mask /24 for address 192.168.0.0