Interface tools for cable simulations

I've searched the Development Zone and did not find any information on the interface or tools (software) required to simulate varying lengths of Category X type cables, with a given test signal, etc.

Greetings!
You might want to do a search on SMITH CHART. There are quite a few VIs related to this, although probably none specific to cat-x. As with any transmission line, Cat-X only has a few parameters to be concerned about: loss/frequency (expressed in attenuation per 100 ft (or sometimes per 1000 ft)), and velocity of propagation, which is primarily determined by the pitch of the twist of the pair in question. Since this is thouroughly documented in the Cat-x specifications, I wonder if you can really learn anything new by trying to simulate this in Labview, other than sheer curiosity.
As far as physical interfaces for actually performing cable testing, I'm not sure if there are any off-the-shelf solutions, as this usually involves a precision
directional sampler, such as used with a network analyzer, as well as an rf detector.
Perhaps a bit more information on what you're actually trying to accomplish is in order.
Good luck!
Eric
Eric P. Nichols
P.O. Box 56235
North Pole, AK 99705

Similar Messages

  • Best tool for dynamic simulations

    Now Powersim is not supported any more - what options do I have in NW2004s wither in BW or SM to allow users to create complex dynamic visual based simulations?

    Hi,
    There are a couple of built in Applications that SAP has put in 2004s :
    1. Analysis Process Designer
    2. Data Mining
    Hope that helps

  • Lync Network assessment tool for pre-implementation load simulations?

    Does anyone know of a good tool for running simulated traffic and measuring network performance prior to implementing Lync?  
    I am looking for a tool that would be able to simulate the different types of traffic generated by Lync and uses the associated codecs.  I currently use NetIQ Vivinet Assessor for VoIP traffic, but it is limited to only the standard voice codecs.  I
    would like to be able to measure the performance of a data network prior to implementing any of the Lync servers, so it cannot rely on any of the MS services.  
    Thanks in advance for any help in identifying a tool.

    Hello,
    I am just checking to find out if the LSS tool must be executed within the production Network environment in order to determine the actual and useable Network metrics during a Network Traffic Simulation. One of the LSS
    related documents (http://www.microsoft.com/en-us/download/details.aspx?id=41935) suggest that the tool should be executed in an isolated test environment.
    I will also like to know if I can only perform a Network Readiness Assessment Traffic simulation after deploying the planned Lync 2013 Servers\Topology into production.
    I will appreciate some help in clarifying these two points.
    David

  • Why should I adopt LABVIEW FPGA as a tool for developing my FPGA projects?

    Dear Friends, 
    Since I have started using LABVIEW FPGA, I got too many questions in my mind looking for answers! 
    1-      Does anybody can tell me “why should I adopt LABVIEW FPGA as a tool for developing my FPGA projects?”
    I mean there are many great tools in this field (e.g. Xilinx ISE, ….); what makes LABVIEW FPGA the perfect tools that can save my time and my money? 
    I’m looking for a comparison can show the following points:
    ·         The Code size and speed optimization.
    ·         Developing time.
    ·         Compiling time.
    ·         Verifying time.
    ·         Ability to developing in future.
    ·         …etc.. 2-     
    I’ve Spartan-3E kit, I’m so glad that LABVIEW support this kit; I do enjoyed programming the kit using LABVIEW FPGA, but there are too many obstacles!
    The examples come with Spartan-3E driver don't cover all peripherals on board (e.g. LAN port is not covered)! There is a declaration at NI website which is "LabVIEW FPGA drivers and examples for all on-board resources" Located at: http://digital.ni.com/express.nsf/bycode/spartan3eI don’t think that is true!
    Anyway, I will try to develop examples for the unsupported peripherals, but if the Pins of these peripherals are not defined in the UCF file, the effort is worthless! The only solution in this case is to develop VHDL code in ISE and use it in Labview FPGA using HDL node!?
    3-      I wonder if NI has any plan to add support for Processor setup in Labview FPGA (Like we do in EDK)?
    4-      I wonder if NI has any plan to develop a driver for Virtex-5 OpenSPARC Evaluation Platform ?http://www.digilentinc.com/Products/Detail.cfm?Nav​Path=2,400,599&Prod=XUPV5 
    Thnaks & regards,Walid
    Solved!
    Go to Solution.

    Thanks for your questions and I hope I can answer them appropriately
    1. LabVIEW FPGA utilizes the intuitive graphical dataflow language of LabVIEW to target FPGA technology. LabVIEW is particularly nice for FPGA programming because of its ability to represent parallelism inherent to FPGAs. It also serves as a software-like programming experience with loops and structures which has become a focus of industry lately with C-to-gates and other abstraction efforts. Here are some general comparison along the vectors you mentioned
    Code Size and speed optimization - LabVIEW FPGA is a programming language. As such, one can program badly and create designs that are too big to fit on a chip and too slow to meet timing. However, there are two main programming paradigms which you can use. The normal LabVIEW dataflow programming (meaning outside a single-cycle loop) adds registers in order to enforce dataflow and synchronization in parity with the LabVIEW model of computation. As with any abstraction, this use of registers is logic necessary to enforce LabVIEW dataflow and might not be what an expert HDL programmer would create. You trade off the simplicity of LabVIEW dataflow in this case. On the other hand, when you program inside a Single-Cycle timed loop you can achieve size and speed efficiencies comparable to many VHDL implementations. We have had many users that understand that way LabVIEW is transformed to hardware and program in such a way to create very efficient and complex systems.
    Development Time - Compared to VHDL many of our users get near infinite improvements in development time due to the fact that they do not know (nor do they have to know) VHDL or Verilog. Someone who knows LabVIEW can now reach the speeds and parallelism afforded by FPGAs without learning a new language. For harware engineers (that might actually have an alternative to LabVIEW) there are still extreme time saving aspects of LabVIEW including ready-made I/O interfaces, Simple FIFO DMA transfers, stichable IP blocks, and visualizable parallism.  I talk to many hardware engineers that are able to drastically improve development time with LabVIEW, especially since they are more knowledgable about the target hardware.
    Compilation Time - Comparable to slightly longer to due to the extra step of generating intermediate files from the LabVIEW diagram, and the increased level of hierarchy in the design to handle abstraction.
    Verification Time - One of our key development initiatives moving forward is increased debugging capabilities. Today we have the abilities to functionally simulate anything included in LabVIEW FPGA, and we recently added simluation capabilities for Imported IP through the IP Integration node on NI Labs and the ability to excite your design with simulated I/O. This functional simualation is very fast and is great for verification and quick-turn design iteration. However, we still want to provide more debugging from the timing prespective with better cycle-accurate simulation. Although significantly slower than functional simulation. Cycle-accuracy give us the next level of verification before compilation. The single cycle loop running in emulation mode is cycle accurate simluation, but we want more system level simulation moving forwrad. Finally, we have worked to import things like Xilinx chipscope (soon to be on NI Labs) for on-chip debugging, which is the final step in the verification process. In terms of verification time there are aspects (like functional simulation) that are faster than traditional methods and others that are comparable, and still other that we are continuing to refine.
    Ability to develop in the future - I am not sure what you mean here but we are certainly continuing to activiely develop on the RIO platform which includes FPGA as the key diffentiating technolgoy.  If you take a look at the NI Week keynote videos (ni.com/niweek) there is no doubt from both Day 1 and Day 2 that FPGA will be an important well maintained platform for many years to come.
    2. Apologies for the statement in the document. The sentence should read that there are example for most board resources.
    3. We do have plans to support a processor on the FPGA through LabVIEW FPGA. In fact, you will see technology on NI Labs soon that addresses this with MicroBlaze.
    4. We do not currently have plans to support any other evaluation platforms. This support was created for our counterparts in the academic space to have a platform to learn the basics of digital design on a board that many schools already have in house. We are currently foccussing on rounding out more of our off-the-shelf platform with new PCI Express R Series boards, FlexRIO with new adapter modules, cRIO with new Virtex 5 backplanes, and more.
     I hope this has anwered some of the questions you have.
    Regards 
    Rick Kuhlman | LabVIEW FPGA Product Manager | National Instruments | ni.com/fpga
    Check out the FPGA IPNet for browsing, downloading, and learning about LabVIEW FPGA IP Cores

  • Is Captivate 4 the right tool for my purposes?

    This posting should not be misunderstood as bad mouthing Captivate 4. For the most part, I really appreciate Adobe products and have invested a significant amount of personal money into many Adobe products over the years.
    My current role involves designing a course curriculum using Adobe Captivate 4 and Adobe Connect Pro. Unfortunately, I am becoming increasingly concerned that I may be using the wrong tool, at least, in regards to developing all parts of a lesson. Perhaps my workflow will improve if I develop the front facing portion of my lessons with Lectora, and use Captivate solely for creating software simulations?
    Because I have already spent a lot of time building my first lessons, and I have a subscription to Adobe Connect Pro, I would rather solve the issues I listed, rather than start over.
    My question is... are my issues based on my lack of knowledge with Captivate 4, or am I experiencing real issues with this product? If it is my lack of knowledge, please tell me how to solve my issues.
    At this point, I would like to give kudos to Rick Stone (known as Captiv8r) for all his help as a hired consultant. I highly recommend his services. Without him, I probably would not have gone as far as I have with Captivate.
    Please correct or comment on the followin…
    Minor annoyances
    -    Too easy to accidentally move objects. Double clicking on a small graphic or a text caption can easily cause it to move or change size slightly. No way to lock their position only (e.g. lock text position but still allow editing).
    -    Text caption boxes mysterious maximize (vertically) from time to time.
    -    Grouping of objects is not possible.
    -    Previewing “From this slide – F8” does not take into account (or initialize) persistent graphics (or otherwise) on the first slide or template; this results in missing objects when doing a quick preview.
    -    Item names/variables are unwieldy. I have a number of graphics which I re-use throughout a lesson. I want to give each of them common names, such as ico_jobaid, img_core_splash, etc. Unfortunately, I cannot use identical names throughout a lesson. Each page requires a unique name for every object. This results in an item name like ico_interactive.png (as it is named in the library), appearing as TImageItem681 and TImageItem680 (copied twice) on a slide.
    This is common for every object and makes it difficult to control objects.
    Major issues
    -    Occasionally I insert a graphics that can’t be made visible.
    -    .cp file size seems to continuously increase in size, despite removing unused resources.
    -    Text bullet issues (ending bullets occasional show up as a larger size)
    -    Roll-over slidlets do not work as intended in AS3 mode. I must preview or publish in AS2.
    -    Recording Software Simulations!
    Captivate 4 allows recording of simulations in up to four modes (Demonstration, Training, Assessment, and Custom). Unfortunately, it appears to record these simulations are separate and distinct recordings. This is a problem because call-outs and other edits must be repeated for each simulation. Other simulation tools record once and can be edited once for passive and/or interactive viewing.
    -    Buttons! Multiple buttons/text captions on a slide.
    If I want to place multiple buttons on a slide, I must follow these steps to make these buttons/captions work properly. This is an unreasonable amount of work in order to use buttons on a single slide.
    Step 1 - Determine the frame value. Note: It seems that if the frame value is not included, the lesson will move to the next slide, after clicking one button. Another caveat is that adding or removing slides may change the correct frame value.
    1. Click Insert from the top menu,
    2. Select Standard Objects,
    3. Select Text Caption,
    4. Click the Insert Variable button,
    5. Select System from the Variable Type pull-down menu,
    6. Select rdinfoCurrentFrame from the Variables pull-down menu.
    7. Position the text caption appropriately on the screen. You may need an appropriate pause inserted in order to see the value.
    8. Click Preview and select Project from the pull-down menu (or Click F4),
    9. Step through slide show to the slide where rdinfoCurrentFrame text variable was inserted and record the displayed value.
    Step 2 – Insert Button control
    1. Click Insert from the top menu,
    2. Select Standard Objects,
    3. Select Button,
    4. Choose appropriate button and button options (skipping steps),
    5. Click Ok,
    6. Position button appropriately.
    Step 3 – Setting up advanced actions.
    1. Click Project from top menu,
    2. Select Actions,
    3. Click the Advanced Actions tab,
    4. Click the Edit / Create Action Pull down menu and select Create a New Action…,
    5. In the new action name: text box, type action name (i.e. but_core_console),
    6. Double click twice on Add Statement (sometimes it doesn’t behave as it should),
        – this feature seems error prone.
    7. Double click twice on Statement (in red),
    8. Select Standard Action from pull-down list,
    9. Select Show from pull-down list,
    10. Select object name (text caption) you wish to show,
    11. Repeat (if necessary),
    12. Select hide and the element name you wish to hide and repeat as necessary,
    13. Double click twice on Add Statement (sometimes it doesn’t behave as it should)
    – this feature seems error prone.
    14. Double click twice on Statement (in red),
    15. As the last step, select Assignment from pull down list,
    16. Select rdcmndGotoFrame from pull down list,
    17. Select Value from pull-down list,
    18. Enter the frame value (as determined Step 1),
    19. Click Save.
    For the next buttons,
    1. Click the Duplicate button,
    2. Edit the New action name: name appropriately,
    3. Edit the information in the Advanced actions for the this action. (skipping steps)
    4. Click Save.
    Repeat as necessary!
    Configuring buttons
    1. Double click on first button,
    2. In the section, “If the user clicks on the button”,
        click on “On success” pull-down menu and select, “Execute advanced action”.
    3. Click the Action pull-down menu and select the appropriate named action.
    Repeat as necessary.
    -    Building buttons for several slides will create a large number of advance actions. Even though these advanced actions are only applicable to a single slide, they are viewable from any slide in a lesson. The number of actions (or advanced actions) quickly adds up in a complex lesson.
    -    Cannot find a way to edit the default look (object positioning/object sizes) of a quiz. The only attribute that seems changeable is the font size.
    Lock ups and crashes
    -    Double clicking on a .cp file will often result in Captivate freezing at the start up screen.
    -    Captivate crashes and sometimes predictably, especially where animations are inserted.
    I am using both a Windows 7 64 bit and a Windows Vista 32 bit OS. I have tried the following options with seemingly no difference: RUN AS Admin, XP Compatibility mode
    Examples from Windows Applications log:
    The program AdobeCaptivate.exe version 4.0.1.1658 stopped interacting with Windows and was closed. To see if more information about the problem is available, check the problem history in the Problem Reports and Solutions control panel. Process ID: 16f0 Start Time: 01ca623e805d8f30 Termination Time: 81
    The program AdobeCaptivate.exe version 4.0.1.1658 stopped interacting with Windows and was closed. To see if more information about the problem is available, check the problem history in the Problem Reports and Solutions control panel. Process ID: 1654 Start Time: 01ca622b67764380 Termination Time: 70

    The only one that can answer that question is yourself ;o)
    I wrote my comments and suggestions with red text here. My company uses Captivate to develop courses and so far we have been very happy with Captivate. Earlier we used Flash to develop courses, but the development time was very long so Captivate has allowed us to speed up the development process with 2-300%. We still use Flash quite a lot to build interactions etc. and import these into Captivate to add extra features.
    We did look at a variety of tools when we wanted to find an alternative to Flash but at that time (we started with Captivate 2) we found that the best option was indeed Captivate. I regularly check up on competing products and there are some interesting alternatives available now but they are not as advanced as Captivate imho.
    When that is said. Captivate is (and has always been) full of weird bugs and things that aren't working properly. This is extremely annoying but we have learned to work our way around most of them. It also seems that the stability of Captivate varies greatly from installation to installation. We are 8 people in my department all working with Captivate. Our computers are all the same and the OS is a corporate standard. Despite this some people here have some weird problems with Captivate that I never experience. I can't explain why it happens (and neither can they) but it could be the installation or it could be the way people work. An example is "missing/corrupt" Captivate files. We have always been working directly on a network drive. This is something that is often recommended against doing because it can cause corrupt Captivate files. The interesting thing is that I have never once experienced a corrupt Captivate file even though i have opened, worked on and saved many thousands of them from/to our network drive. One of my colleagues had around 20 occurences of corrupt Captivate files in the same timespan and from the same network drive.
    The biggest problem in Captivate is the quiz module in my opinion. The quiz module is probably the most important when we talk about E-learning development tools and that is where Captivate is the weakest. You can't really customize your quizzes, there isn't enough different question types and interaction types, you can't use video but worst of all - it is unstable and buggy. Users can get stuck in a quiz without being able to move forward or backwars, the review quiz is buggy etc.
    One thing I often see with Captivate developers is that they try and do everything in Captivate. While most things are possible to do in Captivate then it might no be the best solution. Some things can be created in Flash and imported into Captivate saving you tons of time and grief and in the end give you a much better end-product. I know that everyone doesn't have access to a Flash programmer, but then you can buy your way out of the problem.
    If you are looking for a tool where you can have full control of everything in your courses then the only real solution is Adobe Flash. This will allow you to build the courses exactly as you please but it comes at a big price. It gets way more complex to create courses, which results in longer development times and updating your existing course becomes much more difficult and time consuming.
    Minor annoyances
    -    Too easy to accidentally move objects. Double clicking on a small graphic or a text caption can easily cause it to move or change size slightly. No way to lock their position only (e.g. lock text position but still allow editing).
    Doesn't really bother me but I guess it's different from person to person. You could just click on the object in the timeline instead to avoid moving the object.
    -    Text caption boxes mysterious maximize (vertically) from time to time.
    I never experienced that.
    -    Grouping of objects is not possible.
    I agree that this could be handy on slides with many objects.
    -    Previewing “From this slide – F8” does not take into account (or initialize) persistent graphics (or otherwise) on the first slide or template; this results in missing objects when doing a quick preview.
    Yes but if Captivate was to take into account everything that happened earlier than previewing from this slide you might as well click preview project (F4).
    -    Item names/variables are unwieldy. I have a number of graphics which I re-use throughout a lesson. I want to give each of them common names, such as ico_jobaid, img_core_splash, etc. Unfortunately, I cannot use identical names throughout a lesson. Each page requires a unique name for every object. This results in an item name like ico_interactive.png (as it is named in the library), appearing as TImageItem681 and TImageItem680 (copied twice) on a slide.
    I think this is the same in any application.. The whole idea of naming objects is that they have a unique name to be identified and manipulate later. I do however agree that the default naming in Captivate sucks. If the resource is named ico_interactive.png in the library, then Captivate should name it slide1_ico_interactive.png as the object name. It would make it easier and quicker to identify the correct resources.
    Major issues
    -    Occasionally I insert a graphics that can’t be made visible.
    I never experienced that with properly configured graphics. Sure you can have problems if you insert a CMYK image or a 300 dpi image, but if you use RGB 72dpi images then it works fine. (at least it always have for me).
    -    .cp file size seems to continuously increase in size, despite removing unused resources.
    True but I never really experienced this as a problem. In Captivate 3 it could really get out of hand, but in CP4 it's much better. Alternatively create a blank Captivate file with the same dimensions and copy/paste your slides into that. (Don't know how it will behave with all your advanced actions though).
    -    Text bullet issues (ending bullets occasional show up as a larger size)
    It is because you have a different font size on the last line of the caption. Just do a CTRL-A to select all the text and select the proper font size. Alternatively adjust the default font and size to what you want in Captivate to avoid this in the future.
    -    Roll-over slidlets do not work as intended in AS3 mode. I must preview or publish in AS2.
    Didn't know that - you should probably report it as a bug if you haven't done so already.
    -    Recording Software Simulations!
    Captivate 4 allows recording of simulations in up to four modes (Demonstration, Training, Assessment, and Custom). Unfortunately, it appears to record these simulations are separate and distinct recordings. This is a problem because call-outs and other edits must be repeated for each simulation. Other simulation tools record once and can be edited once for passive and/or interactive viewing.
    Agree - this is rather annoying.
    -    Buttons! Multiple buttons/text captions on a slide.
    From what I understand you have a whole bunch of buttons on a slide and then when the user clicks on one it shows some text / image? If that is the case then yes it will be a tedious process to build all this. I don't know if it would be easy in any other applications though (surely most of the other Rapid E-learning tools won't even be able to do it). Perhaps it would be better to rethink the way you build the course. Can't you use rollover captions / images instead?
    Another alternative is to build these "interactions" in Flash and then import them into Captivate. Basically you would need to build a couple of different templates where you would be able to reuse the Flash framework and only change images/text in Flash and then importo it into Captivate.
    -    Cannot find a way to edit the default look (object positioning/object sizes) of a quiz. The only attribute that seems changeable is the font size.
    This is a major handicap in Captivate and one of the reasons why we don't use Captivate quizzes in our courses. We build all our course in Captivate (and add Flash and other interactions) but we always use a Flash Quiz. The Captivate quiz is simply too ugly and unstable. We deploy courses to 35.000 people worldwide so stability is our number one priority and sadly Captivate quizzes don't offer that at this point.
    Lock ups and crashes
    -    Double clicking on a .cp file will often result in Captivate freezing at the start up screen.
    I never had that problem. I use Win XP, Vista 64-bit and Win7 64-bit.
    -    Captivate crashes and sometimes predictably, especially where animations are inserted.
    I am using both a Windows 7 64 bit and a Windows Vista 32 bit OS. I have tried the following options with seemingly no difference: RUN AS Admin, XP Compatibility mode
    My regular development PC runs Windows XP Pro. I never have any problems here. On Vista 64-bit I have a ton of problems, but Captivate didn't crash or lock up - it simply didn't perform the actions I wanted it to do. So far on Windows 7 I haven't encountered any crashes or problems. However there is no doubt that Captivate 4 was designed with Win XP in mind and Vista and Win7 are not native platforms for it.
    /Michael
    Visit my Captivate blog with tips & tricks, tutorials and Widgets.

  • Open Interface manual for HRMS

    Hi,
    Where can I get open interface manual for oracle HRMS.
    Regards,
    Soham

    Soham,
    Can you be more specific in what you want. Oracle HRMS supports a very broad, diverse range of data that can very significantly from one customer to another. There are seeded interfaces in HRMS along with extract tools and supported APIs. See the following for a starting point:
    Note: 368845.1 - Oracle Generic Third Party Payroll Backfeed and bfexampl.xls
    Note: 228527.1 - Web ADI for Oracle HRMS Implementation and Configuration
    Note: 358187.1 - Integration Guide for Oracle Human Resources Release 11i and Ceridian Source 500
    Note: 358184.1 - Integration Guide for Oracle Human Resources Release 11i and ADP
    Note: 216838.1 - Oracle HRMS Product Family Publicly Callable Business Process APIs (A Reference Consolidation)
    Note: 226744.1 - Cash Management Payroll Integration Release 11i
    Note: 367395.1 - System Extract Focus Area
    Note: 227537.1 - Windstar International Tax Navigator Interface Version 12
    Note: 227482.1 - Payment of Child Support Through Electronic Funds Transfer (EFT)
    Release 11.03 & 11i
    Regards,
    Greg

  • 7206 G1 boot issue: No interface specified for interface_command

    I can't seem to find out what this command means? I am pasting a config into a new router, do I need to paste in a certain order?
    It boots just fine after it decompresses again, but it leaves me with a very lengthy boot time.
    Core_7206_1#write mem
    Building configuration...
    [OK]
    Core_7206_1#reload
    Proceed with reload? [confirm]
    *Jun  7 01:16:43.547: %SYS-5-RELOAD: Reload requested by console. Reload Reason: Reload Command.
    System Bootstrap, Version 12.3(4r)T3, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 2004 by cisco Systems, Inc.
    C7200 platform with 1048576 Kbytes of main memory
    Readonly ROMMON initialized
    Self decompressing the image : ########################################################################### [OK]
    % No interface specified for interface_command
    % No interface specified for interface_command
    % No interface specified for interface_command
    % No interface specified for interface_command
    % No interface specified for interface_command
    % No interface specified for interface_command
    % No interface specified for interface_command
    % No interface specified for interface_command
    % No interface specified for interface_command
    % No interface specified for interface_command
    % No interface specified for interface_command
    % No interface specified for interface_command
    % Cannot set multilink group. Interface Multilink2 does not exist
    % Cannot set multilink group. Interface Multilink2 does not exist
    % Cannot set multilink group. Interface Multilink2 does not exist
    % Cannot set multilink group. Interface Multilink9 does not exist
    % Cannot set multilink group. Interface Multilink9 does not exist
    % Cannot set multilink group. Interface Multilink10 does not exist
    % Cannot set multilink group. Interface Multilink10 does not exist
    % Cannot set multilink group. Interface Multilink3 does not exist
    % Cannot set multilink group. Interface Multilink3 does not exist
    % Cannot set multilink group. Interface Multilink3 does not exist
    % Cannot set multilink group. Interface Multilink3 does not exist
    % Cannot set multilink group. Interface Multilink3 does not exist
    % Cannot set multilink group. Interface Multilink3 does not exist
    % Cannot set multilink group. Interface Multilink7 does not exist
    % Cannot set multilink group. Interface Multilink7 does not exist
    % Cannot set multilink group. Interface Multilink4 does not exist
    % Cannot set multilink group. Interface Multilink4 does not exist
    % Cannot set multilink group. Interface Multilink5 does not exist
    % Cannot set multilink group. Interface Multilink5 does not exist
    % Cannot set multilink group. Interface Multilink8 does not exist
    % Cannot set multilink group. Interface Multilink8 does not exist
    % Cannot set multilink group. Interface Multilink11 does not exist
    % Cannot set multilink group. Interface Multilink11 does not exist
    % Cannot set multilink group. Interface Multilink6 does not exist
    % Cannot set multilink group. Interface Multilink6 does not exist
    % Cannot set multilink group. Interface Multilink6 does not exist
    % Cannot set multilink group. Interface Multilink12 does not exist
    % Cannot set multilink group. Interface Multilink12 does not exist
    Self decompressing the image : ###################################################################################################################################################################################################################################################### [OK]
                  Restricted Rights Legend
    Use, duplication, or disclosure by the Government is
    subject to restrictions as set forth in subparagraph
    (c) of the Commercial Computer Software - Restricted
    Rights clause at FAR sec. 52.227-19 and subparagraph
    (c) (1) (ii) of the Rights in Technical Data and Computer
    Software clause at DFARS sec. 252.227-7013.
               cisco Systems, Inc.
               170 West Tasman Drive
               San Jose, California 95134-1706
    Cisco IOS Software, 7200 Software (C7200-ADVIPSERVICESK9-M), Version 12.4(15)T7, RELEASE SOFTWARE (fc3)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2008 by Cisco Systems, Inc.
    Compiled Thu 14-Aug-08 03:06 by prod_rel_team
    Image text-base: 0x600089D8, data-base: 0x632911A0
    This product contains cryptographic features and is subject to United
    States and local country laws governing import, export, transfer and
    use. Delivery of Cisco cryptographic products does not imply
    third-party authority to import, export, distribute or use encryption.
    Importers, exporters, distributors and users are responsible for
    compliance with U.S. and local country laws. By using this product you
    agree to comply with applicable laws and regulations. If you are unable
    to comply with U.S. and local laws, return this product immediately.
    A summary of U.S. laws governing Cisco cryptographic products may be found at:
    http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
    If you require further assistance please contact us by sending email to
    [email protected].
    Cisco 7206VXR (NPE-G1) processor (revision B) with 983040K/65536K bytes of memory.
    Processor board ID 31651452
    SB-1 CPU at 700MHz, Implementation 1025, Rev 0.2, 512KB L2 Cache
    6 slot VXR midplane, Version 2.7
    Last reset from power-on
    PCI bus mb1 (Slots 1, 3 and 5) has a capacity of 600 bandwidth points.
    Current configuration on bus mb1 has a total of 90 bandwidth points.
    This configuration is within the PCI bus capacity and is supported.
    PCI bus mb2 (Slots 2, 4 and 6) has a capacity of 600 bandwidth points.
    Current configuration on bus mb2 has a total of 490 bandwidth points.
    This configuration is within the PCI bus capacity and is supported.
    Please refer to the following document "Cisco 7200 Series Port Adaptor
    Hardware Configuration Guidelines" on Cisco.com <http://www.cisco.com>
    for c7200 bandwidth points oversubscription and usage guidelines.
    2 FastEthernet interfaces
    3 Gigabit Ethernet interfaces
    4 Channelized T1/PRI ports
    2 Channelized T3 ports
    509K bytes of NVRAM.
    Installed image archive
    250880K bytes of ATA PCMCIA card at slot 2 (Sector size 512 bytes).
    16384K bytes of Flash internal SIMM (Sector size 256K).
    Press RETURN to get started!
    *Jun  7 01:21:56.191: %LINK-3-UPDOWN: Interface GigabitEthernet0/1, changed state to up
    *Jun  7 01:21:56.195: %LINEPROTO-5-UPDOWN: Line protocol on Interface VoIP-Null0, changed state to up
    *Jun  7 01:21:56.195: %LINK-3-UPDOWN: Interface GigabitEthernet0/2, changed state to up
    *Jun  7 01:21:56.195: %LINK-3-UPDOWN: Interface GigabitEthernet0/3, changed state to up
    *Jun  7 01:21:56.199: %LINK-3-UPDOWN: Interface T3 1/0, changed state to down
    *Jun  7 01:21:56.199: %LINK-3-UPDOWN: Interface T3 2/0, changed state to down
    *Jun  7 01:21:56.199: %LINEPROTO-5-UPDOWN: Line protocol on Interface IPv6-mpls, changed state to up
    *Jun  7 01:21:56.199: %LINK-3-UPDOWN: Interface FastEthernet4/0, changed state to down
    *Jun  7 01:21:56.199: %LINK-3-UPDOWN: Interface FastEthernet4/1, changed state to down
    *Jun  7 01:21:56.199: %ENVM-4-ENVWARN: NPE Inlet measured at 54C/129F
    *Jun  7 01:21:56.207: %ENVM-4-ENVWARN: NPE Outlet measured at 54C/129F
    *Jun  7 01:21:56.535: %SYS-6-CLOCKUPDATE: System clock has been updated from 01:21:56 UTC Mon Jun 7 2004 to 20:21:56 GMT Sun Jun 6 2004, configured from console by console.
    *Jun  7 01:21:57.319: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1, changed state to up
    *Jun  7 01:21:57.319: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/2, changed state to down
    *Jun  7 01:21:57.319: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/3, changed state to down
    *Jun  7 01:21:57.319: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet4/0, changed state to down
    *Jun  7 01:21:57.319: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet4/1, changed state to down
    *Jun  7 01:21:57.851: %LINEPROTO-5-UPDOWN: Line protocol on Interface Tunnel3, changed state to down
    *Jun  7 01:21:57.851: %LINEPROTO-5-UPDOWN: Line protocol on Interface Tunnel10, changed state to down
    *Jun  7 01:21:57.851: %LINEPROTO-5-UPDOWN: Line protocol on Interface Tunnel11, changed state to down
    *Jun  7 01:21:57.851: %LINEPROTO-5-UPDOWN: Line protocol on Interface Tunnel13, changed state to down
    *Jun  7 01:21:57.851: %LINEPROTO-5-UPDOWN: Line protocol on Interface Tunnel20, changed state to down
    *Jun  7 01:21:57.851: %LINEPROTO-5-UPDOWN: Line protocol on Interface Tunnel30, changed state to down
    *Jun  7 01:21:57.851: %LINEPROTO-5-UPDOWN: Line protocol on Interface Tunnel40, changed state to down
    *Jun  7 01:21:58.199: %LINK-3-UPDOWN: Interface GigabitEthernet0/1, changed state to down
    *Jun  7 01:21:58.451: %SYS-5-CONFIG_I: Configured from memory by console
    *Jun  7 01:21:59.359: %SYS-5-RESTART: System restarted --
    Cisco IOS Software, 7200 Software (C7200-ADVIPSERVICESK9-M), Version 12.4(15)T7, RELEASE SOFTWARE (fc3)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2008 by Cisco Systems, Inc.
    Compiled Thu 14-Aug-08 03:06 by prod_rel_team
    *Jun  7 01:21:59.399: %ENTITY_ALARM-6-INFO: ASSERT CRITICAL GBIC Slot 0/1 GBIC is missing
    *Jun  7 01:21:59.399: %ENTITY_ALARM-6-INFO: ASSERT CRITICAL GBIC Slot 0/2 GBIC is missing
    *Jun  7 01:21:59.399: %ENTITY_ALARM-6-INFO: ASSERT CRITICAL GBIC Slot 0/3 GBIC is missing
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/1:0, changed state to down
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/2:0, changed state to down
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/3:0, changed state to down
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/4:0, changed state to down
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/7:0, changed state to down
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/8:0, changed state to down
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/9:0, changed state to down
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/10:0, changed state to down
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/11:0, changed state to down
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/12:0, changed state to down
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/14:0, changed state to down
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/15:0, changed state to down
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/16:0, changed state to down
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/17:0, changed state to down
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/18:0, changed state to down
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/19:0, changed state to down
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/20:0, changed state to down
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/21:0, changed state to down
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/23:0, changed state to down
    al1/0/24:0, changed state to downOWN: Interface Seri
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/25:0, changed state to down
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/26:0, changed state to down
    *Jun  7 01:21:59.619: %LINK-3-UPDOWN: Interface Serial1/0/27:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial1/0/28:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/1:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/2:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/4:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/5:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/6:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/7:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/8:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/9:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/10:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/11:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/12:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/13:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/14:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/15:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/16:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/17:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/18:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/19:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/20:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/22:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/24:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/25:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/26:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/27:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial2/0/28:0, changed state to down
    *Jun  7 01:21:59.623: %LINK-3-UPDOWN: Interface Serial3/3:0, changed state to down
    *Jun  7 01:21:59.631: %CRYPTO-6-ISAKMP_ON_OFF: ISAKMP is OFF
    *Jun  7 01:21:59.631: %CRYPTO-6-GDOI_ON_OFF: GDOI is OFF
    *Jun  7 01:21:59.663: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1, changed state to down
    *Jun  7 01:21:59.663: %LINEPROTO-5-UPDOWN: Line protocol on Interface NVI0, changed state to up
    *Jun  7 01:21:59.695: %ENTITY_ALARM-6-INFO: ASSERT MAJOR T31/0 Physical Port Link Down
    *Jun  7 01:21:59.695: %ENTITY_ALARM-6-INFO: ASSERT MAJOR T32/0 Physical Port Link Down
    *Jun  7 01:21:59.695: %ENTITY_ALARM-6-INFO: ASSERT INFO Fa4/0 Physical Port Administrative State Down
    *Jun  7 01:21:59.695: %ENTITY_ALARM-6-INFO: ASSERT INFO Fa4/1 Physical Port Administrative State Down
    *Jun  7 01:21:59.695: %SNMP-5-COLDSTART: SNMP agent on host Core_7206_1 is undergoing a cold start
    *Jun  7 01:22:00.239: %SYS-6-BOOTTIME: Time taken to reboot after reload =  318 seconds
    *Jun  7 01:22:00.783: %LINK-3-UPDOWN: Interface GigabitEthernet0/2, changed state to down
    *Jun  7 01:22:00.783: %LINK-3-UPDOWN: Interface GigabitEthernet0/3, changed state to down
    *Jun  7 01:22:06.667: %ENTITY_ALARM-6-INFO: ASSERT MAJOR T31/0 Transmitter is sending remote alarm
    *Jun  7 01:22:06.667: %ENTITY_ALARM-6-INFO: ASSERT MAJOR T31/0 Receiver has loss of signal
    *Jun  7 01:22:07.915: %ENTITY_ALARM-6-INFO: ASSERT MAJOR T32/0 Transmitter is sending remote alarm
    *Jun  7 01:22:07.915: %ENTITY_ALARM-6-INFO: ASSERT MAJOR T32/0 Receiver has loss of signal
                                                                                               Core_7206_1>
    Core_7206_1>

    Those must be coming from the boot image, which doesn't have all the feature support as the regular IOS image.  The messages are just warnings when configuring some of the features that the boot images doesn't understand.

  • Please recommend a tool for stress-testing ?

    Could anyone please recommend a (free) tool to do multi-threaded stress-test, on plain java classes ?
    In more detail: I'd like to do unit-test for some plain java methods (only mathematical calculations. No web interface, no swing).
    The emphasis is stress test: i need to launch multiple threads, all of them repeately invoking my method. Under these conditions, I need to report correctness (has the method yielded the expected return value), and statistics on response time.
    Any recommendations would be appreciated . Thanks !

    alex888 wrote:
    Working on a project that need me read data from delimited text file, the data will be converted to a tree-structure. So it's better parse the data into XML format first.What??? Why? You've got a text file and need an object tree, why do you think going to XML in between is a good idea?
    Besides j2se or jdom, any fast tool for it?What do you mean with "j2se", that's not a XML handling tool (it contains several, 'though).
    SAX sounds good for building object trees from XML, but there are several XML mapping libraries out there (try google).

  • The tool for testing developed system

    We have already developed a system base on WebAS.Is there  some test tool for the developed system such as J Unit in Java?Thanks.

    If your intentions is to test user interfaces or scenarios eCatt is the best choice. If you want to ensure code quality ABAP Unit and Code Inspector are suited well.
    http://help.sap.com/saphelp_nw04s/helpdata/en/10/6d1c370c468b7be10000009b38f936/frameset.htm
    Best Regards
      Klaus

  • Modified Historic Accounting query tools/Inflation Accounting tool for Assets

    Modified Historic Accounting query tools/Inflation Accounting tool for Assets
    Does anybody know if Oracle provide such a product, or is it a third party solution that interfaces with Oracle? If you have any info on this, I would be grateful
    Thanks

    First check if you can add the function associated with the tools option to "responsibility exclusions" using sysadmin.
    See http://download.oracle.com/docs/cd/A60725_05/html/comnls/us/fnd/fndscrsp.htm
    If not, then consider writing a personalization (one for each tools>menu option)
    The personalization will fire on the "special7" (or whichever the number is).
    In the actions, you should display an error message that says "This option is not available". That will prevent the user from opening the form.
    Hope this helps
    Sandeep Gandhi
    Independent Techno-functional Consultant

  • Tools for monitoring and Statistic.

    Hi there
    I am looking for a tool that help me to monitoring and take some statistic from ASA 5500 series, for example:
    monitor the number of connections in use
    monitor the number of tunnels in use
    monitor the number of sessions in use
    monitor throughput, packets and errors on all interfaces of the Cisco ASA
    monitor encrypted traffic throughput
    monitor your firewall’s uptime
    monitor statistics for TCP and UD
    Looking at on the internet I found this tool LogicMonitor somebody knows if this tool is good and reliable???
    Thanks everybody

    Hi,
    You didn't mention if you're looking for a free or licensed tool.
    We use ManageEngine/OpManager as our main monitoring and reporting (NetFlow) tool for our ASAs.
    Sent from Cisco Technical Support iPhone App

  • Managing ACLs (7600, CRS IOS-XR, GSR) – advise on automation tools for SP

    /* 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:0cm;
    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;
    mso-fareast-language:EN-US;}
    Hello All,
    There are many wonderful Service Provider infrastructure hardening documents available from Cisco CCO and CiscoPress.
    I have seen many over my life. Sample documents are:
    Mannaging ACLs (7600, CRS IOS-XR, GSR) - automation tools, Document ID: 13608
    Network Core Infrastructure Best Practices, Yusuf Bhaiji
    Cisco Guide to Harden Cisco IOS XR Devices
    Each service provider is recommended to enable and configure rACLs, CoPP, block unnecessary control protocols over the edge, Protect BGP peering with interface ACLs and many many more. Unfortunately there is no tool available from Cisco to configure and maintain all those features.
    I would like to ask question to NetPro community. Have you seen any working products from Cisco or Cisco partners for ACL management. Lets keep Cisco Security Manager (CSM) aside. CSM is enterprise oriented tool and supporting routers up to 6500/7600.
    I’m looking for this tool for few years already. Looks like other Service Providers are using home made developments. Google recently partially published own tool capirca to a public domain (do search on “ACL Management @ Google” or capirca). This is good start but I is missing ACL deployment module (it is not released by google).
    Please share you experience!
    Cheers!

  • Easy web application tool for database access

    Hi Experts,
    I am a ABAP developer and not a web application developer. I want to learn to create web application using databases.
    Considering I am not a web application developer; which tool in the market do you think is the best to start learning?
    Which is the best shareware? Is there any graphical interface tool?
    All advices would be helpfull. <REMOVED BY MODERATOR>
    Thanks,
    Franc
    Edited by: Alvaro Tejada Galindo on Jul 22, 2008 12:14 PM

    Hi Gregor,
    Thanks for the reply,
    I was wondering would it be possible to host the web application developed by web dynpro independent of the SAP software? What I mean is, say if I want to develop a small web application like adress book using a SQL database, would it be possible to develop it using the web dynpro without having to host SAP software?
    Thanks,
    Franc

  • GUI tool for launchers

    Is there any GUI or console tools for managing services (LaunchAgents & LaunchDaemons) in Mac OS X?
    It is becoming a really frustrating process to manage my huge list of launchers by hand on terminal, especially since most of the developers use really poorly named plist files for these.
    I've been just fine managing many services in the *nix world (Debian, Fedora and CentOS mostly) and I have no problem using console or cli tools there, so why can't it be as easy on my Mac?
    Oh, and I've got no intention of paying for this, I might just code it on my own if it doesn't exists...
    - Thank You in advance.

    Thanks. The interface isn't the best one but it gets the job done.
    Would recommend to anyone having the same problem...

  • Web Interface Tools

    Hi All
    Please let me know is there any documentation regarding web interface tools, like to prepare our Web Layout Fancy like colour changes for companies, to change the size of the layouts. I have 2 layouts different sizes but client need these layouts must be equal size irrespective of rows and columns.
    I appreciate your input regarding this.
    Regards,

    Hi Babu,
    See if this How To Guide helps
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a861d590-0201-0010-248a-fc70d8d29f26

Maybe you are looking for