AndreL wrote: » Why can't I add this address to int vlan 10? int vlan 10 ip address 10.1.10.0 255.255.255.0 result is "Bad mask /24 for address 10.1.10.0" I added "ip subnet-zero" and it still won't work. here are the responses "It´s a trivial issue because we usually set the network address instead of port address. 10.1.10.0 network address. 10.1.10.1 port address" and The valid range for the /24 is 10.1.10.1-254. 10.1.10.0 is your network address and 10.1.10.255 is the broadcast address. I can see it as that it is a network address but he did issue a ip subnet-zero so why did that not take care of it.
S1(config)#no ip subnet-zero S1(config)#int vlan 10 S1(config-if)#ip add 192.168.1.1 255.255.255.192 Bad mask /26 for address 192.168.1.1
S1(config-if)#exit S1(config)#ip subnet-zero S1(config)#int vlan 10 S1(config-if)#ip add 192.168.1.1 255.255.255.192 S1(config-if)#