Skip to content

Commit e04df65

Browse files
authored
Merge pull request #192921 from stegag/patch-21
Update network-watcher-troubleshoot-overview.md
2 parents c1c82e3 + cd093f9 commit e04df65

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

articles/network-watcher/network-watcher-troubleshoot-overview.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,21 @@ The **CPUStats.txt** file contains CPU usage and memory available at the time of
127127
Current CPU Usage : 0 % Current Memory Available : 641 MBs
128128
```
129129

130+
### IKElogs.txt
131+
132+
The **IKElogs.txt** file contains any IKE activity that was found during monitoring.
133+
134+
The following example shows the contents of an IKElogs.txt file.
135+
136+
```
137+
Remote <IPaddress>:500: Local <IPaddress>:500: [RECEIVED][SA_AUTH] Received IKE AUTH message
138+
Remote <IPaddress>:500: Local <IPaddress>:500: Received Traffic Selector payload request- [Tsid 0x729 ]Number of TSIs 2: StartAddress 10.20.0.0 EndAddress 10.20.255.255 PortStart 0 PortEnd 65535 Protocol 0, StartAddress 192.168.100.0 EndAddress 192.168.100.255 PortStart 0 PortEnd 65535 Protocol 0 Number of TSRs 1:StartAddress 0.0.0.0 EndAddress 255.255.255.255 PortStart 0 PortEnd 65535 Protocol 0
139+
Remote <IPaddress>:500: Local <IPaddress>:500: [SEND] Proposed Traffic Selector payload will be (Final Negotiated) - [Tsid 0x729 ]Number of TSIs 2: StartAddress 10.20.0.0 EndAddress 10.20.255.255 PortStart 0 PortEnd 65535 Protocol 0, StartAddress 192.168.100.0 EndAddress 192.168.100.255 PortStart 0 PortEnd 65535 Protocol 0 Number of TSRs 1:StartAddress 0.0.0.0 EndAddress 255.255.255.255 PortStart 0 PortEnd 65535 Protocol 0
140+
Remote <IPaddress>:500: Local <IPaddress>:500: [RECEIVED]Received IPSec payload: Policy1:Cipher=DESIntegrity=Md5
141+
IkeCleanupQMNegotiation called with error 13868 and flags a
142+
Remote <IPaddress>:500: Local <IPaddress>:500: [SEND][NOTIFY] Sending Notify Message - Policy Mismatch
143+
```
144+
130145
### IKEErrors.txt
131146

132147
The **IKEErrors.txt** file contains any IKE errors that were found during monitoring.

0 commit comments

Comments
 (0)