Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a netmiko merge_config #170

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

jeffkala
Copy link
Contributor

No description provided.

@jeffkala
Copy link
Contributor Author

Example of working

dispatcher**********************************************************************
* demo-cisco-xe ** changed : True **********************************************
vvvv dispatcher ** changed : False vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv INFO
MultiResult: [Result: "merge_config", Result: "netmiko_send_config"]
vvvv merge_config ** changed : False vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv INFO
{ 'changed': True,
  'result': 'configure terminal\n'
            'Enter configuration commands, one per line.  End with CNTL/Z.\n'
            'iosxe(config)#snmp-server location Site 1\n'
            'iosxe(config)#end\n'
            'iosxe#'}
---- netmiko_send_config ** changed : True ------------------------------------- INFO
configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
iosxe(config)#snmp-server location Site 1
iosxe(config)#end
iosxe#
^^^^ END merge_config ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

@gsnider2195 gsnider2195 linked an issue Sep 19, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add merge / replace for netmiko dispatcher
2 participants