Releases: heyglen/network_tech
2.4.0
[2.4.0] - 2017-08-25
Changed
-
Cisco ASA
-
Autocomplete
- object group ACLs now expand with an object group for services as well
-
Added
-
Cisco ASA:
-
Additional interface types highlighted:
- ethernet
-
common interface type shortnames highlighted
-
-
Cisco IOS:
-
Additional interface types highlighted:
-
fourtygigabitethernet
-
loopback
-
serial
-
tunnel
-
-
common interface type shortnames highlighted
-
-
Cisco NXOS:
-
Additional interface types highlighted:
-
loopback
-
mgmt
-
tunnel
-
-
common interface type shortnames highlighted
-
Bugfixes
-
Documentation
- Removed warning about being in configuration mode
-
Cisco ASA
-
Autocomplete
- enable and configure terminal autocompletes are no longer suggested in other sub configuration modes
-
2.3.0
[2.3.0] - 2017-08-11
Changed
-
'configure terminal' is now optional.
conf-t commands will highlight inside or outside a configure terminal block
Added
-
Cisco IOS:
- Tunnel interfaces support
Bugfixes
-
fixed invalid prompted auto completions after first keyword is typed on a line
-
Cisco ASA:
-
Snippets
- Changed confusing ACL object-group default name
-
packet tracer named port support
-
acls not highlighting if prefixed with a space
-
2.2.0
[2.2.0] - 2017-08-14
Changed
-
Cisco ASA:
-
Must use 'exit' command when changing configuration modes:
Good
configure terminal object-group network whatever network-object host 1.2.3.4 exit hostname firewall01 exit write
Bad
configure terminal object-group network whatever network-object host 1.2.3.4 hostname firewall01 write
-
Added
-
Network aware IP searching:
Command Pallet -> Network: Find
Command Pallet -> Network: Find AllSearch using any format:
CIDR: 1.2.3.0/24, 12ab:34cd:56ef::a/64
Netmask: 1.2.3.0 255.255.255.0
Wildcard: 1.2.3.0 0.0.0.255The default search input is network or ip under the cursor by default.
-
Cisco NXOS, IOS, ASA & ACE Syntax:
-
Popup subnetting information on input of networks in the formats:
CIDR: 1.2.3.0/24
Netmask: 1.2.3.0 255.255.255.0
Wildcard: 1.2.3.0 0.0.0.255Only valid subnet masks will highlight
-
Automatically add a newline at end of file on save
-
-
Set Cisco ASA syntax if the first line is a comment with 'asa' in it
-
Set Cisco ASA syntax if the first line is a comment with 'asa' in it
-
Set Cisco NXOS syntax if the first line is a comment with 'nxos' or 'nexus' in it
-
Set Cisco IOS syntax if the first line is a comment with 'ios' in it
-
Set Cisco ACE syntax if the first line is a comment with 'ace' in it
-
Cisco NXOS, IOS & ASA Syntax
- Autoindent when changing configuration mode
-
Cisco NXOS / IOS Syntax:
- Interface configuration mode snippets
-
Cisco IOS Syntax:
- Accepts only valid wildcard masks on ACL ACEs
-
Cisco ASA
-
Highlighting
-
packet-tracer
-
object-group icmp-type
-
interface ipv6 nd suppress-ra
-
tftp server
-
pager lines
-
logging message id levels
-
timeouts
-
enable passwords
-
domain-name
-
banner exec text
-
policy-map
-
ssl ciphers
-
aaa
-
-
Snippets
- packet-tracer
-
Bugfix
-
Bugfixes
-
Cisco IOS / NXOS Syntax:
-
Highlighting
-
ACL ACE 'any'
-
comments
-
-
Snippets
- comment text no longer offers completions
-
-
Cisco ASA:
-
Snippets
- object-group and object definition no longer offers as a completion in an ACL
-
Highlighting
-
ACLs log keyword
-
Numeric log levels in ACLs
-
Missing named tcp ports
-
-
Cisco ASA updates
Changes:
Cisco ASA Syntax:
ASA 8.3 object nat:
object network obj-1.2.3.1-255
nat (inside,outside) static 1.2.3.4
ICMP under object-group service:
object-group service whatever
service-object icmp
More tollerance for missing "exit"s under config t mode:
Before:
configure terminal
vlan 1
name asdf
exit
object-group network WHATEVER
network-object host 1.2.3.4
exit
exit
Now:
configure terminal
vlan 1
name asdf
object-group network WHATEVER
network-object host 1.2.3.4
exit
Other minor bugfixes
Packaging bug fixes
2.0.1 merge fix
2.0.0
Moved to 2.0.0 to bump the version of https://github.com/tunnelsup/sublime-cisco-syntax