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

some 7124sx do not output anything for pfxrcd #1413

Merged
merged 2 commits into from
Jul 19, 2024
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
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Start
^\s+${BGP_NEIGH}\s+\d+\s+${NEIGH_AS}\s+${MSG_RCVD}\s+${MSG_SENT}\s+${IN_QUEUE}\s+${OUT_QUEUE}\s+${UP_DOWN}\s+${STATE}\s* -> Record
^${BGP_NEIGH}\s+\d+\s+${NEIGH_AS}\s+${MSG_RCVD}\s+${MSG_SENT}\s+${IN_QUEUE}\s+${OUT_QUEUE}\s+${UP_DOWN}\s+${STATE}\s+${STATE_PFXRCD} -> Record
^${BGP_NEIGH}\s+\d+\s+${NEIGH_AS}\s+${MSG_RCVD}\s+${MSG_SENT}\s+${IN_QUEUE}\s+${OUT_QUEUE}\s+${UP_DOWN}\s+${STATE_PFXRCD} -> Record
^${BGP_NEIGH}\s+\d+\s+${NEIGH_AS}\s+${MSG_RCVD}\s+${MSG_SENT}\s+${IN_QUEUE}\s+${OUT_QUEUE}\s+${UP_DOWN}\s+${STATE} -> Record
^Neighbor\s+Status\s+Codes:
^\s*$$
^. -> Error
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
BGP router identifier 10.26.0.22, local AS number 65533
Neighbor V AS MsgRcvd MsgSent InQ OutQ Up/Down State PfxRcd
10.17.254.78 4 65534 187 191 0 0 123d12h Estab 1
10.17.254.79 4 65535 298 202 0 0 345d21h Active
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,17 @@ parsed_sample:
state: "Estab"
state_pfxrcd: "1"
state_pfxacc: ""
- router_id: "10.26.0.22"
local_as: "65533"
vrf: ""
description: ""
bgp_neigh: "10.17.254.79"
neigh_as: "65535"
msg_rcvd: "298"
msg_sent: "202"
in_queue: "0"
out_queue: "0"
up_down: "345d21h"
state: "Active"
state_pfxrcd: ""
state_pfxacc: ""