Kirk Byers

Results 113 issues of Kirk Byers

NAPALM has a YAML file which is using a Junos factory_loader as follows: ``` from jnpr.junos.factory import loadyaml from os.path import splitext _YAML_ = splitext(__file__)[0] + '.yml' globals().update(loadyaml(_YAML_)) ``` The...

Type: Enhancement

Cisco IOS should detect this and rollback if the change if this is seen: ``` MidA-Pod1-Switch01(config-if)#no switchport mode trunk Command rejected: An interface must be configured to the "Access" or...

bug
ios
commit_config

One user had a failing save_config() call on Cisco IOS.

bug
ios
commit_config

I have ran into this multiple times where the IOS-XR NETCONF interface gets into a locked state and I can't see any way to unlock it: The device will report...

iosxr_netconf

I retrieve the config using: ```python cfg = connection.get_config() cfg = cfg["running"] ``` And the `cfg` looks as follows: ``` 0 admin root-lr cisco-support type5 $1$sOIq$M6ZvZBlxdY1B47PMeHyVi/ 1 pyclass root-lr type5...

iosxr_netconf

I am trying to perform a merge operation with config_encoding="xml" My XML is as follows: ```xml 3000000 notice ``` When I try this, I receive the following error: ``` ncclient.xml_.XMLError:...

iosxr_netconf

I was seeing some timeouts using the default settings of fast_cli=True.

enhancement
nxos-ssh
commit_config

This is on a connection.load_replace_candidate(filename=filename) operation Using: ```yaml iosxr_netconf: device_type: iosxr_netconf hostname: device.domain.com username: admin password: password optional_args: config_encoding: cli ``` ``` E napalm.base.exceptions.ReplaceConfigException: {'info': '\n' ' cli\n' ' '...

bug
iosxr_netconf
cli

On the following device: ``` #show version Sun Mar 7 21:49:49.606 UTC Cisco IOS XR Software, Version 6.5.3 Copyright (c) 2013-2019 by Cisco Systems, Inc. Build Information: Built By :...

bug
iosxr_netconf
load_replace_candidate

This looks to be inconsistently implemented and only on IOS. Should probably just be removed and we should migrate to always use canonical interface names.

enhancement
ios