cord cable fiber type selection based on different types of SFP connectors?

need help with fiber patch cable cord type selection based on the different types of SFP connectors, y at - it links online or any documents that will be useful...

The type of connector, usually (but not always) follows the form factor of the transceiver. For example, most SFP and SFP + transceiverss use dual LC.

However, always check the Datasheet on the link I provided above to confirm if there is any doubt.

Please indicate your question as answered if it was.

Tags: Cisco Network

Similar Questions

  • Command tab selected, based on navigation

    Hello

    I have a jsf (jspx) page with a navigation pane, which has three navigation elements. Now by clicking one of the navigation feature a different jsf page will appear in a new window. This page has three tabs. Now, I want to show a tab is selected, based on the navigation point clicked. I have a managed bean where I put the disclosed ownership of the retail show based on the clicked point navigation. But it is throwing null pointer exception.

    public void firstitemClicked() {}

    this.getTab1 () .setDisclosed (false); This line is an error

    this.getTab2 () .setDisclosed (true);

    this.getTab3 () .setDisclosed (false);

    }

    And this method is called the navigation item that is located on the first page.

    Mallaury,

    Make the Boolean type as "static".

    In your DemoBackingBean, do the "static" variable that we were missing before.


    Private static boolean first = false;

    Tip: I prefer to use "af:setActionListener" instead of writing code for such requirement

    Thank you

    SAIF

  • The specified display list is invalid or points of view have been selected using a different pattern

    Hello Experts,

    I get an error when I perform the aggregation using the aggregation view which was working fine before. We have ASO cube.

    'The list of the specified view is invalid or points of view have been selected using a different scheme'

    No major changes has been (as change the ownership/megaupload type etc).

    No addition of level in one of the dimension.

    Only members are added at the same level

    Please let me know what would cause to become invalid.

    Thank you

    Raja Mohamed

    RajaMohamed wrote:

    The change is only the addition of members at the same level.

    Only way I can see what is possible is if the dimension change your attributes, and where you had already all members, associated with an attribute, you have now a few not associate members.

    Take a good copy of the outline (or restore from backup) and run the MaxL following on the old and the new cubes:

    query database app.db list aso_level_info;
    

    That should show you where the differences are.

  • When a Blu - Ray burning are all selected by default different regions?

    When a Blu - Ray burning are all selected by default different regions?

    By selecting a region in Encore for Bluray has no effect, then Yes.

  • How to make any attribute to select one option to read only based on different att

    I have two select a choice .one attribute is to create without binding and another is based on the control of data .i don't want to write code in backing bean to make read-only attribute.

    Example:
    < af:form id = "f1" >
    < af:selectOneChoice label = "Label 1" id = "soc1.
    autoSubmit = "true" >
    < af:selectItem label = 'Y' value = 'Y' id = "si3" / >
    < af:selectItem label = "N" value = "N" id = "si1" / >
    < / af:selectOneChoice >
    < af:selectOneChoice value = "#{bindings." ViewObj.inputValue}.
    label = "#{bindings." ViewObj.label}.
    required = "#{bindings." ViewObj.hints.mandatory}.
    shortDesc = "#{bindings." ViewObj.hints.tooltip}.
    ID = "soc2" partialTriggers = "soc1" >
    < f: selectItems value = "#{bindings." ViewObj.items}"id ="si2"/ >
    < / af:selectOneChoice >
    < / af:form >

    on the basis of the choice of a second selection select choice should be disable.



    I know I need to link select all first choice of backing bean also make self submit true and add partialTriggers in second select only one option.


    Please give me advice


    Thank you

    Prateek

    is there a any error

    Yes, Af.l1 in your case is the component itself not the value returned by the list.

    Change it like this:

    
         
         
              
              
         
         
              
              
         
    
    
    package a;
    public class A {
         private String l1;
    
         public A() {
         }
    
         public void setL1(String l1) {
              this.l1 = l1;
         }
    
         public String getL1() {
              return l1;
         }
    }
    

    Jean Lou

  • execution of actions on a selection based on the object type

    Hello.

    I am trying to write an AppleScript that considers the current selection, then redefines the scaling of all lines of that selection to 100%, and then sets the absolute horizontal scale of the remaining elements of the selection to 100%.

    My attempts so far are:

    say application «Adobe InDesign CS3»

    put Original_Selection to selection

    put to each graphic line of Original_Selection Lines_Selection -this part is not working

    put transform reference point of window layout 1 to anchor Center

    Choose Lines_Selection

    redefine the scaling to the selection {1.0 , 1.0}

    Choose Original_Selection - but it must be ' Original_Selection less Lines_Selection ' somehow

    put horizontal scale absolute at 100

    end say

    None of this really works as I expect, but I can't find out the required syntaxes. Anyone know where I am going wrong?

    Thank you.

    Try this:

    say application «Adobe InDesign CS3»

    the value transform reference point of window layout 1 of anchorage Center

    redefine the scaling of (each point of selection which class is the line graph) to {1.0, 1.0}

    the horizontal scale absolute value of (each element of selection whose class is not graphic line) to 100

    end say

    --

    Shane Stanley [email protected]>

    AppleScript Pro, April 2010, Florida http://www.applescriptpro.com>

  • Change the values of the selection-based form field?

    Hi all

    I'm working on a schedule based on a school I'm having a hard time, my brain around programming package.  My DB table has 3 columns - ApptDate ApptTime, ApptSlots.  Most of the ApptDates are listed more than once because there is more than one time for a date.  See example below:

    ApptDate ApptTime ApptSlots
    09/09/201415:002
    09/09/201415:302
    09/09/201416:002

    The page queries this table for all data.  Then, there is a query of this query that selects the different dates and returns them in a drop - the first step of a user to choose their appointment.  The form field depending on whether I'll have is a drop down for time.  What I want to happen is based on the date of the user's selection, the corresponding time will appear in the drop-down time, as long as ApptSlots gt 0.  Before the user selects a date, I want the time drop down to be hidden or disabled.

    Is this possible or am I dreaming?

    Thanks for the help!

    Great explanation. Your explanation is simple, just so proceed and code as you say. No complication, not even AJAX, nothing. Wrapping your brain around it, makes it appear more difficult than it is.

    I'll give you some tips to help you get started. First of all, what you call a database table is not really one. Add an extra column in the table, a primary key. For example, apptID, integer type, 1, 2, 3,..., etc., which gives each appointment a unique ID.

    Then continue like this:

    / * select distinct apptDate as availableDate * /.

      


    / * Select apptTime as availableTime where apptDate = ' #session.selectedDate # ' * /.


  • "Check video cable" message on HP 2311 x (different question than the original post from jca93)

    Hello

    The State monitoring displays:

    --

    STATUS MONITORING

    DVI: No Signal
    HDMI: No Signal
    VGA: assets

    Auto-Switch Source: Off

    By default the Source: VGA

    Recommended settings: 1920 x 1080 at 60 Hz

    --

    I only have the VGA cables, so I don't use DVI or HDMI to connect the monitor to the computer. I was configuring the display on the screen (OSD) when I accidentally went in Source code control Options and change the video source to VGA to HDMI (or DVI, that it is placed directly above VGA).

    By default, auto - switch should be on, but I turned it off a month before. Computer is not affected, control only. I tried Access Source Control Options, but the OSD appears.

    My question is: is it possible to fix this error without buying the other 2 types of cables? Is it possible to open the OSD menu?

    Help with an HP Expert or community will be much appreciated. If you give me more information, I'll be happy to comply.

    Please try to perform a hard reset on your monitor 2311 x;

    1. disconnect the power cord from the monitor.

    2. hold power for 30 seconds.

    3. reconnect the power cord pc.

    This should clear up your video present source question and your question OSD back to factory settings.

    Please send Bravo

  • Dynamically partition a table based on different values of a specific column: possible?

    I'll start by explaining my problem, so that you can have a global vision of the problem and perhaps suggest another solution. Problem: I have 2 tables with millions of records. Records are added daily, and so each row in each table has a column of "insertion_date".

    C1 C2 ... C10 insertion_date (type date, ofc)
    

    lines are cleaned according to the insertion_date parameter. This can happen in two ways:

    1 - whenever an application error appears. In this case delete is based on a single day and would be like:

    delete from T1 where insertion_date=##;
    

    in other words remove us the lines added and then restart the program (business logic, can't change it)

    2. every two weeks the data associated with these two weeks are deleted because will be most used:

    delete from T1 where insertion_date between ## and ##; (a two weeks period here)   
    

    Delete is currently very slow: it takes abot 8 minutes just to remove approximately 5 M of records (with the same insertion_date), I can't even imagine the time required to delete records more.

    So, here's my idea!

    I would partition my DB according to the value of insertion_date.

    To remove case 1 I would simply delete the partion associated with this insertion date, to remove scores of cases 2 associates at that interval.

    For the needs of my application at most 15 were leaving are present each time (maybe 20 if I want to keep last at least 5 days of data), so the documented limit of 64000 partitions is not a problem.

    Real problem is that I do not know insertion_date values in advance, so my question: is it possible to automatically create a new partition every time presents itself a new value of insertion_date?

    And please correct me if I'm wrong, if I accomplish partitioning that I wouldn't need to edit above right queries? I know just the faster removal time am I correct?

    No - it isn't bog standard range partitioning partitioning interval

    But perhaps you're citing 9i documentation for a reason?

    It is a feature of 11g... then only about 10 years.

    create table t1
    (col1  date)
    partition by range (col1) interval (numtodsinterval(1,'DAY'))
    (partition po values less than (to_date('01-01-2015','DD-MM-YYYY')));
    
    table T1 created.
    
    select table_name, partition_name, high_value from user_tab_partitions where table_name = 'T1';
    
    TABLE_NAME                     PARTITION_NAME                 HIGH_VALUE
    ------------------------------ ------------------------------ --------------------------------------------------------------------------------
    T1                             PO                             TO_DATE(' 2015-01-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIA...'
    
    insert into t1
    select trunc(sysdate,'MM')+rownum-1
    from   dual
    connect by  rownum <= 10;
    
    select table_name, partition_name, high_value from user_tab_partitions where table_name = 'T1';
    
    TABLE_NAME                     PARTITION_NAME                 HIGH_VALUE
    ------------------------------ ------------------------------ --------------------------------------------------------------------------------
    T1                             PO                             TO_DATE(' 2015-01-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIA...'
    T1                             SYS_P450383                    TO_DATE(' 2015-07-02 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIA...'
    T1                             SYS_P450384                    TO_DATE(' 2015-07-03 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIA ...'
    T1                             SYS_P450385                    TO_DATE(' 2015-07-04 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIA ...'
    T1                             SYS_P450386                    TO_DATE(' 2015-07-05 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIA ...'
    T1                             SYS_P450387                    TO_DATE(' 2015-07-06 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIA ...'
    T1                             SYS_P450388                    TO_DATE(' 2015-07-07 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIA ...'
    T1                             SYS_P450389                    TO_DATE(' 2015-07-08 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIA ...'
    T1                             SYS_P450390                    TO_DATE(' 2015-07-09 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIA ...'
    T1                             SYS_P450391                    TO_DATE(' 2015-07-10 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIA ...'
    T1                             SYS_P450392                    TO_DATE(' 2015-07-11 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIA ...'
    
  • Area text entry - different results based on different inputs?

    Hello

    I am trying to find a way to use the text input box (if there is a better tool for go, let me know) in order to show a particular legend with a particular response box. Thus, for example, in a text entry box standard, I have listed 4 possible "correct" answers, and for this example, I'll just say answer 1, answer 2 and answer 3 answer 4. I would like every answer to bring up a box of different caption with a different statement based on what answer they type in. Basically:

    Response-> Caption 1

    Answer 2-> Caption 2

    etc.

    All I ever get is for each right answer answer the same standard buttons, success, failure, etc.. I can't add a new button that would pop as the standard, or, as I would prefer, legends instead. Any ideas?

    You should be able to do it with a tip action.

    Create captions that you want to display for each variable and uncheck the "visible" box for each.

    Disable the button for the ETB.  Add a separate button and set the "success on ' to execute advanced action.  Create a conditional action that checks if the variable associated with the ETB and shows the legend you want based on the variable.

    The way I tested it, I had an 'if' statements for each variable.

  • switch the product selection, selection based on feature requirements

    Ladies and gentlemen,

    I'm looking for switches from linksys for awhile. and I used to work type cisco 3750 and 6500 Series.

    but now I want to achieve these features in a type of smb linksys/cisco switch

    -a switch with two battery units

    -lacp/lag a portchannel to shared resources with two ports, with a port to each switch

    and ofcource the abiliti to turn off a switch if necessary / recover form a power failure in a powergroup. (ofcource or a failure of the unit) without service interruption.

    support are a stack sharing all resources as would a pile of cisco 3750.

    When I read the cheat sheet the SGE2000, SGE2010 are stackable, but they can do the same job that a 3750 would be?

    I read some strange things on the forums with the creation of shared resources lacp ports if this already gives a fight that I have a hardtime assuming that it also works with an lacp in a switch stacked with a single cable in each unit.

    does anyone have experience with this?

    should which model I?

    Thanks in advance

    Soul

    As I understand it, we support gal cross stack on the EMS series, although I have not tested it myself.  I'm curious to see Christopher tests or confirmation as well.

    W / the 3750 s, the whole stack will appear as a switch, even with the SEMs.  With the case of the 3750 s, they have a dedicated interface of stacking w / built in redundancy.  The EMS series uses Gig interface ports.

    You mention only two of these switches, so communication between the battery should not be too large.  Also to note, most traffic normally of the edge in the soul, so for most types of application, this means that most of the traffic will cross the cross-stack OFFSET or the uplink.  It is ok.

    Multicast comes to mind though... and you have a lot of traffic mcast, then the 3750 s and pile it higher throughput would be the ideal way to go.  You don't want a lot of traffic replicated in 1 GB stack that the EMS would be a part of...

    Any thoughts on if you SmartNet need?

    I'm partial to the 3750 s myself (as you can probably :-)), especially because you can do almost anything with them.  Very powerful and flexible to integrate and fix any problem. A nice switch.  You are considering also the 3560 series or another product for these installs?

    I hope these comments help, greetings,

    Andrew

  • Eyedropper selection of slightly different shades between PSD files

    Hello world

    I'm working on a stop-motion animation in Photoshop. For each new image, I select the color brown in the first image I did, eyedropping between files with two open files. The color I want is R91-G78-B25. But as I do more images color seems to get darker or whose evolution slightly most of the time.

    I worked on this project on multiple computers and multiple monitors, but the color itself, which seems to change. In the most recent frame color is R77-G61-B11, for example. When I tried to duplicate the layers to the first file in the newest file, the look of very different colors, but the pipette records both as the original R91-G78-B25, and also, the color of the pipette in the ring around the cursor is different from both of the two colors - lighter.

    The two files are RGB 8 bits with transparent backgrounds. There is only one color on each layer. In addition, and I don't know if this is relevant, but the color of the original frame vacillates between R91 and R92 on red channel when I drops eye there. If anyone knows why this is happening, what I can do to stop it, or knows a way I could lots to standardize the colors on my frames, I would much appreciate it!

    Thank you

    Katrina

    Can you confirm that all the files have the same profile? The RGB values will change if not.

  • A select based on a checkbox control

    Want to select a radio button option (to my knowledge, what is a table?) If a check box is selected. Some had earlier this week to help on a different problem and use the script below, but not sure of the selection procedure for a selection of radio button.

    If {(event.target.value=="Off)"}

    this.getField("Text1").value = "";

    } else {}

    this.getField("Text1").value = 'ABCXYZ ';

    }

    The mouse event to the top of "Financing", enter this code:

    If (event.target.value == "Cash).

    this.getField("FinanceType").value = 'Cash ';

    else this.getField("FinanceType").value = "Off";

  • How I let the user of the page can select images of different sizes when buy a print?

    Hi all!

    I'm currently trying to make a website in Adobe Muse CC 2015.1 that sells prints of photographs, however I would like to ensure that the buyer can select different sizes for printing and also other frameworks of size. How would I do this then it will affect the price results via paypal? This is something Ive been tempting for two weeks researching and haven't found anything, if anyone knows how to do this I really would appreciate it if I said.

    Thank you

    James Tucker

    I think it will be difficult to push the Muse within these limits. Small or greater step towards a solution of real e-commerce (with caddies, counting and paid and all) it is difficult of application skeleton Muse with just a PayPal button sell stuff.

    It is more useful and entirely possible to take a look at the other ways to integrate with a few small to mid-range e-commerce systems that play nice with Muse. MuseThemes has a nice article on this subject, in which they refer to their own connection widgets (like their widgets Ecwid and PayPal ). They mention also to the help of the Shopify buy button. BTW, Qooqee is a more capable Shopify widget !

    I hope this helps.

  • Would it not be possible to make a selection based on the percentage instead of pixels? For example: 90% left, 5% of the upper part.

    Im having a little trouble getting a Photoshop Action to work the way I need to.

    Product photos are taken in different batches, and the only thing that is guaranteed, it must be transparent in the upper right. This means I need an action that makes a selection with the 'magic wand' tool and is independent to define an absolute selection through pixels (see images below).

    selection.PNG

    Photo: how it behaves

    selection2.png

    Photo: How I need to behave

    Anyone know how I can solve this problem without resizing the canvas to an exact size?

    Thank you in advance,

    Edvard

    Hi edvardkrupke

    Please try and change the rules per cent in Photoshop preferences.

    Check the screenshot below.once you change restart Photoshop to check

    Let us know if that helps.

    Kind regards

    ~ Mohit

Maybe you are looking for