WLSE manage AP using SNMP through xDSL line with an NAT router

Hi,
This is the deployment architecture that I had :
WLSE (Internet public add)--->xDSL----->NAT router---->BBSM--->APs
I had a problem in managing the APs which the ip address will be translated to a public ip addresses. When I use discovery options from my WLSE, it does not find any AP. I enable the CDP on my router and APs. There is only 1 ssid on all my APs.
Is it possible to manage the APs using snmp using this model?
regards,
Sam

Since you have NAT in between the WLSE and the APs, this will not work. SNMP does not work over NAT. To test this, try using the SNMP Reachable Tool under Administration->Connectivity Tools. enter the ip address and click on SNMP Reachable, you'll see that it will time out.

Similar Messages

  • How to install adobe flash player through command line with some script

    Hi Guys,
    Do you know how to install adobe flash player through command line with some script?
    Thanks,
    Galina

    Windows. I tried silent install  with "install_flash_player.exe /install" but it works only with one file that I downloaded from adobe.com - "install_flashplayer10_mssd_aih.exe". But it is possible to download this last file only one time, every next time it redirects me to download install_flash_player.exe file.

  • Using mac mini in line with a PC

    I was thinking of buying a mini Mac for my 83 yo mother who currently uses a PC. Knowing that she likely would not like to just get rid of her PC for an OS she's totally unfamiliar with, I thought I might get her a Mini Mac. However, space in her home is limited so I was trying to learn if there was a way that the Mini Mac could be used in a "shared" fashion with her existing PC. In other words, someway to use it without having to physically transferring her keyboard, mouse and monitor connections each time she were to use one or the other system.
    Thanks

    What you're looking for is a "kvm switch." This thing let's you share a keyboard, mouse and monitor between 2 systems. I'd checkout some site like newegg to see what people are buying to get an idea of what features to look for.
    Does your mom's pc use a "ps/2" connection (round plug) for either the mouse or keyboard? If it does you might want to get a kvm that has "ps/2" connections.
    If both the keyboard and mouse use usb plugs then I'd get a kvm with usb connections.
    I'm doing the same thing and I got a usb kvm with vga for video. I'll need to get a "mini-dvi to vga" adapter for the mac mini though. The adapter that comes with the mac mini doesn't work with a "vga to dvi" adapter. I also should have picked a kvm with audio support so I can share the speakers too.
    You can save yourself the cost of the adapter by connecting the pc to the vga port and connect the mac to the dvi port on the monitor, but that means having to press another button on the monitor to switch input modes =P
    Message was edited by: Kl l

  • Trouble using Airport Express Base Station with DSL modem, Router and Hub

    About 18 months ago, I had an Airport (802.11b) with WAN & LAN ports and modem hooked up to support two laptops, a Titanium Powerbook G4/600 and G3/400. The setup went from DSL modem -> Linksys router -> to Airport -> Hub (which had desktop and ethernet laser printer plugged in). The network worked fine.
    Then, I got a G4 iBook to replace G3/400. Wanted to get 802.11g to support “g” Airport card in iBook. Got a Linksys 802.11g Wi-Fi with 4-port router for $50. Hooked it up directly with DSL modem. (Couldn’t get it to send out to hub). Hooked the desktop and ethernet laser printer into Linksys Wi-Fi/router. The only way I could use the printer was by having it be a shared printer from the desktop. This was often problematic.
    Two months ago, I got a refurbished Airport Extreme Base Station. I can’t get the AEBS to interface directly with the DSL modem, so I hooked it up as follows:
    DSL modem -> Linksys router -> to AEBS -> Hub. I plugged my Epson 820 (USB) into the AEBS and can see it to print to.
    I have a static IP. That info is entered into Linksys router. Router set as Gateway, with DHCP enabled. AEBS is set to Connect using Ethernet, Configure using DHCP. Network setting: Distribute IP Addresses is unchecked.
    Here’s my issue:
    I can’t see the ethernet laser printer. It will occasionally flash available, but is gone in less than a minute. The printer is HP 2100 series.
    Sometimes I can connect to the desktop G4 tower; most times I can’t.
    I have checked and double-checked the cables.
    Both the printer and desktop are connected to the Hub.
    What can I do so that I can see the HP 2100 series printer and the G4 tower?

    Don,
    Thanks for the suggestions. Glutton for punishment that I am, I tried this again, “just for grins.“ The six other times I tried this, I couldn’t get the AEBS to “see” the Internet. And lo, this time it worked. Here’s the setup now:
    DSL modem -> AEBS -> 4-port hub (which is connected to G4 tower and HP 2100 Ethernet printer). My USB Epson is connected to the AEBS, and I can print from the laptops. AEBS is set up: manual IP info, Network: distribute IP address; share a single IP using DHCP.
    When I still couldn’t see the desktop G4 and the Ethernet HP 2100 connected via the hub (not), I got a flash. I had swapped out the cable a number of times to no avail. Then I realized, the hub is old and all the cables I was using are the new CAT5s. I dug out an old four-wire with RJ45 connectors that my husband made years ago (probably a cross-over cable). It was quite an effort as the cable is 30 ft. long and wrapped around the perimeter of the office behind desks and file cabinets, entwined with all the other wires. But I plugged it in and, Shazam! I am WORKING!
    And, Don, thanks to you, I have eliminated the router from my gaggle of electronic boxes.

  • If I install parallels can I pull my hard drive out of a PC and use it through an enclosure with USB connection?

    If I install parallels on my mac mini, can I pull my PC hard drive out, use a hard drive enclosure, and run my PC programs through the mini?

    Welcome to Apple Support Communities
    Moreover, you may be able to start your Mac directly from your PC hard drive and run Windows as you did with your PC. To do it, hold the Option (Alt) key while your computer is starting and choose the PC hard drive.
    If you want to do it in Parallels, you have to set it up in order to use the PC hard drive as the virtual hard disk

  • Sed help / extracting useful bits from a line with sed

    I need to parse some log files extracting only the numerical parts of interest.  Example line:
    x264 [info]: SSIM Mean Y:0.9689320 (15.077db)
    Two goals here:
    1) Capture the number after the "Y:" --> 0.9689320
    2) Capture the number in () without the db --> 15.077
    I thought I'd attack it using sed to find anything up to Y: and delete it, then anything after a space and delete it, but find myself unable to do it.  Suggestions are welcomed.  I can do it with awk/sed combo but want to learn a better way.
    awk '{print $5}' | sed 's/Y://'
    Last edited by graysky (2011-04-10 17:35:21)

    @graysky - As others have said use sed backreferences. Here is an another example.
    sed 's/^.*:\([[:alnum:]]*\.[[:alnum:]]*\) [^\(]*(\(.*\)db)[^\)]*$/\1 \2/'
    Note: disraptor's regex is much easier to read. I'd use it! I just whipped this up before I saw his
    In:
    echo "x264 [info]: SSIM Mean Y:0.9689320 (15.077db)" | sed 's/^.*:\([[:alnum:]]*\.[[:alnum:]]*\) [^\(]*(\(.*\)db)[^\)]*$/\1 \2/'
    Out:
    0.9689320 15.077
    In awk: (One way of doing it!)
    mawk '{gsub(/[Y\:\(\)db]/,""); print $5,$6}'
    In:
    echo "x264 [info]: SSIM Mean Y:0.9689320 (15.077db)" | mawk '{gsub(/[Y\:\(\)db]/,""); print $5,$6}'
    Out:
    0.9689320 15.077
    This was quick but I hope it gets you on the right path
    Edit:
    How about just grep?
    echo $(grep -o '[0-9]\.[0-9]*')
    In:
    echo "x264 [info]: SSIM Mean Y:0.9689320 (15.077db)" | echo $(grep -o '[0-9]\.[0-9]*')
    Out:
    0.9689320 5.077
    Cheap, but I'd thought I would add it anyway!
    P.S. Here is the full way to extract both numbers using awk's substr function as disraptor mentioned before.
    mawk '{print substr($5,3),substr($6,2,6)}'
    Last edited by harryNID (2011-04-11 20:08:31)

  • Problem starting managed server using Node Manager/WL 7

    I have just configured Node Manager for the first time to start a managed server,
    following the documentation 'Managing Server Availability with Node Manager'. However
    when I attempt to start the managed server from the Administration Console I always
    get the following exception:
    <Jul 10, 2002 1:59:29 PM EDT> <Info> <[email protected]:5555> <Starting
    Server webdevDomain::apps ...>
    <Jul 10, 2002 1:59:29 PM EDT> <Info> <[email protected]:5555> <BaseProcessControl:
    saving process id of Weblogic Managed server 'apps', pid: 15094>
    Starting WebLogic Server...
    Connecting to http://198.242.140.49:17043...
    <Jul 10, 2002 1:59:32 PM EDT> <Critical> <WebLogicServer> <000364> <Server failed
    during initialization. Exception:weblogic.management.configuration.ConfigurationException:
    Exception encountered connecting to http://198.242.140.49:17043/wl_management_internal2/Bootstrap
    - with nested exception:
    [java.io.StreamCorruptedException: InputStream does not contain a serialized object]
    java.io.StreamCorruptedException: InputStream does not contain a serialized object
         at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:844)
         at java.io.ObjectInputStream.<init>(ObjectInputStream.java:163)
         at weblogic.management.ManagedServerAdmin.bootstrapLocalServer(ManagedServerAdmin.java:212)
         at weblogic.management.ManagedServerAdmin.initialize(ManagedServerAdmin.java:122)
         at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:665)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:588)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:276)
         at weblogic.Server.main(Server.java:31)
    But I am able to start the managed server using the startApps.sh script with no problems.
    I am running WL 7 on Solaris 2.8. All processes are running on the same host.
    Any help is appreciated!
    John

    Re-installing WL Server 7.0.0.1 resolved this problem.
    - John

  • Best version of Desktop Manager to use with Vista and Outlook 2007

    What is the best version of Desktop Manager to use on a new computer with Windows Vista and Outlook 2007?
    Solved!
    Go to Solution.

    Hi there!
    The most recent...v5.0. You can DL it here:
    http://na.blackberry.com/eng/services/desktop/
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • I'm trying to use the Time Warner modum with this wireles...

    I'm trying to use the Time Warner modum with this wireless router (WRT54G ver 2).  It shows I have to connect it to the modem, then from the modem connect the wireless.  Their modem has just one outlet.  Does anyone have any helpful ideas?
    P.S.  They will rent you a wireless router for $5 a month.

    Thanks!  I tried that way, and now we realize that we must have a CD from them to load-up their IP info etc on the new laptop.  I appreciate your short -- correct answer.  I have gotten some, that are so complex; I can't understand anything they wrote. 

  • How to configure SNMP on all managed client using SCCM 2012 SP1

    hi ,
    do you know  How to configure SNMP on all managed client using SCCM 2012 SP1?

    As a side note, I made an interesting discovery last week: the SNMP Service is deprecated in Windows Server 2012. Why would you want to use SNMP on an actual Windows OS though? There are far better ways available to monitor Windows. I'm sure that lines
    up with why they deprecated it.
    Jason | http://blog.configmgrftw.com

  • Starting Managed Server using Node Manager Command Line

    Hi,
    I've configured the Node Manager and it is connected to the Admin Server without problem. Now I wanted to start the Managed Server through the console but it is failing and my guess is the command line used syntax is not correct.
    My question is, how do I change the command line that Node Manager uses to start the Managed Server? I've try using the Server Start tab configuration and it seems like not working. I've also try to update the .properties file for the Managed Server as well.
    Each time I look at the Managed Server logs, it is giving me this line...
    NodeManager> <Starting WebLogic server with command line: <....>
    The command line shown in the logs are not what I've put in the .properties file or the Server Start tab. It is taken from somewhere and I'm not sure where. I just want to configure the command line that Node Manager uses to start a Managed Server.
    Hopefully, I'm clear with my problem and someone might be able to assist. Thanks.

    Great stuff!!
    It actually solved my problem. Thanks.
    Am just wondering why it didn't work using option 1)? If anyone somehow knows the reason, if not at least it did work for me now.

  • I can not re install Adobe Acrobat 7.0 professional on my computer.  It is saying a qualifying product is not detected. I cant even get through using the customer service line they provide 800-272-3623.  This is the worst interactionI have ever had with a

    i can not re install Adobe Acrobat 7.0 professional on my computer.  It is saying a qualifying product is not detected. I cant even get through using the customer service line they provide 800-272-3623.  This is the worst interactionI have ever had with a company.

    Hi joej49728017,
    I am so sorry for the inconvenience caused. However this is just because Adobe Acrobat 7.0 is an outdated version & the now the activation server for it does not exist.
    Please refer to the following KB doc.  Error: "Activation Server Unavailable" | CS2, Acrobat 7, Audition 3
    The above link will help you to  install a special version that does not require activation.
    In case you further need any help, please let us know. We will be more than happy to help you.
    Regards,
    Aadesh

  • Compare two pdf files using adobe acrobat through command line

    Does anyone know how to compare two pdf files using adobe acrobat through command line. I want to do this via command line because we want to compare hundreds of file every day through some automated windows tasks.
    If command line option is not available in acrobat, then is it feasible to make use of acrobat javascript API to do this task?
    Any kind of help will be greatly.

    Command-line: Not possible.
    JavaScript: Possible, but very limited. Basically the only thing you can do is simulate clicking the Compare Documents button. The rest has to be done manually.
    However, it *might* be possible to automate this process a bit more using a plugin. Ask over at the Acrobat SDK forum for more information...

  • RVS4000 remote management using SNMP not Supported over WAN

    I'm trying to mange the RVS4000 router from the WAN side. I just changed the default password and in the firewall setting:
    Block WAN Request is disabled.
    Remote Management is enabled with the default port.
    But I am not able to connect to the router remotely (using its WAN IP address). I can ping its WAN IP address fine from the remote PC. The router functions normally (i.e. PC on the LAN can connect to the Internet) but the remote management via SNMP also does not work. In most cases, the router just does not respond to the TCP SYNC or SNMP request from the WAN. Occassionally, it responds to the TCP SYNC fine but when the remote PC requests the HTTP page, it quickly responds with FIN/ACK.
    In addition, I can connect to its WAN IP address from the LAN side. But it just does not work from the WAN side.
    I tried disabling firewall, IPS, etc, nothing works.
    Message was edited by: Steve DiStefano

    Shoot, I just tried it myself.   Didnt work.   I contacted development team and they told me it wasnt speced to operate for SNMP management (port 161) over the WAN.
    Remote  Mgmt on RVS4000 is limited to WebUI access on RVS4000, and SNMP is only  accessible from LAN side.
    This  product did not have any requirement to be accessed from Internet using  SNMP.
    Very sorry I didnt know this.   Was there a datasheet or paper that indicated this was supported I can correct to prevent this frpom happening to others like us?
    You know, I was thnking that the times I used SNMP on SB Routeres was when I was VPNed into the router, then it works, since it is supported on LANB side.  is that an option for you?
    Tell us about what typs of things you view walking SNMP from the NOC and we'lls ee if there are alternative ways for you to get the same data.
    Steve
    SE Field Channel Sales
    Message was edited by: Steve DiStefano

  • Help packaging an android apk through command line

    Hello everyone.  I've recently developed an app that is near the release deadline and I've ran into the problem of low resolutions icons.  All of the troubleshooting I've done has claimed I'll need to manually package the app through the command line to do this.  I have never done this before so I'm having some trouble. 
    I've downloaded all of the required files I believe and have reached the correct bin folder, I'm completely clueless as to what syntax I need to type in from this point though.  I've gotten as far as "adt -package" which then outputs that I'm missing additional information, but as I said, I haven't used command promt much and I have no idea how to format the rest of the information I need to put in or how to attach my current app.xml file to it.
    Any help would be appreciated.
    Edit: Nevermind everyone.  After a lot  more time spent researching I've managed to piece together how to do it and actually understand it as well.

    Hi,
    Here is the command to package android apk through command line;
    <adt-path> -package -target <target-option e.g. apk, apk-debug etc> -storetype pkcs12 -keystore <your certificate> -storepass <password> name.apk app.xml name.swf assets
    Please run adt -help on terminal or cmd if you need any help regarding targets or packaging command. adt is available at you sdk/bin/adt folder.
    Also, you can see the page http://help.adobe.com/en_US/air/build/WS901d38e593cd1bac1e63e3d128cdca935b-8000.html for more details.
    Hope this will help.
    Regards,
    Nimit

Maybe you are looking for

  • Droid Bionic 4.04 update.  SMS no longer works and other issues

    Performed the 4.04 update yesterday (Made my phone at a ridiculously hot temperature and drained my battery from 90% to 5% within 1:30 , great thing to start downloading without a prompt).  Ever since the update my text messages will not load at all.

  • Send mail to an external recipient in a 2013 Workflow

    Hi, What is the recommended method for sending an Email to an external email address form within a SharePoint 2013 Workflow? Regards, Dean

  • [SOLVED] Replace partial Mint installation

    SHORT VERSION: Friend has a hard drive with an Arch partition and a Mint partition. He wants to safely remove the Mint partition and dedicate the hard drive to Arch. FULL STORY: I have a friend who's a complete newbie to Linux, but he saw my Arch set

  • Error Message: java.lang.RuntimeException: JSP Registry could not locate runtime prop

    Hi there Running Oracle Enterpride Edition 8.1.7 including Oracle Http webserver I'm trying to run a JSP application developed with Jdeveloper through th http server Think I have modified alle the .conf files correctly I get the message : "Error Mess

  • Plz help me to solve

    Hi.. I m getting problem when i executing the below proc.. I m taking the string of personid's from frntend and as our COM doesn't support ',' i getting the values seperated by pipe '|' and in proc i m repalcing it to ',' and den i have to chk it in