Skip to content

Commit

Permalink
enhancement: nxos_sh_ip_bgp_nei - added in/outbound route maps
Browse files Browse the repository at this point in the history
  • Loading branch information
nnaukwal authored and FragmentedPacket committed Oct 7, 2019
1 parent 813f1c9 commit 7fc09b6
Show file tree
Hide file tree
Showing 4 changed files with 220 additions and 2 deletions.
4 changes: 4 additions & 0 deletions templates/cisco_nxos_show_ip_bgp_neighbors.template
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ Value TOTAL_MESS_COUNT_RCVD (\d+)
Value TOTAL_BYTES_COUNT_RCVD (\d+)
Value TOTAL_BYTES_SEND_QUEUE (\d+)
Value TOTAL_BYTES_RCVD_QUEUE (\d+)
Value INBOUND_ROUTEMAP (\S+)
Value OUTBOUND_ROUTEMAP (\S+)

Start
^BGP neighbor is ${NEIGHBOR},\s+remote AS\s+${ASN},.*
Expand Down Expand Up @@ -86,6 +88,8 @@ AddrFamState
^\s+BGP table version ${TABLE_VERSION}, neighbor version ${NEI_TABLE_VERSION}
^\s+${ACCEPTED_PATHS} accepted paths consume ${CONSUMED_MEM} bytes of memory
^\s+${SENT_PATHS} sent paths
^\s+Inbound\s+route-map\s+configured\s+is\s+${INBOUND_ROUTEMAP},\s+handle\s+obtained
^\s+Outbound\s+route-map\s+configured\s+is\s+${OUTBOUND_ROUTEMAP},\s+handle\s+obtained
^\s+Last End-of-RIB received [\d:]+ after session start -> AddrFamState
^\s+Local host:\s+${LOCALHOST_IP}, Local port:\s+${LOCALHOST_PORT}
^\s+Foreign host:\s+${REMOTE_IP}, Foreign port:\s+${REMOTE_PORT} -> Record Start
Expand Down
Loading

0 comments on commit 7fc09b6

Please sign in to comment.