Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > Priority queueing and bridging

Reply
Thread Tools

Priority queueing and bridging

 
 
Timtom
Guest
Posts: n/a
 
      11-28-2008
Hi,

I've got two 2610 cisco routeur which are configured as bridge and I
would like to use "Priority queueing".

I tried to use the following configuration but when I do a debug
priority all I see is bridge protocol.
I then put the priority-group 1 to the ethernet interface and I still
have the same problem.


Does anyone knows how to make it works ????

Thanks.



Configuration:

interface Ethernet0/0
ip address A1.B1.C1.D1 E1.F1.G1.H1
no ip directed-broadcast
no ip route-cache
no ip mroute-cache
no cdp enable
bridge-group 1
!
interface Serial0/0
bandwidth 6000
ip address A1.B1.C1.D1 E1.F1.G1.H1
no ip directed-broadcast
encapsulation ppp
no ip route-cache
no ip mroute-cache
keepalive 5
priority-group 1
no cdp enable
bridge-group 1
!
access-list 100 permit ip host SERVERA any
access-list 100 permit ip host SERVERB any
access-list 100 permit ip host SERVERC any
access-list 110 permit ip any host PROXY
priority-list 1 protocol ip high list 100
priority-list 1 protocol ip low list 110
dialer-list 1 protocol ip permit
dialer-list 1 protocol bridge permit
no cdp run
bridge 1 protocol ieee
 
Reply With Quote
 
 
 
 
Phillip Remaker
Guest
Posts: n/a
 
      12-03-2008
Priority queueing at layer 3 (e.g., IP) is only available when routing. The
packet is only inspected up to layer 2 when bridging.


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
priority queueing on a 3750 linguafr Cisco 2 11-03-2007 04:01 PM
priority queueing over dialer interface emaxt6@yahoo.com Cisco 0 04-06-2005 06:50 PM
How to configure Priority Queueing on a PPP link ? Alain Montfranc Cisco 2 05-18-2004 07:22 PM
Re: Priority Queueing queue-limit values Ayanda Madyibi Cisco 3 04-03-2004 12:57 PM
Access Lists matching when using Priority Queueing Michael Cisco 2 11-20-2003 06:31 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57