|
308 | 308 |
|
309 | 309 | # Running config command |
310 | 310 | RUNNING_CONFIG_MAPPER: t.Dict[str, str] = { |
| 311 | + "arista_eos": "show running-config", |
| 312 | + "aruba_os": "show running-configuration", |
| 313 | + "aruba_osswitch": "show running-config", |
| 314 | + "aruba_procurve": "show running-config", |
| 315 | + "checkpoint_gaia": 'clish -c "show configuration"', |
311 | 316 | "cisco_ios": "show running-config", |
312 | 317 | "cisco_nxos": "show running-config", |
| 318 | + "cisco_wlc": "show run-config commands", |
313 | 319 | "cisco_xr": "show running-config", |
| 320 | + "dell_os10": "show running-config", |
| 321 | + "dell_os9": "show running-config", |
| 322 | + "extreme_exos": "show configuration", |
| 323 | + "extreme_slx": "show running-config", |
| 324 | + "extreme_vsp": "show running-config", |
| 325 | + "fortinet": "show full-configuration", |
| 326 | + "hp_procurve": "show running-config", |
314 | 327 | "juniper_junos": "show configuration | display set", |
315 | | - "arista_eos": "show running-config", |
316 | | - "checkpoint_gaia": 'clish -c "show configuration"', |
| 328 | + "mikrotik_routeros": "/export", |
| 329 | + "nokia_srl": "info", |
| 330 | + "nokia_sros": "admin display-config", |
| 331 | + "rad_etx": "info", |
| 332 | + "ruckus_fastiron": "show running-config", |
| 333 | + "ubiquiti_edge": "show configuration", |
| 334 | + "ubiquiti_edgerouter": "show configuration", |
| 335 | + "ubiquiti_edgeswitch": "show configuration", |
| 336 | + "vyos": "show configuration", |
317 | 337 | } |
318 | 338 |
|
319 | 339 | # PYTNC | Normalized |
|
0 commit comments