File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
docs/configuration/system Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,20 @@ System configuration commands
27
27
28
28
Use this command to use Layer 4 information for IPv4 ECMP hashing.
29
29
30
+ .. cfgcmd :: set system ip import-table <table-id>
31
+
32
+ Use this command to immport the table, by given table id, into the main RIB.
33
+
34
+ .. cfgcmd :: set system ip import-table <table-id> distance <distance>
35
+
36
+ Use this command to override the default distance when importing routers
37
+ from the alternate table.
38
+
39
+ .. cfgcmd :: set system ip import-table <table-id> route-map <route-map>
40
+
41
+ Use this command to filter routes that are imported into the main table
42
+ from alternate table using route-map.
43
+
30
44
Zebra/Kernel route filtering
31
45
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
32
46
You can’t perform that action at this time.
0 commit comments