Cisco Systems LLQ on Ethernet Interfaces

Bookmark this page:  YahooMyWeb Yahoo!  Google Google  Windows Live Favorites Windows Live  del.icio.us del.icio.us  digg digg  Add to Netscape Netscape
Subject Author Date
LLQ on Ethernet Interfaces dennis 07-01-07
Posted by dennis on July 1, 2007, 9:36 am
Please log in for more thread options
Hi Group,

is there any way to configure LLQ (priority command) in an policy-map
and apply it to an ethernet interface ?
Actual this is only possible on serial or ATM interfaces !

thx
dennis


Posted by James on July 2, 2007, 2:54 am
Please log in for more thread options
Yes, it works exactly the same as it does for any other interface.
Create the class-maps, policy-map and attach to the Ethernet Interface
with the "service-policy x out" command.

Here are the relevant config parts from one of my production routers:-


class-map match-all VoIP
match dscp ef
class-map match-all Management
match access-group name Management
class-map match-all Signaling
match dscp af11
!
policy-map 128k-LLQ
class VoIP
priority 34
class Signaling
bandwidth 8
class Management
bandwidth 8
class class-default
fair-queue
random-detect
!
interface FastEthernet0/0
bandwidth 128
tx-ring-limit 3
tx-queue-limit 3
service-policy output 128k

James


Posted by dennis on July 6, 2007, 2:32 am
Please log in for more thread options
Hi James,

thx for your input...
right now I can't test it...

Here you can see the actual config on a cisco 7206VXR
This config should be applied to a Gi Interface on a Cat6509...but
this diesn't work ...

========================================================
policy-map voip
class voice
set ip dscp 46
priority 500
class voice-signaling
set ip dscp 26
bandwidth 60

class-map match-any voice-signaling
match ip dscp 26
class-map match-any voice
match ip dscp 46

interface Serial2/3
description xxx
bandwidth 1920
ip address x.x.x.x y.y.y.y
service-policy output voip

=================================================



Dennis

> Yes, it works exactly the same as it does for any other interface.
> Create the class-maps, policy-map and attach to the Ethernet Interface
> with the "service-policy x out" command.
>
> Here are the relevant config parts from one of my production routers:-
>
> class-map match-all VoIP
> match dscp ef
> class-map match-all Management
> match access-group name Management
> class-map match-all Signaling
> match dscp af11
> !
> policy-map 128k-LLQ
> class VoIP
> priority 34
> class Signaling
> bandwidth 8
> class Management
> bandwidth 8
> class class-default
> fair-queue
> random-detect
> !
> interface FastEthernet0/0
> bandwidth 128
> tx-ring-limit 3
> tx-queue-limit 3
> service-policy output 128k
>
> James



Posted by James on July 8, 2007, 9:25 pm
Please log in for more thread options
I take it that it works on the 7206? Unfortuntely I don't have any
experience with 6500's

Why are you maching against dscp 46 & 26 and then also using a set
command in the policy-map?

James


Similar ThreadsPosted
LLQ on Ethernet Interfaces July 1, 2007, 9:36 am
KeepAlive on Ethernet Interfaces September 26, 2006, 3:55 am
2960 Ethernet interfaces going down November 25, 2008, 1:25 pm
OSPF issues on Ethernet Interfaces August 10, 2005, 7:56 am
Routing between ethernet interfaces on 1605r September 18, 2006, 4:59 pm
Two ethernet Interfaces want to use one as a backup different ISP's September 25, 2006, 10:01 am
More than two Ethernet interfaces on a 28xx router? October 5, 2006, 12:52 pm
smallest IOS based router with 3 ethernet interfaces March 20, 2006, 11:09 am
problems pinging between FastEthernet and Ethernet interfaces November 15, 2006, 3:17 pm
Configure MPLS VPN on Ethernet VLAN interfaces June 15, 2008, 10:35 am
Simple Ethernet to Ethernet setup (cisco 1605R) But I can't get it to work. July 7, 2005, 12:59 pm
Use router ethernet interface as a layer 2 ethernet port November 24, 2006, 7:53 pm
Ethernet and non Ethernet Leads April 1, 2007, 1:49 am
Ethernet and non Ethernet leads April 1, 2007, 1:49 am
PIX 525, how many interfaces? April 18, 2006, 11:14 pm