cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
931
Views
0
Helpful
5
Replies

diffserv and qos

carl_townshend
Spotlight
Spotlight

Hi all, is diffserv the layer 3 marking of the packet, whereas 802.1p is the layer 2 marking ? and do we have to map these at between the layer 2/3 boundaries ?

5 Replies 5

kerek
Level 4
Level 4

Yes the .1p is used within layer2 frame (only in tagged frame) and DSCP and ToS is used within IP header. If you want to preserve the layer2 marking you have to map it to layer3.

Hope it helps, if so pls rate

Krisztian

Hi

when i set the qos value on my switch for the port, If the pc or device does not set its own value say for a paticular application etc, how do i make the switch apply the qos value to the traffic to the incoming frames ?

Hi,

The best way is to apply a policy-map on the ingress interface and classify (based on acl) and mark the packets (set cos, dscp).

This link fairly good describes how qos should be configured:

http://forums.cisco.com/eforum/servlet/NetProf?page=netprof&type=Subscriptions&loc=.1dde8945/1&forum=Network%20Infrastructure&topic=LAN%2C%20Switching%20and%20Routing

Hope it helps, rate if does,

Krisztian

Carl,

If your switch supports the features, then you can always classify the packets based on IP address, port no etc, at the ingress and mark them as required.

eg. on a 3750 switch

ip access-list extended VOICE

permit udp 100.100.100.0 0.0.0.127 any range 16384 32767

class-map match-all VOICE

match access-group name VOICE

policy-map VOICE-ACCESS

class VOICE

set ip dscp ef

interface fa 1/0/1

service-policy input VOICE-ACCESS

HTH, rate if it does

Narayan

thanks for your help, I know im a pain but could you explain what each line does? so all we are doing here is creating an access list that defines port number etc, and if there are any matches it applies the ef policy to them? also say if we have a phone that already marks the packets, what would we do here

again , many thanks

Carl

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card