Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Page Tree
expandCollapseAlltrue
rootRouting


/routing/id

Global Router ID election configuration. ID can be configured explicitly or set to be elected from one of the Routers IP addresses.

...

PropertyDescription
action (drop | lookup | lookup-only-in-table | unreachable)

An action to take on the matching packet:

  • drop - silently drop the packet.
  • lookup - perform lookup in routing tables.
  • lookup-only-in-table - perform lookup only in specified routing table (see table parameter).
  • unreachable - generate ICMP unreachable message and send it back to the source.
comment (string)
disabled (yes | no)Disabled rule is not used.
dst-address()Destination address of the packet to match.
interface (string)Incoming interface to match.
min-prefix (integer [0..4294967295])
routing-mark (string)
src-address (string)Source address of the packet to match.
table (name)Name of the routing table to use for lookup.

Read Next

...