WiSM Design and Testing Issues / Questions / Queries etc......

Hi all. Heres hoping you can help........
I hope you can grasp the following description of the test network I have. I admit a diagram would have been better but it's hard to send a whiteboard over the web : )
I am currently in the process of designing and testing out a wireless solution and am having a few issues / queries. I have a 6509 with a Wireless Services Module (WiSM) installed in slot 3, one Cisco 1240 AP on a remote LAN and a DHCP server on a remote LAN (not the same as the AP)
I am using LAG on controller 1 with port channel 1 and native VLAN 20.
VLAN 20 is 10.1.1.0 / 24
The management interface has IP address of 10.1.1.10
The AP-manager interface has IP address of 10.1.1.11
VLAN 11 is 128.88.1.0 / 24
The service port has IP address of 128.88.1.10
The Cisco 1240 AP on the remote LAN is picking up a IP address via DHCP (from a remote DHCP server) OK and can route to both the aforementioned VLANs 20 and 11.
Issue/Question 1
I can ping the management interface locally on the 6509 and also remotely from the AP so all looks OK there however I cannot ping the AP-manager locally or remotely.
Is this expected behaviour? I would expect that if I can ping one I should be able to ping the other or is the AP-manager interface not routed and only used in some way to create the LWAPP tunnel>
Issue/Question 2
As previously stated the AP is picking up and IP address but it is not being passed the Option 43 parameter from the DHCP server (not yet ruled out the DHCP server as the cause of this). Due to this I have amended the DNS entry of the management interface (10.1.1.10) to CISCO-LWAPP-CONTROLLER as a last resort. With a console on the AP I can see that the AP tries to join by the "%LWAPP-5-CHANGED: LWAPP changed state to JOIN" output but then get;
LWAPP_CLIENT_ERROR_DEBUG: spamHandleJoinTimer: Did not recieve the Join response
LWAPP_CLIENT_ERROR_DEBUG: No more AP manager IP addresses remain.
Is this related to the fact that I cannot see the AP-Manager interface on the network?
Issue/Question 3
I have chosen to hard code the IP address of the Service port rather than leave it to DHCP. I am more comfortable having static addresses for management. However, there is no option for a default gateway for the service port.... If I try to get round this by applying a static route via the CLI on the WiSM controller to point traffic out via 128.88.1.1 on VLAN 11 this seemingly overrides all routing on the controller and causes my management interface (10.1.1.10) to fall off the network. Is the routing table applied "en masse" to the Controller? If so this surely means that to use the Service Port you have to be on the local LAN segement?!?!
Thanks for reading my ramble and heres hoping you can shed some light on my "niggles" !

Hi
I am having exactly the same problem.
Getting the same error message "No more AP manager IP addresses remain."
I'm deploying 200 AP's that will connect to 2x WiSM (4 controllers) in 2 seperate C6k Chassis
(Controller 1a & 1b = wism 1, 2a & 2b = wism 2)
I have had 1 out of the first 5 AP's physically connected, come online and register with Controller 2b (btw: this was not the master controller, it should not have registed with 2b). All others fail with the same error message as above.
I have all Management and AP-Manager interfaces in the same vlan/subnet as my AP's.
I place a console cable onto the failed APs and see the AP cycle though the motions of trying to find the controllers, download new software code from a random controller, then it reboots, gets DHCP assigned, then get the "No more AP manager ip addresses remain" and then issues a "Reload requested by LWAPP CLIENT.
Then the AP does the whole cycle all over again.
Not sure why the AP's don't register with the controllers when they are all in the same vlan.
I have a couple of extra questions.
1. what address do you bind to the dns entry cisco-lwapp-controller.localdomain, is it the management address or AP-Manager address ?
I have bound it to the Management address for WiSM 1a.
Also I have 4x controllers (2x WiSMs, 2 controllers per WiSM). Do I just bind controller 1a's address or do I have to put 4x DNS entries into my DNS server for all my controllers?
2. DHCP option 43, Do I place all 4x management ip addresses in the option or do I put in the AP-Manager Ip address?
I followed this guide but was still a little unsure http://www.cisco.com/en/US/products/hw/wireless/ps430/prod_technical_reference09186a00804fc3dc.html#wp125304
2. This final question is more around Dynamic Interfaces for my 4 controllers once I get the AP's resisted,
Do I have to set up a dynamic interface ip address on every controller?
e.g.
Ssid = data, VLAN=10, VLAN10=10.0.0.0/24, I will bind AP's 1-8 to VLan group 10.
Do I have to setup 1 dynamic interfaces per controller in the 10.0.0.0 subnet, taking up 4 addresses ?
And if I only have to set up 1 or 2 dynamic interface, how does this work if the controller fails?
Cheers

Similar Messages

  • SP 2013 Development - How can I Simulate Different Devices to Help Design and Test a New UI?

    Hello Community!
    I am working with SharePoint 2013 and I need to be able to design and test a new design across multiple device browsers.  Does anyone know how to simulate a device browser for design and testing?  BTW, I know about Device Channels, and they give
    me a way to dynamically change my UI for different device browsers, but because this UI is complex, I cannot be sure what dynamic changes need to occur until I can simulate the device browsers and view my new UI in them.
    Thanks!
    Tom
    Tom Molskow - Senior SharePoint Architect - Microsoft Community Contributor 2011 and 2012 Award -
    Linked-In - SharePoint Gypsy

    Hi Tom,
    Because your question is mainly how to simulate different devices, which is more related to SharePoint development, I am moving this thread to
    SharePoint 2013 - Development and Programming forum for better response.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Design and Testing Suggestions for Different Screen Resolutions

    Intermediate Dreamweaver CS3 user, in need of "Design and Testing Suggestions for Different Screen Resolutions".
    Thank you, J. Chavez

    Adobe Browser Labb and BrowserShots.org

  • ... Design and View Issue

    Hi All,
    I have got stuck over a strange requirement.
    There are 2 tables which are identical in structure. Both tables displays the same information.
    Table structure is
    TeacherID TeacherName param1 param2 param3 param4.
    Now if the teacher has a special trainingcourse approved, their record is moved to another table. where the value of TeacherID, Teacher name remains same , but Any of the parameter values can differ.
    The issue comes when we need to generate the report. The report should pick the value of parameters from Table1 if the teache has NO trainiing, and it should pick the record from Table2 if the teacher has the Training.
    How to create a View which will display the information. as Decode function is not working in a Create View Command.
    I have put a Flagg field , which turns to 1 whenever the teacher gets the training , and the record is moved/copied to table 2.
    But how come we be able to display the report like below.
    teacheId Teachername param1 param2 param3 param4...
    xxx xxx xx xxx x xxx
    where the value should be picked from Table 2 if there is a training , otherwise should be picked from Table1.
    Kindly reply early, and suggest anyother possible design ..
    Looking foward to your earliest feedback with this difficult design
    Regards

    There are a couple of options. Unless your tables are pretty small, I would porbably go with:
    SELECT teacherid, teachername, param1, param2, param3, param4
    FROM table1
    WHERE flag <> 1 -- or possibly IS NULL depending on what you put in
    UNION ALL       -- for a teacher with no training
    SELECT teacherid, teachername, param1, param2, param3, param4
    FROM table2Another option would be an outer join and DECODE or CASE. Something along the lines of:
    SELECT t1.teacherid, t1.teachername,
           DECODE(flag, 1, t2.param1, t1.param1) param1,
           DECODE(flag, 1, t2.param2, t1.param2) param2,
           DECODE(flag, 1, t2.param3, t1.param3) param3,
           DECODE(flag, 1, t2.param4, t1.param4) param4
    FROM table1 t1
       LEFT JOIN table2 t2 ON (t1.teacherid = t2.teacheridA third possibility, particularly if the number of trained teachers is relatively small would be scalar sub-queries like:
    SELECT t1.teacherid, t1.teachername,
           DECODE(flag, 1, (SELECT param1 FROM table2 t2
                            WHERE t1.teacherid = t2.teacherid), t1.param1) param1,
           DECODE(flag, 1, (SELECT param2 FROM table2 t2
                            WHERE t1.teacherid = t2.teacherid), t1.param2) param2,
           DECODE(flag, 1, (SELECT param3 FROM table2 t2
                            WHERE t1.teacherid = t2.teacherid), t1.param3) param3,
           DECODE(flag, 1, (SELECT param4 FROM table2 t2
                            WHERE t1.teacherid = t2.teacherid), t1.param4) param4,
    FROM table1 t1You would need to test with your data to determine which was better.
    John

  • URXVT Title issue and keybind issue (backspace, delete, etc.)

    Hi,
    Two questions:
    1) I use zsh. How can I set the title of urxvt to be my current directory?
    2) I'm having an issue in urxvt wih backspacing/deleting/end-of-line/beginning-of-line. What are the proper bindkey's for that?

    Here's straight from my ~/.zshrc file
    # This sets the window title to the last run command.
    [[ -t 1 ]] || return
    case $TERM in
    *xterm*|rxvt|(dt|k|E|a)term)
    preexec () {
    print -Pn "\e]2;$1\a"
    screen*)
    preexec () {
    print -Pn "\e\"$1\e\134"
    esac
    # Setting HOME and END keys
    case $TERM in (xterm*|aterm|rxvt)
    bindkey '\e[H' beginning-of-line
    bindkey '\e[F' end-of-line ;;
    esac
    The preexec codes actually print out my last command. 
    So, in order for it to do what you want, you would need to change:
    case $TERM in
    *xterm*|rxvt|(dt|k|E|a)term)
    preexec () {
    print -Pn "\e]2;$1\a"
    to:
    case $TERM in
    *xterm*|rxvt|(dt|k|E|a)term)
    preexec () {
    print -Pn "\e]2;%~\a"
    That should do it for ya.
    Last edited by Knute (2009-09-06 00:57:18)

  • WGM and SUS issues/questions

    Hi all
    I have set up a server that is currently running DNS, OD, AFP and SUS. I have a bunch of users set up in WGM but only one (the testing one) bound.
    Firstly my bound account "STEVE" has - A user account in WGM which is also in a Group account in WGM. I assume as the computer has been bound (or binded!) to the OD this is why the computer has an Hardware UUID account in WGM this also resides in a computer group called All Computers.
    Now Preferences in WGM only works if edited in the computer panel of WGM (with the UUID in) I can for example move my dock. How ever if I have no preferences (WGM) set of the computer and try to move the dock under Computer Groups (WGM) of which the computer is a member, then the dock don't move. It also won't move if I set (WGM) Prefs in users or user groups only.
    This not a major issue as we only have 15 clients but setting pref for User groups or Computer groups would be better.
    The main issue is SUS the SUS server is running on the server and has downloaded loads of updates. I can set the update server for the client (again only in computers in WGM) with the following server to use:
    http://server.mydomain.com:8088/index-leopard-snowleopard.merged-1.suscatalog
    Again setting in Computer groups would be better. However when I run software update on the client I get the following:
    The Software Update Server (server.mydomain.com) is not responding.
    Check to make sure your network connection is operating normally. If there are no issues with your connection, contact your network administrator for assistance.
    It gives you the option to run network diagnostics which say everything is fine.
    Any ideas
    SUS is one of the things I'd really love to get going as our internet connection is quite slow.
    Cheers
    Steve

    Hi all
    I have set up a server that is currently running DNS, OD, AFP and SUS. I have a bunch of users set up in WGM but only one (the testing one) bound.
    Firstly my bound account "STEVE" has - A user account in WGM which is also in a Group account in WGM. I assume as the computer has been bound (or binded!) to the OD this is why the computer has an Hardware UUID account in WGM this also resides in a computer group called All Computers.
    Now Preferences in WGM only works if edited in the computer panel of WGM (with the UUID in) I can for example move my dock. How ever if I have no preferences (WGM) set of the computer and try to move the dock under Computer Groups (WGM) of which the computer is a member, then the dock don't move. It also won't move if I set (WGM) Prefs in users or user groups only.
    This not a major issue as we only have 15 clients but setting pref for User groups or Computer groups would be better.
    The main issue is SUS the SUS server is running on the server and has downloaded loads of updates. I can set the update server for the client (again only in computers in WGM) with the following server to use:
    http://server.mydomain.com:8088/index-leopard-snowleopard.merged-1.suscatalog
    Again setting in Computer groups would be better. However when I run software update on the client I get the following:
    The Software Update Server (server.mydomain.com) is not responding.
    Check to make sure your network connection is operating normally. If there are no issues with your connection, contact your network administrator for assistance.
    It gives you the option to run network diagnostics which say everything is fine.
    Any ideas
    SUS is one of the things I'd really love to get going as our internet connection is quite slow.
    Cheers
    Steve

  • Nokia E65 Issues & Questions (Streaming ETC)

    Hi,
    Ive had my handset since late November,
    it's a second replacement as the previous one kept doing strange things on me.
    My replacement phone started being ok for the first few weeks then it would just switch off if I opened or closed the slider to use it. I gathered it may of needed a Softwear update after trying that after weeks of waiting for Vodafone to verify it with Nokia I updated it 2 weeks ago, but im still having problems with it occassionally turning off when I open or shut the slide is anyone else experiencing this issue aswell as me?
    I think maybe somethings loose inside like the Cable that connects the Board to the phone or something but im unsure?
    what is my best option what can I do?
    I have a Nokia N80IE on spare so even if I had to have it sent to repair thats no probs at all
    Also I wanted to ask have any of you managed to get Digitally Imported or Sunshine Live working on the phone via Streaming? I can only get Radio 1 and I really want these other stations, I really miss Virtual Radio I just don't know why my phone refuses to install it ive tried different dates but it wont install!
    Anyways I hope someone gives me a some help

    Bumpt

  • OO Design and testing

    Hi there,
    If one has a private variable and a public "setter" method in a class how would one go about testing this "setter"? Like to test if a particular object was actually set it would require a public "getter" which is exposing implementation.
    Would it be best then to infer the validitity of the "setter" indirectly through testing another public business level method?
    Regards,
    James.

    excerpt from JUnit in Action, 3.3 (p.56) :
    JUnit best practices: test anything that could possibly fail
    Unit tests help ensure that your methods are keeping their API contracts with
    other methods. If the contract is based solely on other components� keeping
    their contracts, then there may not be any useful behavior for you to test. But
    if the method changes the parameter�s or field�s value in any way, then you
    are providing unique behavior that you should test. The method is no longer
    a simple go-between�it�s a filtering or munging method with its own behavior
    that future changes could conceivably break. If a method is changed so it
    is not so simple anymore, then you should add a test when that change takes
    place, but not before. As the JUnit FAQ puts it, �The general philosophy is this:
    if it can�t break on its own, it�s too simple to break.�
    But what about things like JavaBean getters and setters? Well, that depends. If
    you are coding them by hand in a text editor, then yes, you might want to test
    them. It�s surprisingly easy to miscode a setter in a way that the compiler
    won�t catch. But if you are using an IDE that watches for such things, then
    your team might decide not to test simple JavaBean properties.
    A good piece of advice to make your mind about all this ;-)

  • Test Suites and Test Plans Question

    We are using the TFS 2013 and in the Team Web Access, whenever I create a Test Plan, it creates a Test Suite with the same title. If I delete the test suite, next time I select the test plan in the test section of Team Web Access it creates another
    Test Suite again with the same title as the Test Plan.
    Why do we have this?
    Is there a way to prevent this from happening?
    Am I missing something?
    Thanks.
    YG

    Hi Yves,
    I don't find any public official document about the test suite that created with a test plan, what I mentioned is an explantation about the type of test suite. And it's not affect the testing or creating test cases/test suites/plans in team web access.
    To organize test cases in a teat plan,  you have to create test suites under the test plan and then use test suite to include test cases. Check this
    page for more information.
    Best regards,

  • Forgotten my security questions and cannot purcahse any apps etc. solutions on internet with rescue e-mail don't work . Have been trying to resolve this issue for 3 days now

    Forgotten my security questions and cannot purcahse any apps etc. solutions on internet with rescue e-mail don't work . Have been trying to resolve this issue for 3 days now

    If you don't have a rescue email address (or you do but aren't the receiving the email to it) then you will need to contact iTunes Support / Apple to get the questions reset.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    When they've been reset (and if you don't already have a rescue email address) you can then use the steps half-way down this page to add a rescue email address for potential future use : http://support.apple.com/kb/HT5312

  • I have model series KX TG7641 /w 5 phones.... My questions:  1. Can the directory of phone numbers with in my iPhone be transferred to the Panasonic and retain the individual number designations; i.e., "home-moblie-work-etc"?  2. Can I use the manual sele

    I have model series KX TG7641 /w 5 phones....
    My questions:
    1. Can the directory of phone numbers with in my iPhone be transferred to the Panasonic and retain the individual number designations; i.e., "home-moblie-work-etc"?
    2. Can I use the manual select on the Panasonic to selectively transfer numbers from my iPhone?

    Basic troubleshooting from the User's Guide is reset, restart, restore (first from backup then as new).  Has any of this been tried?
    FYI, there are no viruses that affect iOS unless the device has been hacked or jailbroken, in which case they cannot be discussed here.

  • Issue with Output designer and  Konica bizhub Pro 920 Driver:

    Hi, i would appreciate if someone could help me with the following issue:
    I have designed a document using Adobe Output Designer and need to print it on Konica printer which uses above driver. Konica is not included in Adobe Presentment Target List so i am trying to use a Generic Postscript L2 - (PSLEVEL2) presentment target. I want to make few changes to this driver to match it with destination printer settings. e.g Output Order should be Face Up, Input and Output Tray should be Auto, Print position should be Left etc etc. I have tried to edit ICS file but it's not making any sense to me as i dont's know the PCL. Could anyone familiar with a similar situation help?
    Thanks in advance
    Tayyab.

    Hi, i would appreciate if someone could help me with the following issue:
    I have designed a document using Adobe Output Designer and need to print it on Konica printer which uses above driver. Konica is not included in Adobe Presentment Target List so i am trying to use a Generic Postscript L2 - (PSLEVEL2) presentment target. I want to make few changes to this driver to match it with destination printer settings. e.g Output Order should be Face Up, Input and Output Tray should be Auto, Print position should be Left etc etc. I have tried to edit ICS file but it's not making any sense to me as i dont's know the PCL. Could anyone familiar with a similar situation help?
    Thanks in advance
    Tayyab.

  • Two issues, Question mark and Chinese

    Issue #1 - When I go to a URL such as the Apple.com location, OT files such as the iPhone (drool) currently featured don't appear. Instead I get a semi transparent QT logo with a Question mark superimposed over it. Same goes for QT files that are emailed to me as attachements.
    Issue #2 - When I click on the QT icon on my dock I get a small window that pops up titled "Welcome to Quick Time" and if clicked linking me to a QT promo which, consistent with issue #1 will not load. Quick Time opens but other than the name of the application in bold, all other words are in what I assume is Chinese.
    These two issues seem to have cropped up simultaneously, though I can't say for sure. How do I reset the language that QT is displayed in? Particularly when I can't read any menu/toolbar items in QT?
    Thanks for your help.

    Thanks for your assitance Jon, unfortunately I'm no closer to resolving this. The QT and VLC are both in the Applications folder, should this not be the case?Was not referring to applications here but the browser plug-ins in the "~root > Library > Internet Plug-Ins" folder. If there is a browser plug-in conflict, this is where you would start to look for it.
    As for the language issue, I checked International and found Chinese to be second under English in the list. I moved Spanish up to second to see the result and QT is now in Spanish. I moved Spanish to first position and English to second and all of my Apps etc were in Spanish including QT! I put English back on top and all are just that except QT which is still in Spanish. So evidently QT has developed a distaste for English?This seems to confirm that your problem is connected to the language list -- or rather how QT has indexed and is accessing the list. It is obviously off by one index and if QT is the only application affected, would assume it most likely the application is corrupted. Unfortunately, as embedded as it is in the current system, the best solution might be to reinstall the OS. On the other hand, if you can wait for the next upgrade, I was wondering you could get temporary relief by simply placing "English US" at the top of the list and use "English" as the second entry. At least you could read the menus.
    One other question....I was planning on upgrading to Quick Time Pro, will downloading this fix my problem?No, QT Pro merely unlocks editing/saving/exporting features.
    Can I delete QT and then start over with a download of QT Pro?QT Pro is not a separate application. With previous versions of QT, I might recommend removal and re-installation of QT. But with the current "tight" integrations of QT/OS I personally would worry about creating more problems than I would solve.

  • How would i design the relationship between "question", "subquestion", and "answer"

    Hi all. Consider the following scenario:
    Scenario:
    A Question has an Answer, but some Questions have Subquestions. For example:
    1. Define the following terms: (Question)
    a) Object (1 marks) (Subquestion)
    An instance of a class. (Answer)
    b) ...
    2. Differentiate between a constructor and a destructor (2 marks)
    (Question)
    A constructor constructs while a destructor destroys.
    (Answer)
    Question:
    I want to model Questions, Subquestion, and Answer as Entities with relationships/associations, preferably binary relationships as i feel ternary relationships will be problematic while programming. Any suggestion on how i would
    go about this?
    There is never infinite resources.
    For the Question Entity, a question has the attributes "QuestionPhrase <String>", "Diagram<Binary>", and "Marks
    <Decimal>".
    For the SubQuestion Entity, a subquestion has the attributes "SubQuestionPhrase <String>", "Diagram<Binary>", and "Marks <Decimal>".
    For the Answer Entity, an answer has attributes, "AnswerPhrase<String>", "Diagram <Binary>"

    Yes. I am in .Net. I sure do hope i did not ask in the wrong forum. :-|
    Hi KCWamuti,
    If you need to design the relationship between Question table and Answer table in SQL Server, as Uri’s and Visakh’s posts, you can create the foreign key to establish relationship between tables, and use join in query to get your desired result. For more
    information about JOIN in SQL Server, please review this article:
    Different Types of SQL Joins.
    However, if you need to model Questions, Subquestion, and Answer as Entities in .Net, then the issue regards data platform development. I suggest you post the question in the Data Platform Development forums at
    http://social.msdn.microsoft.com/Forums/en-US/home?category=dataplatformdev . It is appropriate and more experts will assist you.
    Thanks,
    Lydia Zhang

  • Creative Suite 6 Design and Web Premium Windows Question

    Hi!
    I am considering purchasing Creative Suite 6 Design and Web Premium Windows.  The designer I work with does all of our work in the same program, only it is version 5.  Before I make the purchase, I want to make sure the two versions are compatible.  Will I be able to make changes to their work when they send it to me in version 5?
    Also, where would I even begin to look for a class on how to use this product? 
    Thanks!

    Yes, you can open up files from older versions in newer versions, it may just not always work the otehr way around. Your otehr question is too generic. We don't know what kind of work you do and pointing you to random tutorials may not at al lbe productive. If you feel so inclined, spend a little time looking up some basics video tutorials for the programs, but anything specific is best asked when you actually encounter the issues.
    Mylenium

Maybe you are looking for

  • Acrobat 9 no acrobat file in printer folder. Can't write pdf from browser?

    Hard drive crashed had to reload application on new drive. It's missing print driver?

  • Withholding Tax on payment using T.Code F-02

    Hi all I am trying to make an On Account payment to the Vendor using T.Code F-02. However, when I use the Posting Key 25, the system does not deduct the TDS on payment. Please lemme know if this is the standard system behaviour or am I going wrong so

  • Can't activate siri properly

    I'm trying to use Siri on my new iphone 4S but everytime I hold the home button and ask a question she tries to make a phone call.  What am I doing wrong?

  • I tunes 8 won't run

    I can't get I tunes 8 to run at all. I've uninstalled and reinstalled it 2x and each time it starts - it aborts before it completely opens with a "iTunes has encountered a problem and needs to close. We are sorry for the inconvenience." AppName: itun

  • Deleted Red Request Reappears in Infocube

    Hi all,           We are facing one peculiar problem in which, When we delete one Erroneous request from Infocube, It gets deleted. But, again going to manage and if we check, this request reappears. We deleted all the data from Infocube. We checked