Before you configure MPO, you must enable 802.1p-based QoS.
To configure the MPO features, use the following CLI commands:
Device# configure fluidity mpo
cos - Configure class-of-service (CoS) of traffic to protect with MPO redundancy (only one CoS at a time) and the valid cos range
is from zero to seven and the default value is six.
path - Configure max number of simultaneous redundant path established by only mobile devices. Maximum path link valid range is
from one to four and the default value is one.
rssi - Configure min RSSI threshold for a wireless link to be eligible as a redundant path(dB) (mobile devices only). Minimum
rssi value valid range is from 0 to 96 and the default value is 20.
telemetry – Configure enable/disable specific MPO telemetry. Telemetry value one of the following: enabled: M=1 or disabled: M=0 (default).
Device# configure fluidity mpo status
disabled: Disable MPO duplication/deduplication.
rx-only: Set mpo status as rx-only. Deduplicate incoming MPLS traffic and do not duplicate outgoing traffic.
enabled: Enable MPO. Duplicate outgoing traffic and de-duplicate incoming MPLS traffic.
Example:Device# configure fluidity mpo cos C ( C value from 0 to 7 (default 6))
Device# configure fluidity mpo path max N ( N value from 1 to 4 ( default 1))
Device# configure fluidity mpo rssi min R ( R value from 0 to 96 ( default 20))
Device# configure fluidity mpo telemetry T (T can be one of: enabled: M=1
Disabled: M=0 (default))
Device# configure fluidity mpo status S ( S can be one of:
enabled: E=1 F=1
rx-only: E=1 F=0
disabled: E=0 F=1 (default))
The following example shows the UDP Telemetry stream with MPO counters:Device# configure fluidity mpo telemetry <enabled | disabled>
Device# configure telemetry server 192.168.0.200
Device# configure telemetry export enable
Device# configure fluidity mpo telemetry enabled
To verify an MPO configuration parameter, use the following show command:
Device# show fluidity mpo config
Example:
Device# show fluidity mpo config
Status: enabled
Path max links: 2
RSSI min: 20
CoS: 6