Michael Bear
Michael Bear
ironed out some merge conflicts
rebasing off of current NTC master branch to help alleviate merge conflicts for the maintainers
Hello @ryanmerolle, This was waiting to be merged. (It was ready.) I'll see if I can make time to rebase it off the current main branch so Josh doesn't have...
This has been rebased.
@diogopxosys Ah, in your example raw output the hosts that don't match do not have a `source-interface` line. :arrow_forward: Running config (or sections of it) is probably going to be...
@diogopxosys So far it looks like most of the information you seek is included in `show snmp` on nxos. The downside is that it isn't in a single table --...
@diogopxosys Did you end up working a template together for `cisco_nxos_show_snmp`?
Hello @Mattias3891 I'm a community member volunteering suggestions and possibly to submit a Pull Request (if needed and if you would like). It's pretty wild how Cisco is adding trailing...
@Mattias3891 Making the regexes for the capture group more rigid is a double edged sword based on experience. Currently: `Value SWITCHPORT_MONITOR (.+)` My suggestion: `Value SWITCHPORT_MONITOR (\S+(?:\s+\S+)?)` I'm working up...
PR #1622 has been submitted for consideration