1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

Merge pull request #127 from horsitis/patch-1

Update juniper.py
This commit is contained in:
Matt Love
2021-04-10 16:14:21 -07:00
committed by GitHub

View File

@@ -74,7 +74,7 @@ _structured = CommandGroup(
bgp_aspath='show route protocol bgp table {vrf}.inet6.0 aspath-regex "{target}" detail | display xml',
bgp_community="show route protocol bgp table {vrf}.inet6.0 community {target} detail | display xml",
ping="ping inet6 routing-instance {vrf} {target} count 5 source {source}",
traceroute="traceroute inet6 routing-instance {vrf} {target} wait 1 source {source}",
traceroute="traceroute inet6 routing-instance {vrf} {target} wait 2 source {source}",
),
)