LARTC
[Top] [All Lists]

[LARTC] RSVP questions?

To: <LARTC@mailman.ds9a.nl>
Subject: [LARTC] RSVP questions?
From: "Flechsenhaar, Jon J" <Jon.J.Flechsenhaar@boeing.com>
Date: Tue, 17 Apr 2007 15:20:35 -0700
Delivered-to: sp-com-lists@consult.net
Delivered-to: lartc-list@securepoint.com
Delivered-to: lartc@outpost.ds9a.nl
List-archive: <http://mailman.ds9a.nl/pipermail/lartc>
List-help: <mailto:lartc-request@mailman.ds9a.nl?subject=help>
List-id: "Mailinglist of the Linux Advanced Routing &amp; Traffic Control project" <lartc.mailman.ds9a.nl>
List-post: <mailto:lartc@mailman.ds9a.nl>
List-subscribe: <http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc>, <mailto:lartc-request@mailman.ds9a.nl?subject=subscribe>
List-unsubscribe: <http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc>, <mailto:lartc-request@mailman.ds9a.nl?subject=unsubscribe>
Sender: lartc-bounces@mailman.ds9a.nl
Thread-index: AceBPp6iVTb1KH3DTeKeRbL3fBTLJw==
Thread-topic: RSVP questions?
Have a few generic questions about Kom-RSVP

1.)  11:00:05.175 WARNING: timer system overloaded, deviation is  30.080 sec

  -  what timer is this referring to?  System time?

2.)  What is the relationship between the CBQ class created for RSVP traffic 
and the CBQ parameter that is in RSVP.conf?

  -  ex.
### cbq qdisc ###
tc qdisc add dev eth0 root handle 1: cbq bandwidth 10mbit avpkt 1000 mpu 64
### cbq root rate ###
tc class add dev eth0 parent 1:0 classid :1 est 1sec 8sec cbq bandwidth 10mbit 
rate 1mbit allot 1514 maxburst 50 avpkt 1000
### extra class ###
tc class add dev eth0 parent 1:1 classid :2 est 1sec 8sec cbq bandwidth 10mbit 
rate 100kbit allot 1514 weight 500Kbit prio 6 maxburst 50 avpkt 1000
### rsvp class - classid acts as filter ??? ###
tc class add dev eth0 parent 1:1 classid 1:7FFE cbq rate 800kbit bandwidth 
10mbit allot 1514b avpkt 1000 maxburst 20 isolated

RSVP.conf
interface eth0 refresh 10000
        tc cbq 1000000 2500

3.)  Does the above statement in RSVP.conf reserve 1mbit/s for RSVP traffic?  
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

<Prev in Thread] Current Thread [Next in Thread>
  • [LARTC] RSVP questions?, Flechsenhaar, Jon J <=