How do I set a network block to be unreachable?
Code: Select all
# DST-ADDRESS GATEWAY DISTANCE
0 A SU xxxx:xxxx:xxx::/48 1
/ipv6 route
add distance=1 dst-address=xxxx:xxxx:xxx::/48 type=unreachable
Options 6.x:
Code: Select all
bgp-as-path bgp-atomic-aggregate bgp-communities bgp-local-pref bgp-med bgp-origin bgp-prepend check-gateway comment copy-from disabled distance dst-address gateway route-tag scope target-scope type
[admin@MikroTik] /ipv6 route> add
Options 7.1rc4:
Code: Select all
blackhole check-gateway comment copy-from disabled distance dst-address gateway pref-src routing-table scope suppress-hw-offload target-scope vrf-interface
[admin@MikroTik] /ipv6/route> add
A function that I used very intensively no longer exists:
Code: Select all
/ip(v6) route check
In addition, in many places (or everywhere?) it no longer works by entering a question mark to display the available options. Does it work differently now?
6.x: 7.1rc4: