[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Monitoring DVMRP/IPSec, GRE/IPSec, and L2TP/IPSec Tunnels

This section contains information about troubleshooting and monitoring DVMRP/IPSec, GRE/IPSec, and L2TP/IPSec tunnels.

System Event Logs

To troubleshoot and monitor DVMRP/IPSec, GRE/IPSec, and L2TP/IPSec tunnels, use the following system event log:

For more information about using event logs, see the JUNOSe System Event Logging Reference Guide.

show Commands

To display profile and connection information for DVMRP/IPSec, GRE/IPSec, and L2TP/IPSec tunnels, use the following show commands.

show dvmrp tunnel

        show gre tunnel

show ipsec ike-sa

        show ike sa


NOTE: The show ipsec ike-sa command replaces the show ike sa command, which may be removed completely in a future release.

The following example displays the IKE phase 1 SAs for three remote client PCs that are accessing an E-series router (IP address 21.227.9.8).

The first client PC listed (IP address 21.227.9.10) is not located behind a NAT device, and is therefore not using NAT-T to access the router. This PC appears in the Remote:Port column with its own IP address (21.227.9.10) and UDP port number 500.

The remaining two client PCs are located behind a NAT device that has IP address 21.227.9.11, and are using NAT-T to access the router. These PCs appear in the Remote:Port column with the same IP address (21.227.9.11) but with two different UDP port numbers, 4500 and 14500.

host1#show ipsec ike-sa

IKE Phase 1 SA's:
Local:Port             Remote:Port            Time(Sec) State        Local Cookie       Remote Cookie
21.227.9.8:500         21.227.9.10:500        26133     DONE         0x87a943562124c711 0xafa2cf4a260399a4
21.227.9.8:4500        21.227.9.11:4500       28774     DONE         0x01f9efa234d45ad8 0xada4cb7cafee9243
21.227.9.8:4500        21.227.9.11:14500      28729     DONE         0x0c5ccb6b94b00051 0xe975c0ae3b9ca8bf

show ipsec option

show ipsec transport interface

show ipsec transport interface summary

show ipsec transport profile

show l2tp destination profile


[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]