Configure a mixed mode topology using CLI commands to set fluidity roles and wireless interface parameters for different device configurations.
Configure a mixed mode topology to establish different device roles and wireless interface settings for network deployment scenarios.
Mixed mode topology allows devices to operate in different roles, such as vehicle mode, infrastructure mode, and wireless relay mode. Each configuration requires specific CLI commands to set the corresponding parameters.
Procedure
| 1. | Use the configure fluidity id {vehicle-auto |vehicle ID |infrastructure |wireless-relay} command to configure the fluidity role for the device using the appropriate mode. Example:
|
|
| 2. | Use the configure dot11Radio interface command to configure the dot11Radio interface. Example:
interface values range from 0-3. |
|
| 3. | Use the configure dot11Radio interface{enable | disable} command to enable or disable the wireless interface admin state. Example:
|
|
| 4. | Use the configure dot11Radio interface{fluidity | fixed| fluidmax} command to set the operating mode for the specified interface. Example:
|
|
| 5. | Use the configure dot11Radio interfacechannel channel-id command to set the operating channel for the interface. Example:
The operating channel ID values range from 1 to 256. |
|
| 6. | Use the write command to save the configuration. Example:
|