Skip to content

Commit

Permalink
ASA VPN L2L Allow dynamic connection (#1822)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcgill298 authored Aug 12, 2024
1 parent b65505e commit e18461f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Value Filldown,Required SESSION_TYPE (\S+)
Value Filldown CONNECTION (\d+\.\d+\.\d+\.\d+)
Value Filldown CONNECTION (\S+)
Value Filldown INDEX (\d+)
Value Filldown IP_ADDRESS (\d+\.\d+\.\d+\.\d+)
Value Filldown PROTOCOL (.+?)
Expand Down Expand Up @@ -68,6 +68,8 @@ Value REDIRECT_URL (.*?)

Start
^Session\s+Type:\s+${SESSION_TYPE}\s+Detailed\s*$$ -> Connection
^\s*$$
^. -> Error

Connection
^\s*Connection\s*:\s+${CONNECTION}\s*$$
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Session Type: LAN-to-LAN Detailed

Connection : 169.254.107.100
Connection : DefaultL2LGroup
Index : 26386 IP Addr : 169.254.107.100
Protocol : IKEv2 IPsecOverNatT
Encryption : IKEv2: (1)AES-GCM-256 IPsecOverNatT: (1)AES-GCM-256
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
parsed_sample:
- session_type: "LAN-to-LAN"
connection: "169.254.107.100"
connection: "DefaultL2LGroup"
index: "26386"
ip_address: "169.254.107.100"
protocol: "IKEv2 IPsecOverNatT"
Expand Down Expand Up @@ -67,7 +67,7 @@ parsed_sample:
posture_token: ""
redirect_url: ""
- session_type: "LAN-to-LAN"
connection: "169.254.107.100"
connection: "DefaultL2LGroup"
index: "26386"
ip_address: "169.254.107.100"
protocol: "IKEv2 IPsecOverNatT"
Expand Down

0 comments on commit e18461f

Please sign in to comment.