We have vQFX deployed on EVE-NG server. The issue is in pinging our default gateway or other box (in the eve-ng or outside of eve-ng) doesn't work.
Samething works with bypass-routing command.
Works => ping bypass-routing routing-instance mgmt_junos 16.78.48.1
Doesn't work => ping 16.78.48.1
How device config output looks like below:
em0 {
unit 0 {
family inet {
address 16.78.49.53/20;
}
}
}
routing-options {
static {
route 0.0.0.0/0 next-hop 16.78.48.1;
}
}
mgmt_junos {
routing-options {
static {
route 0.0.0.0/0 next-hop 16.78.48.1;
}
}
description qfx-desc;
}
------------------------------
SHIKHA TANDON
------------------------------