-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
74 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
# [2.53.0] - 2021.08.31 | ||
|
||
* All Syntax | ||
|
||
IP Manipulation keyboard shortcuts | ||
|
||
With the cursor | ||
|
||
* Increment Prefix Length | ||
|
||
192.0.2.0/23 → alt+pageup → 192.0.2.0/24 | ||
|
||
* Decrement Prefix Length | ||
|
||
192.0.2.0/23 → alt+pagedown → 192.0.0.0/22 | ||
|
||
* Increment Network | ||
|
||
192.0.2.0/24 → alt+shift+up → 192.0.3.0/24 | ||
|
||
* Decrement Network | ||
|
||
192.0.2.0/24 → alt+shift+down → 192.0.1.0/22 | ||
|
||
* Increment IP | ||
|
||
192.0.2.0/24 → alt+up → 192.0.2.1/24 | ||
|
||
* Decrement IP | ||
|
||
192.0.2.0/24 → alt+down → 192.0.1.255/22 | ||
|
||
|
||
* Cisco ASA | ||
|
||
* `write net` auto-completion | ||
|
||
* Cisco IOS | ||
|
||
* Autocomplete | ||
|
||
* Interface context | ||
|
||
* `switchport mode trunk` | ||
|
||
* `switchport trunk allowed vlan add 1` | ||
|
||
* `switchport trunk allowed vlan add 1` | ||
|
||
* `switchport trunk allowed vlan remove 1` | ||
|
||
* `ip address ...` fixes | ||
|
||
* enable context | ||
|
||
* `show ip interface brief` no longer includes an interface by default | ||
|
||
* Other various improvements... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,2 @@ | ||
# [{{version}}] - {{date}} | ||
|
||
* Cisco ASA | ||
|
||
* `write net` auto-completion |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters