Newb VoIP End to End Qos Questions

I'm at a site that has Layer 3 Cisco switches and routers end to end. Cisco IP phones plug directly into Layer 3 switches with various routers in the core.
1) If all connections are Layer 3 do I need to concern myself with trusing COS? I would trust DSCP in this case yes?
2) Cisco phones by default send voice rtp audio with DSCP marked as EF, is that correct? If not, I know how to create policy-maps and reclassify it. My thought was it is already classified as high as possible.
3) I've read that QoS must be end to end or you don't really have a full implementation, as in the one device your traffic passes through that is not performing QoS will likely be running FIFO or WFQ, which do not give precedence to class based traffic. So in theory I need to implement CBWFQ or LLQ on every Layer 3 device end to end that RTP audio will touch. Do I have this correct?
4) If the voice traffic has the potential to travel to most Layer 3 devices in the network as it travels between the Call Manager and phones, I need to apply QoS outbound on each Layer 3 interface that is likely to be in a voice path yes?
Sorry, I'm a newb, I understand it in theory but I still hit the wall on occassion with my light saber while blindfolded.
Thanks, Mike

Hi
1) Yep - no trunk (dot1q/ISL) = no CoS as it's in the trunk header, so use DSCP.
2) Yep, traffic will be marked. You can trust it, or trust it conditionally in a service policy and police it.
3) Yep, more or less. It's very important that on any switches that have QoS enabled, you have proper trust states set on all the ports, otherwise the DSCP will be remarked to 0. This is worse that not particularly prioritizing voice on a particular device, as no other devices further down the chain will see any DSCP markings to act on.
4) Erm.. kind of. If it's a layer 3 link on a switch, then you don't configure it as you would on a router. The QoS is done in hardware, so your common/garden autoqos type config should see you right if you really don't know what you are doing. If you use auto qos voip trust, make sure you set it to mls qos trust dscp after as it will probably default to CoS. Best to keep it consistent...
Regards
Aaron
Please rate helpful posts...

Similar Messages

  • MM end user QUESTION WEBSITE

    Can you please refer any MM -enduser Question & ans reference website

    Hi Sameer, you are a the best place to know the real life issues faced by consultant. I don't see any other place where end user questions are listed. I would suggest you to discuss the business processes with your seniors/ colleagues. Spend some time on SDN where you actually see the what kind of real life problems may come during implementation (yeah, you can treat them as end user problems). Last but not the least ... think logical ... you'll surely be able swim once thrown in water

  • My iphone is locked i dont remember my icloud password end the question security Helpe meHelpe me

    my iphone is locked i dont remember my icloud password end the question securityHelpe meHelpe me
    <Email Edited by Host>

    If you don't know your password, don't know your security questions and don't have a rescue address or don't receive a reset email, you should contact AppleCare who will initially try to assist you with a reset email or if unsuccessful will pass you to the security team to reset your security questions for you.
    If you are in a region that doesn't have international telephone support try contacting Apple through iTunes Store Support.

  • Newbie back end choice

    When installing the trial version of Flash Builder 4 how does a newbie know what to choose as a back end?
    Someone who just wants to "learn Flex in a week"?
    Is there a FAQ somewhere, or do we need to post every question?
    Thanks!

    You do not need to install any backend technology to work through the Flex in a Week series. Data retreival in the series is performed against a live server that is already set up; the appropriate details are in the exercise directions.
    If in the future you do want to learn how to create the code for the backend, you can choose any technology that can be accessed via HTTPService, WebService or RemoteObject components. You will learn about these components in Days 2 and 3 of Flex in a Week.
    Also, when you install the Flash Builder trial version, consider installing the Premium, rather than Standard Edition so that you can follow the steps for using the Network Monitor.

  • "vlan dot1q tag native" end-to-end QoS switched network

    Guys,
    Can I use this in my switched network design, (without using 802.1q tunneling as documentation always seems to mention this vlan in a vlan scenario???)
    I have native vlans and I want to act upon the 802.1p CoS field from end-to-end in my switched network. If the packet happens to be in a native vlan, I cannot do this.
    ie
    pc------accessswitch--------distswitch/rtr
    between access and distribution, there is a dot1q trunk, and the native vlan is the vlan what the pc is in
    Choices.
    run this comand vlan dot1q tag native
    dont have a native vlan, ie have vlan 1 (default as native) on the dot1q up to the dist
    or act only upon L3 dscp
    Can anyone help?
    Many thx,
    Ken

    Hi there,
    Many thx for that. This I understand and the question was really, if I wanted to use a dot1p tag in the dot1q header, but the vlan that the PC was on was the same vlan as the native vlan on the dot1q trunk, what is the best option to ensure I can action qos.
    Just trust dscp on the trunks always
    tag the native,
    or just dont run a native vlan
    I hope this makes sense. Sorry if I was a little confusing b4.
    Thx
    Ken

  • Front-end/back-end cluster question

    [att1.html]
              

    Patrick Power wrote:
              > Thanx for your reply Prasad. I was surprised none of the Bea engineers
              > wished to touch this one. What do you suppose is up with that? Either
              > they are too busy, or possibly my question is too dumb.
              >
              I am from BEA so its not that we are not responding ;).
              >
              > Back to the issue: Yes, we will NES bridge/proxy into servlet front-end
              > cluster, potentially with Directors on the very front of the topology for
              > balancing. Your diagram as such:
              >
              > <Netscape/IIS/Apache/WLS FRONT END> ----- <CLUSTER OF WEBLOGIC SERVER
              > > SERVING SERVLETS> --- <CLUSTER OF WEBLOGIC SERVERS SERVING EJB>
              >
              > 1) Does <Netscape/IIS/Apache/WLS FRONT END> mean NES with proxy shared lib,
              > with a WLS service definition into cluster in obj.conf? I assume yes.
              Yes.
              >
              > 2) I would assume that <CLUSTER OF WEBLOGIC SERVERS SERVING SERVLETS> would
              > need the WLS HttpClusterServlet to the <CLUSTER OF WEBLOGIC SERVERS SERVING
              > EJB> all the way in the back.
              No. I was splitting presentation logic (namely servlets and jsp) and business
              logic (ejb) into two layers. Again you don't have to split it into two. You can
              colocate them both together. You could use NES or IIS or Apache or WLS. You
              don't need HttpClusterServlet.
              Lets get this straight.
              1. You need our proxy plugin for failover and to load balance the request that
              are going to presentation logic.
              2. From presentation logic layer, when you talk to backend business logic
              providers (like ejb cluster), if you use stateless session beans we provide
              failover and load balancing. In future we will support clustered stateful
              session beans as well. Therefore you don't need load balancer here.
              3. HttpClusterServlet should run only in front of presentation logic cluster and
              also it supports http only.
              Hope this helps.
              - Prasad
              > The NES proxy would only proxy into the f/e
              > cluster, right? You're not suggesting an external proxy of some type, are
              > you? The HttpClusterServlet is for WLS cluster-to-cluster proxies.
              > 3) A load balancer between the wls f/e and wls b/e clusters? That doesn't
              > seem applicable here. Once again, it should be HttpClusterServlet for WLS
              > cluster-to-cluster proxies.
              > 4) "use two or three proxy servers to avoid single point of failure."
              > Hmmm, once again - are we talking the WLS HttpClusterServlet proxy? Well,
              > that's the inital question: Can I have more than one HttpClusterServlet
              > proxy in the front-end cluster, proxying to the back-end cluster?
              > Otherwise, internally from this WLS architecture perspective, it is a single
              > point of failure.
              >
              > An example: 10 instances in f/e cluster. can more than one of these
              > instances have the WLS HttpClusterServlet proxy to the b/e cluster? Or, are
              > there instances of WLS HttpClusterServlet proxy in all 10 f/e cluster
              > instances?
              >
              > Cheers, Pat
              >
              > Prasad Peddada <[email protected]> wrote in message
              > news:[email protected]...
              > >
              > >
              > > Patrick Power wrote:
              > >
              > > > I know that this topic was addressed to some degree here in an earlier
              > > > posting, but I still have a question regarding the architecture
              > > > design:
              > > >
              > > > If configuring a front-end cluster for servlets/sessions and a
              > > > back-end cluster for remote services -- you route requests to the
              > > > back-end using the WLS proxy servlet. ok, got that part.
              > >
              > > Not quite. The typical scenario is
              > >
              > > <Netscape/IIS/Apache/WLS FRONT END> ----- <CLUSTER OF WEBLOGIC SERVER
              > > SERVING SERVLETS> --- <CLUSTER OF WEBLOGIC SERVERS SERVING EJB>
              > >
              > > You don't proxy and serve servlets from the same server.
              > >
              > > >
              > > > The question: Is there a single instance of the wls proxy servlet in
              > > > the front-end cluster? Or, is it on every instance in the front-end
              > > > cluster? What is the failover mechanism, in the case of a single
              > > > instance of proxy servlet in the f-e cluster failing?
              > >
              > > To prevent that you need to use some kind of h/w or software load
              > > balancer and then use two or three proxy servers to avoid single point
              > > of failure.
              > >
              > > > Is it a single point of failure between the 2 clusters?
              > > >
              > > > Thanx in advance for your help.
              > > >
              > > > BTW, I think Wei, Kumar and the other Bea folks cruising this group
              > > > have been doing a bang-up job of providing badly-needed detail on this
              > > > subject area - material this largely absent from the documentation.
              > > > Good job.
              > > >
              > > >
              > >
              > > --
              > > Cheers
              > >
              > > - Prasad
              > >
              > >
              

  • Month end closing question from a DBA

    Hi all,
    I am a DBA not a functional setup person/Business Analyst; so excuse me if my question is not put in business terms.
    We have an 11.5.10.2 that operates in US, Canada, Peru, China and Australia. Each of these have their own Set of Books. When the time comes to do month end closing, our finance people tell all incl our US and other countries branches to stop the following transactions on the system while month end closing is going on:
    •     Inventory
    o     Pick, pack and ship for SO’s and Internal Req’s
    o     Receiving of PO’s, Internal Req’s and OSP
    o     Subinventory transfers
    o     Consignment consumption
    o     Inventory adjustments
    •     WIP
    o     WIP moves and completions
    •     Accounts Receivable
    o     Cash applications
    o     Invoicing of any shipping activity past cutoff o     Manual invoices and credits
    •     Accounts Payable
    o     Invoice entry and cancellation
    o     Manual or batch payment runs
    Question that I have is: how can month end closing be done where each of these countries could freeze these activities for their last day of month when last day of month starts obviously earlier in Australia and China compared to US, Canada and Peru? As of now, they all seem to follow the last day of the month procedure as the US. It takes about 7 hours for the whole process to run.
    All comments/suggestions welcome.
    Thanks,
    Edited by: DBA115102 on Mar 4, 2011 7:14 PM

    Hello.
    SQL> select p.period_name, ae.event_status_code, p.closing_status, h.AE_HEADER_ID
    2 from ap_ae_headers_all h, ap_accounting_events_all ae, gl_period_statuses p
    3 where ae.accounting_event_id = h.accounting_event_id
    4 and h.period_name = p.period_name
    5 and p.application_id = 200
    6 and p.closing_status = 'C'
    7 and ae.event_status_code = 'CREATED';
    no rows selected
    SQL>
    As you can see, i cannot find similar situation. My database has data since 1998. Perhaps we are using different APPS versions, mine is 11.5.10.2
    Octavio

  • MMS showing up on the other end as question marks?

    MMS is working almost perfectly for me, but there have been a few instances where it has screwed up a little.
    The same problem has occurred a few times now, but there have been a few images I tried to send to a friend that showed as 'Sent' on my iPhone, but my friend told me these images were showing up as question marks.
    He describes it as "a teeny tiny picture of a hill with a piece of paper on the top of it, and a question mark".
    This has happened, as I said, with a few different pictures, on a few different occasions.
    The pictures finally were able to go through after I took a screencap of them, and sent him the screencap. This is the part I find strange. Is it possible that hyphens in the filename might be screwing up the delivery of these images? I find it so strange that I try sending the same picture three times, and all three times it shows up as that strange question mark picture, but when I send a screencap, it goes through just fine.
    Another friend of mine said that a picture he sent to someone also showed up as a question mark on the other end.
    Anyone else experiencing this? Anyone know what the problem could be?

    Anyone?

  • End Jump question

    I'm putting together a DVD that begins with a series of 6 movie trailers (in one block) which then end jumps to the main menu.
    I also have a Trailers menu, from which I need to link to each individual trailer
    My questions is - how do I make the trailers individually linked to end jump back to the trailers menu screen, yet leave the first play trailers unaffected?
    Message was edited by: Marc Morris

    I think you need stories (or scripting?) meaning that you play all the trailers or just individual ones.
    Place a maker before each section and set a "Play All" story with all markers in the story and set the end jump for that story to where you want it to go.
    Then make a story for each trailer and set end jump for those.

  • GR/IR MONTH END TREATMENT QUESTION

    hi all,
    Hear i have a question gr/ir.
    At month end some amount in gr/ir left as balance, how should i treat that to transfer?
    What are the configuration steps I should follow?
    thanku

    Hi,
    it is quite normal that your GR/IR account is not in balance at month end. Life does not stop at the end of the month.
    For the normal, not yet closed processes (PO lines), you can carry out transaction F.19
    Related configuration to be done in transaction OBYP. F.19 is then just another step during closing, postings made will be reversed the next day, so this is for the proper balance sheet only.
    If you do not expect any further GR and/or IR for a particular PO line that has not moved at all since a certain period of time, you should write the balance off. You should never do it directly, moreover, your GR/IR account should be flagged for automatic postings only. If you really want to write off  (forever, no reversals) a PO line, you should run transaction MR11 against it. It is recommended to enter the particular PO number AND !!! the PO Line number on selection screen to make sure you write off only the PO lines you really need. But you can also decide later for the selected PO lines which one you want to write off and which ones you want to leave as they are.
    No big config needed for MR11, maybe OMWA to mention to set up document type for transaction MR11, but that defaults to "KP" anyway.
    Hope that helps, points welcome
    Csaba

  • End user question

    There must be a simple answer to this but I'm not seeing it.
    I created a sample application from an account with Developer privs.
    I now want to create an Application End user. I clicked the Manage Application Express Users link for the workspace.
    I then created a user, entered password, left the Accessible Schemas field blank (it says NULL for all),
    User is a developer is set to no, User is an administrator is set to no.
    Account Availability is set to Unlocked
    Require Change of Password on First User is set to Yes
    I save the user.
    I then log out and attempt to log in with the new user account.
    It prompts me for a new old and new password twice as I expected.
    Once I save the changes, I get:
    Logout
    Access denied by Application security check
    Return to application.
    What do I need to set in the user account to allow this end user in?
    Thanks

    As far as I can tell, the answer is no.
    The fields that have values in them are:
    Name: which is set to Application Express
    Description:
    Session Not Valid Page: 101
    Authentication Function: -BUILTIN-
    Logout URL: wwv_flow_custom_auth_std.logout?p_this_flow=&APP_ID.&amp;p_next_flow_page_sess=&APP_ID.:1

  • Marker/End Jump Question??

    Hi,
    I'm creating a menu where I have 10 buttons that link to a solid video track with 9 commercials on it. There are markers in DVDSP before each commercial. The first button is "PLAY ALL" which, when clicked, will of course play the whole video track of all 9 commercials. The following 9 buttons are each of the names of the commercials and when clicked, it takes the viewer to the marker in front of the corresponding commercial. I figured out that if I set the "End Jump" of the marker back to it's button in the menu, it does so. The only problem is that if I set the marker to end jump back to the menu, when the "PLAY ALL" button is selected, it still "end jumps" back to the menu after the first commercial. Is there any way to have the "PLAY ALL" button bypass the marker end jumps? Is the only work around to also have separate tracks each with separate commercials on them? I will have 4 menus and a total of about 35 video clips if I do this and will take forever and also take up a lot of space on the DVD.
    Let me know if anyone knows a way around this.
    Thanks in advance,
    Eddie

    no - you should be able to see and hear the result in simulator.
    You could try building the project to your hard drive and using DVDPlayer to open the Video_TS folder and test it from there.
    Did you create 9 stories with a chapter in each (removing the end jump command on each chapter marker), or did you add one story and add all 9 chapter entry points to is as your play all?
    In my opinion, the latter is the better way to go.

  • AP month-end closing question

    consult :
    if there are records in table 'ap_accounting_events_all' which EVENT_STATUS_CODE = 'CREATED' , will them influence the AP month-end closing ??

    Hello.
    SQL> select p.period_name, ae.event_status_code, p.closing_status, h.AE_HEADER_ID
    2 from ap_ae_headers_all h, ap_accounting_events_all ae, gl_period_statuses p
    3 where ae.accounting_event_id = h.accounting_event_id
    4 and h.period_name = p.period_name
    5 and p.application_id = 200
    6 and p.closing_status = 'C'
    7 and ae.event_status_code = 'CREATED';
    no rows selected
    SQL>
    As you can see, i cannot find similar situation. My database has data since 1998. Perhaps we are using different APPS versions, mine is 11.5.10.2
    Octavio

  • Connect Selected End Point Question

    Hi everyone:
    I am trying to connect selected end points. I have drawn my open path and Illustrator is not letting me select my two anchor points. I keep getting selections of the entire path. So, of course, the connect selected end points icon is greyed out. I have tried selecting the two endpoints with the lasso and variations of the direct select and select and they all select parts of or the entire path. Does anyone know how to isolate the selection to just the two end points? Thanks so much for your help!

    ALWAYS state WHAT VERSION you are using. No fewer than six different versions of Illustrator are discussed here, and functionality changes between versions.
    function(){return A.apply(null,[this].concat($A(arguments)))}
    I am trying to connect selected end points. I have drawn my open path and Illustrator is not letting me select my two anchor points. I keep getting selections of the entire path.
    (Emphasis mine.)
    The way you stated this suggests you are trying to close a single open path, not join two open paths. If so, selecting the entire path is what you want. With the whole path selected, key Ctrl-J. The Join command also closes an open path.
    JET

  • A test question only... (this is an end-user question not an admin one)

    You can try responding here if you want.

    >  The overview page says there are
    2677 Audition CS5.5 discussions but only 326 discussions about Audition
    3.01 and all earlier versions.
    I haven't bothered going
    through and looking for/counting everything but surely this is a
    mistake.  Even if you've deleted thousands of useful discussions on the
    earlier stuff, I'm sure I haven't seen 2677 discussions about CS5.5.....
    The Audition 3.0.1 and earlier forum is new, split off from the Audition CS5.5 forum. I migrated over the recent threads that were obviously about Audition 3.0.1 and earlier, but there's no easy way to move the whole mess over.
    This doesn't impair anyone's ability to search for old threads or use old links to these threads, so this shouldn't actually affect anyone's functional use of the forum.
    If (when) older threads are reawakened by someone responding to them, I'll see them and move them over to the 3.0.1 forum.
    This is the same thing that we did when splitting the Premiere Pro forums into version-specific forums, and it only took a couple of weeks for everything to settle out.

Maybe you are looking for

  • Profit Center derivation in F-02 transaction

    Hi All, In F-02 transaction, after keying in GL account and other details, a Profitability Segment pop-up screen is displayed. We enter a Sales Order & Item number and click on u2018Derivationu2019 button. System is automatically populating various f

  • How can I use bookmark script to deselct sidebar option by default?

    I am trying to include a User Friendly 1-Click link on my site to automatically bookmark a page. Using the Ultimate Bookmark script this works fine in IE, but when the bookmarking window pops up it always has the "Load this bookmark in the sidebar" o

  • Trouble with Web Crawler

    Hi all, I am trying to run the crawler application availabe on Sun's website at the URL: http://java.sun.com/developer/technicalArticles/ThirdParty/WebCrawler/#demo The problem is it would not return any results to me and I have no clue why this is h

  • Which cable lock to buy for Satellite Pro P200?

    I have this laptop: http://uk.computers.toshiba-europe.com/innovation/product/Satellite-P200-1K9/145669/ In the specs it says there is a slot for a kensington cable lock, but under the compatible options tab I can't find a lock to buy. Searching gene

  • Missing last two months of photos

    A friend of mine who takes lots of photos and processes them in iPhoto just bought a new iMac and transferred all his files to the new computer. When he opened iPhoto, he discovered that all the photos he had imported into iPhoto for the last two mon