Configuring file analysis settings using the CLI

Prev Next

Use the commands in this section to configure file analysis settings using the CLI.

To configure file analysis settings:
  1. Enable the CLI configuration mode:

    hostname > enable
    hostname # configure terminal
  2. To specify the maximum file size:

    hostname (config) # fmps file config maxsize MB
  3. To specify the scan delay:

    hostname (config) # fmps file config scan_delay minutes
  4. To specify the WINS server:

    hostname (config) # fmps file config wins_server ipAddress
  5. To specify the share timeout:

    hostname (config) # fmps file config share-timeout seconds
  6. Verify the values:

    hostname (config) # show fmps file config
  7. 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