-
Notifications
You must be signed in to change notification settings - Fork 735
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BugFix: ASA - show vpn-sessiondb anyconnect - Index and Username ends…
… up on separate lines when long usernames are used. (#697)
- Loading branch information
Showing
3 changed files
with
46 additions
and
1 deletion.
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
16 changes: 16 additions & 0 deletions
16
.../show_vpn-sessiondb_anyconnect/cisco_asa_show_vpn-sessiondb_anyconnect_long_usernames.raw
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,16 @@ | ||
Session Type: AnyConnect | ||
Username : longfirstname.longlastname@example.com | ||
Index : 1018 | ||
Assigned IP : 10.254.254.22 Public IP : 1.2.3.4 | ||
Protocol : AnyConnect-Parent SSL-Tunnel DTLS-Tunnel | ||
License : AnyConnect Premium | ||
Encryption : AnyConnect-Parent: (1)none SSL-Tunnel: (1)AES-GCM-256 DTLS-Tunnel: (1)AES128 | ||
Hashing : AnyConnect-Parent: (1)none SSL-Tunnel: (1)SHA384 DTLS-Tunnel: (1)SHA1 | ||
Bytes Tx : 17186425 Bytes Rx : 7094561 | ||
Group Policy : RAVPN Tunnel Group : RAVPN | ||
Login Time : 14:28:09 CDT Tue Mar 17 2020 | ||
Duration : 2h:21m:21s | ||
Inactivity : 0h:00m:00s | ||
VLAN Mapping : N/A VLAN : none | ||
Audt Sess ID : ac1063fe003fa0005e715555 | ||
Security Grp : none |
27 changes: 27 additions & 0 deletions
27
.../show_vpn-sessiondb_anyconnect/cisco_asa_show_vpn-sessiondb_anyconnect_long_usernames.yml
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,27 @@ | ||
--- | ||
parsed_sample: | ||
- session_type: "AnyConnect" | ||
username: "longfirstname.longlastname@example.com" | ||
index: "1018" | ||
assigned_ip: "10.254.254.22" | ||
public_ip: "1.2.3.4" | ||
protocol: "AnyConnect-Parent SSL-Tunnel DTLS-Tunnel" | ||
license: "AnyConnect Premium" | ||
encryption: "AnyConnect-Parent: (1)none SSL-Tunnel: (1)AES-GCM-256 DTLS-Tunnel: (1)AES128" | ||
hashing: "AnyConnect-Parent: (1)none SSL-Tunnel: (1)SHA384 DTLS-Tunnel: (1)SHA1" | ||
bytes_tx: "17186425" | ||
bytes_rx: "7094561" | ||
group_policy: "RAVPN" | ||
tunnel_group: "RAVPN" | ||
login_time: "14:28:09" | ||
login_time_zone: "CDT" | ||
login_weekday: "Tue" | ||
login_month: "Mar" | ||
login_day: "17" | ||
login_year: "2020" | ||
duration: "2h:21m:21s" | ||
inactivity: "0h:00m:00s" | ||
vlan_mapping: "N/A" | ||
vlan: "none" | ||
audt_sess_id: "ac1063fe003fa0005e715555" | ||
security_grp: "none" |