Use the commands in this section to configure file analysis settings using the CLI.
To configure file analysis settings:
Enable the CLI configuration mode:
hostname > enable hostname # configure terminal
To specify the maximum file size:
hostname (config) # fmps file config maxsize MBTo specify the scan delay:
hostname (config) # fmps file config scan_delay minutesTo specify the WINS server:
hostname (config) # fmps file config wins_server ipAddressTo specify the share timeout:
hostname (config) # fmps file config share-timeout secondsVerify the values:
hostname (config) # show fmps file config
Save your changes:
hostname (config) # write memory
Example
The following example changes the maximum file size to 200 MB and the share timeout to 350 seconds, and then shows the updated file analysis settings.
hostname (config) # fmps file config maxsize 200 hostname (config) # fmps file config share-timeout 350 hostname (config) # show fmps file config Max File Size (MB): 200 Analysis Timeout (sec): 240 Scan Delay: 3 min 0 sec Wins Server: Share Timeout (sec): 350