Configure a point-to-point relay topology using CLI commands to set up wireless device interfaces with specific radio settings and operating modes.
This task configures a point-to-point relay topology for wireless devices to establish communication links between mesh endpoints and mesh points using CLI commands.
Point-to-point relay topology configuration involves setting up wireless interfaces with specific radio configurations, operating modes, and channel assignments for mesh networks.
Procedure
| 1. | Use the configure dot11Radio interface command to configure the wireless device with radio interface number. Example:
|
|
| 2. | Use the configure dot11Radio interface {enable | disable} command to set wireless interface admin state to enable or disable mode. Example:
|
|
| 3. | Use the configure dot11Radio interface {enable | disable}mode {fluidity | fixed| fluidmax} command to configure an operating mode for the specified interface (fixed or Fluidity or Fluidmax). Example:
|
|
| 4. | Use the configure dot11Radio interface {enable | disable}mode {fluidity | fixed| fluidmax}channel channel id Set the operating channel for the specified interface and the operating channel id valid range is between 1 to 256. Example:
|
|
| 5. | End the configuration. Example:
|
Configuration examples
Basic configuration example:
Device#configure dot11Radio <2> {enable | disable} mode {fluidity} channel <36>
Mesh End (ME) Configuration
Device#configure dot11Radio 2 enable
Device#configure dot11Radio 2 mode fixed
Device#configure dot11Radio 2 channel 36
Mesh Point (MP1) Configuration
Device#configure fluidity id infrastructure
Device#configure dot11Radio 1 enable
Device#configure dot11Radio 1 mode fixed
Device#configure dot11Radio 1 channel 36
Device#configure dot11Radio 2 enable
Device#configure dot11Radio 2 mode fixed
Device#configure dot11Radio 2 channel 149
MP2 Configuration
Device#configure fluidity id infrastructure
Device#configure dot11Radio 1 enable
Device#configure dot11Radio 1 mode fixed
Device#configure dot11Radio 1 channel 149