Adding bgp_prefix_counts.template

This commit is contained in:
Hanarion 2025-04-21 00:10:53 +02:00 committed by GitHub
parent 56e8ddcb35
commit 3a238987ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
Value NEIGHBOR_IP (\S+)
Value ADJ_IN (\d+)
Value DAMPED (\d+)
Value REMOVED (\d+)
Value HISTORY (\d+)
Value STALE (\d+)
Value VALID (\d+)
Value ALL_RIB (\d+)
Value PFXCT_COUNTED (\d+)
Value BEST_SELECTED (\d+)
Value USEABLE (\d+)
Value UNSORTED (\d+)
Start
^Prefix counts for ${NEIGHBOR_IP}, IPv[4,6] Unicast
^\s*Adj-in:\s+${ADJ_IN}
^\s*Damped:\s+${DAMPED}
^\s*Removed:\s+${REMOVED}
^\s*History:\s+${HISTORY}
^\s*Stale:\s+${STALE}
^\s*Valid:\s+${VALID}
^\s*All RIB:\s+${ALL_RIB}
^\s*PfxCt counted:\s+${PFXCT_COUNTED}
^\s*PfxCt Best Selected:\s+${BEST_SELECTED}
^\s*Useable:\s+${USEABLE}
^\s*Unsorted:\s+${UNSORTED}