-
Couldn't load subscription status.
- Fork 63
initial at running config mapper updates #704
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
Conversation
netutils/lib_mapper.py
Outdated
| "mikrotik_routeros": "/export", | ||
| "nokia_srl": "info", | ||
| "nokia_sros": "admin display-config", | ||
| "paloalto_panos": "show config running", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel like people most often want:
> set cli config-output-format set
> configure
Entering configuration mode
[edit]
# show
Not that we can easily express that here, but worth a convo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think once you're doing this our stance should be to do a custom dispatcher.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thinking about it.. we should allow this, but adjust it in nornir-nautobot to account for it
|
removed these: can revisit, but let's just move this forward. |
#702