vpn check_ttm

Description

Makes sure the specified TTM file contains valid syntax.

Syntax

vpn check_ttm <Path to TTM file>

Parameters

Parameter

Description

<Path to TTM file>

Specifies the full path and name of the TTM file.

Example

[Expert@MyGW:0]# find / -name \*.ttm -type f
find: /proc/64899: No such file or directory
/var/opt/CPsuite-R81/fw1/conf/fw_client_1.ttm
/var/opt/CPsuite-R81/fw1/conf/nemo_client_1.ttm
/var/opt/CPsuite-R81/fw1/conf/neo_client_1.ttm
/var/opt/CPsuite-R81/fw1/conf/iphone_client_1.ttm
/var/opt/CPsuite-R81/fw1/conf/topology_trans_tmpl.ttm
/var/opt/CPsuite-R81/fw1/conf/vpn_client_1.ttm
/var/opt/CPsuite-R81/fw1/conf/trac_client_1.ttm
... ... ...
[Expert@MyGW:0]#
[Expert@MyGW:0]# vpn check_ttm /var/opt/CPsuite-R81/fw1/conf/trac_client_1.ttm

 Summary for the file: trac_client_1.ttm
        result: the file passed the check without any problems

[Expert@MyGW:0]#