Which object in RSVP message carried the value configured by "tunnel mpls traffic-eng bandwidth" command?

Hi Experts,
I configured a simple MPLS TE tunnel in my routers and configured it with "tunnel mpls traffic-eng bandwidth 777" command. The tunnel came up fine. I tried to capture the packets (using GNS capture) going out of tunnel head end interface but I could not find out on which message object the value '777' is carried. Can anyone please explain me exactly in which RSVP/OSPF message the bandwidth value is carried?
Thanks,
Madhu

Hello Madhu,
I think it is FLOWSPEC object, not 100% sure
The FLOWSPEC class is defined in RFC 2210. Cisco IOS Software requests Controlled-Load service when reserving a TE tunnel. The FLOWSPEC format is complex and has many things in it that RSVP for MPLS TE doesn't use.The FLOWSPEC is used in Resv messages—Resv, ResvTear, ResvErr, ResvConf, ResvTearConf. Its only use in MPLS TE is to use the average rate section of the FLOWSPEC to specify the bandwidth desired, in bytes. Not bits. Bytes. So if you configure a tunnel with tunnel mpls traffic-eng 100000 to request 100 Mbps of bandwidth, this gets signalled as 12,500,000 bytes per second (100 Mb is 100,000 Kb is 100,000,000 bits, which is 12,500,000 bytes).
Hope this helps
Regards
Mahesh

Similar Messages

  • What is the 'tunnel mpls traffic-en bandwidth' ?

    Hi
    I do not understand about 'mpls tunnel traffic-en bandwidth'
    If i want to use the RSVP-TE then i know i have to configure the 'ip rsvp bandwidth ...'  and 'tunnel mpls traffic-en bandwidth...'
    But why i have to configure them for TE.
    RSVP is Resource Reservation Bandwidth so i think that 'ip rsvp bandwidth' checked the available B/W in physical interface for TE and it is not the reality B/W for tunnel.
    Is it correct?
    Can you teach me them for me 'IP RSVP BANDWIDTH, TUNNEL MPLS TRAFFIC-EN BANDWIDTH'
    Thank you

    Hello Byung,
    the ip rsvp bandwidth specifies the total amount of resources available outbound an interface = total reserveable bandwidth on the link it can even bei higher then effective interface speed.
    The other command specifies the amount of bandwidth to be used in  the reservation for the specific MPLS TE tunnel and has to be lower then the first one in order for the link to be selected and used for the tunnel. If no suitable path is found the tunnel setup fails.
    To be noted the bandwidth associated to an MPLS TE Tunnel is an administrative parameter and does not reflect the effective traffic that can travel over the tunnel.
    The Call admission control is performed on the administrative bandwidth parameter not on effective user traffic.
    Hope to help
    Giuseppe

  • Which object-relational mapping tool is the best for Oracle Coherence?

    Which object-relational mapping tool is the best for Oracle Coherence?
    My application is read-and-write-intensive. Which tool is most suitable for this application?
    TopLink essentials, TopLink, Eclipse or Hibernate?
    Thank you

    I would pick Hibernate mainly because of its popularity and wide knowledge base.
    Coherence has provided some documentation for the integration.
    http://download.oracle.com/docs/cd/E14526_01/coh.350/e14537/usehibernateascoh.htm#CEGFEFJH
    If you have the schema in database, myEclipse can provide you hibernate bindings by reverse engineering.

  • Object - MLST_NETW container not getting the values?

    Hi,
    I created a custom FM for the object -  MLST_NETW and event STARTED 
    and in the workflow container  I created Element for this object - by selecting Obect type  - MLST_NETW
    Now the problem is - When we do status change in tcode - CJ20N it is triggering the custom worklfow but in the worklfow container it is not getting any values.  Container fields are empty.  I need to get the project defination field value to the workflow.
    Can any one tell me what could be wrong?
    Thanks in advance.
    M.

    Hi Murali,
    Yes. Binding for event to workflow not defined.
    For that, press Ctrl + F8 in the workflow template then it will take you to verision dependent tab. There you can find the start events tab.
    Here only you entered the Business object and event. Right? So there one button is there for binding. CLick on it and check whether event to workflow binding has done or not.
    Event container EVT_OBJTYPE should binded with your workflow business object.
    Thanks.

  • Which table having the value of the each project

    Dear Experts,
    As i am new bee to oracle E-business suite i couldn't find out the table which carrying the value of project. Please guide me in this regards.
    Thank in advance
    Kiruthika

    Dear Venkat,
    Thanks for your reply. I need to know the projects value ( how much the project is worth of?) . It might be the total cost of the projects. which table will contain that detail?
    Please help me out.
    Regards,
    KirthiRavi

  • Adding custom message on the login page

    I have done the following to try and get a custom message to display on the oracle login page:
    1:
    In the System Administrator Responsibility, went into the System Profile Options and searched for "Local Login Mask" The default value was 32, I set it to 96. This was done because 64 is the number to display a "Corporate Policy Message" on the login page (32+64 = 96).
    2:
    Switched over to the Application Developer responsibility, and went to Application->Messages. Here I did a search for "FND_SSO_SARBANES_OXLEY_TEXT". A result came back with current message text: "Corporate Policy Message". I changed this to a test message and hit save.
    3
    Still in Application Developer responsibility, I went to Other->Requests->Run and chose "Generate Messages", for parameters I chose:
    Language: US
    Application: Application Object Library
    Mode: DB_TO_RUNTIME
    while leaving the others blank. I submitted this request and it completed normal.
    4
    I logged out of applications, closed my browser and cleared my cache. I went to login into the apps and at the login page... it does display "Corporate Policy Message" but it never updated it to my custom one.
    Question: Do I need to restart the HTTP server or something to see the updated results? I am confused why it will display "Corporate Policy Message" but the value for FND_SSO_SARBANES_OXLEY_TEXT is clearly changed. Even when you go back into it and look.
    The Generate Messages conc prog is a spawned process so I cant find out what its doing.
    Any help would be loved!
    OH PS
    I know I started a previous thread on a similar topic, but the method has changed completely and I think it merits its own thread. My apologies if it shouldn't have been.

    Hi;
    What is your EBS and OS?Please check below thread
    password-Lock User when enter password in wrong 3 times
    Re: Lock User when enter password in wrong 3 times
    Regard
    Helios

  • How do I get the values from a selected row.

    I am using JDeveloper 9.0.5. On my page, I have placed a button within a table. The button has been assigned an event. The event is within my Action class. This class implements DataAction and has overriden the
    processComponentEvents(DataActionContext actionContext);
    method.
    Question: While I am within the processComponentEvents method, is it possible to obtain the values of selected row?

    Good Morning Jeffery,
    First off thanks for your clear explanation. I have a few related questions as noted from your response:
    There are two ways to communicate the desired model row between the UIX view and the struts controller. One way is to use the singleSelection component in your table and put your buttons in the singleSelection's contents.
    When the user selects the radio button for a particular row and then clicks on one the buttons, a built in event handler in UIX will set the current row in the model to be the user selected row. Therefore, your Struts action can operate on the currently selected model row.
    When you drop a UIX table from the data control palette it is automatically set up in this way (with a single selection).
    Ok, Lets say that i've set everything up as you described. Not lets say that the button was pressed and I hit the overriddenprotected void processComponentEvents(DataActionContext actionContext) throws IOException, ServletException ;
    When I look at the request object, I do not see the values. How do I get access to the rowkey at this point?
    Some people, however, want to actually render buttons in their table rows, and have those buttons initiate an action on their row. If you are doing this, then you need to pass the row id to your struts action as a parameter, which means that you need to know the row id when you are rendering a button for a given row. There is an EL expression that will return the row-id for the current row, it is:
    ${uix.current.rowKeyStr}
    which is not so obvious or well documented in the preview release (sorry) but should be for the production release.
    A generic code snippet would go a long way to shedding some light on that. I guess I am use to using JDeveloper 9.0.3. It seems,"to me", that JDev 9.0.5 has put a completely new twist on things. I find myself wondering when I can use the 9.0.3 syntax and when
    should not. If your team has any short source toys around which demonstrated using rowkeys, or accessing the internal parts of the
    struts controller, I would find that invaluable. It dose not matter if this information is documented.
    Thank you

  • The value 1 is not allowed for the field variace key

    Hi experts,
               When i was creating material master i was getting the status message as "the value 1 is not allowed for the field variance key" , but its stopping there its not moving out of that screen and creating the material record. When i see this field in the material master configuration its an optional field. Can you give me suggestions, where it can go wrong.
    Thanks & Regards,
    Ravi.

    Hi
    Can u tell me the field name . I cant get that field ref key. In which view does it come.
    Reg
    Raja

  • [svn:osmf:] 14433: Resetting the FLASH_10_1 configuration value to 'false'.

    Revision: 14433
    Revision: 14433
    Author:   [email protected]
    Date:     2010-02-25 13:17:42 -0800 (Thu, 25 Feb 2010)
    Log Message:
    Resetting the FLASH_10_1 configuration value to 'false'.
    Modified Paths:
        osmf/trunk/framework/OSMF/.actionScriptProperties
        osmf/trunk/framework/OSMF/.flexLibProperties

    Hello.
    If you want to search the bug database, check [https://bugzilla.mozilla.org bugzilla]. But this is probably a bug with Flash, not with Firefox. Unless, of course, all plugins are having problems, in which case, maybe I can help you?

  • Why my JSP page can't get the value of a hidden field

    Hi, I got an interesting question here.
    I use req.getParameter() method to get a hidden field in Servlet, it works just fine.
    However, when I use the JSP to catch the value of that hidden field, JSP just can't, but if I change the type from hidden to text, it works fine again.
    the code is as follows:
    there are two jsp pages:game.jsp and GameMonitor.jsp.
    In game page:
    ============================================================
    <FORM action=GameMonitor.jsp method=post
    webbot-action="--WEBBOT-SELF--">Display the names of all the players currently
    connected to the server       <INPUT tabIndex=1 type=submit value=Lookup name=B1>
    <INPUT TYPE=hidden,value=1 name=p1>
    <P></P></FORM>
    ===========================================================
    I want GameMonitor.jsp to catch the value of hidden field "p1" by calling request.getParameter()
    the code catching it in the GameMonitor.jsp is:
    ============================================================
    String option = request.getParameter("p1");
              out.println("option=["+option+"]");
              try{
                   if(option.equals("1")){
    ===========================================================
    supurisingly, the result is option=[], which means it didn't catch the value of the p1 submitted by POST method.
    Does anybody here can tell what's wrong in the code?

    Thank you so much, I also found this error, which makes JSP not able to catch the hidden field, however, if I change it to text type, even the comma exists, it still works. pretty interesting!
    >
    <INPUT TYPE=hidden,value=1 name=p1>Modify the above lline and write like this....
    <INPUT TYPE="hidden" name="p1" value="1">
    And ensure that you're submitting the form data.
    Though nothing much has been changed, just try whether
    these help!!!
    fun_one

  • Error message before all values are entered in Step and Repeat box

    The Step and Repeat function seems to have a problem that it didn't have before.
    (1st field REPEAT COUNT, 2nd field HORIZONTAL OFFSET, 3rd field VERTICAL OFFSET). It is not permitted to duplicate beyond the limits of the document or pasteboard, I understand that. But, if a large value is already entered, let's say 3' in the 3rd field and you enter 12 in the first, you will get an error message BEFORE YOU EVEN HAVE TIME TO COMPLETE ALL THE FIELDS AND THEN SAY OK. The reason I bring this up is that it was not this way before Leopard (or before CS3) and I suspect that it is either the Mac OS or CS3 that is causing problems. I should be able to enter all the values in the 3 fields (whatever was previously entered the last time), say OK then get a message if the values go overboard. Not before I even finish entering them!
    Is this a known issue, or is it just me?
    Thanks

    It's a known issue with CS3 - I believe it existed in Tiger too.

  • How do I display the value of a cmdkey

    I would like to display the value of a cmdkey.
    Is there a command that I can put to display it.
    http://www.test.com/reports/rwservlet?shoe_cmdkey
    We have define keys in the cgicmd.dat to use but I do not know the values.

    Hi,
    Try out this command,
    http://www.test.com/reports/rwservlet/showmap?
    This will show you all the mapped values in the cgicmd.dat file.
    Thanks,
    Vidya Viswanathan,
    Reports Development Team.

  • Federated search - specifying the service configuration page

    I've built an interface (web service) to the Portal federated search specification so users can search libraries in our company's document management system (Panagon).
    I want to specify an administration page, where an administrator can set a property which is the name of the library to be searched by an instance of the federated search web service. To do this, I've set a valid URL for the Service Configuration URL parameter when I configure the web service.
    However, when I try to administer the Federated Search object corresponding to the web service, then I get the following message, even if the admin page has been built to just print a "Hello World" message:
    <i>The Server Configuration Interface for this Outgoing Federated Search is unavailable. Check the URL configuration in the Web Service associated with this object.</i>
    If I use the Administration Configuration URL, then I'm creating a rod for my own back, as we have 20 + libraries which we want to incorporate into the federated search interface. Each one of these would then have it's own entry in the "Select Utility" drop down box.
    Has anyone successfully used the service configuration page option?
    Thanks for any advice you can offer,
    Charles

    I've used SCI elsewhere, but never in Federated Search. The best way to test SCI is to download the Service Station from http://portal.plumtree.com. That can show you the entire SOAP trace so you can see exactly what's going on.
    HTH,
    Chris Bucchere | bdg | [email protected] | http://www.bdg-online.com

  • Delete a specified data sorce in the database configuration

    Hi @all,
    I created  and published successfulyl a Crystal Report on a Business Objects D-System! In the database configuration of the these crystal report in the CMC, we use the option "Prompt the user for database logon".
    But it appears two data sources in the left box, where I can just modify some options, when I click on it.
    The first data source is an IP-adress of the DEV-System, which is obviously the meta-information of the Crystal Report.
    The second datasource is the AS, which I set in BW under the TC /crystal/rptadmin "Set BW source parameters".
    How can I delete the first data source with IP-adress?
    When I transport the Crystal Reports to the  Business Objects P-System, these IP-adress is still set as in the D-System and is not translated! How can I solve this problem?
    Best regards,
    Dirk

    Hi Ingo,
    I solve it by myself.
    The problem was the use of an function module. If I save the Crystal Report for the P-System, it runs and the IP-adress will be translate.
    Best regards,
    Dirk

  • [svn:bz-trunk] 10057: Update the sample configuration to include a comment to warn people not to use debug level logging in production .

    Revision: 10057
    Author:   [email protected]
    Date:     2009-09-08 10:58:36 -0700 (Tue, 08 Sep 2009)
    Log Message:
    Update the sample configuration to include a comment to warn people not to use debug level logging in production.
    Modified Paths:
        blazeds/trunk/resources/config/services-config.xml

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

Maybe you are looking for

  • Save in DB selected selectmanycomponenet values as string

    I need to save selectmany component's multiple selected values in DB  as string where selected values are seperated with ; I have already 1 similar example where i save selected values in seperate rows: http://adf-use-cases.googlecode.com/files/fg.ra

  • Changing SID Server 2012

    Hello, In Server 2008, to be able to create new VM using same (copied) VHD, we had to use SYSREP to change SID or 3rd party tools, if we wanted to join it to the same domain, otherwise we got an instability on servers. How can we change/update SID in

  • Problem while creatin jsp portlet

    hello all, i get an error "500 internal server error" while creating jsp portlet. i do not write any thing in view.jsp page. can any body tell me what is wrong with it? i am using oracle jdeveloper 10g (version 10.1.2.0.0). thanks in advance

  • How to run UJA_DATA_CHECKER

    Hello, I am kind of new to NW Version. Can you please tell me how to run this? Thanks.

  • Best mouse for Imac?

    I'm really enjoying my Imac but am having trouble with the Mighty Mouse (corded mouse) that came with it. For some reason 25% of the time, the mouse responds as if I hit the secondary-right button. I'm sure it's just the way I am hitting it, but prod