Skip to content

Commit

Permalink
2.52.1 -> 2.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heyglen committed Aug 31, 2021
1 parent 0c32e9b commit 81e94c4
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 4 deletions.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@
"2.50.0": "messages/2.50.0.md",
"2.51.0": "messages/2.51.0.md",
"2.51.1": "messages/2.51.1.md",
"2.52.1": "messages/2.52.1.md"
"2.52.1": "messages/2.52.1.md",
"2.53.0": "messages/2.53.0.md"
}
58 changes: 58 additions & 0 deletions messages/2.53.0.md
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...
3 changes: 0 additions & 3 deletions messages/head.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
# [{{version}}] - {{date}}

* Cisco ASA

* `write net` auto-completion
14 changes: 14 additions & 0 deletions tests/syntax_test_cisco_ios.cisco-ios
Original file line number Diff line number Diff line change
Expand Up @@ -1215,6 +1215,20 @@ ip sla schedule 1 start-time after 01:02:03
ip sla schedule 1 ageout 20
ip sla schedule 1 recurring

tacacs server HIDDENSERVER
address ipv4 HIDDENIP
key 7 025A1758190F1F35124F051C17035A4C1417396B2D3B732727616C27293C2F7363726970743E
timeout 7
!
tacacs server HIDDENSERVER
address ipv4 HIDDENIP
key 7 025A1758190F1F35124F051C17035A4C1417396B2D3B732727616C27293C2F7363726970743E
timeout 7
!
aaa group server tacacs+ TACACS_GROUP
server name HIDDENSERVER
server name HIDDENSERVER
!

crypto isakmp policy 1
encryption 3des
Expand Down

0 comments on commit 81e94c4

Please sign in to comment.