Created on 12-17-2021 11:11 AM Edited on 09-01-2022 08:53 AM By Anonymous
Description
This article describes how to view routing information.
Scope
FortiGate Routing
Solution
View routing information on FortiGate CLI
RIB vs FIB:
Routing Information Base (RIB):
Forwarding Information Base (FIB):
Viewing RIB in CLI:
FGT # get router info routing-table all Codes: K - kernel, C - connected, S - static, R - RIP, B - BGP O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default C 10.27.0.0/20 is directly connected, port2 C 10.32.0.0/20 is directly connected, port3 C 10.37.0.0/20 is directly connected, port4 O 10.143.0.0/20 [110/2] via 10.27.9.50, port2, 03:53:48 |
2 Ways of viewing FIB in CLI:
Forwarding table (Kernel routes/FIB)
1)
FGT # get router info kernel ... |
2)
FGT # diagnose ip route list tab=255 vf=0 scope=253 type=3 proto=2 prio=0 0.0.0.0/0.0.0.0/0->127.255.255.255/32 pref=127.0.0.1 gwy=0.0.0.0 dev=13(root) tab=255 vf=0 scope=253 type=3 proto=2 prio=0 0.0.0.0/0.0.0.0/0->169.254.0.64/32 pref=169.254.0.66 gwy=0.0.0.0 dev=20(havdlink1) tab=255 vf=0 scope=254 type=2 proto=2 prio=0 0.0.0.0/0.0.0.0/0->169.254.0.66/32 pref=169.254.0.66 gwy=0.0.0.0 dev=20(havdlink1) tab=255 vf=0 scope=253 type=3 proto=2 prio=0 0.0.0.0/0.0.0.0/0->169.254.0.127/32 pref=169.254.0.66 gwy=0.0.0.0 dev=20(havdlink1) tab=254 vf=0 scope=253 type=1 proto=2 prio=0 0.0.0.0/0.0.0.0/0->10.27.0.0/20 pref=10.27.11.96 gwy=0.0.0.0 dev=4(port2) tab=254 vf=0 scope=253 type=1 proto=2 prio=0 0.0.0.0/0.0.0.0/0->10.32.0.0/20 pref=10.32.11.96 gwy=0.0.0.0 dev=5(port3) tab=254 vf=0 scope=253 type=1 proto=2 prio=0 0.0.0.0/0.0.0.0/0->10.37.0.0/20 pref=10.37.11.96 gwy=0.0.0.0 dev=6(port4) tab=254 vf=0 scope=0 type=1 proto=11 prio=0 0.0.0.0/0.0.0.0/0->10.143.0.0/20 pref=0.0.0.0 gwy=10.27.9.50 dev=4(port2) tab=254 vf=0 scope=253 type=1 proto=2 prio=0 0.0.0.0/0.0.0.0/0->169.254.0.64/26 pref=169.254.0.66 gwy=0.0.0.0 dev=20(havdlink1) |
FIB Type ID: Type of routing connection
Type ID | Value |
1 | Unicast |
2 | Local |
3 | Broadcast |
4 | Anycast |
5 | Multicast |
6 | Blackhole |
7 | Unreachable |
8 | Prohibited |
FIB Proto ID: This indicates where the route came from
Proto ID | Source Protocol |
2 | Kernel |
11 | ZebOS |
14 | FortiOS |
15 | HA |
16 | Authentication-based |
17 | HA1 |
18 | HA Kernel Routes |
FIB Other Values:
tab= | table number (255 for unicast and 254 for multicast) |
vf= | VDOM index number |
prio= | Priority of the route, lower priorities are preferred |
pref= | Preferred next hop |
gwy= | Address of the gateway for the route |
dev= | Outgoing interface index |
Related KB articles:
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.