networktocode / ntc-netbox-plugin-onboarding

A plugin for NetBox to easily onboard new devices.
Other
246 stars 46 forks source link

add transport telnet #64

Open lethalwp opened 4 years ago

lethalwp commented 4 years ago

This is maybe a bit dirty. To facilitate the telnet "transport" instead of ssh. When port 23 is selected, add automatically the transport:telnet option

diff: --- a/netbox_onboarding/onboard.py +++ b/netbox_onboarding/onboard.py @@ -321,6 +321,10 @@ class NetdevKeeper: driver = get_network_driver(driver_name) optional_args = settings.NAPALM_ARGS.copy() optional_args["secret"] = self.secret +

dgarros commented 4 years ago

Thanks @lethalwp, would you mind creating a PR for it ?

Also, thanks for using the template for issue in the future.

Kani999 commented 3 years ago

@dgarros