Description
Makes sure the specified TTM file is valid.
Syntax
vpn check_ttm <ttm_file_path> |
Parameters
Parameter |
Description |
---|---|
|
Specifies the full path and name of the TTM file. |
Example
[Expert@MyGW:0]# find / -name \*.ttm -type f /var/opt/CPsuite-R80.20/fw1/conf/neo_client_1.ttm /var/opt/CPsuite-R80.20/fw1/conf/iphone_client_1.ttm /var/opt/CPsuite-R80.20/fw1/conf/fw_client_1.ttm /var/opt/CPsuite-R80.20/fw1/conf/nemo_client_1.ttm /var/opt/CPsuite-R80.20/fw1/conf/trac_client_1.ttm /var/opt/CPsuite-R80.20/fw1/conf/vpn_client_1.ttm /var/opt/CPsuite-R80.20/fw1/conf/topology_trans_tmpl.ttm [Expert@MyGW:0]#
[Expert@MyGW:0]# vpn check_ttm /var/opt/CPsuite-R80.20/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]# |