cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1073
Views
0
Helpful
3
Replies

Catalyst 9300 and overlapping subnets

Hi,

I would like to know if it's possible through multi vrf, nat, to connect 3 identical subnets to a catalyst 9300. My goal is to manage these platforms from a unique subnet with desktops.

 

Dessin2.jpg

I have tried to configure the Catalyst 9300 to test this, but it's a native network essentials switch and even if i get an evaluation license of Network advantage, not sure it's work as some commands are missing (ex : "ip vrf" is unknown in interfaces). 

 

3 Replies 3

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello didier.martin@arumtec.net ,

new VRF syntax is IPv4 / IPv6 agnostic on interfaces

try to use

vrf definition NAME

address-family ipv4 unicast

rd 100:100

route-target 100:100 both

 

 

int gi0/x

no switchport

vrf forwarding NAME

ip address 10.x.y.z 255.255.255.0

 

or on an SVI

 

Hope to help

Giuseppe

 

 

Thank you. It corrects the configuration of my vrf. But is my goal is doable ? Is there an example of this kind of configuration ?

Hello Didier,

with the external router available that performs NAT you should be able to achieve your goal.

without the external router I would say it is not possible.

 

You should use three dedicated pools for each VLAN and you should have a subinterface for each VRF to connect to the Cat9300.

From the devices on the left they should point to the "global IP address" and then the router should be able to translate to the correct inside address.

as a first attempt you could try to use static NAT statements.

 

Hope to help

Giuseppe

 

Review Cisco Networking for a $25 gift card