Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement - EOS - Allow show bgp summary to be used for show bgp evpn summary #522

Merged
merged 2 commits into from
Oct 30, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/index
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ arista_eos_show_mac_address-table.template, .*, arista_eos, sh[[ow]] m[[ac]] ad[
arista_eos_show_ip_ospf_database.template, .*, arista_eos, sh[[ow]] i[[p]] o[[spf]] data[[base]]
arista_eos_show_ip_ospf_neighbor.template, .*, arista_eos, sh[[ow]] i[[p]] o[[spf]] nei[[ghbor]]
arista_eos_show_ip_access-lists.template, .*, arista_eos, sh[[ow]] i[[p]] acce[[ss-lists]]
arista_eos_show_ip_bgp_summary.template, .*, arista_eos, sh[[ow]] i[[p]] bg[[p]] su[[mmary]]
arista_eos_show_ip_bgp_summary.template, .*, arista_eos, sh[[ow]] (?:i[[p]] bg[[p]]|bg[[p]] ev[[pn]]) su[[mmary]]
arista_eos_show_isis_neighbors.template, .*, arista_eos, sh[[ow]] isis ne[[ighbors]]
arista_eos_show_lldp_neighbors.template, .*, arista_eos, sh[[ow]] ll[[dp]] nei[[ghbors]]
arista_eos_show_snmp_community.template, .*, arista_eos, sh[[ow]] sn[[mp]] com[[munity]]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
---
parsed_sample:
- router_id: "10.0.250.1"
local_as: "65000"
vrf: "default"
bgp_neigh: "10.0.250.11"
neigh_as: "65001"
msg_rcvd: "8"
msg_sent: "8"
in_queue: "0"
out_queue: "0"
up_down: "00:04:09"
state: "Estab"
state_pfxrcd: "0"
state_pfxacc: "0"
- router_id: "10.0.250.1"
local_as: "65000"
vrf: "default"
bgp_neigh: "10.0.250.12"
neigh_as: "65001"
msg_rcvd: "8"
msg_sent: "8"
in_queue: "0"
out_queue: "0"
up_down: "00:03:54"
state: "Estab"
state_pfxrcd: "0"
state_pfxacc: "0"
- router_id: "10.0.250.1"
local_as: "65000"
vrf: "default"
bgp_neigh: "10.0.250.13"
neigh_as: "65002"
msg_rcvd: "8"
msg_sent: "8"
in_queue: "0"
out_queue: "0"
up_down: "00:04:08"
state: "Estab"
state_pfxrcd: "0"
state_pfxacc: "0"
- router_id: "10.0.250.1"
local_as: "65000"
vrf: "default"
bgp_neigh: "10.0.250.14"
neigh_as: "65002"
msg_rcvd: "8"
msg_sent: "8"
in_queue: "0"
out_queue: "0"
up_down: "00:04:09"
state: "Estab"
state_pfxrcd: "0"
state_pfxacc: "0"
- router_id: "10.0.250.1"
local_as: "65000"
vrf: "default"
bgp_neigh: "10.0.250.15"
neigh_as: "65003"
msg_rcvd: "8"
msg_sent: "8"
in_queue: "0"
out_queue: "0"
up_down: "00:04:07"
state: "Estab"
state_pfxrcd: "0"
state_pfxacc: "0"
- router_id: "10.0.250.1"
local_as: "65000"
vrf: "default"
bgp_neigh: "10.0.250.16"
neigh_as: "65003"
msg_rcvd: "9"
msg_sent: "8"
in_queue: "0"
out_queue: "0"
up_down: "00:04:12"
state: "Estab"
state_pfxrcd: "0"
state_pfxacc: "0"
- router_id: "10.0.250.1"
local_as: "65000"
vrf: "default"
bgp_neigh: "10.0.250.17"
neigh_as: "65004"
msg_rcvd: "8"
msg_sent: "8"
in_queue: "0"
out_queue: "0"
up_down: "00:03:57"
state: "Estab"
state_pfxrcd: "0"
state_pfxacc: "0"
- router_id: "10.0.250.1"
local_as: "65000"
vrf: "default"
bgp_neigh: "10.0.250.18"
neigh_as: "65004"
msg_rcvd: "8"
msg_sent: "8"
in_queue: "0"
out_queue: "0"
up_down: "00:03:57"
state: "Estab"
state_pfxrcd: "0"
state_pfxacc: "0"
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
BGP summary information for VRF default
Router identifier 10.0.250.1, local AS number 65000
Neighbor Status Codes: m - Under maintenance
Neighbor V AS MsgRcvd MsgSent InQ OutQ Up/Down State PfxRcd PfxAcc
10.0.250.11 4 65001 8 8 0 0 00:04:09 Estab 0 0
10.0.250.12 4 65001 8 8 0 0 00:03:54 Estab 0 0
10.0.250.13 4 65002 8 8 0 0 00:04:08 Estab 0 0
10.0.250.14 4 65002 8 8 0 0 00:04:09 Estab 0 0
10.0.250.15 4 65003 8 8 0 0 00:04:07 Estab 0 0
10.0.250.16 4 65003 9 8 0 0 00:04:12 Estab 0 0
10.0.250.17 4 65004 8 8 0 0 00:03:57 Estab 0 0
10.0.250.18 4 65004 8 8 0 0 00:03:57 Estab 0 0