-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
cklewar
committed
Apr 7, 2018
1 parent
cae5cd1
commit 26883ab
Showing
12 changed files
with
529 additions
and
195 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| # $Id$ | ||
| # Yaml widgets for BGP flow filter data extraction | ||
| # - FlowFilterTable extracts 'show firewall filter __flowspec_default_inet__' | ||
| # - FlowFilterView identifies most relevant filter fields | ||
| # including counter-name, packet-cpunt and byte-count | ||
| --- | ||
| FlowFilterTable: | ||
| rpc: get-firewall-filter-information | ||
| args: | ||
| filtername: __flowspec_default_inet__ | ||
| args_key: filtername | ||
| item: filter-information/counter | ||
| key: counter-name | ||
| view: FlowFilterView | ||
|
|
||
| FlowFilterView: | ||
| fields: | ||
| name: counter-name | ||
| packet_count: packet-count | ||
| byte_count: byte-count |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| routing-options { | ||
| flow { | ||
| delete: | ||
| route {{flowRouteName}}; | ||
| route {{ flowRouteName }}; | ||
| } | ||
| } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,10 @@ | ||
| age_out_interval: 00:01:00 | ||
| dev_ip: 10.11.111.120 | ||
| dev_pw: juniper123 | ||
| dev_user: root | ||
| routers: | ||
| - rt1: | ||
| type: rr | ||
| ip: 10.11.111.120 | ||
| - rt2: | ||
| type: asbr | ||
| ip: 10.11.111.121 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.