This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| scripting:netconf [2022/11/12 23:06] – jotasandoku | scripting:netconf [2023/11/02 14:38] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 28: | Line 28: | ||
| \\ | \\ | ||
| To test netconf from a linux client: | To test netconf from a linux client: | ||
| + | (client)# | ||
| + | python -m pip install netconf-console | ||
| netconf-console --host=< | netconf-console --host=< | ||
| - | Configure netconf in IOX-XE: | + | Configure netconf in IOS-XE: |
| ip https secure-server | ip https secure-server | ||
| username < | username < | ||
| netconf-yang | netconf-yang | ||
| | | ||
| - | Configure netconf in IOX-XR: | + | Configure netconf in IOS-XR: |
| crypto key generate rsa | crypto key generate rsa | ||
| ssh server v2 | ssh server v2 | ||
| Line 42: | Line 44: | ||
| netconf-yang agent shh | netconf-yang agent shh | ||
| - | | + | Other IOS-XR commands: |
| + | show commit changes diff | ||
| + | rollback configuration last # from the root level | ||
| ---- | ---- | ||