To configure a mixed mode topology, use a following CLI commands.Device# configure fluidity id {vehicle-auto | vehicle ID | infrastructure | wireless- relay}
Fluidity id – configure Fluidity role for device.
Vehicle-auto - vehicle mode with automatic vehicle ID selection
Vehicle ID (alphanumeric) - vehicle mode with manual ID.
Infrastructure - infrastructure mode
Wireless-relay - wireless infrastructure with no ethernet connection to the backhaul.
Device# configure dot11Radio <interface>
Interface - <0-3> dot11Radio interface number.
Device# configure dot11Radio <interface> {enable | disable}
Enable or disable - Set wireless interface admin state to enable or disable at runtime.
Device# configure dot11Radio <interface> mode {fluidity | fixed | fluidmax}
Mode - operating mode for the specified interface (Fluidity or fixed or Fluidmax).
Device# configure dot11Radio <interface> channel <channel id>
channel - Set the operating channel id <1 – 256>
Device# wr
Example:
U1 Configuration
Device# configure dot11Radio 2 enable
Device# configure dot11Radio 2 mode fixed
Device# configure dot11Radio 2 channel 36
U2 Configuration
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 fluidity
Device# configure dot11Radio 2 channel 149
Device# Configure fluidity id infrastructure
U3 Configuration
Device# Configure fluidity id vehicle-auto
Device# configure dot11Radio 1 enable
Device# configure dot11Radio 1 mode fluidity
Device# configure dot11Radio 1 channel 149