User Tools

Site Tools


general:network:frrouting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
general:network:frrouting [2021/05/10 07:25] – created sunkangeneral:network:frrouting [2021/05/10 07:26] sunkan
Line 1: Line 1:
 +Taken from frr-6.0.2/lib/zebra.h
 +Reordered them according to their value for easier reading 
 +
 <code> <code>
 /* Default Administrative Distance of each protocol. */ /* Default Administrative Distance of each protocol. */
Line 4: Line 7:
 #define ZEBRA_CONNECT_DISTANCE_DEFAULT     0 #define ZEBRA_CONNECT_DISTANCE_DEFAULT     0
 #define ZEBRA_STATIC_DISTANCE_DEFAULT      1 #define ZEBRA_STATIC_DISTANCE_DEFAULT      1
-#define ZEBRA_RIP_DISTANCE_DEFAULT       120 +#define ZEBRA_TABLE_DISTANCE_DEFAULT      15 
-#define ZEBRA_RIPNG_DISTANCE_DEFAULT     120+#define ZEBRA_EBGP_DISTANCE_DEFAULT       20
 #define ZEBRA_OSPF_DISTANCE_DEFAULT      110 #define ZEBRA_OSPF_DISTANCE_DEFAULT      110
 #define ZEBRA_OSPF6_DISTANCE_DEFAULT     110 #define ZEBRA_OSPF6_DISTANCE_DEFAULT     110
 #define ZEBRA_ISIS_DISTANCE_DEFAULT      115 #define ZEBRA_ISIS_DISTANCE_DEFAULT      115
 +#define ZEBRA_RIP_DISTANCE_DEFAULT       120
 +#define ZEBRA_RIPNG_DISTANCE_DEFAULT     120
 #define ZEBRA_IBGP_DISTANCE_DEFAULT      200 #define ZEBRA_IBGP_DISTANCE_DEFAULT      200
-#define ZEBRA_EBGP_DISTANCE_DEFAULT       20 
-#define ZEBRA_TABLE_DISTANCE_DEFAULT      15 
 </code> </code>
general/network/frrouting.txt · Last modified: 2021/05/10 08:52 by sunkan

Donate Powered by PHP Valid HTML5 Valid CSS Run on Debian Driven by DokuWiki