Use the channels command to modify the channel list of the scan profile. The channels command is accessible from the mitigator:gsprof:<named guardian scan profile> context of the CLI.
After you run the channels command, run the apply command to implement the change.
all | Specifies that all channels be added to the scan profile list. |
none | Specifies that no channels be listed in the scan profile. |
channel[, channel] | Specifies the channel(s) by number that are to be added to the scan profile. They can be added individually, or listed as a comma separated list. |
To delete some channels from the list, specify none, then if necessary re-add the ones you want scanned.
The following example adds all channels to the scan profile:
EWC.extremenetworks.com:mitigator:scprof:scp_name# channels all EWC.extremenetworks.com:mitigator:scprof:scp_name# apply
The following example deletes all channels from the scan profile:
EWC.extremenetworks.com:mitigator:scprof:scp_name# channels none EWC.extremenetworks.com:mitigator:scprof:scp_name# apply
The following example adds channels 1, 3, and 9 to the scan profile:
EWC.extremenetworks.com:mitigator:scprof:scp_name# channels 1,3,9 EWC.extremenetworks.com:mitigator:scprof:scp_name# apply