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


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:

See Configuring Tunnel-Server Ports and Tunnel-Service Interfaces in JUNOSe Physical Layer Configuration Guide, Chapter 6, Managing Tunnel-Service and IPSec-Service Interfaces.

See Configuring Traffic Classes That Define Service Levels.

See Configuring Queue Profiles to Manage Buffers and Thresholds.

See Configuring a Scheduler Hierarchy.

To configure QoS for the tunnel-server port:

  1. Create the QoS profile.
  2. host1(config)#qos-profile lns-tsport
    
    
    
  3. Configure group nodes for the tunnel-server ports.
  4. 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
    
    
    
  5. Create and attach the QoS port-type profile for server ports.
  6. host1(config)#qos-port-type-profile server-port qos-profile lns-tsport
    

Related Topics


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