mirror of
https://github.com/andsyrovatko/s4k-admin-toolbox.git
synced 2026-04-21 21:58:54 +02:00
docs: add quick start instructions for Directory Comparator and Juniper Network Toggle scripts.
This commit is contained in:
@@ -17,6 +17,13 @@ This script automates the activate / deactivate operations on Juniper JunOS devi
|
||||
|
||||
### 🏃 Quick Start
|
||||
```bash
|
||||
# Clone the repository
|
||||
git clone https://github.com/andsyrovatko/s4k-admin-toolbox.git
|
||||
cd s4k-admin-toolbox
|
||||
|
||||
# Grant execution rights to the scripts
|
||||
cd tools/linux/juniper-ctrl/juniper-net-toggle && chmod +x juniper-net-toggle.sh
|
||||
|
||||
# Deactivate a network (Interface)
|
||||
./juniper-net-toggle.sh 10.10.1.1 192.168.50.0/30 OFF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user