Hello Alexander,
Thank you for your answer. As shown in my mail the routing configuration is as follow:
#show routing-options
static {
route 192.168.6.50/32 next-table PRA-MF.inet.0;
route 192.168.5.50/32 next-table PRA-MF.inet.0;
route 192.168.5.51/32 next-table PRA-MF.inet.0;
route 192.168.5.52/32 next-table PRA-MF.inet.0;
route 192.168.5.53/32 next-table PRA-MF.inet.0;
route 192.168.5.54/32 next-table PRA-MF.inet.0;
route 192.168.5.55/32 next-table PRA-MF.inet.0;
route 0.0.0.0/0 next-hop XXX.XXX.XXX.XXX; #This is the route to the internet
}
instance-import route-import-XXX-XXX-XXX;
#show routing-instances
PRA-MF {
description "PRA MATIGNON FINANCES";
instance-type virtual-router;
interface reth0.300;
interface reth0.301;
routing-options {
static {
route 0.0.0.0/0 next-hop XXX.XXX.XXX.XXX/XXX; #this is also the route to the internet, same as above
}
instance-import TO-PRA;
}
}
Do you have any idea what might be wrong with it?