System information

373
DWS-1008 CLI Reference Guide
D-Link Systems, Inc.
Snoop Commands
Snoop Commands
Use snoop commands to monitor wireless traffic, by using a Distributed AP as a sniffing
device. The AP copies the sniffed 802.11 packets and sends the copies to an observer,
which is typically a protocol analyzer such as Ethereal or Tethereal.
clear snoop
Deletes a snoop filter.
Syntax:
clear snoop filter-name
filter-name Name of the snoop filter.
Defaults: None.
Access: Enabled.
Examples: The following command deletes snoop filter snoop1:
DWS-1008# clear snoop snoop1
clear snoop map
Removes a snoop filter from an AP radio.
Examples:
clear snoop map filter-name dap dap-num radio {1 | 2}
filter-name Name of the snoop filter.
dap dap-num Number of a Distributed AP to which to snoop
filter is mapped.
radio 1 Radio 1 of the AP.
radio 2 Radio 2 of the AP.
Defaults: None.
Access: Enabled.
Examples: The following command removes snoop filter snoop2 from radio 2 on
Distributed AP 3:
DWS-1008# clear snoop map snoop2 dap 3 radio 2
success: change accepted.
The following command removes all snoop filter mappings from all radios:
DWS-1008# clear snoop map all
success: change accepted.