Implementation of QoS on the border routers

Hi all

I have a question about the implementation of QoS in the local network. There are a bunch of L3 - L2 switches with the support of 802.1 p. 2921 SRI is on the edge of the network. I need to ensure service to certain types of traffic in the event of congestion of the uplink to the internet (attached).

I could somehow score interesting traffic on RSR on the side LAN and apply a QoS policy? What criteria should I use? Thanks in advance.

Hello

Yes it is possible. You can try using the model from the following link:

http://www.Cisco.com/c/en/us/TD/docs/solutions/Enterprise/WAN_and_MAN/QO...

There are also other scenarios of QoS in the the reference Network Solution of QoS above Enterprise Design Guide.

HTH,

Alex

* Please note the useful messages

Tags: Cisco Network

Similar Questions

  • OneLineTextField and the border are not displayed correctly together

    Hi all, I need a container by tabs and found the example of the pill buttons that look awesome

    and can function as tabs, (from the article 'Implement advanced buttons, fields, and managers')

    so I use in my application.

    Let me say, they are superb, thank you very much for creating that

    then in one of the 'tabs', I asked

    a field of research (OneLineTextField), followed by the results (ObjectListField) below

    but my field of research is not get drawn properly (see photo)

    seems the border intersect on the right and try to reduce its size

    seems to be ignred. I'm under api 5 with 5.0.0519 Simulator (or is it 591)

    any help on how I can get this to look like, I expect, in addition, also, where is the

    stress being placed in OneLineTextField put, I guess that this is when he thinks a

    misspelled word is there.

    I would like to show a remove this effect and just get to lok more professional

    OneLineTextField searchOneLineTextField = new OneLineTextField ("search for:", "");
    XYEdges padding = new XYEdges (2,2,2,2);
    At the border roundedBorder = BorderFactory.createRoundedBorder (padding, Border.STYLE_SOLID);

    searchOneLineTextField.setBorder (roundedBorder);
           
           
    Add (new LabelField ("screen test"));
    Add (new SeparatorField());
    Add (searchOneLineTextField);

    you are great here, without being able to read through it, I would never get this app for my complete work

    FYI: I had the OneLineTextField from here

    http://supportforums.BlackBerry.com/T5/Java-development/sample-code-scrollable-one-line-text-input-f...

    and the example of "implement advanced buttons, fields and managers" of

    http://supportforums.BlackBerry.com/T5/Java-development/implement-advanced-buttons-fields-and-manage...

    u blackberry developers are more helpful engineers and sweet, with that I've never dealth.

    I'm waiting for a sarcastic response while I read all these

    positions and never a response brief soaking, great work team.

    your solution worked like a champ

  • Integrate the new routers BGP network Nexus 5 K

    Hello

    I'm having a little trouble wrapping my head around how to do it.  We have an existing network that consists of Nexus 5 K in the data center.  We are now trying to design and implement a new site in the new network.

    I have attached a diagram of the network in question segment.

    To simplify the management of roads, we want to integrate the new routers in BGP network (both routers 2900 are new).  What I'm having lot to grasp, is how to intigrate the new existing network from the network.

    In a lab, I am only able to implement the VRF, BGP using RD & RT scenario.  From my understanding and correct me if I'm wrong, if I use RD and RT. on the 2900 s I would need the same configuration on the Nexus for traffic.  Under normal circumstances I might just add RDs and RTs to the N5K but then I also need to go to all other locations and configure them as well.

    I would be grateful for comments on how I can integrate these new routers with the existing network and maintain routing Dynamics using BGP.

    Thank you

    If all inter the VRF routing is handled by the firewall, then your installation program can be quite simple.  You probably don't want BGP/MPLS on the dark - fiber link

    lets say it was a vlan per VRF.

    (1) If you can import/export routes on the 2911 on the main site of each VRF see other VRF routes. If you want to only route through the firewall there is not need to do. In fact, as far as I can see that you want to import and export routes, you simply use subinterfaces on the firewall to control the flow of traffic.

    The way to completely isolate the traffic is-

    (1) extend the VRF all the way from the main site to the remote site. Do you this by creating some subinterfaces on dark fiber between the 2900 connections s and then place each subinterface in the corresponding VRF.

    (2) on each LAN interface facing the 2900 s you again create the same subinterfaces and assign in the corresponding VRF.

    (3) to each LAN interface run you a trunk to the switch. (Not sure what you have on the remote site). In the primary site of this trunk would go to the Nexus switch and there would then be a trunk of the Nexus switch to the firewall. If it were a vlan by VRF there was no need of lass on the Nexus switch.

    By VRF you can then run a protocol for routing if necessary for example. EIGRP or OSPF.

    With the above, the only way for any device in a particular VRF to communicate with any other device is via a firewall interface. There is no import and export from any road. Are not in the VRF subinterfaces on the firewall and the firewall has a global routing table that contains all the routes each VRF and you strictly control access with a stateful filtering.

    If you could not use subinterfaces on dark fiber connections, you can always watch GRE tunnnels.

    The foregoing assumes that it is a vlan per VRF. If several VLANs, so there is a need of lass on the Nexus if routing between VLANS in the same VRF could be done. It is the same on a remote site.

    If you do not run BGP to import and export on the 2900 s then you then trade routes between VRF. If the default gateway of customers has been set on the firewall then you should always get separation but if the customer has changed the door of the subinterface 2900 for example then this device would have within each VRF to VRF other routes.

    So, based on what you described I do not see the need for any import/export routes.

    Does make sense?

    Jon

  • How to follow the overview of the border of the text box?

    Hi all

    I really need an idea. I use the text box that is mobile. It moves when you drag.

    Now, I want to move only by clicking on the border. If you've seen the text box in powerpoint on that, if you place the cursor on the border it shows a + cursor.

    I would like to implement the same in flex. Does anyone have an idea?

    Thank you

    -CK

    Add a listener to the mouseMove event in the text box.

    ta.addEventListener (MouseEvent.MOUSE_MOVE, onMouseMove);

    private var upperThreshold:int = 5;

    private var lowerThreshold:int = 10;

    private var leftThreshold:int = 3;

    private var rightThreshold:int = 6;

    private void onMouseMove(evt:MouseEvent):void {}

    var isOnBorder:Boolean = false;

    If (your .mouseY<=>

    isOnBorder = true;

    } ElseIf (your .mouseY > = ta.height - lowerThreshold) {}

    isOnBorder = true;

    } ElseIf (your .mouseX<=>

    isOnBorder = true;

    } ElseIf (your .mouseX > = ta.width - rightThreshold) {}

    isOnBorder = true;

    }

    If {(isOnBorder)

    define your styles and watch a mouse down event

    } else {}

    Remove your styles and the mouse to the bottom of the event listener

    }

    }

    In the example above, you also need to listen to a mouse out even so you can delete the styles and the unwanted event listeners.

  • How can I change the color of the bookmarks bar and the border of Firefox?

    My bookmark toolbar and the border has been a nice dark orange color. It changed to a blue baby and I want to go back to orange.

    I didn't do anything he changed by itself.

    Do you have an installed character?

  • Change the width of the border of a control of LED?

    I am building a Windows Forms in VB.NET 2012 application.  Is it possible to change the width of the border of a LED control, or it is possible that in ASP.net Web form applications?

    Thank you.

    Hi DM@Means,

    I don't think it's possible with the Windows Forms application to change the width of border outright. You can change the type of control style LED which does not affect the width of the control, but does not control what you are probably looking for.

  • Is it possible to output a string and digital front without the border around it?

    I know that I can change the border around a string or a digital output to the screen using modern or classic, but is possible to output and the numeric values to the front channels without the border around it? This is particularly useful for panels to front I want to print.

    Thank you

    Chuck

    You are to halfway it using the conventional versions. The next step is to get out of your paint tool and paint the color of the transparent border.

    Ben

  • change the border color of an image control

    Hi all

    I shows 30 photos on the façade by using an image control. I want the user to select 12 peaks of 30 photos.

    is there an interactive way to show what image has been selected. I thought that it would be OK to change the color of the border of the control.

    I would like to know how to change the border color of th and you are really welcome if you have a better way to say what peak has been selected.

    Thank you

    Ritesh

    Hi Ritesh,

    in my LV7.1 installation I could change bordercolor using the tool to color in development mode, but I couldn't find a property to change the colors by programming...

    So my advice would be to put a little bigger Boolean flags (or color boxes) behind the indicators of the photo. When the image is clicked/selected just change you the color of the underlying Boolean value. In this way imitate you the colorchanging of an indicator of the photo border...

  • Im not able to open pages. I have a white screen with just the border sites. Can you help me?

    Im not able to open pages. I have a white screen with just the border sites. Can you help me?

    Hello

    1. did you of recent changes to the system?

    2. what Web browser do you use to navigate the web pages?

    3. do you get an error message?

    Method 1:

    Follow the link below and check if that helps.

    http://support.Microsoft.com/kb/945385

    Method 1: Troubleshoot Internet Explorer.

    http://support.Microsoft.com/kb/956196

    Warning: him reset Internet Explorer settings feature might reset security settings or privacy settings that you have added to the list of Trusted Sites. Reset the Internet Explorer settings can also reset parental control settings. We recommend that you note these sites before you use the reset Internet Explorer settings

    In addition, check out the link below and check if it helps.

    http://support.Microsoft.com/kb/956197/NL

    It will be useful.

  • Problem with dragging the border to resize windows

    It is perhaps a silly question, but it drives me crazy.

    When I resize a window by dragging the border, it adjusts the only border, and on the release of the mouse, it adjusts the content inside the window.

    All my colleagues are able to see the change of content as they resize it the border of a window without letting go of the mouse.

    It became a bit heavy for me because I'm a web developer and I need to see how things change dynamically inside a web browser.

    Help, please.

    In your Start menu, if you search for 'Visual effects', he'll find the control for him.  Click on the result of research called "change the appearance and performance of windows."

    In the next box that opens, select the option "Show window content while dragging" and it should be fixed up.

  • When my program works in the Win7 with aero theme, the border of the video continues to blink.

    My program is used to read a video written by the DirectShow.  However, when using the aero theme. the border of the video keeps flashing. other themes doesn't have this bug.

    Hello

    According to the description of the problem, I can understand when you use the aero theme, the boarder continues blinking while a video is playing. Don't worry, we'll guide you to get the problem resolved.

    Please answer the following questions in order to better understand the issue.

    1. Are you facing this problem on all the videos that you are trying to play?

    Method 1

    Run Troubleshooter of aero theme

    http://Windows.Microsoft.com/en-us/Windows7/open-the-Aero-Troubleshooter

    If the problem persists, follow method 2.

    Method 2

    You can run the below mentioned fixit to correct the problem with the effects of glass.

    http://Support2.Microsoft.com/mats/aero_effects_not_working/en-us

    If the problem persists, follow method 3

    Method 3

    I suggest you to update the graphics drivers and check if the problem persists.

    http://Windows.Microsoft.com/en-us/Windows/Update-driver-hardware-ISN

    I hope this helps. Write to us for assistance.

  • How to hide the border of text entry?

    Hello

    I want to hide the border of my TextInput component.

    I tried the following actionscript examples:

    textBoxInstanceName.border = true;
    textBoxInstanceName.borderColor = 0xFF0000;

    AND

    textBoxInstanceName.setStyle ("bordercolor", 0xffffff);

    But this does not work for me. Is it possible to do?

    Please help me, if anyone has an idea.

    Thank you

    Vuille

    Hey,.

    the only way to change the way an object TextInput looks in your application modifies its 'skin '. to do this, you must create your own skin class which extends the UISkin class. Here is a sample, you can use a guide pulled the skin of the ASDocs page:

     package
      {
        import qnx.ui.skins.SkinAssets;
        import qnx.ui.skins.UISkin;
        import qnx.ui.skins.SkinStates;
    
        import flash.display.Sprite;
    
        public class CustomButtonSkin extends UISkin
        {
            /**@private**/
            protected var upSkin:Sprite;
            /**@private**/
            protected var selectedSkin:Sprite;
            /**@private**/
            protected var disabledSkin:Sprite;
                 /**@private**/
            protected var downSkin:Sprite;
    
            /**
             *Create a custom button skin
             */
            public function CustomButtonSkin()
            {
                super( );
            }
    
            override protected function initializeStates():void
            {
    
            upSkin = new Sprite();
            upSkin.graphics.beginFill(0xFF6600);
            upSkin.graphics.drawRect(0,0,200,200);
            upSkin.graphics.endFill();
    
            downSkin = new Sprite();
            downSkin.graphics.beginFill(0x333333);
            downSkin.graphics.drawRect(0,0,200,200);
            downSkin.graphics.endFill();
    
                disabledSkin = new Sprite();
            disabledSkin.graphics.beginFill(0xCC0000);
            disabledSkin.graphics.drawRect(0,0,200,200);
            disabledSkin.graphics.endFill();
    
                selectedSkin = new Sprite();
            selectedSkin.graphics.beginFill(0x000000);
            selectedSkin.graphics.drawRect(0,0,200,200);
            selectedSkin.graphics.endFill();
    
            setSkinState(SkinStates.UP, upSkin );
            setSkinState(SkinStates.SELECTED,selectedSkin );
            setSkinState( SkinStates.DISABLED, disabledSkin );
            setSkinState( SkinStates.DOWN, downSkin );
            showSkin( upSkin );
    
            }
        }
      }
    

    The above code changes an appearance a button object, but you can easily manipulate to run with a TextInput object. After you set up your custom skin class you can apply it to your TextInput object, use the setSkin() method in your application on the object itself. It's a little tricky, but once that you have been there, it gets a little easier.

    Here is a link with more details on counting:

    http://www.BlackBerry.com/developers/docs/airapi/1.0.0/QNX/UI/skins/package-detail.html

    There are also a few posts around the forum who have good info. Here's one in particular that I refer to:

    http://supportforums.BlackBerry.com/T5/Tablet-OS-SDK-for-Adobe-Air/how-do-I-skin-a-TextInput-Compone...

    hope that helps. Good luck!

  • Enabling QoS on the router

    Hello
    I am pretty raw on qos in layer 3 and let me know if Miss me something, or one that is most simple/better way to do this. I have a standard c881 cisco on my provider MPLS network and I'm trying to do the router on location1 qos in the router on guest place.2.
    I'm tagging 3 types of traffic to give priority and bandwidth reserved for some and shape the other, I mark with access-list, voip, 1 based on the ports, important traffic traffic traffic 2 based on ports. I haved create the group class cards matched access those access the lists, then the political cards on these classes and that's where it's a blur.

    AS FAR AS I KNOW:
    (1) I must apply the marking map policy on the entry of my local lan and the law enforcement out of my output interface?
    (2) QoS applies when theres is congestion on the network?
    (3) display all types of qos are, you have to choose, or you can mix them I'm confuse between DSCP and IP which is the best priority
    (4) after all this don't I have still have to control the interface as fair-queue or simply by the interface of police am good?

    * I have no control over the provider's on the MPLS router and I do not have a managed switch

    Thank you for everything I want to know if I'm in the right direction.

    OK quite a general question, you asked, but I'll try my best to answer them for you. Yes, you must mark your packages, you can do this entering the LAN interface that works perfectly. Mark using IP (0-7) prec or DSCP (https://www.tucny.com/Home/dscp-tos). This link will give you the numbers for both the DSCP or IP prec markings in decimal form and by class name. Personally if you are a beginner to QoS I think fair use IP prec sound much simpler.

    Prev IP you can skip classes 6 & 7 are for control, and routing protocols that are (dependent on platform of course) marked by the router automatically must be preferred. Class 5 is usually used for voice traffic, 4 for video, 1-3 for data traffic according to its importance and 0 for traffic best effort.

    So the first step is to decide what you want mark to what levels. Create ACLs or similar to match the traffic you want to match, then mark this traffic to the previous IP.

    Then on the outbound queue to the provider you want to prioritize. So if you have the voice traffic and you marked it IP prec 5 (exp its often called) so usually you would setup a queue to low latency to ensure that traffic is always priority over all others and sent immediately - reason being to reduce jitter causing major problems to voice packets. Do you this by using the priority order. Be careful with this command as the bandwidth that you put in after the declaration of priority is also a policeman to that number. Then in the other class-maps you match other numbers of IP precedence and use 'bandwidth' instructions to give them specific levels of bandwidth - are not controllers but package corresponding to these statements is less preferred than those corresponding to the queue of "priority".

    As below:

    http://www.Cisco.com/c/en/us/support/docs/quality-of-service-QoS/QoS-PAC...

    This part is more complex and may not be necessary depending on what you do, but you can do a few child-parent, formatted at this time as well. Some people will create a parent policy map called the previous policy card in it and the EIF of the circuit you have forms of PSI. This helps avoid maxing out the link congestion and better deals in gusts only one traffic profiles policeman. Or you can just put controllers in your class cards rather than statements of "bandwidth" If you know what each class requires.

    Finally and probably the forest hardest as it might involve talking to your access provider, make sure that they carry your brands through their base to your other sites. If they are, you should be able to create a political map on your other sites entering the WAN corresponding to different brands of IP precedence. You can then send the test traffic and you should see the stats of policy-plan of traffic on the corresponding end if the ISP realizes your markings. Most do so.

    Hope that covers everything you need, please rate answer.

  • How to change the color of the border of TextBoxField OnFocus

    Hi all

    I use the following code to the TextBoxField:

    http://NA.BlackBerry.com/eng/devjournals/resources/journals/jul_2005/creating_textbox_field.jsp

    now, I try to change the color of border TextBoxField when it focused. But could not able to get.

    need help on this.

    Thank you

    amsiddh wrote:

    Hi arkadyz,

    I really appreciate how you explained and thanks for sharing the code snippet. I tried your code snippet of change of border.

    I have a few problems at the border change on focus, but I could not able to see the cursor in the text box and cannot able to type something in the text box or can it be get typed but not painted on the screen. If I remove this methods I see the cursor and the type of keywords but not border change.

    I added these two methods

    protected void onFocus(int direction) {
       if(direction == 0 ||  direction == 1 || direction == -1) {
           myBorderColor = Color.BLUE;
        }
    }
    
    protected void onUnfocus() {
         myBorderColor = Color.BLACK;
    }
    

    I think it has to do with a painting of editField method. I have tried to understand but not succeeded. can u please help

    Where did you add these methods?  The field only focusable you have is editField, if you need it.  Furthermore, I already mentioned that you need to invalidate() your TextBoxField together for it to be repainted.  Thus, the creation of editField should look like this:

        EditField editField = new EditField("", "", EditField.DEFAULT_MAXCHARS, FOCUSABLE) {
            protected void onFocus(int direction) {
                myBorderColor = Color.BLUE;
                TextBoxField.this.invalidate();
            }
    
            protected void onUnfocus() {
                myBorderColor = Color.BLACK;
                TextBoxField.this.invalidate();
            }
        };
    

    Your myBorderColor must be a member of private int TextBoxField himself.

    Edit: first, add super.onFocus (branch) and super.onUnfocus () as the first lines of the corresponding methods.  Secondly, I just found out that onUnfocus() is never called!  You're talking about BlackBerry framework!  I tested it under Simulator (9000 "BOLD"), but things GUI is usually the same on the actual device.

    What is interesting, is that I have used these methods several times and they always work.  Strange...  When I have the time to study more, I'll know what goes wrong and post the results here.

  • How to remove the border PopupScreen?

    Hello guys '

    I didn't sign my forum probably long ' and have a nice day.

    My request has been completed 90% of the total. Now I'm setting some parts of the user interface.

    So, if know how to delete the border of PopupScreen, please help guys

    TNX'

    It is not documented so it is not supported, but you can extend PopupScreen and override applyTheme().

    protected void applyTheme() {
    
    }
    

    This will create a very simple popup screen.

Maybe you are looking for