IP SLA design

/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Table Normal";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-qformat:yes;
mso-style-parent:"";
mso-padding-alt:0in 5.4pt 0in 5.4pt;
mso-para-margin:0in;
mso-para-margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;}
Hi,
We have 11 sites in a star mesh topology. We would like to use IP SLA to monitor the VoIP stats between each site to every other site but do not want to add 10 monitors at each location. This seems to be a waste of router resources.
What would be the ideal way to accomplish our goal?

Indeed that would be a waste.
You create 10 on the frst site 9 on the second 8 on third, etc
Cheers,
Michel

Similar Messages

  • Designing Java Apps for Users Without a JRE Installed Yet

    Hi, sorry if this post is in the wrong place, but here goes:
    I'm designing a Swing Java application for a client. My client intends to distribute/sell this application.
    I'm concerned because, chances are that at least one of the people he distributes this application to will not have the JRE installed and will thus be unable to run the application.
    Can anyone give me some suggestions on ways I can make my application more convenient for users without the JRE currently installed? Even some kind of error message that would direct the user to the JRE download site would be okay.
    kwikness
    Edited by: kwikness on Dec 2, 2009 5:56 PM

    Use NSIS and package your application with JRE.
    Add your jar files to lib/ext of the JRE package.
    NSIS can create a short cut (desktop/start menu) to launch java class/jar file
    I would not use webstart unless you are sure that clients will have access to the internet, the bandwidth is not an issue and installing the new JRE is allowed (permissions, SLA, etc.)
    Best regards.

  • How to determine SLA in Range Gauge Report?

    have a following human work flow task scenario for which we need to display SLA performance Index in a range gauge.
    1) The dataobject "HumanTaskInfo" will capture task id, task status, task creation time, task completion time in their fields. one more field is been kept to calculate the time difference between task creation time and task completion time during the time of feed to this dataobject
    2) Range gauge report design needs a only one field from dataobject to map. but our objective to calculate the percentage of tasks which got completed or rejected status and also their SLA of 8 hrs time period being met.
    For example, dataobject "HumanTaskInfo" has 10 records. 5 got completed status and 3 got rejected status and 2 still in "New" Status. out of 8 completed and rejected tasks, only 6 met SLA time of 8 hrs. In this scenario, the range gauge should display 75% as SLA performance ( (6 divide by 8) *100) .
    Can anyone help us how to achieve this calculation in Range Gauge Report design configuration?
    thanks.

    Anyone providing suggestions on this will be highly helpful.
    Our requirement is to show the SLA of human task in Range Gauge ( 0 to 65 % - red; 65 - 80 % yellow; 80 - 100% - green) in BAM report.
    The dataobject stores
    1) Process Instance Id ( which is a unique key)
    2) task status ( new, approved, rejected )
    3) task start time
    4) task end time
    5) taskstart2endtime(calculated field which stores the difference between task start time and task end time in seconds)
    The objective is to calculate the number of tasks for last 30 days (which has either approved or rejected status) which completed ( means approved or rejected) in 8 hrs of time period .
    Assume there are 10 tasks in this data object within last 30 days of period; 4 got approved ; 3 got rejected; 3 still in new status ; out of 7 completed tasks ( sum of approved and rejected ) , 5 met SLA ( within 8 hours of time ).
    Now the range gauge has to display 71.42% ( percentage value of 5 divided by 7 ) and the gauge pointer should be with in yellow region ( 65% - 80 %)
    We tried to bring 71.42% and unable to succeed in that. In filter tab, we have provided for bringing data for last 30 days.
    No clue how to apply the rest of the logic in the range gauge report design.
    Any help in achieving this requirement will be highly appreciated.

  • SLA Rate configuration in OCSG

    Hi,
    OCSG provides Traffic control for its communication services using SLA Rate and quota. In SLA we can set transaction rate Tx/msec for perticular method (ex. SendSMS etc.) or for entire service. Suppose we set transaction rate as 5/60000 (ie 5 tx/minute) then it should not allow more than 5 transaction in one minute. If you set higher rate in your duration test for incoming message you will find that it will give you few Policy denied exception and then passes few message and again gives few exception and so on. I mean it allows more than 5 tx in one minute. Accoridng to Oracle, it is sue to Budget sercvice and it is configurred accoring to this logic. Can anyone please explain this in more clarity. If any case we allow more than 5 Tx/Minute. How we can promise to operators that SPs will not use transaction rates defined more than defined in SLA. It should not allow more than defined in the SLA. In earlier verions of WLNG (OCSG) it was working fine.

    This is how the budget service/SLA enforcement works:
    If you define an SLA with rate control as x sms/y sec. From the time first request is sent, budget starts to diminish. At this point budget will be x-1. Say you've sent another request after n seconds, then it would be (x-2) + x*(y/n) or x whichever is higher. This x*(y/n) is added to the budget, because during those n seconds.
    Since it is hard to define an interval in absolute time, budget service is designed this way to properly control the flow.

  • Designing Custom CI-Form

    Hi
    I´m working on a custom CI-class with a custom form. Working with Authoring Tool designing the form is a nightmare. So my question is, can i design the layout of the form in any application and after that create bindings ect. in Authoring?
    /Regards

    Hi,
    Yes of sure !
    Try to check this :
    http://social.technet.microsoft.com/wiki/contents/articles/13472.system-center-2012-service-manager-developer-s-survival-guide.aspx
    Extending UI
    SCSM 2012 use WPF (Windows Presentation Foundation) for all UI elements. With
    SCSM 2012 you can extend UI by creating custom elements like:
    Controls (can be placed on existing forms)
    Forms
    Console tasks
    The most common problem with UI componenta is what UI use the IDataItem
    interface and DataAdapters classes to communicate with SDK. So you can't use SDK
    in forms and console tasks directly.
    Overview of the Forms Infrastructure and the Generic Form
    Tasks – Part 1: Tasks Overview
    Open Source
    Projects
    SCSM Incident SLA Management
    SCSM Send Email MP
    SCSM Perf Test Harness
    Examples
    How
    to Create Task Handlers
    Tasks Part 2 – Custom Console Tasks for Create, Edit, Delete
    Creating Custom Forms for Service Manager using Custom Controls:
    Service Request Example
    Create custom UserControl for SCSM 2010 SP1
     (you can use same approach for SCSM 2012)
    Creating a Custom Administration Setting
     (Class, Task, Form, Wizard)
    Service Manager 2012 – How to disable form controls for a Resolved
    or Closed Incident – Part 1
    Service Manager 2012 – How to disable form controls for a Resolved
    or Closed Incident – Part 2
    Insert CI property values into Microsoft Word Template and print
    directly from Service Manager Console
     (console task, Word automation)
    How to add a button to edit ListView item on a custom SCSM form
    Remy BOVI

  • Can we develop SLA monitoring tool in abap which will monitor HP service manager?

    Hi Experts,
    Can we design tool in ABAP or webdynpro where tool will monitor SLA for incidents in HPSM (HP service manager)?
    Please let me know if such option is available.
    Regards,
    Sanjana

    Hi,
    I have the same issue. SCOM --> OMU 9.10 works fine, OMU 9.10 --> SCOM doesn't work.
    What do you exactky mean with "The user configured for use with the integration pack must have its time zone preferences set to Greenwich/Universal with a date format of mm/dd/yy." Where do you have setup this configuration?
    Thanks for help.

  • ACE design and RHI

    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Table Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-priority:99;
    mso-style-qformat:yes;
    mso-style-parent:"";
    mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
    mso-para-margin-top:0cm;
    mso-para-margin-right:0cm;
    mso-para-margin-bottom:10.0pt;
    mso-para-margin-left:0cm;
    line-height:115%;
    mso-pagination:widow-orphan;
    font-size:11.0pt;
    font-family:"Calibri","sans-serif";
    mso-ascii-font-family:Calibri;
    mso-ascii-theme-font:minor-latin;
    mso-fareast-font-family:"Times New Roman";
    mso-fareast-theme-font:minor-fareast;
    mso-hansi-font-family:Calibri;
    mso-hansi-theme-font:minor-latin;
    mso-bidi-font-family:"Times New Roman";
    mso-bidi-theme-font:minor-bidi;}
    Hi guys!
    I'm doing a redundant ACE module installation (using 7600) and I came with some design questions.
    From the configurations guides, you configure a VLAN X for clients (where the traffic to be balanced arrives), and VLAN Y for servers (where the real servers are). In all the examples I've seen, the VIP address is from the client VLAN subnet, from that I wonder:
    1.- Is this the only way to do this?  The 7600 supervisor knows where the VIP is because it has a BVI in that same VLAN X, so it’s directly connected. For the 7600 to reach the real server subnet, it would need a static route pointing to the ACE IP address right?
    2.- In that scenario (VIP living in the Client VLAN X), RHI is not necessary right? But when the VIP is not available? What would happen then? You still need RHI so there is a "dynamic" host route for the VIP?
    3.- Then in what situations would RHI it be needed? I've read that you need RHI when you don’t have the Supervisor and the ACE directly connected, but I don’t quite get this, can someone clarify?
    4.- Can the VIP be a member of a different subnet? For example can it be a member of the Server VLAN Y? Or a completely different VLAN Z?, what would be the necessary changes?
    Thanks a lot for your time guys, any help is greatly appreciated.
    Omar M.

    RHI is mainly used for inter site redundancy, instead of relying on DNS for your VIP HA, you rely on routing by announcing a /32 route in your OSPF backbone.
    1 - yes
    2 - it depends on the way you want to ensure inter site HA.
    3 - the purpose is only to send a /32 route from multiple ACE clusters or sites. When your whole cluster or datacenters is down, the routing topology is built again pointing the same IP address to the new site (with playing on the OSPF cost) without any problem of DNS dead A record with client cache.
    4 - No problem. You can even do it manually with a conditionnal host route defined on the upstream router (conditionned with an IP SLA sensor) redistributed into your OSPF process

  • Is it Mandatory to Load the Accounting Definitios wrt SLA?

    Hi Gurus,
    We have upgraded our system from 11.5.10 to 12.1.2. I have few Questions regarding the Loading Accounting Definitions w.r.t SLA.
    Do we need to Load the Accounting Definitions?
    Can we validate the existing Accounting Definitions? Will that be enough?
    Current Accounting Definitions are from 11i to R12, Which are Invalid.
    Do we have to load and validate or just validate the existing Accounting Definitions?
    Expecting you replies.
    Thanks in advance,
    --Sneha                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Hi Sneha,
    I dont have an in depth knowledge on this, but the way SLA has been designed is that if you do not define your own Accounting Definitions and just implement the seeded setup, then it honours the Auto Accounting Rules. The default accounts generated by SLA through the seeded setup are the ones that Auto Accounting setup would have generated, so just make sure your Auto accounting setup is in place.
    Thanks,
    Prabhjeet

  • Sharepoint 2007 designer - sqldatasource and grid view not displaying on SP page (An unexpected error has occured)

    Hi All,
    I am using sharepoint designer 2007 and am trying to use a sqldatasource to populate a gridview and then display that on an .aspx page. While in designer everything seems to configure okay. I am able to test the connection and display the data
    as expected from the sqldatasource within designer. Then I have the gridview control use the sqldatasource. At that point the grid (within designer) displays the headings as expected. The data that is displayed in the cells is "test data" rather
    than actual data value - I'm not sure if this is normal - for example, the data values in every column / row are all equal to 'abc'. Date values are all equal to current date.
    Then when I actually display the sharepoint page (via Preview in browser)  I get an error "An unexpected error has occurred".
    I am using SQLExpress on my laptop as the database for the sqldatasource. I have tried both integrated (windows) and SQL authentication with the same results.
    Here is the aspx code from designer:
    <asp:GridView runat="server" id="GridView1" AutoGenerateColumns="False" DataSourceID="SqlDataSource1">
     <Columns>
      <asp:boundfield DataField="Case Creation Date Time" HeaderText="Case Creation Date Time" SortExpression="Case Creation Date Time">
      </asp:boundfield>
      <asp:boundfield DataField="Case #" HeaderText="Case #" SortExpression="Case #">
      </asp:boundfield>
      <asp:boundfield DataField="Source" HeaderText="Source" SortExpression="Source">
      </asp:boundfield>
      <asp:boundfield DataField="Priority" HeaderText="Priority" SortExpression="Priority">
      </asp:boundfield>
      <asp:boundfield DataField="Status" HeaderText="Status" SortExpression="Status">
      </asp:boundfield>
      <asp:boundfield DataField="Category" HeaderText="Category" SortExpression="Category">
      </asp:boundfield>
      <asp:boundfield DataField="Creator group" HeaderText="Creator group" SortExpression="Creator group">
      </asp:boundfield>
      <asp:boundfield DataField="Assigned Group" HeaderText="Assigned Group" SortExpression="Assigned Group">
      </asp:boundfield>
      <asp:boundfield DataField="Security Event Title" HeaderText="Security Event Title" SortExpression="Security Event Title">
      </asp:boundfield>
      <asp:boundfield DataField="Security Event Resolution Details" HeaderText="Security Event Resolution Details" SortExpression="Security Event Resolution Details">
      </asp:boundfield>
      <asp:boundfield DataField="SLA Achieved" HeaderText="SLA Achieved" SortExpression="SLA Achieved">
      </asp:boundfield>
      <asp:boundfield DataField="Event Reported Date Time" HeaderText="Event Reported Date Time" SortExpression="Event Reported Date Time">
      </asp:boundfield>
     </Columns>
     </asp:GridView>
     <br>
     <br>
     <br>
     <asp:SqlDataSource runat="server" id="SqlDataSource1" ProviderName="System.Data.SqlClient" ConnectionString="Data Source=WN-MNA79GY0V0JD\SQLEXPRESS;Initial Catalog=CD_OPS_DATA;Persist Security Info=True;User ID=Sharepoint_User;Password=&quot;xxxxxx&quot;"
    SelectCommand="SELECT * FROM [Critical Cases] ORDER BY [Case Creation Date Time] DESC">
     </asp:SqlDataSource>
     <br>
     <br>
    &nbsp;</td>
     </tr>
    </table>
    </asp:Content>
    Any help is appreciated.
    Thanks !

    Thanks Daniel.
    I am unable to connect to my SQL EXPRESS db on my laptop via SPD 2007: I get the error -
    I am able to access that database via SQL Server Mgmt. Studio (both with Windows and SQL Server authentication). I can also access a SQL Express database on a remote server from the exact same SPD 2007 session: I get -
    So, I wonder why I can connect to the remote but not the local? Anyway, if you have any ideas I would appreciate it. I am willing to do the work from the article you mention but wanted to rule out there being a simple DB access issue first.  I'll also
    start to find the ULS logs and review them.
    Thanks again !!
    Update on 1-3-14: Hi, since yesterday I also have been able to connect to the SQLEXPRESS database / table and display the .aspx page with the gridview in Visual Studio 2010.
    Update 1-26-14: Sorry for the delayed response.  I determined the reason why I could not connect to the SQLEXPRESS instance on my laptop was that there was a local host intrusion (firewall) rule on my machine that prevented an inbound connection
    on port 1433.  SharePoint server >>> inbound connect on port: 1433 >>> to Laptop device, not allowed. 
    Thanks.

  • We are a small design studio how do we install lion on all machines

    We are a small design studio with 8 imacs. How do we install Lion on all 8. Do we have to download the installer 8 times! at 4gb a download that is a lot of bandwidth. Or can one person sign in to the App store and download then distribute to all 8 machines?
    Any advice greatly appreciated.

    You might want to peruse the licensing agreement for Lion, available here:
    http://www.apple.com/legal/sla/
    I have absolutely no experience with commercial or volume licensing; but, as a business, you might want to pay special attention to para. 2B and C. The terms are not the same as they are for a single user.

  • Set notifications when the time defined in Service Level SLA is exceeded

    Hello everyone,
    I am looking for ways how to in OSM set a time - service level (*SLA*) for each function of the orchestration.
    If time is exceeded for each function, Make a notification to an external system.
    You can do things like this at Order and Task Levels, but I do not know how to do this at the level of each function.
    Does anyone know how I could solve this issue.
    Best Regards,
    David Alejandro Leon H.

    Hi David,
    you have the option of defining a jeopardy on the order based on the expected process duration, which is an attribute of each process.
    Go to Order editor, jeopardy tab, conditions and check the third checkbox and leave the first radio button below. Then you would set the desired duration on the process executing your component. You could also link an automator to the notification and do whatever you want.
    Now the problem is the Design studio does not let you set the expected duration for a process through the process editor nistead it populates 86400 seconds every time, but if you open the file in the Package Explorer view, you should be able to modify this by editing the file (haven't tested it though), but I believe it should deploy and once it is in the DB model, it should work since this is old 6.3 functionality. Try it andd let me know!
    I believe you could even create an SR for the fact the DS does not alloow to set the duration on a process on the grounds of missing functionality which was previously available, unless it was officially deprecated (I am not aware of that), or, unless there is a way to do this with the Studio of which I am not aware.
    If this does not work for whatever reason the only way I can think of is declaring the jeopardy notification on the Order and linking a custom rule created for the purpose which would need to be a sql based rule where the PL / SQL would evaluate the duration of the process executing your function. Would be a bit of coding, but I believe you could make it work.
    Viktor

  • IP SLA duplicate trap messages received

    Hi
    Refer to the attached screen capture from a trap receiver program, it seems that there are duplicate traps received from an IP SLA sender which is a Cat6509.  Is it normal?
    Configuration of the IP SLA sender attached also.
    Thanks!

    Hi Deepak,
    I can say from my personal experience that whenever we use same multicast ip address and port for the purpose of multicast utility then we will get the duplicate messages.
    If that is not the case, then I can say the following are the reasons for duplicate packets and it is better if we can contact your network team to check the following :
    ***Duplicate multicast packets are symptoms of several things:***
    1. An ethernet-level device (e.g. bridge) that doesn't understand multicast so reforwards it. This is easy to track to the right subnet using mtrace's packet statistics, but hard to track to the final device because it doesn't change the ethernet source address.
    2. The design of the PIM protocol accepts multiple copies periodically; when there are multiple paths to a multi-access link the default state is that all routers on the link forward; PIM Assert messages elect a single router as the forwarder but periodically time out.
    3. Forwarding loops. This is often due to a misconfigured router.
    Please cross verify the same but I am agreeing partly with Jay as most of the times we consider that the multicast test is passed even if there is any duplicate messages. But reconsider the above reasons and trace it out along with your network team..
    Thanks,
    Sreedevi

  • IP SLA satcom challenge

    I've got a one way satcom link that is having errors and I want to use IP SLA to monitor.  The satellite path is one way from A to B and I am trying to set up testing A to B but B cannot respond at least in the typical manner because there is no return link.  I have a routed service channel that can reach back B to A so there is a path available if the IP SLA response packets could somehow route.

    Routing decisions are not taken by IP SLA. Irrespective of what protocol/feature you use on IOS, network route has to be configured properly on the network itself, for symmetric or asymmetric routes.
    IP SLA works in asymmetric route (where traffic goes from one route and comes back from another) properly. In fact its few operations like UPD Jitter are also, designed to show per direction data in asymmetric network.
    Which IP SLA operation are you configuring?
    Routing is not something which is expected from IP SLA to be done by itself. It will always depend on underlying network routing/switching for it to select best path to go to a destination and come back.
    -Thanks
    Vinod
    **Encourage Contributors. RATE Them.**

  • Exadata Design

    Have requirement to migrate 100+ applications (400+ Oracle databases) to Exadata X2-2. Project timeline is 12 months to move everything to Exadata environment.
    Current state of databases:
    ===================
    1. All databases are in 11.2.0.2/3
    2. Runs mostly standalone( very less RAC)
    3. Mostly OLTP applications
    4. No consolidations
    5. Production systems are having RMAN - level 0 and incremental and archivelog
    6. databases run on Linux , SunOS
    Questions:
    ========
    1. How many Exadata Full RACKs would be required to buy so that all these databases workload would be accommodated?
    2. What is the best way to use these FULL RACK - meaning - should we break down the FULL RACK to Quarter RACK or to HALF RACK ? what is the methodology to follow to design this?
    3. Is there any impact of availability of usable storage if a FULL RACK is broken down to HALF or QUATER ? how much % waste of storage and why the waste?
    4. Due to cost, is it advisable to use Non-Exadata environment for development/Test databases?
    Thanks,

    1. How many Exadata Full RACKs would be required to buy so that all these databases workload would be accommodated?
    Without information on transaction activity, database size and many other factors here is no way to give a solid answer.  Have you had Oracle or another firm experienced with Exadata migrations evaluate the environment, this would be the best way to get an answer to this question.
    2. What is the best way to use these FULL RACK - meaning - should we break down the FULL RACK to Quarter RACK or to HALF RACK ? what is the methodology to follow to design this?
    Best way to use Exadata is to utilize the features of the environment, ie. Resource management and instance caging and instance placement.  By evaluating the databases and instances and placing them properly and then applying resource management and instance caging you can have a good level of control of resource utilization.  Breaking a Full rack down to 2 half racks or 1 half rack and 2 quarter racks while possible and has been done typically is done in cases where there is a firm requirements to divide the workload and based on SLAs promise not to share any resources between the environments and must dedicate hardware for those environments.
    3. Is there any impact of availability of usable storage if a FULL RACK is broken down to HALF or QUATER ? how much % waste of storage and why the waste?
    Yes, if you break the Racks apart physically you will loose some space utilization due to mirror required free in the configuration the amount that you would lose will depend on how many physical Racks you break down into.  In an Exadata configuration the tolerance is to be able to lose an entire cell without impacting availability.  The more you break down the rack the more cells have to be used to ensure that a lost storage cell can still happen therefore usable space is reduce by that amount. 
    4. Due to cost, is it advisable to use Non-Exadata environment for development/Test databases?
    A lot of organizations for development and QA environments use non-Exadata for these environments, but have a non-prod Exadata that is used for performance and release testing whenever possible.  Ok to have development non-exeadata and feature and QA testing, but to ensure that your releases are fully tested for Exadata it would be recommended to have an Exadata Environment to test in for a Pre-production testing environment.  I have seen this environment be one where the applications utilize the environment in a rotation so in cases where there are multiple racks in production they have a matching rack for non-production and the applications testing cycle rotates through for testing helping reduce costs that way.

  • Multiple WAN site redundancy design review (dark fiber, p2p, DMVPN)

    I'm re-designing a couple of wan sites.  I'm using EIGRP over both some leased dark fiber and p2p provider connections.  The attached (pdf) physical topology says it all, I'm thinking of using ip sla to track and inject routes over prefered connections, but really just looking for feed back if someone is interested in taking a look. 
    I've bought 2 2951's with es3g-16-p modules so I can build svi's and do hsrp between the paths, building redundancy between the 3 available paths back to our enterprise core (1Gbps, 40Mbps, 50Mbps).
    multiple vlans at both sites...
    e.g.: (wan site1 (vlan 10-15), want site2 (vlan 16-20))
    Thoughts and thanks?

    hi there
    not sure why you need to use DMVPN if it all internal same internal network unless you need to have all the traffic between sites to be encrypted
    anyway in general i would say of use the direct link to reach the directly connected networks per site
    example using site one 100M link to reach DC and WAN
    and use site2 50M local link to reach WAN as primary path and use the site1-site2 fibre to reach DC as primary path for site2 this could archive a good load sharing and reduce the load on the link between site1 and site2
    IP SLA in a topology like your for sure can very helpful to improve failover time and make the routing more topology aware
    hope this helps

Maybe you are looking for

  • How to configure optimal data connections to allow excel to retrieve multiple data sets form a single data source

    Hi all, I would like to have a data connection file used by excel to extract data form a SQL Server DB (so that change in location of the DB needs only a change to the  single data connection file). The excel file will retrieve data from only a singl

  • Cannot install apps on my bb

    I cannot install several apps on my bb 9360 (Vodafone Ro) - qik, shazam, eagleeye, etc. For all of these i get the error message The Item is not available for your Device Model, Device OS, Carrier and Country combination. Pls advise.

  • Solaris 9 support for T2000

    I know the T2000 comes pre-installed with Solaris 10, but will it run Solaris 9

  • Cell Broadcast question

    I have 2 questions that I need help with. First, is in the hub settings there is a option to enable or disable Cell Broadcast. What function does it serve? And second does it use battery resources? Thanks

  • Lap not joining over a wan link

    hi i have 2 wism running on 6509 chassis and i have access points in remote branches. the lap is not joining the wism. here is the situation: lap can ping the controllers lap is getting ip address option 43 is there on the vlan dns entry for the wlc