Howto:Tracing from Trapeze Access Points to Wireshark: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
Line 1: Line 1:
==Applies To==
==Applies To==
This information applies to
This information applies to
* Trapeze WLAN Infrastucture (e.g. MXR-2)  
* Trapeze WLAN Infrastucture (e.g. MXR-2) (Firmware > 7.0.13.3.0)
 
* Wireshark (Version > 1.1.2)


==Summary==
==Summary==

Revision as of 16:00, 4 December 2009

Applies To

This information applies to

  • Trapeze WLAN Infrastucture (e.g. MXR-2) (Firmware > 7.0.13.3.0)
  • Wireshark (Version > 1.1.2)

Summary

This is a quick a dirty introduction to setting up a Trapeze management switch for tracing all 802.11 traffic to a Wireshark running on a PC. For complete and official documents, contact http://www.trapezenetworks.com.

Settings

Login to a Trapeze management switch through SSH, here the login transcript:

login as: admin

Copyright (c) 2002 - 2009 Trapeze Networks, Inc. All rights reserved.

Username: admin
Password:

*trapeze-inno> enable

Enter password:

Setup a listener called "mysnoop", make sure to use the address of a local PC running Wireshark instead of 192.168.1.10

*trapeze-inno#
*trapeze-inno# set trace dot1x level 9
success: change accepted.
*trapeze-inno# set snoop mysnoop observer 192.168.1.10
success: change accepted.
*trapeze-inno# set snoop map mysnoop ap 1 radio 1
success: change accepted.
*trapeze-inno# set snoop mysnoop mode enable
success: change accepted.
*trapeze-inno#