| 1 | |||
| 2 | |||
| 3 | root@crpd1> configure | ||
| 4 | |||
| 5 | Entering configuration mode | ||
| 6 | |||
| 7 | |||
| 8 | root@crpd1> set interfaces eth1 unit 0 family inet address 10.0.2.2/24 | ||
| 9 | |||
| 10 | |||
| 11 | |||
| 12 | root@crpd1> set interfaces eth1 unit 0 family inet6 address fd00:3::2/64 | ||
| 13 | |||
| 14 | |||
| 15 | |||
| 16 | root@crpd1> set routing-options static route 100.65.0.0/24 next-hop 10.0.2.1 | ||
| 17 | |||
| 18 | |||
| 19 | |||
| 20 | root@crpd1> set routing-options static route 100.65.0.0/24 bfd-liveness-detection minimum-interval 1000 | ||
| 21 | |||
| 22 | |||
| 23 | |||
| 24 | root@crpd1> set routing-options static route 100.65.0.0/24 bfd-liveness-detection multiplier 3 | ||
| 25 | |||
| 26 | |||
| 27 | |||
| 28 | root@crpd1> set routing-options static route 100.65.0.0/24 bfd-liveness-detection no-adaptation | ||
| 29 | |||
| 30 | |||
| 31 | |||
| 32 | root@crpd1> set routing-options rib inet6.0 static route 3ffe::/64 next-hop fd00:3::1 | ||
| 33 | |||
| 34 | |||
| 35 | |||
| 36 | root@crpd1> set routing-options rib inet6.0 static route 3ffe::/64 bfd-liveness-detection minimum-interval 1000 | ||
| 37 | |||
| 38 | |||
| 39 | |||
| 40 | root@crpd1> set routing-options rib inet6.0 static route 3ffe::/64 bfd-liveness-detection multiplier 3 | ||
| 41 | |||
| 42 | |||
| 43 | |||
| 44 | root@crpd1> set routing-options rib inet6.0 static route 3ffe::/64 bfd-liveness-detection no-adaptation | ||
| 45 | |||
| 46 | |||
| 47 | |||
| 48 | root@crpd1> commit | ||
| 49 | |||
| 50 | commit complete | ||