Uplinks on 3750 Stacks

We are at the early stages in deploying a Campus LAN, at the access layer we are planning on using 3750 stacks with 2 x 2gb etherchannel uplinks going to diverse core switches; what is the best practice for the cross-stack etherchannel port assignment. E.g. Would it be best to put the first etherchannel uplink on the stack master and the second etherchannel on a non-master switch? Also what are the recommendations for using STP (R. PVST+) or load balancing in this scenario?

For cross-stack EtherChannel configurations, ensure that all ports targeted for the EtherChannel are either configured for LACP or are
manually configured to be in the channel group using the channel-group channel-group-number mode on interface configuration command. The PAgP protocol is not supported on cross- stack EtherChannels.
Here is the procedure from the 3750 12.2.25 docs.
This example shows how to configure a cross-stack EtherChannel. It
assigns two ports on stack member 2 and one port on stack member 3 to
channel 7 using LACP active mode:
Switch# configure terminal
Switch(config)# interface range gigabitethernet2/0/4 -5
Switch(config-if-range)# no ip address
Switch(config-if-range)# no switchport
Switch(config-if-range)# channel-group 7 mode active
Switch(config-if-range)# exit
Switch(config)# interface gigabitethernet3/0/3
Switch(config-if)# no ip address
Switch(config-if)# no switchport
Switch(config-if)# channel-group 7 mode active
Switch(config-if)# exit
check out the following link for more information on configuring Etherchannels :
http://www.cisco.com/en/US/customer/products/hw/switches/ps5023/products_configuration_guide_chapter09186a00801a658f.html#12539

Similar Messages

  • Question Re: connecting 2960C switch to 3750 stack, max number of VLANS limit...

    Hypothetical question: Let's suppose for example I've got a 3750 switch stack in a data center with over 300 VLANs defined on the 3750 stack, and that stack is also my VTP domain server. I wish to connect a small compact 2960C switch (which has a max limit of 255 VLIDs) as a VTP client to the 3750 stack's VTP domain and have the port at each end of this uplink connection set up to be an 802.1q trunk, but limit the VLIDs trunked to the 2960 to just a small handful (let's say just 3 or 4 vlans) via for example something like "switchport trunk allowed vlan 1,2,11,18" on the uplink port of the 2960C switch. Will the mere fact that there are hundreds of  VLIDs present in the vlan configs on the 3750 stack confuse the little 2960C switch's max 255 vlans limits?  Or will the 2960C with its "Lan Base" software happily show all 300+ vlans present in the parent switch stack in a "show vlan" command but simply only let you activate up to the 255 limit locally on that switch?
    Normally I'd just use a 3560C switch with IP Base software for this purpose and not worry about any vlan max limit, but we're having to penny-pinch the project and save a few hundred dollars on this compact switch purchase and I've never used the 2960 family before. The small compact switch will be used to host a non-Cisco, 3rd party wireless LAN controller with several APs that will have a handful of different SSIDS, each on a separate vlan, and will not be located in the data center, but in another building connected by a fiberoptic link that will carry the "trunk".  
    EDIT: I found an old discussion thread where someone else was faced with a similar scenario, and he discovered that even with using "switchport trunk allowed..." and "switchport trunk pruning..." commands on the interfaces at both ends of the link, that  the 2960 switch would still fall out of VTP client mode into transparent mode, which make you lose the benefit of having centralized management of a VTP domain. Seems the VTP protocol will always publish the full list of vlans from the server and this blows the mind of the small switches which  drop into VTP transparent mode because they cannot handle all that many spanning tree sessions. Looks like the 2960 simply cannot be used in a high-vlan-density network if you wish to preserve central VTP domain management features. Rats.

    The house network machine can browse and playback/stream video fine, however at the same time the machine on the wireless shows significant slowdown when browsing the web.
    The issue is defiantly on the wireless side, If i plug a machine directly into the switch and assign it a static ip, i do not get slowdown, so this is happening before it reaches the poe switch.
    So many factors affect the way to stream data up and down wireless.  Sure, I have seen >40 clients on 802.11a AND 802.11b radio of a single 1140 AP.  But this is not good.  Why?  Because wireless is a very "noisy" environment.  When one talks, everyone else has to stop, listen and waits for their turn.  The > 80 wireless clients connected to the 1140 AP had a detected maximum speed of 11 Mbps and they couldn't get any higher than that.  They couldn't get any lower than 11 Mbps because I've disabled lower data rates.   
    You said you hard-code the channels to 1, 6 and 11 but what is the co-channel interferrence like in your wireless environment?  

  • Up-link 2 x 3750 Stack to 4 x 3850 stack

    All - 
    Sorry is this is a rather simple question but I’ve never worked with Stack switches before? I have a remote office that has 3 floors. On one floor we have a 2 3750s in a stack. On another we have a single 3560 and I’m going to be installing a new 3850 stack – the new stack will have 4 x 3850’s...
    My question is how should I uplink the other switches to the new stack? In the new stack I have a master a slave and two member switches. Should I create a port channel from the 3750’s and use all available links and spread them across all switches in the new stack, and then do the same with the single switch on the other floor? Or should I create two port-channels from the 3750 and the 3560 to the new 3850 stack?
    My thought is that if I create a single port channel form each switch to the new stack I would be basically be removing spanning tree from the environment and basically daisy chaining the switches? Is this a valid solution? Also does the stack act like a chassis where the control plan would be on the master – if so can I spread a interfaces in a port channel across all members in the stack?
    Thanks in advance
    Mike 

    Disclaimer
    The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
    Liability Disclaimer
    In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
    Posting
    To take advantage of fewest (logical) devices and redundancy, run a dual Etherchannel from your new 3850 to the 3750 stack and the 3650.  On both the 3850 and 3750 stacks, insure the same Etherchannel links are on different stack members.
    Logically, you would no longer need STP, but keep in running in case anyone accidentally creates a L2 loop.
    As to what stack members to terminate uplinks/downlinks on, on 3750s, Cisco recommends avoiding the stack master (not possible on your dual 3750 stack).  I don't know what Cisco's recommendations, if any, is for 3850 stacks.
    Yes, stacks "appear" much like chassis devices, i.e. stack member ports "appear" like chassis line cards ports.

  • Magic number mismatch: bad mzip file in 3750 stack switch

    Hi All can anybody help me in this error msg
    "magic number mismatch: bad mzip file"
    I am trying to upgrade the switch  with"c3750e-ipbasek9-tar.122-55.SE5.tar" in 3750 stack switch it is  showing this error msg while booting
    thanks in advance

    Hi,
    The reason you are getting this error message on the switch is a corrupt or wrong IOS image "c3750e-ipbasek9-tar.122-55.SE5.tar".
    If the switch is in rommon mode, and you have any other image in the switch, boot it using that image. Once the switch is up, download and copy the correct IOS image once again on the switch and try to upgrade.
    If you need help in finding the correct IOS image, give me the exact switch model number, i will help you with that.
    But forsure the image is wrong or corrupt and that is why you are getting this error.
    Thanks
    Ankur
    "Please rate the post if found useful"

  • Re: Cat 3750 Stack Management

    Hello,
    I am building a few 3750 stacks with three or more units, I want to be able to poll/monitor each  individual switch in the stack but as it only has 1 ip associated with  the stack, how can I do this?   I am blind to a switch  going down in the middle of the stack.  I saw this in a four-year-old forum, but I say no specific resolution.

    All stack management happens through the commander.  The stack looks like a huge switch.  If you want to monitor a specific switch's interfaces you can.  They will be numbered as *EthernetX/0/Y, where X is the stack member number and Y is the interface number.  CPU utilization can only be monitored on the active stack master, though.  Inventory can be obtained from each stack member using ENTITY-MIB.  Environmental data can be obtained for each switch using the CISCO-ENVMON-MIB.

  • Does PI 1.3 alarms when a 3750 stack member goes down?

    Hi
    One 3750 stack member went down but the PI 1.3 did not shown any alarm.
    Connecting CLI on the stack we see the status Provisioned on the failed member.
    Is any way to detect this failure?
    I think it should show some alarm like Card down pointing to the failed stack member.
    Any help is appreciated

    Unfortunately PI 1.3 does not supports stack member down situation. There was an enhancement for this :
    CSCuh81366 : PI needs an event for the loss of a stack member
    You need to move your PI to version 2.0 or higher to have better stack management from PI.
    -Thanks
    Vinod
    **Encourage Contributors. RATE Them.**

  • 3750 stack won't sync with NTP server

    Any help greatly appreciated with this one - I can't for the life of me figure out what's going wrong here.
    I'm working on a 3750 stack in Singapore (UTC +8) and I'm trying to get it to sync its clock with 3.sg.pool.ntp.org.
    This is the weird part - "sh ntp associations" shows that it is syncing:
      address         ref clock       st   when   poll reach  delay  offset   disp
    *~199.195.193.200 203.117.180.36   2     52     64   377 80.936 -13895.  1.771
    * sys.peer, # selected, + candidate, - outlyer, x falseticker, ~ configured
    And "sh ntp associations de" shows that it's happy:
    199.195.193.200 configured, our_master, sane, valid, stratum 2
    ref ID 203.117.180.36, time D691F63E.C4B691CD (17:26:22.768 UTC Tue Jan 28 2014)
    our mode client, peer mode server, our poll intvl 64, peer poll intvl 64
    root delay 196.39 msec, root disp 592.71, reach 377, sync dist 944.69
    delay 80.93 msec, offset -13895.2686 msec, dispersion 2.65
    precision 2**20, version 4
    org time D691FA8F.5FF29003 (17:44:47.374 UTC Tue Jan 28 2014)
    rec time D691FA9D.5041E9C7 (17:45:01.313 UTC Tue Jan 28 2014)
    xmt time D691FA9D.3B3524C8 (17:45:01.231 UTC Tue Jan 28 2014)
    filtdelay =    82.20   80.93   82.17   81.49  155.78   81.08   84.67   82.09
    filtoffset = -13897. -13895. -13899. -13900. -13901. -13872. -13876. -13876.
    filterror =     0.00    0.99    1.98    2.94    3.94    4.92    5.87    6.81
    minpoll = 6, maxpoll = 10
    But the clock is stubbornly remaining unsynchronised ("sh ntp st"):
    Clock is unsynchronized, stratum 16, reference is 199.195.193.20
    nominal freq is 119.2092 Hz, actual freq is 119.2092 Hz, precision is 2**17
    reference time is 00000000.00000000 (08:00:00.000 UTC Mon Jan 1 1900)
    clock offset is -13895.2686 msec, root delay is 0.00 msec
    root dispersion is 14.62 msec, peer dispersion is 3.26 msec
    loopfilter state is 'CTRL' (Normal Controlled Loop), drift is 0.000000000 s/s
    system poll interval is 64, never updated.
    NTP-relevant config is as follows (no ACLs, outbound UDP 123 allowed on perimeter firewall):
    clock timezone UTC 8 0
    ntp server 3.sg.pool.ntp.org
    I have configured a pair of stacks in Hong Kong for NTP (though that was a couple of months ago and I recall that those were a pain at the time as well) and those are working fine.

    Much to my annoyance, the switch stack is now synchronised.  No  configuration changes were made in the interim; it just looks like it  needed a long time (well over an hour in this case) to start syncing  properly.

  • Serial numbers on 3750 stacks

    CW Contracts reporting reports the master SN. How can I pull all the SN for all devices in a 3750 stack for asset/inventory purposes?

    kathegaj2 wrote:First, thanks to everyone that answered me, it feels effective when you get some kind of answer.So, nothing in reports that can assist with inventory-ing serial numbers for equipment rather than loopback management.I have built Netshow jobs that run sh ver | inc System serial and sh diag | inc PCB and in a large environment these are sloppy to parse.I checked also Contract Status and these also just apply to the master serial. Any other ideas?
    You need to create a Custom Report Template in RME Reports.
    - Association : don't pick anything
    - Inventory Group : Chassis
    - Attribute : Chassis Serial Number
    - Operator : Contains
    - Value : All
    Click "Add", then "Save Changes", then Finish.
    Then you use your custom report on a selection of device (using Report Generator, Inventory, pick your custom template), and you should be good to go. I then export it to CSV for further editing, sorting, etc.
    HTH.
    Alex.

  • Etherchannel issue between 3750 stack and WS-CBS3012 for IBM blade centre

    Hi,
    We are trying to configure Etherchannel between four ports of cisco 3750 stack(2ports from one switch of stack and two ports from another switch of same stack). We are facing issues with this setup. The ports in WS-CBS3012 are going to err disable mode.
    Is  there any limitations associated with such a cross-stack etherchannel configuration. Please suggest if there is any particular sequence of configuration involved.
    Switch1 in stack
    int gi 3/0/3
    switchport mo trunk
    switchport trunk allowed vlan 10-30
    sw tr en dot1q
    channel-group 1 mode on
    spanning-tree guard root
    switch 2 in stack
    int gi 3/0/3
    switchport mode trunk
    switchport trunk allowed vlan 10-30
    sw tr en dot1q
    channel-group 1 mode on
    spanning-tree guard root
    int port-channel 1
    switchport mode trunk
    switchport trunk allowed vlan 10-30
    sw tr en dot1q
    channel-group 1 mode on
    spanning-tree guard root
    in WS-CBS3012 ports are configured with trunk,allowed vlan and etherchannel configuration with mode on.
    With Regards,
    Madhan kumar G

    Hi,
    The commnad "no spanning-tree etherchannel guard misconfig" on WS-CBS3012 resolved the issue.
    Regards,
    Madhan kumar G

  • VLAN on 3750 Stack

    I am in the process of getting a 3750 switch stack installed. The stack will use layer 3 and will replace a 5505 layer 2 switch. The 5505 has all ethernet ports set to vlan 110.
    My 3750 stack will also have all fasethernet ports in vlan 110.
    I wanted to do as much of the up front installation prior to cutover, but did not to cause any problems in my vtp domain, so for the moment I have shutdown vlan 110 on the 3750 stack
    I noticed that as soon as I did it took the following off of every fastethernet interface in the stack:
    switchport access vlan 110
    switchport mode access
    While I sort of understand why..it has caused a little trouble because I have recently added another 3750 to the stack and was planning on configuring the rest of my interfaces using port range.
    I assume the commands will be added back as soon as the interface vlan 110 is taken out of shutdown.
    I was just taken by surprise that it modified the configuration as such and has made it hard to configure the other fasethernet ports I have added.
    Hope this clear. Can anyone explain this a little more for me. Thanks

    I want to try and add some clarification
    I have 2 3750-48POE's in a stack...so I had 96 ports
    each fastethernet interface on both 48 port switches was configured like this:
    interface FastEthernet1/0/1
    switchport access vlan 110
    switchport mode access
    switchport access vlan 410
    switchport port-security
    switchport port-security aging time 2
    switchport port-security violation restrict
    switchport port-security aging type inactivity
    priority-queue out
    mls qos trust cos
    no mdix auto
    spanning-tree portfast
    spanning-tree bpdufilter enable
    spanning-tree bpduguard enable
    after shutting down the vlan 110 interface..Here's the config currently:
    JDC-3750S-12#sh run int vlan110
    Building configuration...
    Current configuration : 199 bytes
    interface Vlan110
    description 10th, 11th, 12th Fl - Data
    ip address 10.4.110.1 255.255.255.0
    ip helper-address 10.4.1.100
    ip helper-address 10.25.192.7
    ip pim sparse-dense-mode
    shutdown
    After shutting down the interface for vlan 110, each fastethernet interface became
    JDC-3750S-12#sh run int fa1/0/1
    Building configuration...
    Current configuration : 388 bytes
    interface FastEthernet1/0/1
    switchport access vlan 410
    switchport mode access
    switchport port-security
    switchport port-security aging time 2
    switchport port-security violation restrict
    switchport port-security aging type inactivity
    priority-queue out
    mls qos trust cos
    no mdix auto
    spanning-tree portfast
    spanning-tree bpdufilter enable
    spanning-tree bpduguard enable
    1.So you see that switchpot commands for vlan 110 got removed.
    2. I have added another 3750-24 POE switch since doing this and wanted to use port range to make my additional set of ports like the ones in the original config.
    I can't do that now because the vlan 110 info on the interfaces is gone.
    I'm just trying to understand what this thing is doing to me. Hope this helps

  • Sg-300 - 3750 stack with SPANNING-TREE root problem.

    Morning. I think ive configured a few hundred switches, maybe a thousand in my time, but never have a faced such horribleness that is the SG-300. After this week, I think ill refuse to touch them.
    Got 2 voice vlans and running a few vrf's on a 3750 stack. but this discussion is about layer 2.
    2 x 3750 stacked
    1 x voice switch sg-300 company A voice vlan 18 - Po1 up to 3750 distributed etherchannel Po1 (LACP active both sides) 2 ports in channel
    1 x voice switch sg-300 company B voice vlan 19 - Po1 up to 3750 distributed etherchannel Po2 (LACP active both sides) 2 ports in channel
    Allowed vlans on both sides (command on Port-channel) are data A, Voice A, Mgt A to switch A
    Allowed vlans on both sides (command on Port-channel) are data B, Voice B, Mgt B to switch B
    It seems that these switches are limited to one voice vlan....
    and that spanning tree BPDU's are ignored (or not recevied- havnt released the shark yet).  let me explain.
    originally when using "smart port" the switch with the lowest mac address, whatever Voice vlan was configured would take over the other switche's voice vlan, argh what a nightmare.
    I gave up on the GUI as its far to complcated and have Almost got this working.
    I am now using auto voice vlan, but have disabled smart macro. I hope that disabling smart macro stop other switches from learning the switch with the lowest mac address's voice vlan.  So far so good - in the LAB. No where was it documented in the cli guide how do disable this stupid feature.
    DHCP is working from scope on core, can mange the switches etc etc, access vlan voice vlan all good (after a monster battle).
    Now I have an issue with spanning tree.
    spanning tree priority for vlans 1-4094 on the 3750 is 4096.
    spanning tree priority for vlans 1-4094 on the SG-300's is 6xxxx.
    ALL switches think that they are the root. (well the "logical" 3 of them) The 3750's for all vlans, and the SG-300 for the one instance as it doesnt support per vlan.  (I am not interested in trying MST here..this is not a datacentre)
    On the 3750's Ive tried ieee, pvst, rpvst, while matching the non per-vlan equivalent on the SG series.
    What is the difference between a General port and Trunk Port on a SG-300 specific to spanning tree, native vlans (when you can just configure an untagged vlan anyway!!) and what is the relevance to the way the bpdu's are carried?
    And why the need for a PVID, when you can tell a port what is tagged and what isnt.
    Does the trunk need Vlan1 to be explicitly allowed, and untagged? Does the Po trunk need to be a general port with PVID configured? in vlan 1?
    I need to sort this, as cannot put an access switch into production that thinks it is the root of the tree.  I wish I had a 2960.... a 3500XL..anything
    Does anyone have CLI commands that can help here?

    F.Y.I for catylyst heroes - here is the equivalent config for SG-300 - Vlan1 is required on the allowed list on the catylyst side (3xxx/4xxx/6xxx)
    In this example:
    VLANS - Voice on 188, data on 57, management on 56.
    conf t
    hostname XXX-VOICE-SWXX
    no passwords complexity enable
    username xxxx priv 15 password XXXXX
    enable password xxxxxx
    ip ssh server
    ip telnet server
    crypto key generate rsa
    macro auto disabled
    voice vlan state auto-enabled !(otherwise one switch controls your voice vlan….)
    vlan 56,57,188
    voice vlan id 188
    int vlan 56
    ip address 10.230.56.12 255.255.255.0
    int vlan1
    no ip add dhcp
    ip default-gateway 10.230.56.1
    interface range GE1 - 2
    switchport mode trunk
    channel-group 1 mode auto
    int range fa1 - 24
    switchport mode trunk
    switchport trunk allowed vlan add 188
    switchport trunk native vlan 57
    qos advanced
    qos advanced ports-trusted
    exit
    int Po1
    switchport trunk allowed vlan add 56,57,188
    switchport trunk native vlan 1
    do sh interfaces switchport po1
    !CATYLYST SIDE
    !Must Explicitly allow VLan1, this is not normal for catalysts - or spanning tree will not work ! Even though it’s the native vlan on both sides.
    interface Port-channel1
    switchport trunk encapsulation dot1q
    switchport trunk allowed vlan 1,56,57,189
    switchport mode trunk

  • 3750 Stack Switch Issue

    Hi
    I have Stack of 7 3750 Switches. In that Switch 1 is master with 15 Priority and other switches are Member but because of some reason switch 1 rebooted and then Switch 2 becomes Master because it’s having 14 Priority.
    We have 2 uplinks which connected on switch 1 (1/1/1) and switch 6 (6/1/1) Tengig port. Also we have 4 AP connected on switch 6.
    So we observed that the Switch 1 came up and after that 3 AP is disconnected from WLC. if we disconnect the uplink port on Switch 1 (1/1/1) AP will connect the WLC and using uplink 6/1/1 but if we connect uplink port 1/1/1 and disconnect the uplink port 6/1/1 all 4 AP will disconnect from Network.
    We try to connect the Uplink 1/1/1 to Switch 1 other port 1/1/2 but face the same issue. So we reconnect the port 6/1/1 and used the same link which connect on 1/1/1 to switch 7 (7/1/1) and AP will connect on WLC. So as per this troubleshooting we thought some issue with Network Module or Switch of Switch1.
    So we Swap the Network module between Switch1 and Switch7 and connect the uplink on 1/1/1 but face the same issue and if we connect the same uplink on Switch 7 Ap connect to WLC.
    So we thought that Switch is having issue. But before raising an RMA for Switch we observer 1 more thing that. Earlier that when the Switch 1 is Master all 4 AP's connected to WLC and working fine but when the Switch1 became rebooted and Switch2 became Master issue started. So we rebooted the Switch 2 and make switch master and found that while connecting on port 1/1/1 of Switch port AP's are able to connect to WLC and Issue resolved.
    So I wants to know that is there any requirement that If the high priority switch rebooted and after came up it should not be Master then connected uplink will not work.
    Also let us know what’s happen if the high priority switch came up in network. Means it’s will became Master or Menber.

    Just now i Found one bug which is matching on our issue.
    3750x stack fails to update ARP table after reboot causing traffic loss
    BUG ID:-CSCtz98066
    Symptoms: When the master switch (Switch A) is reloaded or loses power and
    rejoins the stack as a member switch, any traffic stream being sent through
    Switch A is unable to be received by the destination because the newly joined
    member is not able to establish an ARP entry for the next hop router/switch.
    Debugs confirm that Switch A does not send a GARP/ARP for the next hop, though
    traffic continues to be sent to the switch.
    Conditions: The symptom is observed when only Switch A has a physical
    connection between the source and destination router/L3 switch. The newly
    elected master (Switch B) does not.
    Workaround: Ping destination from Switch A, forcing ARP request/response.
    Also affected version is 12.2(58)SE and15.0(1)SE2 and we are using IOS 12.2(58)SE.
    So we are going to upgrade the devices by this weekend with IOS 15.0(2)SE5.
    Will update you once we upgraded the switches.

  • CiscoView not displaying all switches in a 3750-Stack

    Hi,
    I am running LMS 4.1 and have an issue with Inventory: I have a stack of four 3750 switches, but only two of them are showing up in CiscoView. If I right-click - Topology - Device Report ;  I see all four switches.
    The switches are standard 3750 switches and should be included in the Device Packages for CiscoView
    Also if I go Reports  - Detailed Device ; I see the same two devices show up under Module Information. However when I go to Reports - Device Attributes ; I see all four devices correctly displayed.
    I have tried and deleted and added the stack in CiscoPrime, but with same result.
    Any ideas what the cause and fix could be?
    Thanks

    No, the problem is not in ciscoworks but on the stacks.
    You may need to take a backup of one of the stacks, port descriptions vlans , etc, and then do a write erase.
    Next you will need to Read The F Manual to make the other stack always be the master. Something in the config registry...  -) I don't recall what or how.
    Then you can connect the 2 switches from the other stack you erased to the existing stack, and then power the new member on.
    Then you should have one stack.
    The stack IP you deleted can be removed from ciscoworks, the other will be updated.
    Then you can configure the new stack members as they were configured previously, port descriptions vlans , etc.
    Cheers,
    Michel

  • 3750 stack - high cpu for "hulc running con" every one or two minutes

    I have a stack of 4 x 3750 :
    Switch Ports Model              SW Version            SW Image
    *    1 28    WS-C3750G-24PS     12.2(53)SE            C3750-IPSERVICES-M
         2 12    WS-C3750G-12S      12.2(53)SE            C3750-IPSERVICES-M
         3 12    WS-C3750G-12S      12.2(53)SE            C3750-IPSERVICES-M
         4 28    WS-C3750G-24PS     12.2(53)SE            C3750-IPSERVICES-M
    And every minutes or two minutes (approximately), I have high cpu for "hulc running con" without doing anything.
    coeur#sh proc cpu sort
    CPU utilization for five seconds: 86%/28%; one minute: 49%; five minutes: 49%
     PID Runtime(ms)   Invoked      uSecs   5Sec   1Min   5Min TTY Process 
     312   670849714   3362057     199535 44.22%  5.00%  4.96%   0 hulc running con 
      82   234351581 353049778        663  3.76%  5.99%  5.95%   0 HLFM address lea 
     277       11138      8537       1304  1.05%  1.70%  1.12%   1 Virtual Exec     
     142    10589757 353659360         29  0.90%  0.33%  0.22%   0 Hulc LED Process 
    coeur#sh proc cpu sort
    CPU utilization for five seconds: 95%/27%; one minute: 52%; five minutes: 49%
     PID Runtime(ms)   Invoked      uSecs   5Sec   1Min   5Min TTY Process 
     312   670832227   3361981     199545 55.59%  8.95%  5.76%   0 hulc running con 
      82   234334259 353043921        663  3.99%  5.78%  6.02%   0 HLFM address lea 
     277        6286      7531        834  0.63%  1.06%  0.61%   1 Virtual Exec     
     106    15342490  19948859        769  0.47%  0.20%  0.15%   0 hpm counter proc 
     119     2034091  13865800        146  0.31%  0.04%  0.03%   0 LLDP Protocol    
     142    10588906 353653113         29  0.31%  0.21%  0.16%   0 Hulc LED Process 
    How can I find which is doing a "show run" ? Which debug can I do ?
    Thanks

    We solved our problem it was caused because we were routing in and out the same L3 interface.
    Fixed this issue and our CPU dropped dramatically.

  • CiscoWorks LMS 4.0.1, user tracking acquisition problem on 3750 stack.

    Hello.
    We are using Catalyst 3750 switch stacks with software 12.2(44)SE. We have two stacks, only one with IP routing enabled.
    When we try to run an Acquisition Action on this, from Admin> Collection Settings> User Tracking, the system replies with an error "Failed to start acquisition: Device unreachable. Please enter a valid device".
    Device Center reports "success" on all collector status.
    Acquisition starts successfully when we try with the other stack.
    With LMS 4.1 demo, users acquisition runs successfully.
    Any suggestions is appreciated.
    Thanks.
    Regards.
    Andrea

    Hello Andrea,
    just wanted to let you know that I have fixed that for our system. I reinitated the UT Database with the following command:
    /opt/CSCOpx/bin/perl /opt/CSCOpx/campus/bin/reinitdb.pl -restore -ut -all
    It's important to call perl with the full path, otherwise it will completely fail.
    Hope this will help you.
    Greetings

Maybe you are looking for

  • ITunes doesn't see iPhone4 after recent update of iTunes

    I recently updated iTunes. The update went smoothly, but immediately after the update iTunes no longer shows my iPhone4. The diagnostics show that everything is okay with exception of the no iPhone connected error. I've run through all of the Apple h

  • How do we maintain concessions

    Hi all, Iam new to this forum and need some information. In Indian scenarios how do we maintain the caste of a student and the fee concessions based on the caste he blongs.How can we maintain the reservation of number of seats for different castes. P

  • Getting Rid of Desktop Analog Clock after Tiger Migration Assistant

    I used the analog clock that floats on the desktop under OS10.2.8 and although it migrated fine - I no longer want it. I think it used to reside in user/library/login items but there isn't any such thing anymore and nothing happens when I try to drag

  • How do I ensure that I really get all my purchases.

    I'm missing stuff from iPad and iTunes library. When I select to check for available downs it tells me I have them all. Yet in app store I see apps with INSTALL rather then price, free or update. Thnx. Btw ...not liking the new entry to the forum. Se

  • Can somebody explain how dunning & hold are linked toghter

    In the IMG, i can not find out How dunning are linked with academic hold in the student file and can somebody explain how dunning is linked with academic hold. I defined hold type in IMG but i can not find out how to link with hold type with dunnng ?