cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
223
Views
3
Helpful
4
Replies

can we assign same subnet IP on same switch SVI and OOB Interface

hashimwajid1
Level 3
Level 3

Hi,

I've single subnet 10.10.10.0/24 and I want to assign IP to Catalyst 9300 dedicated OOB Management and In-Band SVI from same subnet.

SVI IP = 10.10.10.1

Dedicated OOB IP = 10.10.10.2

both IPs will configured on same switch but in different VRF. my question will it create any conflict or any issue in future??? or is it achievable?

 

 

 

 

1 Accepted Solution

Accepted Solutions

M02@rt37
VIP
VIP

Hello @hashimwajid1 

Thanks to VRF, yes, you can assign 2 IP from the same subnet to diferent interfaces on the same switch without a local conflict. Since each VRF has its own routing and ARP tables....

However, for devices "outside" the switch, you must carefully manage routing _ each VRF’s IP is only reachable via its own gateway, so reusing the same subnet can cause asymmetric routing or confusion.

For sure, the best approach is to keep OoB trafic on a separate subnet.

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

View solution in original post

4 Replies 4

M02@rt37
VIP
VIP

Hello @hashimwajid1 

Thanks to VRF, yes, you can assign 2 IP from the same subnet to diferent interfaces on the same switch without a local conflict. Since each VRF has its own routing and ARP tables....

However, for devices "outside" the switch, you must carefully manage routing _ each VRF’s IP is only reachable via its own gateway, so reusing the same subnet can cause asymmetric routing or confusion.

For sure, the best approach is to keep OoB trafic on a separate subnet.

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

M02@rt37 Is right and so are you. With the VRF it will not create a conflict as each VRF to include the global one maintains a separate routing table independent of each other. It doesn’t even have to be a different IP. The same IP can be used. You would just have to set it up where you can access both the global network and the VRF network.

-David

Joseph W. Doherty
Hall of Fame
Hall of Fame

As the others have already described, yes, using different VRFs you can have overlapping IP usage between different VRFs.

However, does doing this guarantee no issues, especially future issues?  Well, no, because it's up to you to avoid overlapping IP usage in the same L3 topology.  Although each VFR device has separate L3 information, it's possible to "leak" L3 information between VRFs and a non-VRF device could incorrectly join VRFs.

So, the important question, should you overlap IP address space?  I.e., just because you can, should you?

The correct answer is an "it depends".

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello @hashimwajid1 ,

it is technically possible, but on the long term assigning a dedicated IP subnet to the OOB management provides a clear design and it avoids any possible confusion anywhere.

Thanks to the use of dedicated VRFs it is easier to choice a new subnet.

Hope to help

Giuseppe