ADMIN.EXE

IPSec tunnel query utility.

Syntax

ADMIN---+-----------+-------------------------|
        +-queryfile-+

Description

This program is used to view or delete active IPSec tunnel definitions (sometimes referred to as 'tunnel context entries').

Unlike the HAND_K and FWD_K commands, ADMIN operates on a single tunnel definition only.

The tunnel definition to be viewed or deleted may be specified in a file which is passed to the ADMIN program as a command-line parameter.

If ADMIN is run with no parameters, it will present a blank line which allows the source and destination IP criteria to be entered manually.

Format of the query file

In order to view a tunnel definition, the file passed to the ADMIN command must contain a line of the following syntax:
    <srcip> <destip> <id> <said> <use_my_said> <use_esp_said>

Example:

10.8.6.4  10.1.2.3  3  500  y  y

In order to delete an entry, the file should contain a line of the format described above, preceded by '@DEL', '@del' or '@Del'.

Example:

@DEL 10.8.6.4  10.1.2.3  3  500  y  y


[Back] [Next]