Juniper M10 Version :
Model: m10
JUNOS Base OS boot [8.4R4.2]
JUNOS Base OS Software Suite [8.4R4.2]
JUNOS Kernel Software Suite [8.4R4.2]
JUNOS Crypto Software Suite [8.4R4.2]
JUNOS Packet Forwarding Engine Support (M/T Common) [8.4R4.2]
JUNOS Packet Forwarding Engine Support (M5/M10) [8.4R4.2]
JUNOS Online Documentation [8.4R4.2]
JUNOS Routing Software Suite [8.4R4.2]
Purpose: Route a /24 to Mikrotik (as Router)
=========================================================
Juniper Configuration:
Routing-Options/Static
route 10.54.2.0/24 next-hop 10.54.100.132; > NOT WORK
=========================================================
Show Routing
ri1@RMP1# run show route 10.54.2.254
inet.0: 466646 destinations, 930897 routes (465709 active, 0 holddown, 14613 hidden)
+ = Active Route, – = Last Active, * = Both
10.54.2.0/24 *[Static/5] 00:02:09
> to 10.54.100.132 via ge-0/2/0.58
[edit routing-options static]
=========================================================
Traceroute from an outsider Host > LOOPING
> traceroute 10.54.2.254
traceroute to 10.54.2.1 (10.54.2.1), 64 hops max, 40 byte packets
1 iix-Gateway-1 (192.168.33.32) 0.527 ms 0.649 ms 0.261 ms > HOST GW
2 10.54.54.17 (10.54.54.17) 0.825 ms 0.769 ms 1.019 ms > JUNIPER M10
3 10.54.54.20 (10.54.54.20) 0.974 ms 0.931 ms 0.927 ms > HOST GW (REROUTE-BACK)
4 10.54.54.17 (10.54.54.17) 1.367 ms 1.226 ms 1.215 ms > JUNIPER M10
5 10.54.54.20 (10.54.54.20) 1.432 ms 1.450 ms 2.724 ms > HOST GW (REROUTE-BACK)
6 10.54.54.17 (10.54.54.17) 1.980 ms 1.639 ms 1.788 ms
7 10.54.54.20 (10.54.54.20) 1.583 ms 1.624 ms 1.517 ms
8 10.54.54.17 (10.54.54.17) 2.175 ms 2.124 ms 2.253 ms
9 10.54.54.20 (10.54.54.20) 2.023 ms 2.229 ms 2.198 ms
10 10.54.54.17 (10.54.54.17) 2.584 ms 2.338 ms 2.377 ms
11 10.54.54.20 (10.54.54.20) 2.429 ms 2.611 ms 2.511 ms
12 10.54.54.17 (10.54.54.17) 3.020 ms 2.842 ms 3.003 ms
13 10.54.54.20 (10.54.54.20) 2.788 ms 2.789 ms 2.699 ms
14 10.54.54.17 (10.54.54.17) 3.142 ms 3.227 ms^C
================================================================
WORKAROUND (1): Split /24 to longer > 25
route 10.54.2.128/25 next-hop 10.54100.132; > DOESN’T WORK EITHER
=================================================================
WORKAROUND (2): Split /24 to longer > 27
route 10.54.2.224/27 next-hop 10.54100.132; > WORK ???
> traceroute 10.54.2.254
traceroute to 10.54.2.254 (10.54.2.254), 64 hops max, 40 byte packets
1 iix-Gateway-1 (192.168.33.32) 0.634 ms 18.808 ms 0.495 ms > HOST-GW
2 10.54.54.17 (10.54.54.17) 0.994 ms 0.894 ms 0.909 ms > JUNIPER M10
3 10.54.2.254 (10.54.2.254) 1.048 ms 16.453 ms 20.530 ms > MIKROTIK (NAT) or 10.54.100.132
4 10.54.2.254 (10.54.2.254) 20.513 ms 20.023 ms 20.395 ms
> traceroute 10.54.2.251
traceroute to 10.54.2.251 (10.54.2.251), 64 hops max, 40 byte packets
1 iix-Gateway-1 (192.168.33.32) 0.650 ms 1.831 ms 0.448 ms
2 10.54.54.17 (10.54.54.17) 0.820 ms 0.904 ms 0.897 ms
3 10.54.2.251 (10.54.2.251) 0.893 ms 15.760 ms 19.418 ms
a. rahman isnaini r.sutan