vpn check_ttm
Description
Makes sure the specified TTM file contains valid syntax.
Syntax
|
Parameters
Parameter |
Description |
---|---|
|
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-R80.40/fw1/conf/fw_client_1.ttm /var/opt/CPsuite-R80.40/fw1/conf/nemo_client_1.ttm /var/opt/CPsuite-R80.40/fw1/conf/neo_client_1.ttm /var/opt/CPsuite-R80.40/fw1/conf/iphone_client_1.ttm /var/opt/CPsuite-R80.40/fw1/conf/topology_trans_tmpl.ttm /var/opt/CPsuite-R80.40/fw1/conf/vpn_client_1.ttm /var/opt/CPsuite-R80.40/fw1/conf/trac_client_1.ttm ... ... ... [Expert@MyGW:0]# [Expert@MyGW:0]# vpn check_ttm /var/opt/CPsuite-R80.40/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]# |