[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Configuring the Scheduler Hierarchy for Subscriber Load Balancing in 802.3ad Link Aggregation Groups

The type of load balancing that the system performs depends on the configuration of the scheduler hierarchy in the QoS profile.

To configure the scheduler hierarchy for subscriber load balancing:

  1. Configure the QoS profile.
  2. host1(config)#qos-profile subscriber-lag
    
    
    
  3. Configure the queues and nodes for VLANs and S-VLANs.
  4. host1(config-qos-profile)#vlan queue traffic-class best-effort
    
    host1(config-qos-profile)#vlan queue traffic-class tc1
    
    host1(config-qos-profile)#vlan node scheduler-profile subscriber
    
    host1(config-qos-profile)#svlan node scheduler-profile svlan
    
    host1(config-qos-profile)#svlan node group g1 scheduler-profile svlan
    
    
    
  5. Create the LAG interface and assign member interfaces.
  6. host1(config)#interface lag lg1
    
    host1(config-if)#member-interface gigabitEthernet 3/0
    
    host1(config-if)#member-interface gigabitEthernet 3/1
    
    
    
  7. Attach the QoS profile to the LAG interface.
  8. host1(config-if)#qos-profile subscriber-lag
    

Related Topics


[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]