Lammle.com
  • Instructor-Led Training
    • Browse by Course
      • All Courses
      • CompTIA Courses
      • Cisco® Courses
      • Microsoft Courses
      • Wireless Courses
      • IT & Security Courses
      • Attend Online
    • Browse by Date
    • Browse by City
    • Deals and Discounts
      • Spring Specials
      • From CCENT to CCNA in 2 Weeks
      • From CCNA to CCNP in 3 Weeks
      • Corporate Solutions
      • Government Solutions
        • Government Solutions
        • GSA Pricing
      • Recent Newsletters
    • Corporate Solutions
    • Government Solutions
      • Government Solutions
      • GSA Pricing
    • Testimonials
    • Internetworking Salary Survey
  • Locations
    • Atlanta
    • Austin
    • Chicago
    • Dallas/Fort Worth
    • Denver
    • Durham
    • Glendale
    • Houston
    • Live Online Only
    • Los Angeles
    • New Hampshire
    • New York
    • Orlando
    • Raleigh
    • San Diego
    • San Francisco
    • Santa Rosa
    • Washington D.C.
    • England
    • Germany
    Locations
  • Self-Paced Learning
    • Online Live Training
    • E-Learning
    • Online CCNA Video Training
    • Practice Questions
    • DVD and Audio (Lammle Press)
    • Books
  • Blog
  • Forum
  • GlobalNet Consulting
    • Overview
    • Experience
    • Our Team
    • Methodology
    • Projects
    • Contact Us
  • About
    • About Todd Lammle
    • About GlobalNet Training & Consulting
      • About GlobalNet Consulting
    • Student Complaint Policy
    • Terms of Service
      • Privacy Policy
      • Why was my account disabled?
  • Contact
    • Feedback Form
    • Site Map
Home Forum

Official Lammle User Forum


Go Back   Lammle Forum > Cisco® CCNP > Switching
Reload this Page QoS help..
Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Display Modes
  #1  
Old 10-26-2008, 06:47 PM
lildeezul lildeezul is offline
Senior Member
 
Join Date: Mar 2008
Location: Winston Salem, NC
Posts: 432
Send a message via AIM to lildeezul
Default QoS help..

k these are some of the concepts i grabbed by re reading chapter 10 of the BCMSN self study guide.

QOS can use layer 2 and layer 3 classification methods via CoS (class of service) and DSCP,or IP precedence (old) respectively which belong to the ToS byte in a packet. CoS has 3 bits to use for classificatio in the 802.1q frame type. Which gives of a values 0-7.. value 6 and 7 are used for networking protocols such as EIGRP and other features that must have priority , becuase if not there will be no connectivity.value 5 is used for Voice, 4 for Video, 3 -2-1 for data, and 0 for FIFO ( first in first out/ Best effort)

IP-prec uses the 3 most significant bits in the TOS field which gives a value from 0-7.
DSCP ( diff service code points) use the 6 bits which gives 64 values from 0-63, and the last two bits are for ECN..

Classification is the method used to classify packets as a certain type of data, and arrange them into specific groups.. There are four ways to classify data.

1- trust modes via the MLS QOS TRUST DEVICE CISCO-PHONE (cdp used to find phone and trust DSCP values)

2- Manual classification based on DSCP values on incomming traffic ( MLS QOS TRUST DSCP/COS

3- Classification based on class maps, policy maps, and ACL

4- Classification using NBAR ( network based application recognition) THE COOLEST>

Marking is a method to "color" packets/frames so that the next hop doesnt have to deeply inspect the packet to classify the data. Marking makes classification easier becuase all the next hop has to do is look at the tag and say " aww this is voice data, or this is video data"
marking is done via ( MLS QOS DSCP/COS xxxx)

this is what i understand so far.

i am now reading about traffic shaping and policing...

tell me if you think im am getting this ok. ??? there is a lot to learn !

let me know if i have the concepts down
__________________
Cisco---------------------- CompTIA
-CCNA ----------------------Security +
-CCNP (BSCI,BCMSN,ISCW)

Last edited by lildeezul; 10-27-2008 at 05:44 AM.
Reply With Quote
lildeezul
View Public Profile
Send a private message to lildeezul
Find all posts by lildeezul
  #2  
Old 10-27-2008, 05:44 AM
lildeezul lildeezul is offline
Senior Member
 
Join Date: Mar 2008
Location: Winston Salem, NC
Posts: 432
Send a message via AIM to lildeezul
Default

more knowlege to me


class maps are used for classification
and policy maps are used to determine what to do with the packet based on the class map
and you can apply policy maps via the SERVICE-POLICY interface config command.


i think im getting it..........but i am getting confused here....

i THOUGHT that classification is based on ingress traffic, but jeremy mentioned that you can use marking on ingress/egress frames..... i though marking would only be on egress frames/packets ( based on Cos or IPpred/dscp) to ease the process for other routers so they do not have to deeply inspect packets.

this above confuses me.. if marking is done on ingress frames then isnt that the same as classifying data ???? that confuses me.

oh wait.. i think i see where we would mark ingress...

lets say for examply off the router port their is a ip phone... if the IPphone is capable of marking thier own data on egress data, via cos 5 ( maps to dscp 40) but the router treats dscp 40 as low traffic priorty, then we would need to mark packets ingress that have a value of CoS 5 (DSCP 40) to a different value so it can use it as a internal DSCP.

would that be an example of this situation of marking ingress ??
__________________
Cisco---------------------- CompTIA
-CCNA ----------------------Security +
-CCNP (BSCI,BCMSN,ISCW)
Reply With Quote
lildeezul
View Public Profile
Send a private message to lildeezul
Find all posts by lildeezul
  #3  
Old 03-20-2009, 03:49 AM
inindix inindix is offline
Junior Member
 
Join Date: Mar 2009
Posts: 1
Default

Quote:
Originally Posted by lildeezul View Post
more knowlege to me


class maps are used for classification
and policy maps are used to determine what to do with the packet based on the class map
and you can apply policy maps via the SERVICE-POLICY interface config command.


i think im getting it..........but i am getting confused here....

i THOUGHT that classification is based on ingress traffic, but jeremy mentioned that you can use marking on ingress/egress frames..... i though marking would only be on egress frames/packets ( based on Cos or IPpred/dscp) to ease the process for other routers so they do not have to deeply inspect packets.

this above confuses me.. if marking is done on ingress frames then isnt that the same as classifying data ???? that confuses me.

oh wait.. i think i see where we would mark ingress...

lets say for examply off the router port their is a ip phone... if the IPphone is capable of marking thier own data on egress data, via cos 5 ( maps to dscp 40) but the router treats dscp 40 as low traffic priorty, then we would need to mark packets ingress that have a value of CoS 5 (DSCP 40) to a different value so it can use it as a internal DSCP.

would that be an example of this situation of marking ingress ??
If taking off the router port their is a ip phone and sone IP phone is capable of marking their own data on egress data...




__________________
Call Center Software
Reply With Quote
inindix
View Public Profile
Find all posts by inindix
  #4  
Old 12-20-2009, 03:01 AM
Theacycle Theacycle is offline
Junior Member
 
Join Date: Dec 2009
Posts: 2
Default QoS help

Is it too much trouble for you to post the Class-map statements the Auto-QoS has generated?Sorry to go on a deviation, but I cant see why the auto-qos would be setting DSCP when the Cisco Phone would have their packets marked by default..Unless Im not seeing something.
Reply With Quote
Theacycle
View Public Profile
Find all posts by Theacycle
  #5  
Old 01-27-2010, 01:11 AM
mnop641 mnop641 is offline
Junior Member
 
Join Date: Jan 2010
Posts: 2
Question OMG!What's the matter!

That’s something. Every day a new day, but not for me. :(
Reply With Quote
mnop641
View Public Profile
Find all posts by mnop641
Reply

Bookmarks
  • Submit Thread to Digg Digg
  • Submit Thread to del.icio.us del.icio.us
  • Submit Thread to StumbleUpon StumbleUpon
  • Submit Thread to Google Google
Thread Tools
Show Printable Version Show Printable Version
Email this Page Email this Page
Display Modes
Linear Mode Switch to Linear Mode
Hybrid Mode Hybrid Mode
Threaded Mode Switch to Threaded Mode

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

Forum Rules
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Passed - Cisco QOS 642-642 exam Big Evil Announcements 15 08-18-2011 06:03 AM
Announcing—New CCNP SP Operations Big Evil Announcements 1 07-07-2010 11:44 AM
mdshukla dhananjay2407 Hiring (Jobs and Projects) 3 07-21-2009 03:45 PM
642-831 CIT retirement Overlord ONT 0 12-27-2006 04:17 PM


All times are GMT -5. The time now is 02:56 AM.

Contact Us - Lammle.com - Archive - Top

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.

CCDA, CCDP, CCIE, CCIP, CCNA, CCNP, Cisco, Cisco IOS, Cisco Systems, the Cisco Systems logo, and Networking Academy are registered trademarks or trademarks of Cisco Systems, Inc. and/or its affiliates in the U.S. and certain other countries. All other trademarks mentioned in this document or Web site are the property of their respective owners. The content of this website is the copyrighted property of Lammle.com.
© 2013 Lammle.comPrivacy Policy