Is it possible (and correct) to configure one single IP with several subnets?
For example:
ip subnet
172.30.176.17 172.30.176.0/23
172.30.176.17 172.30.176.0/24
Is this a valid and sound configuration?
Is it possible (and correct) to configure one single IP with several subnets?
For example:
ip subnet
172.30.176.17 172.30.176.0/23
172.30.176.17 172.30.176.0/24
Is this a valid and sound configuration?
Sure, it's technically possible in some implementations, but there's really no good reason to do it.
Why not? You can configure multiple networks with one IP, but don't forget about route metrics (smaller network have better metric)