You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and also I think you have to exec sh run | section ip sla [0-9]
csr1000v#sh run | section ip sla [0-9]
ip sla 1
icmp-echo 10.0.0.2 source-interface GigabitEthernet11
tag napalm_test
frequency 15
history buckets-kept 60
Hi J. Yes, please feel free to submit a PR to correct this, as described above (assuming the current tests would pass -- but another test case would be ideally added for this particular scenario). Thanks.
I must say that the regex expression is pretty ugly, and this time, black/pylama plays against us because the regex string format must not be longer than 100chars.
Hi
I've seen this code is pretty old (3 years, 1bdc4d1#diff-5a3fb7da3626f2d9b4eed6d1e6011e74R1905), and it turns out that it does not work with newer IOS XE like Version 16.12.3 for example.
I would change the probes_regex definition from
to
and also I think you have to exec
sh run | section ip sla [0-9]
instead of
sh run | include ip sla [0-9]
in 1bdc4d1#diff-5a3fb7da3626f2d9b4eed6d1e6011e74R1918
Is this ok?
J.
The text was updated successfully, but these errors were encountered: