Exports Configs on Librouteros not working #196
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok, I get it, thanks |
Beta Was this translation helpful? Give feedback.
0 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 everyone. I have a problem when i try:
`from librouteros.login import plain
from librouteros import connect
method = plain
api = connect(
username="erick",
password="",
host="",
login_method=method
)
system = api.path('system', 'export')
export = api(cmd=str(system))
for a in export:
print(a)`
It don't show me at screen the output, i only see nothing blank. I need help with it, Sorry my english is a little bad ✌🏼
Beta Was this translation helpful? Give feedback.
All reactions