Which module can replace GLC-GE-100FX= ?

                   Hi ,
I have to replace the GLC-GE-100FX= modules with spare ones available , can any one suggest me which can be used to replace this one with added advantages ?
Regards,
Arun

Hi Arun,
What router or switch are you using it in? You can find the list of compatible transceivers by the platform or linecard here:
http://www.cisco.com/c/en/us/td/docs/interfaces_modules/transceiver_modules/compatibility/matrix/OL632702.html
Kind Regards,
Ivan Shirshin
**Please grade this post if you find it useful.

Similar Messages

  • Which method can replace parseQueryString()

    Hi,
    javax.servlet.http.HttpUtils.parseQueryString(java.lang.String s) which is used to parse a query string passed from the client to the server and builds a HashTable object with key-value pairs has already been deprecated. I got the warning when I compiled the code. What's the method can replace parseQueryString() which can provide me the same functionality ?
    many thanks.

    From the API Docs for HttpUtils
    Class HttpUtils
    java.lang.Object
    |
    +-javax.servlet.http.HttpUtils
    Deprecated. As of Java(tm) Servlet API 2.3. These methods were only useful with the default encoding and have been moved to the request interfaces.
    This means that you will need to use the HttpServletRequest interface methods.

  • Which modules can I avoid

    In an effort to make sure my server is more secure, I'd like to disable which modules are enabled in Apache. However, I don't want to turn off anything critical. In case it helps: we use wikis, use virtual hosting for several sites, don't host e-mail, don't use/allow CGI, do have indexing turned off.
    I've done some other basic things, such as change set the ServerTokens to Prod and turned ServerSignature off
    Here are the modules currently enabled:
    authnfilemodule
    authzhostmodule
    cache_module
    memcahcemodule
    diskcachemodule
    dumpio_module
    extfiltermodule
    include_module
    filter_module
    deflat_module
    logconfigmodule
    logio_module
    env_module
    expires_module
    headers_module
    ident_module
    setenvif_module
    proxy_module
    proxyhttpmodule
    proxybalancermodule
    ssl_module
    mime_module
    dav_module
    status_module
    autoindex_module
    asis_module
    info_module
    cgi_module
    davfsmodule
    vhostaliasmodule
    nefotiation_module
    dir_module
    imagemap_module
    actions_module
    speling_module
    userdir_module
    alias_module
    rewrite_module
    php5_module
    appleauthmodule
    spnegoauthomodule
    appledigetmodule
    hfsapplemodule

    No one can tell you definitively what you can and can't remove. The whole reason these options are installed as modules is because everyone has different needs and not everyone wants/needs all the features.
    A quick Google with each of the module names will give you details of what each module does. You will need to decide whether you want/need that particular feature.
    Some likely candidates, though, include:
    Anything with 'auth' in the name (e.g. 'authnfilemodule', 'authzhostmodule', 'appleauthmodule' and 'spnegoauthomodule'). These are all related to access control and authentication (e.g. the ability to control who can see what, using various username/password authentication methods). If you're not using any username/password-protected content on any of your sites you can disable these.
    Anything with 'cache' in the name (e.g. 'cache_module', 'memcachemodule', 'diskcachemodule') are clearly related to caching. Caching can improve performance but many small sites don't experience sufficient benefit to worry. Conversely, high-traffic sites can overwhelm the cache and see little benefit, too. You can enable/disable them at will to see what, if any benefits you get.
    logconfigmodule - if you're running any kind of logging you probably want this. For a truly high-performance site, though, disable all logging.
    expires_module and headers_module are useful for manipulating HTTP headers, especially with regards to client-side caching. Any high-performance site is going to use these to ensure the maximum amount of content is cached client-side to reduce load on the server.
    All the 'proxy_*' modules are related to running a proxy server (where Apache acts as a buffer or gateway to other services). If you're not running as a proxy, feel free to disable these.
    'ssl_module' is clearly for SSL/HTTPS. If you're not running any SSL sites you can disable this.
    Many other modules are pretty self-explanatory 'status_module' for tracking server status, 'cgi_module' for running CGIs, 'autoindex_module' for automatically creating directory indexes if one doesn't exist, 'php5_module' if you're running PHP and so on.
    The only one I'd say you absolutely should not disable is hfsapplemodule. This manages HFS's case-preserving nature which runs counter to the traditional UNIX case-sensitive file systems.

  • Which module can adding for catalyst 4006

    My network will upgrade backbone use 100 base single mode fiber optic,at present we'd been used catalyst 4006,and catalyst 2950.Could you tell me which module I need to install for two catalysts.
    (At present, two catalysts onlu use 10/100 (RJ 45) module.
    Thank you very much.

    you will need a fiber to copper converter.THere are quite a few available on the web.
    Unless of course you want to do a hardware upgrade.

  • Which tech can replace applet to implement server push model

    We have implemented server push real-time datas to client with Applet+JSObject. but there is a thing we can not do well. When some users have intalled jre not same with our default, the applet run fail. So we are finding another tech to implement server push model.
    Any suggestions!
    client polling to emulate server push is cancelled.
    Thanks very much!

    linuxhippy wrote:
    well you can do it with polling - i have implemented such a system and it works very well.how many clients do your system support ?
    polling period ?
    what third-party libs ?

  • Function module to replace CSAP_MAT_BOM_READ

    Hi
       I have a requirement in which I use the function module CSAP_MAT_BOM_READ to read the material BOM. The problem is that there is a huge chunk of data and for each record it calls the function module which is causing a performance issue.
       I tried to replace the funtion module with a join on STKO, STPO . But the problem is that in the funtion module there is some logic in which it checks the validity date which comes from Change Number.
      Is there any function module which I can replace the existing one or any logic which can be implemented in the join condition?
    Regards,
    Ajith

    Hi Ajith,
    I'm not sure if this helps but here's a suggestion:-
    Table <b>MAST</b> (Material to BOM Link) contains the BOM number for each material.
    Tables <b>STPO</b> and <b>STKO</b> gives the information regarding BOM components.
    Consequently:
    Table <b>STKO</b> (BOM Header) can be linked to
    Table <b>STAS</b> (BOMs - Item Selection) via:
    <i>STLNR</i> (Bill of material) and
    <i>STLAL</i> (Alternative BOM).
    From this join you can then connect to the relevant entry in Table <b>STPO</b> (BOM item) via:
    <i>STLNR</i> (Bill of material) and
    <i>STLKN</i> (BOM item node number).
    Within table <b>STKO</b> there is a field <i>DATUV</i> (Valid-from date) that can be used if you want to restrict the values based on validity date.
    I hope this helps.
    Hafeez

  • Which module i chose?

    Hi!
    I have three module: SCC-68, SC-2345, and NI cDAQ-9172. (And NI PXI-6251 M series Multifunction cDAQ).
    I have some SCC-module too..(like SCC-ACC01)
    So, i wan't to make a system, which localize that, from which ditection the noise come...
    I wan't to count it from time-differnt... (is it understandable?)
    So what for me is inportant, is to collect the input voltage as fast as i can...)
    Whith which module can i do it?
    Thanks: Kolos

    My recommendation is to add the 9234 module to your cDAQ chassis.  It has four channels and powers microphones, such as the ones from GRAS, http://www.gras.dk/00012/00013/00016/
    The phase difference between two of the array microphones will tell you the direction of the sounds.  Simultaneous sampling of the 9234 module will give you the accuracy in the phase measurements you need. 
    Here is an example from one of our alliance paartners:
    http://zone.ni.com/devzone/cda/tut/p/id/6240
    Preston Johnson
    Principal Sales Engineer
    Condition Monitoring Systems
    Vibration Analyst III - www.vibinst.org, www.mobiusinstitute.com
    National Instruments
    [email protected]
    www.ni.com/mcm
    www.ni.com/soundandvibration
    www.ni.com/biganalogdata
    512-683-5444

  • GLC-GE-100FX vs GLC-FE-100FX Which to Use?

    What is the differance between the GLC-GE-100FX and GLC-FE-100FX modules. I thought all SFP ports on switches were Gigabit ports and thus the GE version would be needed for 100fx connectivity. Which switches would you use each SFP in? In particular I need to know which ones to use in a 2960-24PC-L switch and a 3560-8PC Switch.

    If you look closer at that compatibility matrix that Paulo and I posted the other day the FE is for 100BASE-FX SFP module for 100-MB ports and the GE is for 100BASE-FX SFP module for Gigabit Ethernet ports. Not all SFP slots are Gig.
    Here is the compatiblity matrix again.
    http://www.cisco.com/en/US/docs/interfaces_modules/transceiver_modules/compatibility/matrix/OL632702.html
    For the 3560 here are the compatible SFPs
    GLC-FE-100FX
    GLC-FE-100LX
    GLC-FE-100BX-D
    GLC-FE-100BX-U
    And for the 2960, Paulo stated that all of the 100FX SFPs are compatible.

  • Cisco Catalyst 3750V2-24FS-S can't accept GLC-FE-100FX SFP Transceiver

    I have Cisco Catalyst 3750V2-24FS-S with OS version 12.2(55)EY, the problem it's can't accept GLC-FE-100FX SFP module, it's show
    unsupported SFP error but it' work fine with GLC-FE-100LX.
    Cisco 100-Megabit Ethernet SFP Modules Compatibility Matrix in bellow link show WS-C3750V2-24FS-S work with Transceiver Models :
    GLC-GE-100FX
    GLC-FE-100FX
    GLC-FE-100LX
    GLC-FE-100BX-D
    GLC-FE-100BX-U
    http://www.cisco.com/en/US/docs/interfaces_modules/transceiver_modules/compatibility/matrix/OL632702.pdf
    Any help is appreciated

    Hi,
    I'm connectiong to 100FX SFP ports ( 1 to 24), showing error message:
    “ %PHY-4-SFP-NOT-SUPPORTED: The SFP in Fa1/0/1 in not supported”
    Thanks

  • Which module of CompactRIO can be used to measure strain gage

    I wonder which module of compactrio can be used to measure strain gage. or should i use the analog input module to measure the value and use the analog output module to excite the bridge?

    Hello,
    You are correct that you can use any of the analog input modules to take measurements, and use analog output modules for bridge excitation. You might also need to add other external components for bridge completion, depending on your sensor.
    Regards,
    Vineet A.

  • What are the modules in which we can create a party site?

    Hi Gurus,
    I would like to know, what are the modules from which we can create a party site.
    Please repond.
    Thanks,
    Venkatesh

    Hi,
    There can be numerous modules which create party sites , Leads/Quotes/Order/Recievable/HR/IB/ISupport etc.
    Actual number of modules depend on the kind of implementation.
    Run this query in your Oracle instance , to get an idea of various modules which has created Party sites in your system.
    SELECT meaning,
    description
    FROM fnd_lookup_values
    WHERE lookup_type = 'HZ_CREATED_BY_MODULES'
    AND lookup_code IN (SELECT DISTINCT created_by_module
    FROM hz_party_sites)
    -Idris

  • Which Funtion module can get print parameter in the background?

    Hi all,
    I know the FM"GET_PRINT_PARAMETERS"can get the print parameter, but I find it can't get the print parameter in background. Does anybody know Which Funtion module can get print parameter in the background?
    Thanks in advance!
    Nina

    Hi Nina,
    This is text copied from SAP HELP.
    FU GET_PRINT_PARAMETERS
    Text
        Read, determine, change spool print parameters and archive parameters
      Functionality
        The function module GET_PRINT_PARAMETERS is used to define, modify and
        display the print and archive parameters. Using this function module is
        the only correct way to modify a print or archive parameter record. The
        print parameters are closely related and contain a check total. This
        check total becomes invalid if any of the print parameters are changed
        and causes a runtime error when the print parameters are used later.
        The module recognizes the following modes (values of parameter MODE):
        'PARAM'              Normal case. Define the print parameters for the
                             current program. The values that are not defined
                             are specified from the user master record or are
                             assigned default values. The print parameter screen
                             displays the PRINT key. This mode is used
                             if the MODE parameter is not specified.
        'PARAMSEL'           Like PARAMS, except that the print parameter screen
                             includes an option to activate the selection
        screen.
        'BATCH'              Define the print parameters for a background job.
                             In this mode, the name of the report to be started
                             is passed with the REPORT parameter.The REPORT
                             statement of the specified report is checked for
                             LINE-SIZE and LINE-COUNT definitions. These
                             definitions are passed as default specifications.
                             Furthermore, the SAVE key is offered
                             instead of the PRINT key in this mode.
    Check the BATCH MODE.

  • Which Function Module can find all direct and indirect subordinate.

    Hi,
        I have a employee number(Chief of a organizational unit A). Do you know which function module can get all the direct and indirect subordinate of this chief? Indirect subordinate means that this chief can also view the Organizational unit(for example, Org. unit B) that under Org. Unit A. Further more, this chief can also view all the employees in other org unit that under Org. Unit B. If there is no such function module, do anyone of you have the example coding to get it? Your help is greatly appreciated. Thanks.

    use RH_STRUC_GET
    ~Suresh

  • IMAC 2010 which HDD can I use to replace the malfunctioned Seagate Barracuda 7200.12 1TB?

    iMAC 2010 which HDD can I use to replace the malfunctioned Seagate Barracuda 7200.12 1TB?

    After doing a bit more research, the 2010 iMacs do appear to have a third cable connecting to the  hard drive, for the internal temp sensor.  This would appear to be the block of 8 pins that are on almost all drives, but they are normally intended for jumpers.  Unfortunately I was unable to find any documentation or specs that would indicate this pin block connects to the internal temp sensor on either standard (non-Apple) WD Black or Seagate 7200.12 drives.
    I did find some info that may be of some use:
    WD: Where to connect an external temperature sensor to a Serial ATA or EIDE hard drive.iFixit: Replace the hard drive, how do I connect the hard drive thermal sensor?
    Apple Technician Guide: iMac 2010 27" (mid-2010)
    Various discussion threads I found through google searching indicated some people succeeded with installing an external temp sensor on the body of the drive.
    Sorry I couldn't help more.

  • IPhone4S! Which parts can I replace?

    I dropped my iphone4s. . .
    So I want to know which parts can be replaced?
    I heard camera, battery, back cover, vibration motor can be possible.
    Do U know how much do they cost to exchange in us.

    "I want to know which parts can be replaced"
    I'd think that you'd be more interested in what parts you'd need to fix the iPhone.  There are many teardown videos for the iPhone, and most parts can be obtained over the internet through third-party vendors.

Maybe you are looking for

  • Removing 3D Dock Reflection and/or Changing 2D Dock Background Color

    Has anyone figured out a way to do either (or both) of the following: -remove reflections from the 3D dock -adjust the dark gray color of the 2D dock ? This is the last step I need to make the Dock visually tolerable for me. It would seem that both a

  • Macbook and a virus?

    Hello I just received a skype call from a computer caller that said that it detected a virus on my Mas OS system. What should I do? Is it even possible for that to happen? Thanks

  • Relative size of sga_max_size and sga_target to the physical memory

    Dear Experts, I have installed oracle 10.2.0.4 on AIX 5.3 with 32 GB of physical memory. Let us say other applications on the server consume 10 GB of physical memory. Now how should i plan the size of SGA_TARGET and SGA_MAX_SIZE on the same.

  • Daylight Savings Time in Calendar Bar

    I am in Australia and we have  also adjusted the clocks to Daylight Savings Time - I am using an Iphone  5 with IOS 7.0.2 and all settings are set to time zone Sydney, in both  Date and Time and Calendar. The  calendar shows the correct time at the t

  • Sequence replicator sizing question

    Imagine a piece of barbed wire that starts out in the background and draws itself as it moves toward the foreground and then toward the background again. I've got everything working except for the size of the barbs themselves. Basically I can't figur