Enabling Port Channel Active/Active
Use the following commands to enable port channel active active: enable
configure terminal
sdm prefer enable_portchannel_qos_multiple_active
end
Note |
The device restarts after enabling the sdm prefer enable_portchannel_qos_multiple_active command. After a successful reboot, verify the configuration using the command show sdm prefer current
|
Disabling Port Channel Active/Active
Use the following commands to disable port channel active active: enable
configure terminal
sdm prefer disable_portchannel_qos_multiple_active
end
Configuring Active Active Port Channel per bundle
Use the following commands to configure active active port channel per
bundle:
enable
configure terminal
platform qos-port-channel_multiple_active 10
end
Creating Port Channel Interface
Use the following commands to configure the port channel interface:
enable
configure terminal
interface port-channel 10
no shutdown
end
Attaching member link to port channel
Use the following commands to attach a member link to the port channel:
enable
configure terminal
interface Te0/4/0
channel-group 10 mode active
end
Configuring QoS Class Map and Policy Map
Use the following commands to configure QoS class map and policy map:
enable
configure terminal
class-map match-any qos1
match qos-group 1
class-map match-any qos2
match qos-group 2
policy-map policymapqos
class qos1
shape average 10000 k
class qos2
shape average 20000 k
end
Attaching Configured Policy Map (policymapqos) on Port Channel Interface on Egress Direction
Use the following commands to attach the configured policy map (policymapqos) on the port channel interface on egress direction:
enable
configure terminal
interface port-channel 10
service-policy output policymapqos
end