Wierd behavior from printers

In my school we have a lot of HP printers. Each floor has it's own vlan and DHCP scope. Printers on floor 1, 2, 3 and 5 are behaving niceley. But on the fourth floor there's something strange going on. Last week all of them were transmitting 76 Mbit/s each for a total of half Gbit/s. So obviously I could not ping them. Now after a firmware update on each I can occassionally ping some of them. Sometimes with less than 1 ms latency. Other times with high latency and/or DUP!. Any ideas to what is going on?
Thank you

Sorry. Let me clarify... While this app fails to properly insert into the database, the rest of the app functions as normal.
Basically, when I click on a hotspot, I open a small window with javaScript. The window has a form that I fill out with emp info, then I submit it and it closes. Then, when someone clicks on that hotspot, the record that should have been created displays...
This works some of the time, but when it doesn't, it simply displays a blank form, and based on a report run on another page, I know that it never inserted/updated the database. But never any error messages, etc.
Mike

Similar Messages

  • Wierd behavior from MySQL queries

    I have a really frustrating problem in my JSP app that only seems to be occuring sporadically... I have to deploy it on an NT machine that is available right now. I'm using Tomcat/MySQL. I've had it on a W2000 machine and it has worked fine. To complicate things, the NT that it is on does have a proxy server that it must go through...it doesn't seem to want to work during the day, but in the evenings (presumably less traffic?), it has yet to fail me.
    The part of the app that won't update properly is responsible for letting people sign into an office cube daily, updating a seat table in the MYSQL database. It 1st checks to see if the person is assigned to another seat, and deletes that entry if they are. It then updates the seat table, replacing '0' (meaning no one's sitting here) with the person's emp_id. Here's the code for these 2 methods in the seat bean (with session scope):
    //1st method called...removes old entries...
    public void checkAndRemove(int newEmpId)
    throws SQLException {
    int oldSeat = 0;
    try{
    Connection conn = connectionPool.getConnection();
    Statement qs = conn.createStatement();
    ResultSet rs = qs.executeQuery("SELECT id FROM seat WHERE" +
    " id <> " + this.id + " AND emp_id = " + newEmpId +
    " AND editable = " + QUOTE + "y" + QUOTE);
    if(rs.next()) {
    oldSeat = rs.getInt(1);
    rs.close();
    qs.close();
    if(oldSeat > 0) {
    qs = conn.createStatement();
    rs = qs.executeQuery("SELECT COUNT(emp_id) FROM seat WHERE " +
    "id = "+ oldSeat);
    int cnt = rs.getInt(1);
    rs.close();
    qs.close();
    Statement us = conn.createStatement();
    if (cnt > 1) { //Is there more than 1 person at this old seat?
    //If so, we can delete this entry...
    us.executeUpdate("DELETE FROM seat" +
    " WHERE id = " + oldSeat + " AND emp_id = " + newEmpId);
    else {
    us.executeUpdate("UPDATE seat SET emp_id = 0,note= " + QUOTE + " " + QUOTE + " WHERE id = " + oldSeat + " AND emp_id = " + newEmpId);
    us.close();
    connectionPool.close(conn);
    catch(SQLException ex) {
    ex.printStackTrace();
    throw ex;
    //2nd method called, updates the seat with new emp...
    /**updateSeat updates seat information */
    public void updateSeat(int newEmpId, String newNote)
    throws SQLException {
    java.util.Date dt = new java.util.Date();
    SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
    String timestamp = sdf.format(dt);
    newNote = escape(newNote); //escape any ' in the text...
    try{
    Connection conn = connectionPool.getConnection();
    Statement us = conn.createStatement();
    us.executeUpdate("UPDATE seat SET " +
    " emp_id= " + newEmpId + COMMA +
    "Note= " + QUOTE + newNote + QUOTE + COMMA +
    "Timestamp= " + QUOTE + timestamp + QUOTE +
    "WHERE seat.id = " + this.id + "AND seat.emp_id = " + this.empId);
    us.close();
    connectionPool.close(conn);
    catch(SQLException ex) {
    ex.printStackTrace();
    throw ex;
    The seat table has a primary key of id/emp_id.
    Like I said, these queries have worked fine on a different installation, and they work sporadically on this one. Any clues about this? Could some sort of 'timeout' be occuring and not throwing any errors?
    Any ideas/help would be greatly appreciated...
    Thanks, Mike

    Sorry. Let me clarify... While this app fails to properly insert into the database, the rest of the app functions as normal.
    Basically, when I click on a hotspot, I open a small window with javaScript. The window has a form that I fill out with emp info, then I submit it and it closes. Then, when someone clicks on that hotspot, the record that should have been created displays...
    This works some of the time, but when it doesn't, it simply displays a blank form, and based on a report run on another page, I know that it never inserted/updated the database. But never any error messages, etc.
    Mike

  • Strange behavior from a PB G4 (Part 2)

    On to my next issue. Often when I'm typing the insertion point will jump to someplace other than where it should be or just disappear all together. I'm not doing anything to cause it to do this. I've been being really carefull to not to do anything wrong. I'ts often enough to be a real nuisance. It happened 7 times during my first post (Strange behavior from a PB G4) and 3 times during this one. Please help. Thanks.

    Igor_G5 wrote:
    ... I thought about putting in a larger drive but when I looked up instructions for it i was surprized at how difficult it was.
    Did you use the iFixit website? It has excellent pictures and instructions that are easy to follow.
    Replacing any hard disk drive will be challenging for a paraplegic, but with someone's help it can be done fairly inexpensively. There are many tiny fasteners that require tiny tools. Use an egg carton to store them, separated by their location in the PowerBook.
    Earlier PowerBooks are easier to work on than later ones.
    I still use a PowerBook G4 on occasion, mostly for importing video for editing in iMovie. I upgraded its original 60 GB HD to a much larger one. If you were to do this you would need to locate the PowerBook's original System Install DVD to install and subsequently update OS X and all its original programs.
    If you ensure at least a few gigabytes free space, I think most of your problems will be fixed. When free disk space gets down to a few hundred megabytes or less, performance will suffer dramatically. You don't want it to ever get anywhere near that low. Strange things start to happen.
    Keep the number of icons on the Desktop to a minimum also. That makes a difference, for reasons that I do not fully understand.

  • Inconsistent Behavior from Bluetooth Audio

    I've noticed very inconsistent behavior from my bluetooth headset and my iPhone 4. Work fine for voice calls, but doesn't work for a GPS Navigator or Voip. Works for Facetime most of the time, but sometimes won't. Anyone else having this kind of inconsistencies?

    I was told by support that it is normal for bluetooth headsets to only work for voice calls on the iPhone 4. That really doesn't make sense to me, so I can't use a GPS Navigator with voice turn by turn directions with my bluetooth headset? My ancient 5 year old Motorola Razr would do that.

  • Wierd behavior of LikeFilter

    It seem LikeFilter has wierd behavior, or am I used it incorrectly?
    I test used 2 objects in cache and with key name "TEST_1" and "TEST12"
    ValueExtractor extractor = new KeyExtractor(IdentityExtractor.INSTANCE);
    Filter filter = new LikeFilter(extractor, "TEST\\_1", '\\', true);
    I would expect above code to return me only the object with key "TEST_1",
    but I got nothing return back.
    But if I use "TEST_1" as pattern string, I got both object back.
    Looks like the escape character is not working?

    Hi,
    I doubt that you would get both keys (i.e. the TEST12 key as well) for the pattern TEST_1, but I can confirm that the "TEST\\_1" pattern indeed returns an empty result set instead of the TEST_1 key it by all expectations should.
    BR,
    Robert

  • Strange behavior from a TextInput

    Hello there. I have a strange behavior from a TextInput
    component and i want a little help. I have created a movieclip
    within. Inside is just a simple textinput component. When i'm
    dragging the clip from the library to the stage a test the movie
    everything is ok. When i', attaching the movie dynamicaly to the
    stage and try to click within the textinput i' m not getting the
    bar cursor, an d i cannot write within the textinput !!! Why this
    happends? Any ideas?
    I'm working in Flash 8.

    I think it could be the version problem. It is working in
    Flash 8.

  • Odd Menu behavior from 7940

    I'm developing an XML service to allow users to set wake-up calls, and I'm seeing some weird behavior from my 7940. The phone gets up to the second screen in the application, a PhoneMenu, and then when I try to select one of the two MenuItems, it gets the appropriate URL from the webserver, but still displays the old page, and then if I try to select a MenuItem again, it doesn't go back to the webserver.
    I've attached the XML for the two screens; the first one is ampm.xml and the second one is message.xml.

    If you obtained it from Cisco Developer Support, isn't it for version 3.3.4? Are you sure you have the 4.0 version?
    Nothing significant has changed between versions (that I am aware of). The newer version includes tags to support the model 7970 IP Phone/Communicator, and the old version had minimum values for some tags which have been removed for the most part in the new schema.

  • Different behavior from the PRE function based on BMRS and WMRS

    Hi All,
    We are seeing different behavior from the PRE function based on whether the type is Before Modified Record Saved or When Modified Record Saved. Should the PRE function work the same for both as long as there is not a Wait action in the WMRS workflow?
    (((PRE('<plTier_ITAG>') <> [<plTier_ITAG>]) AND ([<plTier_ITAG>] = '2 - BA')) AND [<IndexedPick4>] = 'FSCM')
    Explaination: The Tier field changes AND now equals Tier 2, AND Application is equal to 'FSCM'
    The same expression fires only as designed in BRMS, but in WMRS it fires every time a SR is in Tier 2 and IndexedPick4 = 'FSCM', regardless of whether a change was made to the Tier field.

    Try changing your syntax around to something like -:
    PRE('<plTier_ITAG>') {NOT EQUAL} '2 - BA' AND [<plTier_ITAG>] = '2 - BA' AND [<IndexedPick4>] = 'FSCM'
    +i.e. Previous value of Tier is not equal to "2 - BA" and current value of Tier equals "2 - BA" and IndexedPick4 equals "FSCM". Replace {NOT EQUAL} with the appropriate syntax+
    Regards,
    Cam

  • Rulers class with wierd behavior

    I have made a rulers class which draws horizontal & vertical rulers that uses Flass CC supplied scrollpane component to control the rulers movement.
    It scrolls with the scrollpane, It seems to respond correctly when the scrollpane content is scaled up, but when the content is scaled down, there is wierd behavior in that the rulers position does not match the scroll position. After the scrollpane is scrolled the rulers go to the correct position.
    I hope this problem makes sense. Anyway I am providing the files necessary so you can see it in action and maybe help me locate where I have gone wrong.
    http://www.rrobnettmusic.com/flash/rulers.zip

    Hey
    would you pls log a bug to https://bugbase.adobe.com/ ,  I’d happy to follow this issue with flash runtime engineer team there
    When adding the bug, please include sample code so we can quickly test this out internally.

  • Add/Delete Custom Behavior From Library

    Greetings,
    I'm pretty new at Director, but how do you add/delete custom
    made behaviors from the behaviors library?
    Thank you.

    Another cool tip is to create your own empty external castlib
    (not attached to the movie) and place it in the 'xtras' folder
    (C:\Program Files\Macromedia\Director MX 2004\Configuration\Xtras).
    Name it "my custom library" or something.
    This way, it shows up is the Director 'xtras' menu, and when
    selected, it opens as a regular unlinked castlib window which
    allows you to directly copy from it and to it while you're working
    in director.
    hope this helps!
    - Ben

  • Strange Behavior from iTunes 7.2

    Running itunes - 7.2Recently had my itunes library “corrupted” or non functional.
    Spent a long, long time rebuilding the library (see below) and noticed some strange behavior that has me terrified that itunes is corrupted and I am going to loose all the hard work, etc..
    1. I have about 100 GB of music in various formats (apple protected/itunes store, mp3 (128 to 320), apple lossless, wav) and when I tried to rebuild the library by clicking on add to library it only added about 65 GB of the 100 GB. I had to go through and figure out what was missing and manually choose the specific folder when I added it.
    Major pain and very time consuming.
    So it is not adding songs correctly, but through way too much effort able to work around this.
    2. About ½ of the itunes store tunes I purchased are no longer apple protected format. Somehow they were converted to mp3 at 192kbs. Some of the songs play fine others are now not as crisp and make a poping sound or skip. How could this happen? Are these files corrupted? Will I loose them?
    3. At the top center of itunes the information bar, where the read out is for what song is playing and how much time has elapsed in the song, is not working. When I click on a song it starts playing but the elapsed time bar and counter never move, and when the next song starts playing the information never changes. It is stuck on what ever song you initiate play with by clicking on it and the information stays frozen.
    4. itunes randomly stops playing at the end of a song….If listening to an album it is usually after three or four songs and when listening to a play list it is usually after one song.
    I am afraid itunes is corrupted and will not function correctly and I am going to loose the hard work I put in trying to recover from the last crash.
    Any suggestions??
    Can’t wait for time machine. I hope it works as advertised. If so I could just go back in time to the last time iTunes worked correctly and go from there.

    First of all I hope that you have a good b/u of all your tunes - either on ext HD or on DVD. Don't forget to b/u the iTunes Library and .xml files at the same time.
    Have you tried to reinstall iTunes? Drag the app to the trash and remove the iTunesX.pkg from HD>Library>Receipts>iTunesX.pkg. Using a fresh .dmg of iTunes 7.2 reinstall.
    Have you repaired permissions with Disk Utility?
    Is your Quicktime up to date? At least version v7.1.5.
    MJ

  • Unethical behavior from a computer sales supervisor (Joseph – Houston Galleria Store #291

    My recent experience with BestBuy store purchase is 100% awful.
    Here is what happened.
    I was shopping for a Logitech MK550 Keyboard and Mouse Combo (MK550) and found out that local Sam’s club is having it on sale for $29.74+tax where as Best Buy price is $49.99+tax, Around 4PM on 15th December I called the local BestBuy store #291 (5133 Richmond Ave, Houston TX) to see if they price match Sam’s Club prices and the sales representative mentioned that they will price match Sam’s club and they will call the local Sam’s club to get the right price and see if they have any in stock.
    I took time and drove to the Best Buy store #291 to purchase the Keyboard which I fell in love, at the checkout, the sales representative who was not trained and not educated about how the price match works mentioned that they will not be able to Price match Warehouse club (Sam’s Club). I asked him to make sure to check and page the supervisor.
    The Computers and tablets supervisor Joseph {removed per forum guidelines} showed up and he mentioned that they will not be able to price match local Sam’s club (Which is within 2 miles from the Best Buy Store #291) as I pay for the club membership fee to get lesser prices. I reiterated him that I read online and called the same store before driving to buy the product and instructed him to check online Best Buy Price Match Guarantee. He went ahead and looked up the FAQ section of the price match policy behind his computer taking his time to edit the actual policy and printed me a copy of the policy highlighting 2 lines with a pink highlighter for me to read.
    Below is the edit he made.
    “Does Best Buy match the prices of a Warehouse Club?
    No. We do not match the prices of warehouse clubs.”
    It was already 8:00 PM and I knew that Sam’s club will be closed by then so I picked up the print out and said thanks to Joseph {removed per forum guidelines} and left the store. I was so embarrassed at myself and promised to never shop at Best Buy as I took time to do my research and call the store ahead about the price match policy and once I am in the store it’s a different ball game.
    I could not believe myself and googled the actual Policy and I was very surprised to read the below statement.
    “Does Best Buy match the prices of a Warehouse club?
    Yes. We do match the prices of Warehouse clubs as long as the Warehouse club is a local retail competitor, has an identical immediately available product and all other price match criteria are met.” Link
    (http://www.bestbuy.com/site/help-topics/price-matc​h-guarantee/pcmcat297300050000.c?id=pcmcat29730005​...
    By looking at it then I realized how unethical he was in totally making up a fake policy document just to decline my price match and waste my time.
    I wonder how come there are no rules governing what a sales supervisor can do and can’t do? The lack of training provided to the checkout personnel at the store also made me think if BestBuy is on the same way as Circuit City. He literally lost a customer and he made sure that the customer never return to the store as he took time to make up his own rules and print me a fake document.
    Thank you Best Buy for losing my trust and me as a customer as its just waste of money and time to shop at Best Buy.
    P.S I took multiple copies of the printout which was given to me and can send it over if needed.

    Hello htownrocks,
    I'm wholly at a loss to explain the situation that you've described. I apologize for your having encountered such resistance to your price match request and for the unprofessional behavior (to say the very least) on the part of Joseph at the Houston Galleria store. This absolutely is not the superior level of service to which we aspire!
    I will share your experience with the store leadership so that they are aware that this occurred and can act upon it. Did you opt to speak to a store manager about this during your visit?
    Please know that I am very grateful that you brought your concerns to our attention.
    Sincerely,
    John|Social Media Specialist | Best Buy® Corporate
     Private Message

  • Multiple guest users plus wierd behavior

    Hello,
    I'm having strange behavior in my afp logins - home folder house icon disappears, some users launch a file - it bounces and then it never launches, some share-points come up without mounting (only alias shows), sometimes a user takes 10 minutes to log-in, very long beachballs when opening a folder, etc. These behaviors are intermittent...
    I see that in my AFP connections the following:
    Name Status Address Connected Idle For
    <Guest> Normal machine.name.private 04:57 00:15
    <Guest> Normal machine.name.private 03:21 00:15
    username Normal machine.name.private 00:15 00.00
    The number of <Guest> users from the same machine varies. when I log out of the machine, the <Guest> users are still in the AFP list on the server as being logged in from that machine.
    I don't know whether the behavior is related to the <Guest> issue or not, so I have the following questions: is the above status for APF normal? If not, how do I correct? If not, what else may be causing my unreliable behavior?
    The server is 10.4.7 and the database is fully kerberized. Services running include: AFP DHCP, DNS, FTP, NFS, Open Directory, and Web.
    Thanks,
    Dave

    I just noticed the same behavior on a client's new dual 2ghz G5 Xserve.
    The AFP process spikes the CPU near 80% or so from time to time, though the server's not swapping out too much at all. It has 2 gb of RAM.
    AFP looks like it hangs out at a reasonable load most of the time, but it does show a high number of threads in use. I tried setting the maxThreads key from 200 to 300 in /Library/Preferences/com.apple.AppleFileServer.plist. My client is going to restart AFP to see if that helps at all.
    Regardless, what might cause the multiple authenticated/guest logins per IP? Has anyone else seen this?
    Thanks for any tips you may have.

  • Strange behavior from portal

    Hello All,
    I have a form portlet and a report portlet on the same tabbed page. The form portlet receives the input parameters for the report portlet. The form portlet is based on a stored procedure. The values are passed to the stored procedure and the stored procedure is executed. After the procedure is executed, I place the following code in the on success box in the form:
    htp.p('<script language="JavaScript1.3">');
    htp.p('javascript:history.go(-1)');
    htp.p('</script>');
    This causes the browser to return to the previous screen which at this point has the data from the procedure execution(procedure populates temp table, report is run off of the temp table) displayed in the report. The problem is that all of this works perfectly from MY computer. However, when viewing this from other machines the browser simply blinks(refreshes super fast) and does nothing and the user is left there looking at the initial page with their parameters still in the form.
    I noticed this behavior also in another tabbed page where there is a form based on a table and a report which uses the values from the form stored in the session object. That also works perfectly from my machine and one other machine but does not work from other desktop PCs. I am out of ideas as to how to solve this. I set the top level page to Don't Cache thinking this it would solve the problem but it did not.
    Does anyone have any suggestions or have seen this problem before?

    I would suggest checking the following things:
    * browser versions - different browser versions may behave slightly differently for the same javascript
    * also check the cache settings of the browser - there is a setting in IExplorer about page caching (Internet Options-> general tab -> Temp files -> Settings -> "check for newer versions of the page") which should be "Every visit to the page" - I have seen similar strange behaviour when that is not so (default is "automatically" which may decide that it will just use the last cached version)

  • Strange behaviors from SG300-10MP

    Hi, everyone.  Was hoping to get some advice and assistance regarding two issues with a brand new SG300-10MP our company recently bought.
    1.  I've been having difficulty getting a proper trunk port to work on this, as compared to the Cisco Catalyst 2960's.  My office has temporarily been relocated to another space in our building.  The core switch in this side of the building is a 2960 series.  This room has a single network jack in it.  That jack is plugged into the 2960 directly on a trunk port with no explicit vlans as native, allowed or disallowed.  Pretty much the config of the port is "Switchport mode trunk" and that's it.  I'm sharing this space with another person on the IT team and we both have multiple computers and VoIP phones, so we've placed a NetGear FS726TP switch in here that has 12 PoE ports (for the VoIP phones) and 12 non-PoE for everything else.  Port 25 on this switch appears to be configured as a trunk port with all VLANs being tagged.  The VLANs on this switch are (1, 3, 6, 10, 11, 1001 and 2).  VLAN 6 is for PC's, 11 is for VoIP phones, 1001 is for management, and 1 is the default VLAN and also is the PVID for port 25.  Everything plugged into the NetGear is working as expected.  The SG300-10MP's port 9 is plugged into the NetGear's port 26.  I've configured port 26 identically to port 25, so as far as the NetGear is concerned, that should be a trunk port.  I've attempted to configure the SG300-10MP's port 9 as a trunk, but I've found that first I need to manually create all my VLANs on it that I want to use on the switch (in this case, 1, 6, 10, 11 and 1001), and then for the trunk to actually work as expected, I have to explicitly allow the VLAN's on port 9 ("switchport trunk allowed vlan add all").  I've configured GE1-8 to be access ports on VLAN 6.  The strange thing is, every 5 minutes I get this message on the console: "%CDP-W-NATIVE_VLAN_MISMATCH: Native VLAN mismatch detected on interface gi9."  This only occurs if I have a computer plugged into GE1 on the SG300.  The computer also has a second connection into the NetGear, so I suspect it might be an issue with spanning tree, although how the switch is communicating through my PC is unknown.  When I first unboxed the SG300 and plugged my computer into a port, it was grabbing a valid DHCP address for VLAN 6 somehow through my PC.  Does anyone have any idea why I keep getting this?  I'd done a "sh cdp n detail" and this is what it gives me:
    Device-ID: 2960-06-TrunkSw5590.XXXX.XXXXX.local
    Advertisement version: 2
    Platform: cisco WS-C2960S-24TS-S
    Capabilities: Switch IGMP
    Interface: gi9, Port ID (outgoing port): GigabitEthernet0/15
    Holdtime: 151
    Version: Cisco IOS Software, C2960S Software (C2960S-UNIVERSALK9-M), Version 12.2(55)SE5, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Co
    Duplex: full
    Native VLAN: 1
    SysObjectID: 0.0
    VTP Management Domain: XXX
    Primary Management Address: IP 10.100.100.125,
    Addresses:
              IP 10.100.100.125
    Device-ID: SEP08000F77571D
    Advertisement version: 2
    Platform: Mitel 5330e,DN 2890
    Capabilities: Host Phone
    Interface: gi9, Port ID (outgoing port): Port 1
    Holdtime: 125
    Version: M6020006
    Duplex: full
    Power drawn: 6100 milliwatts
    SysObjectID: 0.0
    Addresses:
              IP 10.2.2.60
    Device-ID: SEP08000F8E7773
    Advertisement version: 2
    Platform: Mitel 5330e,DN 2643
    Capabilities: Host Phone
    Interface: gi9, Port ID (outgoing port): Port 1
    Holdtime: 125
    Version: M6020006
    Duplex: full
    Power drawn: 6100 milliwatts
    SysObjectID: 0.0
    Addresses:
              IP 10.2.2.25
    Device-ID: 5067ae3ccc29
    Advertisement version: 2
    Platform: Cisco SG300-10MP (PID:SRW2008MP-K9)-VSD
    Capabilities: Switch IGMP
    Interface: gi9, Port ID (outgoing port): gi1
    Holdtime: 121
    Version: 1.3.5.58
    Duplex: full
    Native VLAN: 6
    SysName: switch3ccc29
    SysObjectID: 0.0
    Addresses:
              IP 10.200.1.55        (this is the IP for Management of the SG300 on VLAN1001)
    So, CDP appears to be working, seeing itself, the two VoIP phones and the core switch, but getting nothing from the NetGear (obviously).  The Native VLAN on the core switch is 1 and the PVIDs on both trunk ports on the NetGear are also 1, the default VLAN on the NetGear is 1, all packets are tagged on ports 25 and 26, and I've even set GE9 on the SG300 as native vlan 1, but still getting these errors.  Is this just a warning that's being caused by having that NetGear between the two Cisco switches or something else?
    2.  Whenever I make any changes to the VLANs on the switch from the command line, it always gives me this message:  "Please ensure that the port through which the device is managed has the proper settings and is a member of the new management interface.  Would you like to apply this new configuration? (Y/N)[N]"  As mentioned above, VLAN 1001 is our management VLAN and I've assigned IP address 10.200.1.55, subnet mask 255.255.255.0 to interface VLAN1001.  After I set that, if I make any changes to the VLANs, whether it be adding a new VLAN interface, or changing the IP address or removing an IP address, I'll get that message, choose "YES", and then I'll lose all IP connectivity to the rest of the VLAN1001 subnet.  I look at the config and even if I was working with a VLAN other than 1001, the IP address I assigned to interface VLAN1001 will be gone.  Also, the default gateway will be removed.  So, every time I make any change to the VLANs, I have to go and re-do these things.  Is this normal behavior for the configuration to blow itself up like this?
    Help!

    Looks like Cisco small business products dont support the cisco network assistant. I have tried the web console with both Internet Explorer and Firefox.

Maybe you are looking for

  • Windows 8 Consumer Preview on Boot Camp- MBP Late 2011

    Hi all. I have been having problems on installing the Windows 8 CP on my late 2011 MBP, on Boot Camp the "Create Windows 7 Install disk" option is grayed out, I cannot access that area. Are there any other ways to run the Preview on Boot Camp? Or sho

  • Skype phone adaptor for Windows 7

    I was using a D-Link DPH-50U phone line adaptor to connect to a 2-line phone and a wireless headset with reasonable success on Windows XP.  Now that I've moved to Windows 7, the D-link device does not work any more.  Are there any hardware phone adap

  • Insufficient privileges when logging in as sysdba

    Oracle: 10.2.0.4 Solaris I try to login as sysdba across the network sqlplus sys@MYDB as sysdba Password: blah ERROR: ORA-01031: insufficient privileges I have a password file. I ran the orawpd under $ORACLE_HOME/dbs Parameter remote_login_passwordfi

  • Sorting array of numbers

    I have an multiple arrays of numbers 1-10 in different orders. I want to sort them in ascending order. example for(int pass=0; pass < sizeofarray; pass++){     for(int t=0; t < sizeofarray; t++){         if(array[t] > array[t+1]){             hold=ar

  • Does Jsdk 1.4.2 supports JSF

    Hi, Can some one please help me here I was tring to use JSF with the following combination, it is not even displaying the jsp page I was using Tomcat 5.5.23 with jsdk1.4.2 Thanks