Eric Tiedemann

Results 6 issues of Eric Tiedemann

## Description Updated the IOSXE ShowIpBgp class to allow for communities ## Motivation and Context Was unable to parse output that specified a community ## Impact (If any) None that...

Something appears to set the terminal width for NXOS devices to 80 which causes output to be line wrapped and even affects the genie parser as things like AS Path...

Is it intentional that `output = testbed.devices[device].learn("routing", route=routes)` where routes is a list of routes isn't accepted? In the other models the route keyword expects a list and runs through...

Allow: `let net: Ipv4Net = "10.0.0.0/255.255.255.252".parse().unwrap();` This would allow additional flexibility since unfortunately not everything represents networks using bit notation.

Since you are using Radix as the underlying data structure it may be easy to support. In Python I use the following library for this: https://pypi.org/project/py-radix/