forked from networktocode/ntc-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BugFix: IOS - show_ip_bgp - Account for VRF info within routing table (…
- Loading branch information
1 parent
05f17ff
commit 2618b8a
Showing
3 changed files
with
70 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
BGP table version is 17, local router ID is 1.1.1.1 | ||
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, | ||
r RIB-failure, S Stale, m multipath, b backup-path, f RT-Filter, | ||
x best-external, a additional-path, c RIB-compressed, | ||
Origin codes: i - IGP, e - EGP, ? - incomplete | ||
RPKI validation codes: V valid, I invalid, N Not found | ||
|
||
Network Next Hop Metric LocPrf Weight Path | ||
Route Distinguisher: 100:100 (default for vrf part) | ||
*> 11.11.11.11/32 0.0.0.0 0 32768 i | ||
*> 11.11.11.12/32 0.0.0.0 0 32768 i | ||
*> 11.11.11.13/32 0.0.0.0 0 32768 i | ||
*> 11.11.11.14/32 0.0.0.0 0 32768 i | ||
*> 11.11.11.15/32 0.0.0.0 0 32768 i | ||
|
||
Total number of prefixes 5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
--- | ||
parsed_sample: | ||
- status: "*" | ||
path_selection: ">" | ||
route_source: " " | ||
network: "11.11.11.11/32" | ||
next_hop: "0.0.0.0" | ||
metric: "0" | ||
local_pref: "" | ||
weight: "32768" | ||
as_path: "" | ||
origin: "i" | ||
- status: "*" | ||
path_selection: ">" | ||
route_source: " " | ||
network: "11.11.11.12/32" | ||
next_hop: "0.0.0.0" | ||
metric: "0" | ||
local_pref: "" | ||
weight: "32768" | ||
as_path: "" | ||
origin: "i" | ||
- status: "*" | ||
path_selection: ">" | ||
route_source: " " | ||
network: "11.11.11.13/32" | ||
next_hop: "0.0.0.0" | ||
metric: "0" | ||
local_pref: "" | ||
weight: "32768" | ||
as_path: "" | ||
origin: "i" | ||
- status: "*" | ||
path_selection: ">" | ||
route_source: " " | ||
network: "11.11.11.14/32" | ||
next_hop: "0.0.0.0" | ||
metric: "0" | ||
local_pref: "" | ||
weight: "32768" | ||
as_path: "" | ||
origin: "i" | ||
- status: "*" | ||
path_selection: ">" | ||
route_source: " " | ||
network: "11.11.11.15/32" | ||
next_hop: "0.0.0.0" | ||
metric: "0" | ||
local_pref: "" | ||
weight: "32768" | ||
as_path: "" | ||
origin: "i" |