Configuring Native Bandwidth

According to
http://livedocs.adobe.com/flashmediaserver/3.0/docs/help.html?content=03_configtasks_31.ht ml
native bandwidth detection is configured on by default. How
do you adjust this?
The docs imply that the BandwidthDetection container is
already in the Application.xml file but on my FMS3 install, it
isn't on either live or vod apps. Also if I add this markup the
server complains about invalid config. I've tried adding as child
of Application and child of Client in Application.xml.
Any ideas?
Thanks
.M.

I am also curious how accurate the bandwidth detection is and how it works.  We often see it reporting back 0 as the available bandwidth. From other threads, it seems that Adobe does not publish this information.  Does Adobe  have a recommended way to at least limit/force the bandwidth to be detected at different levels so that I can test that my application works as expected under different speeds?  I have found that using basic http throttling software isn't giving me reliable bandwidth detection from FMS at specific speeds (even though the throttling is well below what I really have).
Thanks for any help in testing methodology for this functionality.

Similar Messages

  • How to identify configured Interface Bandwidth

    HI,
    I have a very basic question, would appreciate if you can give me a prompt answer.
    I have one ISP connnected on one serial interface.
    He is confirming that he has given me 2 Mbps one to one Bandwidth.
    How can i check it from the IOS commands that he has given 2 Mbps.
    Thanks
    Irshad

    Show interface will give you a 5-minute average. If you run what you think is sustained traffic across the link for a 5 to 10 minute period, it should come out close to 2Mbps.
    An easier way would probably be to run a utilization monitor like PRTG, and shorten the measuring interval. I have one set up that monitors at 6-second intervals, it gives a near-real-time view of what's happening on the port. Then you can chart your usage over time. The free version of PRTG lets you monitor one interface, which should be fine for what you want to do. Here's a link:
    PRTG Traffic Grapher 4
    Bandwidth and Network Usage Monitoring Made Easy
    http://www.paessler.com/prtg

  • How to configure MQ with WLS (JMS MQ vs Native MQ)

    Hi All,
    SOA Suite = 11.1.3.3
    MQ Series = 6.0
    Jdeveloper = 11.1.3.3
    I want to read/write data to an MQ which is setup on a physical box different from Weblogic Server box. But both systems fall under the same network. I did some research on the forums to know the steps to configure MQ but ultimately got confused with the following questions in mind.
    1. What is the difference between JMS MQ and Native MQ? How to determine which one to use?
    2. If native MQ can be used here, what are the steps to configure Native MQ on WLS in my situation?
    3. Do I need any foreign servers or message bridges to be configured?
    Please provide any directions or pointers.
    Regards,
    Neeraj Sehga

    1. What is the difference between JMS MQ and Native MQ? How to determine which one to use?Native MQ refers to a proprietary api provided by IBM in multiple languages including java so that applications running on these can communicate mq. IBM also provides JMS wrappers around this native api, so that a jms client can talk to mq using JMS API. This is called MQ JMS.
    2. If native MQ can be used here, what are the steps to configure Native MQ on WLS in my situation?SOA suite provides a MQ Resource Adaptor which can be used to connect to MQ. The developers of this resource adapter would have used the native api to enable the adaptor to talk to MQ, so that you dont have to worry about it. However you will need to configure the properties of your local MQ ( qmgr , q name etc). This is done in the outbound connection pool properties of the resource adaptor.
    please check this blog for how to do this : http://soa-bpel-esb.blogspot.com/2009/09/configuring-mq-in-11g-soa-suite.html.
    Since your MQ installation is in a remote machine you will have to configure the following properties specific to your environment - hostname, port, server connection channel, along with the queue manager name and queue name
    3. Do I need any foreign servers or message bridges to be configured?Not required for your case if you are using MQ Adaptor. Since MQ also provides a JMS transport , you would have required foreign servers if you have to use JMS Adaptor instead of MQ Adaptor. Native MQ is expected to be faster than MQ JMS as it doesn't have the extra JMS layer.

  • PA-MC-STM1 card configuration for full bandwidth

    Hi
    We have PA-MC-STM1 CARD on 7600 series router. This card is for channelized E1 support.
    I need to configured full bandwidth on this card. How can i do that.
    I am connecting my router with service provider and at the other end second router is connectd with the same card. I need to configure backbone link between both the routers having full bandwidth(don't want channelised E1).
    Please let me know if some one has done this on the same card.
    Regards,
    Jatin

    Try:
    http://www.cisco.com/warp/public/105/dscpvalues.html
    http://www.cisco.com/warp/public/105/wantqos.html
    http://www.cisco.com/univercd/cc/td/doc/product/software/ios120/120newft/120limit/120s/120s28/12sl3ncd.htm

  • Routed port configured as native vlan

    I have attached a diagram with this discussion. First please have a look at it.
    The thing is; I had seen on design recently. There was more than 20 sub interfaces with IP address assigned in a router which was connected to
    a switch. The port was obviously a trunk port as it was supposed to make a flow for more than 20 vlans. The confusion part for me is: there
    was IP address in the actual physical interface too. I didn't understand why its there in the first place.
    Would somebody share me the scoop??
    Thank You in advance.

    Hi Ganesh.,
    To be frank I dont see any reason to have the ip address on the main interface.  It is just like having native vlan concept.
    Please find below testing:
    Example:
    I have router connecting to the Switch.
    Router---F0/1--------------------F0/1---Switch
    Router f0/1- ip address 50.0.0.1 /24---
    f0/.1---ip address 10.0.0.2/24
    f0/.2--ip address 20.0.0.2/24
    f0/.3- ip address 30.0.0.3/24
    Switch
    F0/1--Switch port mode trunk----switch trunk encap dot1q --Switch trunk native vlan 50.>>> configuring native vlan as 50.
    vlan 10--ip address 10.0.0.1/24
    vlan 20---ip address 20.0.0.1/24
    vlan 30 -ip address 30.0.0.1/24
    vlan 50--ip address 50.0.0.2/24
    Now you will have reachability to all the network. Were in Vlan 50 is your native vlan now.
    HTH
    Regards
    Inayath.

  • How to configure MQ-FTE and IBM Datapower along with PI7.1

    Hi Friends,
    Can somebody guide me with the steps to configure MQ-FTE and IBM Datapower with PI7.1 for B2B communication?
    Thanks,
    --Sonal

    1. What is the difference between JMS MQ and Native MQ? How to determine which one to use?Native MQ refers to a proprietary api provided by IBM in multiple languages including java so that applications running on these can communicate mq. IBM also provides JMS wrappers around this native api, so that a jms client can talk to mq using JMS API. This is called MQ JMS.
    2. If native MQ can be used here, what are the steps to configure Native MQ on WLS in my situation?SOA suite provides a MQ Resource Adaptor which can be used to connect to MQ. The developers of this resource adapter would have used the native api to enable the adaptor to talk to MQ, so that you dont have to worry about it. However you will need to configure the properties of your local MQ ( qmgr , q name etc). This is done in the outbound connection pool properties of the resource adaptor.
    please check this blog for how to do this : http://soa-bpel-esb.blogspot.com/2009/09/configuring-mq-in-11g-soa-suite.html.
    Since your MQ installation is in a remote machine you will have to configure the following properties specific to your environment - hostname, port, server connection channel, along with the queue manager name and queue name
    3. Do I need any foreign servers or message bridges to be configured?Not required for your case if you are using MQ Adaptor. Since MQ also provides a JMS transport , you would have required foreign servers if you have to use JMS Adaptor instead of MQ Adaptor. Native MQ is expected to be faster than MQ JMS as it doesn't have the extra JMS layer.

  • Bandwidth allocation per vrf

    Hello,
    in my lab i have 3 sites each with 3 VRF's configured. A diagram ist attached. I like to configure fixed bandwidth for each vrf. the central vrf should have 768 kbps and the the other ones ones should have 256 kbps each.
    What are the options i have to achive this?
    Thanks a lot in advanced
    Alex

    Hi Alex
    Since you have already policed the bandwidth at the access, would there be any excess bandwidth that will leak from this policing.
    Besides, ideally you would configure your core with a standard llq+cbwfq config and give priority to voice. You will in production have multiple customers and you cant have sich a bandwidth restriction in place.
    Also, no you cannot police bw in core per vrf. But at the same time I can think of a non-conventional way of doing it by using TE but that is a very bad way of doing it.
    Sent from Cisco Technical Support Android App

  • Option "Native VLAN ID" doesn't show up

    Hi all:
    I'm configuring several AP in a WLC 5508. All of them are in FlexConnect with VLAN Mapping and the most are 1131 and I can configure Native VLAN and VLAN mapping option. However, I just added a 2702 AP to the WLC and I found out the "Native VLAN ID" option under FlexConnect tab is missing (attach screenshoot). Is it because of the model of the AP or config issue?.
    As you can see in the screenshoot, AP is in a FlexConnect Group. In it I can't configure Native VLAN for the APs.
    Thanks all
    Francisco

    This issue is bug# CSCus64073 - 1700/2700 APs native vlan
    field missing in Flex tab
    •        The workaround is to “untick vlan support (in the Advanced tab) and tick it back,
    then field will show again” 
    •        If this is unsuccessful, configure the native vlan through the cli with the
    following commands: 
    -         config ap disable ap <AP_Name>
    -         config ap flexconnect vlan native 8 <AP_Name>
    -         config ap enable ap <AP_Name>
    -         show ap config general <AP_Name> should show correct native vlan

  • Location Configuration in Centralized CallProcessing Deployment

    Hello Friends,
    In Centralized Call Processing, What is the parameters or consideration for configuring the Bandwidth in "Location" under CUCM which is different from reserving the RT Bandwidth for that particular site in Gateway?
    Do we need to consider the On-Net, VMProfile, Announcements only or still there are more to consider to avoid any CAC issues.
    Regards,
    Bala

    Bala,
    This is well described in the CAC section of SRND, you can use the Hub_none location for centrelized resources.
    Chris

  • Native authentification and IE 5.5

    Has anybody succeeded in configuring native authentification with IE 5.5 ? it works with IE 6.0
    but not 5.5.
    The error in the log file is :
    04/09/23 18:34:50 GSSException raised: Failure unspecified at GSS-API level (Mechanism level: KDC has no support for encryption type (14))
    04/09/23 18:34:50 GSSException: Failure unspecified at GSS-API level (Mechanism level: KDC has no support for encryption type (14))
    04/09/23 18:34:50      at sun.security.jgss.krb5.Krb5Context.acceptSecContext(Krb5Context.java:734)
    04/09/23 18:34:50      at sun.security.jgss.GSSContextImpl.acceptSecContext(GSSContextImpl.java:300)
    04/09/23 18:34:50      at sun.security.jgss.GSSContextImpl.acceptSecContext(GSSContextImpl.java:246)
    04/09/23 18:34:50      at oracle.security.jazn.oc4j.KerberosAuthenticator.gssAuthenticate(Unknown Source)
    04/09/23 18:34:50      at oracle.security.jazn.oc4j.KerberosAuthenticator.getAuthentication(Unknown Source)
    04/09/23 18:34:50      at com.evermind.server.http.EvermindHttpServletRequest.getUserPrincipalInternal(EvermindHttpServletRequest.java:3621)
    04/09/23 18:34:50      at com.evermind.server.http.HttpApplication.authenticate(HttpApplication.java:6042)
    04/09/23 18:34:50      at com.evermind.server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2612)
    04/09/23 18:34:50      at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:640)
    04/09/23 18:34:50      at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:208)
    04/09/23 18:34:50      at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)
    04/09/23 18:34:50      at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
    04/09/23 18:34:50      at java.lang.Thread.run(Thread.java:534)

    It seems that the problem was with the application server. I tried deploying the application on tomcat and sessions are maintained no matter what browser I am using.

  • NI 5112 bandwidth

    Hi:
    Here is the message for the definition of bandwidth.
    All analog devices have a frequency response curve. With oscilloscopes, the bandwidth usually refers to the point at which input signals are attenuated 3dB from their actual values. The native bandwidth of the 5112 is 100MHz, so 100MHz signals will be attenuated by about 50%, 200MHz signals by a lot more, 50MHz signals almost no attenuation. With 20MHz bandwidth, this -3dB point is moved to 20MHz. The 20MHz bandwidth is sometimes referred to as a noise filter. Use it if you have no frequency components in your signal over 20MHz and you want to reduce noise.
    So, the only time that I determine to use 100MHz and 20MHz is to see if I get the correct waveform. If I use the 20MHz bandwidth and I got the waveform. Then 20Mhz is my correct setting, is that correct?
    Also, is bandwidth funtion to attenuate the input signal? Is it because we need to filter the noise of the signal?

    Hello,
    I haven't completely understood your question. When you set bandwidth to 20MHz, it is similar to applying 20MHz low pass filter. Typically to eliminate high frequency noise from your system, bandwidth is adjusted. Now as for your application what is the source of the input signal?
    Typically for most applications, depending on application you can estimate of the bandwidth of the signal from the source. Using that knowledge bandwidth can be adjusted accordingly. In other words, it is important to understand how the signal from your source is bandlimited.
    Now, if  the estimated bandwidth of signal is unknown, you can apply with settings to properly see the signal. One way to look at the problem is to use highest bandwidth always and acquire the signal. In this way, you wouldn't have to worry about bandwidth settings. However your application dictates what bandwidth is best.
    Good Luck on your project !
    Kalyan
    Kalyanramu Vemishetty
    Automated Test Systems Engineer
    National Instruments

  • Configuring encryption and integrity data on NET8

    Hi,
    I want to know for my bd Ora8i_R3 (win2k_Ad_Ser), How configure native Net8 data encryption and integrity for Oracle Advanced Security. Incluying algorithms RC4_40 (encryption) MD5 for integrity.
    On Server.
    On Client.

    tahiti.oracle.com has all of Oracle's documentation. Search for Oracle Advanced Security and you'll get plenty of documentation.
    Justin

  • Bandwidth allocation | default class|CBWFQ

    Hi everybody
    Let say we have 100 mig circuit. Max -reserved bandwidth is 100 mig as well.  We make following allocations:
    Class A
    bandwidth 20
    Class B
    bandwidth 60
    Class  Default.
    1)We did not make any bandwidth  allocations for default class.  Assuming We are congested ( i.e class A, class B ), What is the maximum bandwidth Class Default can use?
    2) Let say we are congested ( classA,classB) but there is no traffic in default class. How will this  unused 20 mig will be distributed among these classA and class B?
    ++++++++++++++++++++++++++++++++++
    I am getting confusing answers:
    For example:
    From one of theblog ( Dont want pick on author so did not quote it)
    You'll want to configure a bandwidth command under the class class-default Otherwise, IOS will divide any unallocated bandwidth equally among all classes; this can result in the class-defaulthaving a very small amount of bandwidth.
    Cisco QOS  Documentation says:
    http://www.cisco.com/en/US/docs/ios/qos/command/reference/qos_cr.pdf
    From the above link:
    The following output from theshow policy-map interfacecommand on serial interface 3/2 shows that 500 kbps of bandwidth is guaranteed for the class
    named voice1. The classes named class1 and class2 receive 50 percent and 25 percent of the remaining bandwidth, respectively. Any unallocated bandwidth
    is divided proportionally among class1, class2, and any best-effort traffic classes
    Which One is true statement?
    If Cisco documentation is correct, then what proportion of unallocated bandwidth is given to default class as there is no bandwidth percentage configured under default class.
    Thanks

    Disclaimer
    The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
    Liability Disclaimer
    In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
    Posting
    #2 If there's just traffic for classes A and B, they will proportionally share it 20:60 or 1:3 (or 25%:75%).  (NB: the former is assuming they want "more".  If not, actual usage might not reflect bandwidth allocation.  For example, if class B only used/wanted 50% of link, class A could obtain the other 50%.)
    #1 recall finding some blog that really went deep into what class-default gets when you don't explicitly allocate bandwidth.  I also recall it may have been IOS version dependent and whether FIFO or FQ was defined in class-default (this also was pre-HQF).
    It was very complicated, and IMO, best avoided by defining bandwidth in class-default, if class-default usage, relative to other defined classes, is important to your QoS policy.
    Generally, if something isn't clearly documented as expected behavior, I avoid relying on "discovered" actual behavior, because it might change with next IOS release.

  • Configure Job Server    [NOT INSTALLED] in Linux

    Hello All,
    I installed IPS and DS 4.3 SP3 on it in Tomcat in linux environment .
    In server manager i found "Configure Job Server    [NOT INSTALLED]"
    So how do i install this component.
    Regards,
    Aisurya

    Hi Puhan,
    Please refer the below steps for configuration of Job Server:
    (a) Log in Linux
    (b) Go to BODS Directory
    (c) Run below command
    $ . ./al_env.sh
    $ ./svrcfg
    (d) Below details will appear
    ** Data Services Server Manager Utility **
           1 : Control Job Service
           2 : Configure Job Server
           3 : Configure Runtime Resources
           4 : Configure Access Server
           5 : Configure SNMP Agent
           6 : Configure SMTP
           7 : Configure SSL
           8 : Configure Native Component Supportability
           x : Exit
    (e) Enter 2
    (f) Then Enter the New Job Server name: JOb_Server
    (g) Then Enter Port Number:3500 (Enter Port Number as per your environment)
    (h) Then SNMP Enable: Y
    (i ) Then Adapter management
    Port Number: 4001 (Enter Port Number as per your environment)
    (j) SSL Protocol: Y
    (k) Enable SNMP: N
    (l)  Now Enter Database details
    After that below page will update with JOb Server Information associated with Local repository
    Hope this will help!!!!
    Thanks,
    Daya

  • TMS conference uses wrong bandwidth with OBTP

    Hi all,
    i´m currently facing the follwoing issue:
    When booking a conference via TMS directly or via Outlook (with TMSXE) the conference bandwidth when using OBTP will be set to 1152kbps regardless of the configured 4096kbps default IP or immersive bandwidth in the global conference setting in TMS. When dialing directly into the scheduled conference the configured default bandwidth on the endpoint will be used. That brings me to the presumption that it has something to do with the maximum IP bandwidth setting on each endpoint in TMS (see screenshot). This setting cannot be edited because the endpoint is registered to CUCM.
    TMS conference settings:
    Endpoint settings:
    I have no idea where this setting is coming from and i hope that someone here in the commuity can help me fixing this issue.
    This is my current setup:
    - CUCM 10.5.2
    - TMS 14.6
    - TMSXE 4.1
    - Conductor XC3.0
    - vTPS 4.1
    -TC7.3.0 on all endpoints (MX300G2,MX800,SX10/80)
    Thanks,
    Dennis

    I just did a OBTP test, and I stand corrected, the configured bandwidth in TMS is used for OBTP conferences.  My endpoint is configured with a default call rate of 1152, and my OBTP conference is set to use 2560, and the endpoint connected at the conference bandwidth.
    I just tested with an endpoint here, I changed the max/min call rate values on the endpoints and my TMS didn't update the max bandwidth at all to what I had set on the endpoint.  It could be that TMS is pulling the that data from somewhere on the endpoint and that is what it's reporting as it capabilities, similar to the max video and audio calls.  My endpoint is directly managed by TMS, we don't have CUCM.
    Unfortunately, I don't have an answer to why your SX80 is reporting such a low maximum bandwidth to TMS, especially if it can call out at a higher rate from what you said.  If the conference is configured with a higher bandwidth than what an endpoint says it can support, the endpoint will connect at the highest bandwidth it can - 1152 in your case.
    Is this the only endpoint with this issue, if so, are they configured the same?

Maybe you are looking for

  • Real Instruments - Input Volume

    Hi, I noticed that many USB capture devices have the input volume slider greyed out in the "new track" window for real instruments, although they have an USB controllable input volume. This you can see in the system preferences for audio. Here you se

  • Dual 2.7 hanging on grey apple screen, fans rev high

    My friend's Powermac dual 2.5 exhibits the same boot up symptoms I had a while back with the exact model computer.Hanging on Grey Apple Logo.Here is what is known: It boots to open firmware. It boots from the Apple system Diagnostics CD Firewire Targ

  • Single signon between JSP page and Net.Data page

    I am trying to setup a single signon between a JSP page hosted on a tomcat server, and a Net.Data page hosted on an IBM HTTP server. Both of these servers are running on an AS400. The JSP page (www.jsppage.com/menu) contains a link to the Net.Data pa

  • PO in MDO4

    Hi I created PR to PO. Po created with account assignment category c-sales order and item category s-third party. My question is PO or PR not showing in MD04. Please can anybody suggest?

  • Dispatcher stopped and System does not start

    After I had restarted my Application server, the dispatcher stoped. Now, I canu00B4t start the System, because the dispatcher doesnu00B4t start. Can anyone help me? This file is from the trace: trc file: "dev_disp", trc level: 1, release: "700" sysno