Inter partition Routing

Hello

I am trying to do a Inter partition Routing, i did two lv3 partitions, one partition has 1 port with the network 10.0.0.0/24 and the other partition has other port with the network 11.0.0.0/24 but when i do a ping it says network unreachable

!

partition P_IPSEC-1 id 5 application-type adc

!

partition P_VXLAN-1 id 6 application-type adc

!

!

interface management

 ip address 192.168.75.66 255.255.255.0

 ip default-gateway 192.168.75.1

!

interface ethernet 1

 enable

!

interface ethernet 2

 enable

!

interface loopback 1

 ip address 1.1.1.1 255.255.255.255

!

!

ip route 10.0.0.0 /24 partition P_VXLAN-1

!

ip route 11.0.0.0 /24 partition P_IPSEC-1

###########################

active-partition P_IPSEC-1

!

!

interface ethernet 2

 enable

 ip address 11.0.0.1 255.255.255.0

!

!

ip route 0.0.0.0 /0 partition shared

###########################

active-partition P_VXLAN-1

!

!

interface ethernet 1

 enable

 ip address 10.0.0.1 255.255.255.0

!

!

ip route 0.0.0.0 /0 partition shared

!

Tagged:

Comments

  • mdunnmdunn Member ✭✭

    Unfortunately, I do not believe inter-partition routing works in this fashion. Partition 5 cannot reach Partition 6 directly through Shared partition. Traffic will need to egress an ethernet interface and then ingress an ethernet interface for the traffic to forward to Partition 6.

Sign In or Register to comment.