Skip to content

Commit

Permalink
version 1.4.2: added ZoneRunner support, corrected README
Browse files Browse the repository at this point in the history
  • Loading branch information
kbaniak committed Mar 2, 2021
1 parent ae85753 commit 47ae722
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Uses iControl SOAP and iControlREST API on F5 devices to facilitate operations a
- automate configuration tasks using a batch mode. This tool accepts json formatted batch files that specify actions to perform on a remote F5 system(s),
- run reports that collect information from selected configuration entities and present it in a tabular form,
- REST API troubleshooting and debug.
- *new* manage ZoneRunner dns zones from command line and in a batch mode.
- **new** manage ZoneRunner dns zones from command line and in a batch mode.

The primary application of this tool is to automate frequently used maintenance tasks, perform config audits and ensure maitenence window time is kept to minimum by eliminating human error factor.

Expand All @@ -32,7 +32,7 @@ Developped in perl script language, may be used as standalone script or in a doc

## Usage

Just run `f5-cfg -h` to see all availabel options.
Just run `f5-cfg -h` to see all available options.

One of the basic needs is to fast recon on the F5 device and provide summary of what we are dealing with. We may use `-i -k` options together with other mandatory switches:
- `-f` : asks for password
Expand Down

0 comments on commit 47ae722

Please sign in to comment.