Skip to content
Permalink
6b5bfc1996
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
28 lines (27 sloc) 766 Bytes
# $Id$
# Yaml widgets for BGP flow route data extraction
# - FlowRoutesTable extracts 'show route table inetflow.0 extensive'
# and rt-prefix-length variables are used as class keys()
# in format 'term:1' etc.
# - FlowRoutesView identifies most relevant fields
# including destination as NLRI composition, age and action
---
FlowRoutesTable:
rpc: get-route-information
args:
extensive: True
active-path: True
table: 'inetflow.0'
args_key: table
item: route-table/rt
key: rt-destination
view: FlowRoutesView
FlowRoutesView:
fields:
destination: rt-destination
term: rt-prefix-length
active: rt-entry/active-tag
age: rt-entry/age
action: rt-entry/communities/community
action_141: rt-entry/communities/extended-community
tsi: tsi