Help : Routing : Forwarding

The forwarding query provides access to routing tables that have been built up over time based on information in NetFlow or sFlow records.

The following parameters can be used to filter the routing table.

Note: In addition to form-based access, the routing query can be directly accessed from programs using the URL /its/query/RoutingTable.


router

Filter the routing table for entries for the specified router.


ifIndex

Filter the routing table for entries with the specified outbound ifIndex. This option is typically used in conjunction with a filter on the router to select routes that use a particular link.


nextHop

Filter the routing table for entries with the specified outbound next hop. This option is typically used in conjunction with a filter on the router to select routes that use a particular link.


asPath

Filter for entries that match a particular path or path fragment. For example,

-12 Destination AS must be 12.
12- Peer AS must be 12.
-12-15- Path must pass through AS 12 and AS 15.


destinationAddress

The routing table will be filtered to contain only the subnets which contain the provided destination IP address or domain name.


resultFormat

The following result formats are recognized:

  • csv Returns a plain text table of results with each field separated by a comma.
  • html Returns a formatted html table of results.