Skip to content
Merged
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
1 change: 1 addition & 0 deletions changes/793.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added hp_comware running configuration command to the RUNNING_CONFIG_MAPPER.
1 change: 1 addition & 0 deletions docs/user/lib_mapper/running_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
| extreme_slx | → | show running-config |
| extreme_vsp | → | show running-config |
| fortinet | → | show full-configuration |
| hp_comware | → | display current-configuration |
| hp_procurve | → | show running-config |
| juniper_junos | → | show configuration | display set |
| mikrotik_routeros | → | /export |
Expand Down
1 change: 1 addition & 0 deletions netutils/lib_mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@
"extreme_slx": "show running-config",
"extreme_vsp": "show running-config",
"fortinet": "show full-configuration",
"hp_comware": "display current-configuration",
"hp_procurve": "show running-config",
"juniper_junos": "show configuration | display set",
"mikrotik_routeros": "/export",
Expand Down