Skip to content

Commit b5a3fe7

Browse files
Added hp_comware and its respective command to get its configuration (#792)
* Added hp_comware and its respective command to get its configuration Signed-off-by: Cain,Marcus <marcus.cain@fmr.com> Co-authored-by: Jeff Kala <48843785+jeffkala@users.noreply.github.com>
1 parent 381a1e0 commit b5a3fe7

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

changes/793.added

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Added hp_comware running configuration command to the RUNNING_CONFIG_MAPPER.

docs/user/lib_mapper/running_config.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
| extreme_slx || show running-config |
2020
| extreme_vsp || show running-config |
2121
| fortinet || show full-configuration |
22+
| hp_comware || display current-configuration |
2223
| hp_procurve || show running-config |
2324
| juniper_junos || show configuration | display set |
2425
| mikrotik_routeros || /export |

netutils/lib_mapper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@
330330
"extreme_slx": "show running-config",
331331
"extreme_vsp": "show running-config",
332332
"fortinet": "show full-configuration",
333+
"hp_comware": "display current-configuration",
333334
"hp_procurve": "show running-config",
334335
"juniper_junos": "show configuration | display set",
335336
"mikrotik_routeros": "/export",

0 commit comments

Comments
 (0)