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

Configuring QoS for Tunnel-Server Ports for L2TP LNS Sessions

You can configure QoS for a tunnel-service port that can be used as a dynamic interface associated with an L2TP LNS session.

Before you configure QoS for a tunnel-server port:

To configure QoS for the tunnel-server port:

  1. Create the QoS profile.
    host1(config)#qos-profile lns-tsport
  2. Configure group nodes for the tunnel-server ports.
    host1(config-qos-profile)#ip queue traffic-class best-effort scheduler-profile business-data queue-profile data
    host1(config-qos-profile)#ip queue traffic-class video scheduler-profile video queue-profile video
    host1(config-qos-profile)#ip queue traffic-class voice scheduler-profile voice queue-profile voice
    host1(config-qos-profile)#server-port group video
    host1(config-qos-profile)#server-port group data
    host1(config-qos-profile)#server-port group voice scheduler-profile strict-priority
  3. Create and attach the QoS port-type profile for server ports.
    host1(config)#qos-port-type-profile server-port qos-profile lns-tsport

Related Topics


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