Replies: 1 comment 2 replies
-
Netmiko should automatically strip the command and should automatically strip the trailing prompt. So the Can you show me your code that is generating this output? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
When execute command on Nokia MD-CLI it doesn't provide what command has been sent and prompt at bottom. Same work well for Classic-cli. Need to modify nokia_sros.py or something at router side ?
Example:
--------- Classic-CLI
*A:Hostname1# show version
TiMOS-B-22.4.R3 both/hops Nokia 7705 SAR Copyright (c) 2000-2022 Nokia.
All rights reserved. All use subject to applicable license agreements.
Built on Tue Aug 30 12:04:31 EDT 2022 by builder in /builds/F224B/R3/panos/main
*A:Hostname1# exit all
--------- MD-CLI (No command in beginning and no end prompt)
TiMOS-C-22.7.R2 cpm/hops64 Nokia 7750 SR Copyright (c) 2000-2022 Nokia.
All rights reserved. All use subject to applicable license agreements.
Built on Fri Sep 16 10:20:29 PDT 2022 by builder in /builds/c/227B/R2/panos/main/sros
Beta Was this translation helpful? Give feedback.
All reactions