Hi rparthi,
See the output of commands:
hnsa@FW_A06_MGT_002> show route | no-more
inet.0: 5 destinations, 5 routes (5 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
0.0.0.0/0 *[Static/5] 00:29:32
> to 192.168.255.219 via fe-0/0/0.0
192.168.5.215/32 *[Local/0] 1d 23:44:55
Reject
192.168.11.214/32 *[Local/0] 1d 23:44:55
Reject
192.168.255.0/24 *[Direct/0] 1d 23:44:48
> via fe-0/0/0.0
192.168.255.213/32 *[Local/0] 1d 23:44:55
Local via fe-0/0/0.0
MGT_HS.inet.0: 4 destinations, 4 routes (4 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
192.168.30.0/24 *[Static/5] 1d 23:44:48
> to 192.168.1.255 via fe-0/0/7.0
192.168.0.0/22 *[Direct/0] 1d 23:44:48
> via fe-0/0/7.0
192.168.2.2/32 *[Local/0] 1d 23:44:55
Local via fe-0/0/7.0
192.168.3.254/32 *[Static/5] 19:37:02
> to 198.18.1.255 via fe-0/0/7.0
_______________________________________
hnsa@FW_A06_MGT_002> show configuration routing-options
static {
route 0.0.0.0/0 next-hop 192.168.255.219;
}
hnsa@FW_A06_MGT_002>
_________________________________________
hnsa@FW_A06_MGT_002> show configuration routing-instances
MGT_HS {
instance-type virtual-router;
interface fe-0/0/7.0;
routing-options {
static {
route 192.168.30.0/24 next-hop 192.168.1.255;
route 192.168.3.254/32 next-hop 192.168.1.255;
}
}
}
See the result about traceroute to 192.168.3.254:
hnsa@FW_A06_MGT_002> traceroute 192.168.3.254
traceroute to 192.168.3.254 (192.168.3.254), 30 hops max, 40 byte packets
1 192.168.255.219 (192.168.255.219) 4.031 ms 3.566 ms 2.837 ms
2 192.168.3.254 (192.168.3.254) 3.112 ms 3.557 ms *
hnsa@FW_A06_MGT_002>
Tks,