Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/user/lib_mapper/running_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
| cisco_ios | → | show running-config |
| cisco_nxos | → | show running-config |
| cisco_xr | → | show running-config |
| juniper_junos | → | show configuration | display set |
| juniper_junos | → | show configuration | display set |
| ruckus_fastiron | → | show running-config |
1 change: 1 addition & 0 deletions netutils/lib_mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@
"juniper_junos": "show configuration | display set",
"arista_eos": "show running-config",
"checkpoint_gaia": 'clish -c "show configuration"',
"ruckus_fastiron": "show running-config",
}

# PYTNC | Normalized
Expand Down