Which ID i should provide

It's sounds a bit stupid. I'm using a Airport Extreme in a Static IP network. The network will distributing IP based on pre-registered MAC address. From the back of the Device, there's two ID number 'Airport ID' And 'Ethernet ID' which one i should give it to admin as registered MAC address? Thanks for the answer

If it is connected via wireless it would be the "AirPort ID".

Similar Messages

  • Which NI devices should I buy and how to start with?

    Greetings!
    I am an undergraduate who is trying to design a control system which can measure chemical solution conductivity as well as PH value; besides, based on those values, we need to control 4 valves to open and close so that acid, base, water,and salt from 4 tanks can flow into the main pipe.
    Question: Which NI device should I buy and start with? The devices have to have at least 4 input/output, do you have any suggestion, Thank you very much!!
    I am also new to LabVIEW, so any extra suggestion would be greatly appreciated!

    Thank you , we are considering purchasing NI USB-6008
    http://www.ni.com/products/usb-6008/
    Doest it work with the following PH sensor, one specification says that it has output voltage of Output 0-5 vdc, does NI USB-6008 accept it?
    Model A1004 pH Transmitter
    Warning
    Do not short the power connections. Wrong wiring of the signal and power wires will result in
    permanent damage to the unit instantly.
    Specs:
    Range 0-14pH
    Power: 12vdc 500ma nominal
    Output 0-5 vdc
    Material ABS
    Calibration trim pots
    Distance up to 50ft
    Model A1004 is a pH transmitter designed to be used with PLCs and microprocessors that accept
    analog input of 0-5vdc.
    Connect any general purpose pH sensor to the transmitter. Double junction sensor is preferred.
    Calibrate unit with 4 and 7 pH buffer solutions. Use zero trim pot to adjust 4pH and span trim pot to
    adjust 7pH..Fine tune adjustment is done with span trim pot.
    If you do not have a sensor , short the bnc connector ,this will simulate 7pH and observe output voltage
    of 2.5vdc.
    Din connector provides power and signal from one cable.
    Note.: When connecting signal and ground to the PLC input ,use .01uf capacitor across signal
    and ground to filter any noise issues.

  • Which audio format should I use on my memory stick?

    Hi. My car has a Clarion HDD Navigation System MAX575 which is compatible with audio CDs and has a memory stick slot. I can't play MP3 CDs. Which file format should i use if I want to load music onto the HDD using a memory stick? I don't want to remove the unit.

    Windows on Intel Macs
    There are presently several alternatives for running Windows on Intel Macs.
    1. Install the Apple Boot Camp software. Purchase Windows XP w/Service Pak 2 or Vista. Follow instructions in the Boot Camp documentation on installation of Boot Camp, creating Driver CD, and installing Windows. Boot Camp enables you to boot the computer into OS X or Windows.
    2. Parallels Desktop for Mac and Windows XP, Vista Business, or Vista Ultimate. Parallels is software virtualization that enables running Windows concurrently with OS X.
    3. VM Fusionand Windows XP, Vista Business, or Vista Ultimate. VM Fusion is software virtualization that enables running Windows concurrently with OS X.
    4. CrossOver which enables running many Windows applications without having to install Windows. The Windows applications can run concurrently with OS X.
    5. VirtualBox is a new Open Source freeware virtual machine such as VM Fusion and Parallels that was developed by Solaris. It is not yet fully developed for the Mac - some features are not yet implemented - but it does work otherwise.
    6. Last is Q. Q is a freeware emulator that is compatible with Intel Macs. It is much slower than the virtualization software, Parallels and VM Fusion.
    Note that Parallels and VM Fusion can also run other operating systems such as Linux, Unix, OS/2, Solaris, etc. There are performance differences between dual-boot systems and virtualization. The latter tend to be a little slower (not much) and do not provide the video performance of the dual-boot system.
    See MacTech.com's Virtualization Benchmarking for comparisons of Boot Camp, Parallels, and VM Fusion.
    Boot Camp is only available with Leopard. The Boot Camp Beta that was used with Tiger has expired and is no longer available for use. So contrary to the other poster's comment, Boot Camp isn't truly "free." You must purchase Leopard to get it.

  • Which kernel module should I use for Marvell Yukon 88E8001?

    Which kernel module should I use for Marvell Yukon 88E8001?
    a. sky2
    b. skge
    c. sk98lin

    I found this in the kernel''s /driver/net/Kconfig:
    config SKGE
    tristate "New SysKonnect GigaEthernet support"
    depends on PCI
    select CRC32
    ---help---
    This driver support the Marvell Yukon or SysKonnect SK-98xx/SK-95xx
    and related Gigabit Ethernet adapters. It is a new smaller driver
    with better performance and more complete ethtool support.
    It does not support the link failover and network management
    features that "portable" vendor supplied sk98lin driver does.
    This driver supports adapters based on the original Yukon chipset:
    Marvell 88E8001, Belkin F5D5005, CNet GigaCard, DLink DGE-530T,
    Linksys EG1032/EG1064, 3Com 3C940/3C940B, SysKonnect SK-9871/9872.
    It does not support the newer Yukon2 chipset: a separate driver,
    sky2, is provided for Yukon2-based adapters.
    To compile this driver as a module, choose M here: the module
    will be called skge. This is recommended.
    Looks like your module is "skge"

  • Which roles we should assign to user , then the user can create COMPONENT_CATALOG

    Hi support ,
    Which roles we should assign to user , then the user can create componet catalog,
    I have yet assigned COMPONENT_CATALOG_ID_ADMIN . but can not find the menu in GSM to create new componet catalog.
    Terry

    Hi Terry
    I think you are looking for [FIC_CREATOR] role that lets you create new component catalogs.
    There is [FIC_READER] role that provides read-only access to component catalogs.
    Also, you need to check if GSM.SideNav.ComponentCatalog.Enabled feature configuration is set to true since this feature drives component catalog menu visibility in GSM.
    Dmitriy

  • How to select server in which background job should run

    Hi,
    I want to run my program as background job. I want the user to select the server, in which background job should be run, in the selection screen of my program. When it is sheduled in background the job should run in the selected server.
    How to do this?
    Regards,
    Sriram

    Hi,
    please write the code like as below.
    DATA : D_GROUP like TBTCJOB-JOBGROUP.
    use the function moulde JOB_OPEN.
      D_JOBNAME = SY-REPID.
      D_GROUP- BTCSYSREAX =  " pass the target server name Here
         CALL FUNCTION 'JOB_OPEN'
            EXPORTING
                 JOBNAME          = D_JOBNAME
                 JOBGROUP       =  D_GROUP
            IMPORTING
                 JOBCOUNT         = D_JOBNO
            EXCEPTIONS
                 CANT_CREATE_JOB  = 1
                 INVALID_JOB_DATA = 2
                 JOBNAME_MISSING  = 3
                 OTHERS           = 4.
    submit   <Program name>
                  USER SY-UNAME VIA JOB D_JOBNAME NUMBER D_JOBNO
                  USING SELECTION-SET '  var1 '   " Give varient name
                  AND RETURN.
    CALL FUNCTION 'JOB_CLOSE'
               EXPORTING
                    JOBCOUNT             = D_JOBNO
                    JOBNAME              = D_JOBNAME
                    STRTIMMED            = 'X'
               IMPORTING
                   JOB_WAS_RELEASED     = D_REL
               EXCEPTIONS
                   CANT_START_IMMEDIATE = 1
                   INVALID_STARTDATE    = 2
                   JOBNAME_MISSING      = 3
                   JOB_CLOSE_FAILED     = 4
                   JOB_NOSTEPS          = 5
                   JOB_NOTEX            = 6
                   LOCK_FAILED          = 7
                   OTHERS               = 8.
    Hope this will helps you
    Regards
    Kiran

  • Selected from my iphone "Buy more ringtones"and it has dowloaded as a music file how do i get it to be a ring tone which is what should have happened.  Any ideas on how to fix this?

    selected from my iphone "Buy more ringtones"and it has dowloaded as a music file and is now in itunes on my laptop and in music on my iphone. How do i get it to be a ring tone which is what should have happened in the first place.  Any ideas on how to fix this? As in itunes I cannot see how to a) change it to a ring or b) drag across to the right area...
    I simply followed the prompts on my iphone 4s and would have expected it to end up as a ring tone.. any help, guidance, advice welcome...

    selected from my iphone "Buy more ringtones"and it has dowloaded as a music file and is now in itunes on my laptop and in music on my iphone. How do i get it to be a ring tone which is what should have happened in the first place.  Any ideas on how to fix this? As in itunes I cannot see how to a) change it to a ring or b) drag across to the right area...
    I simply followed the prompts on my iphone 4s and would have expected it to end up as a ring tone.. any help, guidance, advice welcome...

  • Which Macbook Air should I go with?

    I want to get an 11 inch Macbook Air, but do not know which one I should get.  Do you think the $999 Air (1.6ghz i5 processor, 2GB memory, 64GB flash storage) will be efficient using final cut and adobe illustrator? I create small video clips/highlights, slideshows and edit photos for my job a lot.  Or Should I get a more expensive air like the $1,199 (1.6ghz i5 processor, 4GB memory, 128GB flash storage)? Or even an upgraded Air with 1.8ghz, i7 processor, 256GB flash storage?  I will NOT use this computer to store music or any other types of media other than short video clips and photos.  I also have a large external hard drive to store any work I am finished with.  I'm on the road a lot so I need something small.  Thank you for your help!

    Get a a model with 4gb of ram. You can't upgrade it once you've bought the laptop (it's soldered to the main board) and OS X Lion uses a lot of ram. 2gb will work, but it can become painfully slow at times, specially when you edit videos or photos.
    The $1,199 model you quoted seems to be the best choice for what you need.

  • Which file type should I use and how I use it?

    Hello!
    I need to create a file with some data that has been inserted manually.
    In this file, for example, there are:
    ProjectName1: string1, string7… string10, date1
    ProjectName2: string11, string15… string20, date2
    ProjectNamek: string 100, string 116 … string 140, date1
    I know only one thing: one of the strings.
    What I need to find in the file:
    I need to find the string at one of these rows and get its ProjectName and date.
    For example: if I have string15,
    I should find string15 in the file, and get its ProjectName and date:
    ProjectName2, date2
    Which file type should I use and how I use it? What is the best solution?
    Thanks!

    800512 wrote:
    I need to create a file with some data that has been inserted manually.
    In this file, for example, there are:
    ProjectName1: string1, string7… string10, date1In addition to Pandiya's advice, if the string is always in exactly the above format
    (ie:
    1. ProjectName always starts the line and ends with a ':'.
    2. The rest of the strings on the line are separated by ", " and will never contain ", "
    you might also want to have a look at String.split().
    Winston

  • I am interested in buying a macbook laptop. I am confused however in which one I should buy for the type of work that I will be doing. I either am looking into getting a macbook pro or the macbook air. I am leaning more towards the air.

    I am interested in buying a macbook laptop. I am confused however in which one I should buy for the type of work that I will be doing. I either am looking into getting a macbook pro or the macbook air. I am leaning more towards the air.

    A basic MBA will be more than adequate.  Take into consideration that storage may be a long term issue unless you are not averse to traveling with an external HDD. 
    Ciao.

  • Which iPad Retina should I buy in the US so it will work in the UK?

    I am going to the States next month and want to buy the new iPad there.  Which iPad Retina should I buy in the US so it will work in the UK, the AT&amp;T or Verizon model? I'm probably staying with O2, but can't tell if different models are sold in the UK, or if its just the one.  If just the one, I can't find which model number it is for the UK. The apple store website isn't exactly clear on which model(s) is/are sold in the UK.

    Hi,
    We don't have cellular, but I have often read many ques. and answers here just for my own info when we were first buying. I do know that in the past, Verizon had a different system than ATT and others. That could all have changed with LTE. I checked a couple of articles and found the following links which might help you. PLEASE NOTE these were published in March and May of 2012, so things might have changed with the new ipad 4. Also note that you can buy a cellular here without a contract that you could then set up with your own UK phone company.
    http://www.tomshardware.com/news/Apple-iPad-UK-4G-LTE-Australia,15634.html    May 15, 2012
    http://apple.stackexchange.com/questions/43972/are-the-new-ipads-ipad-3-for-sale -in-the-us-unlocked-for-the-uk    Mar. 2012
    You also said you wanted retina display and then said you were probably staying with 02. If by that you mean the ipad 2, I want to let you know that the ipad 2 does NOT have the retina display. That would mean you'd have to get the old discontinued 'new' ipad or the ipad 4. And if I were you, I would not even think of buying an old 'new ipad, even if there's a great sale on them. I'd go straight to the ipad 4.
    Make sure you do as much research as possible.
    Hope this helps.

  • Which tool i should use to develope a portal

    Hi all,
      we are planning to develop a portal which we will expose to internet.
    Now my question is which tool i should use to develope this
       1.BSP
       2. jspdynpage
       3.Webdynpro java
       4.Webdynpro abap
    Which application will perform better on internet.
    Lots of rfc calls and webservice calls are there.
    plz give me suggestions .
    Thanks
    developer

    Hi,
    BSP - Abap workbench
    JSP Dynpages - NWDS (Netweaver Dev Studio)
    Webdynpro Java - NWDS
    Webdynpro ABAP - ABAP Workbench
    above all applications will perform at same level  depend on the content.
    best regards
    Hari

  • Which subjects i should know to grow in SAP.

    hi all
    i m an instrumentation enginner , thn i found SAP intresting and i did my CERTIFICATION in SAP-ABAP. and i m new to computer science field . i found that SAP is big giant . it has so many facets ..
    i ve just done CERTIFICATION and  i hav some time to get into SAP company
    so please tell me which subjectss i should learn before i enter into sap company .

    Hello rankakshay,
    I would suggest diving into some reading material that gives you a broad overview of where your skills can be most applicable. Your absolutely right that SAP ABAP is massive, and much like yourself I am just diving into it now. I have found looking up good literature the best way to learn. The following
    Hello Farhad,
    Has anyone directed you to this post a while back on SDN?
    /people/faisal.altaf2/blog/2010/08/19/step-by-step-installation-of-sap-netweaver-701-sr1-sp3-abap-trial-version-in-oracle-virtualbox-part-13
    I think it's what your looking for as it gives you a way to practice your ABAP programming abilities. If you have trouble getting the necessary files, I can help you out as I have them already.
    Cheers everyone,
    Jason

  • Which one I should download?

    Hi all,
    I need to learn some about Websphere, i want to try on windows XP ,
    I want to
    http://www14.software.ibm.com/webapp/download/product.jsp?cat=webservers&fam=&s=s&id=MCOS-5FUSYK&pf=&k=ALL&q=&dt=&v=&rs=&S_TACT=104CBW71&S_CMP=&sb=r&sr=11
    there are
    Webserver pluging for websphere application server
    WebSphere application server v6.0 base trial
    WebSphere application server technology for developers
    which one I should download??
    alos, some one on this form said websphere is not stable. is that ture?
    any advice is welcome!
    thank you

    Webserver pluging for websphere application server
    WebSphere application server v6.0 base trial
    WebSphere application server technology for
    r developers
    which one I should download??I suppose it should be the one I bolded.
    alos, some one on this form said websphere is not
    stable. is that ture?IMO, WebSphere sux!!!

  • Which index  I should create  Btree or Bitmap  index?

    I have table with columns c1,c2,c3
    I want to create index on column c1
    which index I should create Btree or Bitmap index
    the column contain 50% unique values and 50% duplicate values
    If Btree why?
    If Bitmap Why?
    I know that
    Btree is used when there more unique values (high cardinality)
    Bitmap is used when there less unique values (low cardinality)

    read this -
    Deadlocks with Bitmap Indexes
    Bitmap indexes were designed to be used solely within data warehouses, i.e. where the vast majority of the database activity is reading data,
    and there's very little (or no) data modification, except for batch processes which occasionally re-populate the warehouse.
    Each "row" in the bitmap index contains references to potentially many different rowids, in contrast to a B*-tree index which references a single rowid.
    It should be obvious, therefore, that, since the transactional mechanism is the same for all database operations, that any DML on a table which impacts the bitmap index may end up locking (or attempting to lock) many different "rows" within the index.
    This is the key concept with deadlocks in bitmap indexes, you're not being deadlocked on the underlying table, but on the index blocks. Courtesy - http://www.oratechinfo.co.uk/deadlocks.html
    hope u got it now...

Maybe you are looking for

  • Error:Service Registyr Configuration PI 7.11

    Hi All, After upgrading Pi 7.1 tp EHP 1 ,we are facing issue in Service Registry. Followed the steps in this help.sap link http://help.sap.com/saphelp_nwpi711/helpdata/en/d9/0f7e2c1c644992a195d38cfec1b1f2/frameset.htm Only differnce is that configura

  • How to autoflow a very long word in InDesign?

    I am trying to insert/import/paste a text into InDesign. The text contains some text-strings (or 'words') that are more than 3000 characters long. This causes InDesign to have overset text, and not being able to auto-flow the text. When I import (or

  • How do I get the selected track to 'expand' when I click on it?

    Hi, complete rookie question alert, and sorry if it's already been asked somewhere here, but I have Logic Express 9 and I noticed with the Demo content (Lily Allen, Killers and Santigold) that when a track was selected in the Arrange window, it expan

  • TS/OI - problem with globals variable

    Hello all, I am in the middle of developing OI which uses some of our previously developed sequences/teststeps etc. When I do have sequence running directlly on TS - it performs without any problems; When I run it on OI I dont get some data i think s

  • Consecutive nested call screen  dump

    Hi, I have created a table control and displaying data on the screen.I have included this in an include program and calling this program from another program calling program... include called program. whene ever i select a radio button on main progra