-1

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?

ptikobj
  • 131
  • 5

2 Answers2

3

Sure, it's technically possible in some implementations, but there's really no good reason to do it.

MDMarra
  • 100,734
  • 32
  • 197
  • 329
0

Why not? You can configure multiple networks with one IP, but don't forget about route metrics (smaller network have better metric)

Paul Rudnitskiy
  • 413
  • 2
  • 5