I want to create two IP addresses, 192.168.1.0/30 and 192.168.1.5.
Adding the first IP for the router port returns this error "Bad mask /30 for address 192.168.1.7":
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#in
Router(config)#interface fa 0/0
Router(config-if)#ip add
Router(config-if)#ip address 192.168.1.7 255.255.255.252
Bad mask /30 for address 192.168.1.7
Router(config-if)#