-
Notifications
You must be signed in to change notification settings - Fork 742
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cisco_xr): Updating bgp vrf all ipv4 unicast summary template to …
…add local as number (#1561) Co-authored-by: Guillaume MBali <[email protected]>
- Loading branch information
1 parent
ba17b09
commit fe6d6e3
Showing
3 changed files
with
32 additions
and
3 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
ntc_templates/templates/cisco_xr_show_bgp_vrf_all_ipv4_unicast_summary.textfsm
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
Value Required VRF (\S+) | ||
Value RD (\S+) | ||
Value STATE (\w+) | ||
Value LOCAL_AS_NUMBER (\S+) | ||
|
||
Start | ||
^BGP\s+VRF\s+${VRF},\s+state:\s+${STATE} | ||
^BGP Route Distinguisher:\s+${RD} -> Record | ||
|
||
|
||
^BGP Route Distinguisher:\s+${RD} | ||
^.*,\slocal\sAS\snumber\s${LOCAL_AS_NUMBER} -> Record |
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