Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BrettVerney/cliSnips
A handy collection of config snippets for CLI based network appliances
https://github.com/BrettVerney/cliSnips
arubaos arubaos-cx cisco-ios cisco-nexus cisco-nx-os cli config
Last synced: 16 days ago
JSON representation
A handy collection of config snippets for CLI based network appliances
- Host: GitHub
- URL: https://github.com/BrettVerney/cliSnips
- Owner: BrettVerney
- License: mit
- Created: 2020-10-01T12:41:01.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-23T06:06:41.000Z (10 months ago)
- Last Synced: 2024-08-09T02:19:03.984Z (4 months ago)
- Topics: arubaos, arubaos-cx, cisco-ios, cisco-nexus, cisco-nx-os, cli, config
- Homepage:
- Size: 67.4 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - BrettVerney/cliSnips - A handy collection of config snippets for CLI based network appliances (Others)
README
# cliSnips
A handy collection of config snippets for CLI based appliances.## Snippets Available
```
.
.
├── Aruba ALE
│ └── interface_configure.txt
├── Aruba AOS-CX
│ ├── checkpoints.txt
│ ├── factory_reset.txt
│ ├── firmware_management.txt
│ ├── smart_link.txt
│ ├── spanning-tree_RPVST.txt
│ ├── tacacs_mgmt.txt
│ ├── vsf_stacking.txt
│ └── vsx.txt
├── Aruba AOS8 - Mobility Gateways
│ ├── allowed_address_list.txt
│ ├── clean_crash_files.txt
│ ├── move_aps_between_controllers.txt
│ └── show_license_passphrase.txt
├── Aruba ClearPass
│ ├── ad_auth_test.txt
│ ├── clustering.txt
│ └── password_change.txt
├── Cisco IOS
│ ├── general_security.txt
│ ├── ios_management.txt
│ ├── logging.txt
│ ├── spanning-tree_rpvst.txt
│ ├── stackwise_virtual.txt
│ └── vtp.txt
├── Cisco ISE
│ └── shutdown_appliance.txt
├── Cisco NX-OS
│ └── vpc_domain.txt
├── Cisco Prime
│ └── shutdown_appliance.txt
└── Windows PowerShell
└── file_checksum_verification.txt```