Multicasting (IGMP Snoop) between Nortel and Cisco

We are currently having issues with Zen imaging (multicasting) and our setup is the following.
Please take into account, our knowledge is very limited with IGMP Snooping setup etc.
MDF = 6 Nortel 450-24T's using FirmWare -1.48 / SoftWare - 4.5.2.4
IGMP Settings are such :
VLAN: [ 1 ]
Snooping: [ Enabled ]
Proxy: [ Disabled ] -----> This was on...but once off, runs much smoother.
Robust Value: [ 2 ]
Query Time: [ 125 seconds ]
Set Router Ports: [ Version 1 ]
In the MDF (anythig directly in those switches) images fine now. (once I disabled PROXY)
However I have a few IDF's off the MDF that are using OLD Nortel 350F-HD's (no IGMP Snooping support) and it's horrible (can only do a few computers at a time.
So in one of the IDF's (the biggest one) I pulled out the 350F-HD and replaced it with a CISCO 2950 w/Fiber and it's using 12.1.20EA1 and I left IGMP Snooping on (thinking this will fix it) and couldn't even get ONE machine to connect and image in the multicast session. It's settings were (by default):
Global IGMP Snooping configuration:
IGMP snooping : Disabled
IGMPv3 snooping (minimal) : Enabled
Report suppression : Enabled
TCN solicit query : Disabled
TCN flood query count : 2
Vlan 1:
IGMP snooping : Disabled
Immediate leave : Disabled
Multicast router learning mode : pim-dvmrp
Source only learning age timer : 10
I then completly disabled IGMP Snooping on the CISCO and we're able to Image 5-7 Computers without a crash (more than that and it crashes - disconnects etc)
In the area's that I have All 450's or all CIsco's the imaging seems to go fine. (with minor errors)
Can any one give me some advice (or hopefully ran into this mixed setup before)?
Thank you.

Bosalaza,
Thank you for replying (and I read even more on the ip multicast routing). However I've not ran into the same issue at any school that has 100% cisco switches or 100% Nortels (that are setup correctly and not older than dirt). I think we've not needed the multicast routing setup as we only have one router on the network (and it's flat at the moment anyway). As long as IGMP Snooping is enabled correctly (on the switches) it seems to serve us well.
Although from what I've read (where you pointed me too) it seems even in our setup we would benifeit from taking time to setup "ip pim ....." etc.
I was able to scrounge from another network and change out a few very old Nortels (that didn't support IGMP Snoop) and all seems well now.
So long story short (and incase anyone else needs this info. The Nortel 350T and F - HD's were the main issue. It seems (for now) that a mixture of Nortel 350/450-24T's (any model that at least has IGMP Snooping) and Cisco's mixed (also Snoop on) works pretty well.
I'm going to consider this solved as I was able to fix it with changing out some old product. However I really appreciate your efforts and pointing my towards some good info. (Which I'm going to read up on more, as I'm sure we'll need to get it setup in the near future.)
Thanks again.

Similar Messages

  • How to create multiple sip trunks between cucm and cisco unified sip proxy

    Dear Expert,
    Is there a way to create multiple sip trunks between CUCM and Cisco Unified SIP Proxy (CUSP)? How to achieve it without creating multiple IP interfaces on the CUSP module.
    CUCM: 8.5.1.10000-9
    CUSP: 8.5.2
    Thank you,
    .wan

    Hello Michael,
    This SIP trunk is part of UCCE solution, which used between CVP, CUSP, and CUCM.
    The requirements:
    1) To have different codecs for different type of calls, as the phones are at few countries
    2) To pass different number of digits from CUSP to CUCM for different call treatments
    .wan

  • IPSEC between Fortinet and Cisco SA540

    Hi,
    We have done the site to site VPN between Fortinet and Cisco SA540. Everything is configured at both ends but the tunnel is not establised. Can you help me out to resolve the issue.
    Regards,
    Satish.

      Hello Venkatasatish,
    I gonna send you an example of VPN between Cisco ASA 8.2 version and Fortigate mr4.
    In my example i gonna use the following environments:
    Cisco ASA "Zones"
    Inside: 192.168.1.0/24     "Asa inside interface Ip address 192.168.1.1"
    Outside: 200.200.200.0/29  "Asa outside interface Ip address 200.200.200.1"
    Fortigate "Zones"
    inside: 172.16.1.0/24     "Asa inside interface Ip address 172.16.1.1"
    outside: 201.201.201.0/29  "Asa outside interface Ip address 201.201.201.1"
    =================================> VPN Script of ASA <=================================
    access-list inside_access_in remark Firewall rule from ASA to Fortigate
    access-list inside_access_in extended permit ip 192.168.1.0 255.255.255.0 172.16.1.0 255.255.255.0 log notifications
    access-group inside_access_in in interface inside
    access-list VPN_NONAT remark Nonat to VPN traffic over VPN
    access-list VPN_NONAT extended permit ip 192.168.1.0 255.255.255.0 172.16.1.0 255.255.255.0
    access-list CryptoMap_ASA_to_Fortigate remark VPN Site-to-Site to Fortigate Site
    access-list CryptoMap_ASA_to_Fortigate extended permit ip 192.168.1.0 255.255.255.0 172.16.1.0 255.255.255.0
    nat (inside) 0 access-list VPN_NONAT
    crypto isakmp enable outside
    crypto isakmp policy 1
    authentication pre-share
    encryption 3des
    hash sha
    group 2
    lifetime 86400
    crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
    crypto map OUTSIDE_map 1 match address CryptoMap_ASA_to_Fortigate
    crypto map OUTSIDE_map 1 set peer 201.201.201.1
    crypto map OUTSIDE_map 1 set transform-set ESP-3DES-SHA
    crypto map OUTSIDE_map 1 set security-association lifetime seconds 3600
    crypto map OUTSIDE_map interface outside
    group-policy GP_TO_FORTIGATE internal
    group-policy GP_TO_FORTIGATE attributes
    vpn-idle-timeout none
    vpn-tunnel-protocol IPSec
    tunnel-group 201.201.201.1 type ipsec-l2l
    tunnel-group 201.201.201.1 general-attributes
    default-group-policy GP_TO_FORTIGATE
    tunnel-group 201.201.201.1 ipsec-attributes
    pre-shared-key cisco123
    =================================> VPN Script for Fortigate ==============================
    Phase 1:
    FORTIGATE# config vpn ipsec phase1-interface  "enter"
    FORTIGATE (phase1-interface) # edit 200.200.200.1 "enter"
            set interface "outside"
            set keylife 86400
            set mode main
            set dhgrp 2
            set proposal 3des-sha1
            set remote-gw 200.200.200.1
            set psksecret ENC cisco123
            next "to apply the configuration"
    Phase 2
    FORTIGATE# config vpn ipsec phase2-interface
        edit 200.200.200.1
            set keepalive enable
            set pfs disable
            set phase1name "200.200.200.1"
            set proposal 3des-sha1
            set dst-subnet 192.168.1.0 255.255.255.0
            set keylifeseconds 3600
            set src-subnet 172.16.1.0 255.255.255.0
            next "to apply the configuration"
    Config route to VPN: I am using 100 entry, you need to take a look at your firewall.
    FORTIGATE# config router static "enter"
    FORTIGATE (static) # edit 100 "enter"
    FORTIGATE (100) #  set device "200.200.200.1"
                       set distance 1
                       set dst 192.168.1.0 255.255.255.0
    Create a Rule: in my example I´m using any to any over VPN, but you can to filter based on network environments.
    FORTIGATE # config firewall policy "enter"
    FORTIGATE (policy) # edit 100 "enter"
    config firewall policy
        edit 100
            set srcintf "200.200.200.1"
            set dstintf "inside"
                set srcaddr "all"            
                set dstaddr "all"            
            set action accept
            set schedule "always"
                set service "ANY"            
            set logtraffic enable
            set comments "Access from VPN ASA site"
    FORTIGATE (policy) # edit 101 "enter"
    config firewall policy
        edit 101
            set srcintf "inside"
            set dstintf "200.200.200.1"
                set srcaddr "all"            
                set dstaddr "all"            
            set action accept
            set schedule "always"
                set service "ANY"            
            set logtraffic enable
            set comments "Access to VPN ASA Site"
    After that, please start a traffic between private network, 192.168.1.0 and 172.16.1.0/24.
    Please let me know about it!
    Good luck.
    Fabio Jorge Amorim

  • IPSec ikev2 between ASA and Cisco Router

    Hi,
    i try to do IPSec with ikev2 (SHA2) between ASA and Cisco Router, without success. Any one can help me ?
    - Remote site (Router) with dynamic public IP -> Dynamic crypto map on the ASA
    - Authentication with Certificats
    - integrity sha2
    I try a lot of configurations without success.
    Thanks for your help.
    Mic

    The more secure ike policy should have the higher priority which is a smaller number. So I would configure there the following way (policy 30 only if really needed):
    crypto ikev1 policy 10
    authentication pre-share
    encryption aes-256
    hash sha
    group 5
    lifetime 28800
    crypto ikev1 policy 20
    authentication pre-share
    encryption aes-256
    hash sha
    group 2
    lifetime 28800
    crypto ikev1 policy 30
    authentication pre-share
    encryption aes
    hash sha
    group 2
    lifetime 43200
    The Cisco VPN Client is EOL and not supported any longer. And yes, by default DH group 2 is used. But that can be configured by a parameter in the PCF-file.
    There are two (three) better options:
    Best option with very little needed configuration:
    Move to AnyConnect with TLS. AnyConnect is the actual Cisco client that is also supported with Windows 8.x. The legacy IPsec client isn't.
    Best option with a little stronger crypto but more configuration:
    Move to AnyConnect with IPsec/IKEv2. 
    Move to a third-party client like shrew.net. I didn't use that client since a couple of years any more, but it's quite flexible and also has a config for a better DH-group.
    For option 1) and 2) there is an extra license needed, but thats not very expensive.

  • Remote span between Extreme and Cisco switches

    Hello,
    I need to configure remote span between Extreme Networks X460-24p and Cisco Cataylst 2960X switches. 2 IP phones are connected to ports 15 and 17 on Extreme switch, and should be monitored to port 1/0/47 on Cisco switch. Extreme and Cisco switches are interconnected with trunk (port 28 on Extreme with port 1/0/51 on Cisco).
    I configured the following:
    On Extreme switch:
    configure mirror mode enhanced
    enable mirroring to port 28 remote-tag 1000
    configure mirroring add port 17 ingress-and-egress
    configure mirroring add port 15 ingress-and-egress
    On Cisco switch:
    vlan 1000
     name RemoteSPAN
     remote-span
    monitor session 1 destination interface Gi1/0/47
    monitor session 1 source remote vlan 1000
    But this is not working :(
    Does enyone have experience with this? I really need help to make this work.
    Thanks.

    OK, this configuration is actually working :)

  • VPN between RV042 and Cisco 2801

    HI
    Kindly help me out. I'm configuring a p2p vpn between a cisco 2801 with IOS 12.3 and a linksys RV042. I'm getting following error on Linksys and Cisco respectively.
    [Tunnel Negotiation Info] >>> Initiator Send Main Mode 1st packet
    Dec 19 02:40:42 2011
         VPN Log
        Received informational payload, type NO_PROPOSAL_CHOSEN
    dst             src             state               conn-id     slot    status
    x.x.x.x       x.x.x.x   MM_NO_STATE          0        0       ACTIVE
    Below are my config:
    Linksys RV042:
    Keying Mode: IKE with Preshared Key
    Phase1 DH Group: Group2
    Phase1 Encryption: 3DES
    Phase1 Authentication: MD5
    Phase1 SA Life Time: 28800
    Perfect forward secrecy : enabled
    Phase2 DH Group: Group2
    Phase2 Encryption: 3DES
    Phase2 Authentication: MD5
    Phase2 SA Life Time: 28800
    Preshared Key: xxxxxx
    Cisco 2801:
    crypto isakmp policy 11
    encr 3des
    authentication pre-share
    group 2
    lifetime 28800
    crypto isakmp key xxxxxx address xxxxxx
    no crypto isakmp ccm
    crypto ipsec transform-set STRONGER esp-3des esp-md5-hmac
    crypto map myvpn 10 ipsec-isakmp
    set peer xxxxxx
    set transform-set STRONGER
    set pfs group2
    match address 103
    interface FastEthernet0/0
    ip address 10.0.0.56 255.255.255.0
    ip nat inside
    ip virtual-reassembly
    no ip route-cache
    duplex auto
    speed auto
    no mop enabled
    interface FastEthernet0/1
    ip address xxxx xxxx
    ip nat outside
    ip virtual-reassembly
    no ip route-cache
    duplex auto
    speed auto
    crypto map myvpn
    ip nat pool branch xxxxxx xxxxx netmask 255.255.255.240
    ip nat inside source route-map nonat pool branch overload
    access-list 103 permit ip 10.0.0.0 0.0.0.255 192.168.2.0 0.0.0.255
    access-list 110 deny   ip 10.0.0.0 0.0.0.255 192.168.2.0 0.0.0.255
    access-list 110 permit ip 10.0.0.0 0.0.0.255 any
    snmp-server community public RO
    route-map nonat permit 10
    match ip address 110
    Rgards
    SAM

    Hi,
    It looks like you are using the default hash for the crypto isakmp policy and that your connection is failing on the phase 1 negotiation.  The default hash on the crypto isakmp policy is sha.  On the 2801 try adding hash md5.
    crypto isakmp policy 11
    encr 3des
    hash md5
    authentication pre-share
    group 2
    lifetime 28800
    Let me know if that helps.
    Thank you,
    Jason NIckle

  • LACP between SRW2048 and Cisco 3750

    Hi,
    I have been trying to set up a LACP link between my SRW2048 and Cisco 3750 using two gigabit ethernet links.
    Whenever i plug one cable in the interface does not come back up.
    I have already sucessfully been able to create a LACP link between the 3750 and a catalyst 2960 for two cables.
    Both interfaces at both units are set up as trunks for Vlans 1 (default and untagged), 4, 99, 101, and 102, then the Port-channel / LAG set also as a trunk with the same vlans.
    Does anyone have any ideas why the interface is not even initialising?
    If i plug a SRW2048 LAG'd interface into a normal access (vlan1) port on the 3750 it works fine, and vice versa with the 3750 to the SRW2048.
    Below is a extract of logs from both:
    -- Log from SRW2048
    1   2147483579   07-Oct-2008 16:12:24    Informational   %LINK-I-Up:  ch1            
    2   2147483580   07-Oct-2008 16:12:24    Informational   %LINK-I-Up:  Vlan 102            
    3   2147483581   07-Oct-2008 16:12:24    Informational   %LINK-I-Up:  Vlan 101            
    4   2147483582   07-Oct-2008 16:12:24    Informational   %LINK-I-Up:  Vlan 99            
    5   2147483583   07-Oct-2008 16:12:24    Informational   %LINK-I-Up:  Vlan 5            
    6   2147483584   07-Oct-2008 16:12:24    Informational   %TRUNK-I-PORTADDED: Port g4 added to ch1            
    7   2147483585   07-Oct-2008 16:12:19    Informational   %LINK-I-Up:  g4            
    ## Plugged back into standard vlan1 access port ##
    ## Plugged into LACP enabled port on 3750 ##
    ## Unlugged from standard vlan1 access port ##
    8   2147483586   07-Oct-2008 16:11:10    Warning   %LINK-W-Down:  ch1            
    9   2147483587   07-Oct-2008 16:11:10    Warning   %LINK-W-Down:  g4            
    10  2147483588   07-Oct-2008 16:11:10    Warning   %LINK-W-Down:  Vlan 102            
    11  2147483589   07-Oct-2008 16:11:10    Warning   %LINK-W-Down:  Vlan 101            
    12  2147483590   07-Oct-2008 16:11:10    Warning   %LINK-W-Down:  Vlan 99          
    13  2147483591   07-Oct-2008 16:11:10    Warning   %LINK-W-Down:  Vlan 5            
    14  2147483592   07-Oct-2008 16:11:10    Warning   %TRUNK-W-PORTREMOVED: Port g4 removed from ch1    
    -- Log from Catalyst 3750
    mercury#terminal monitor
    mercury#
    Oct  7 15:10:44: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet   1/0/17, changed state to down
    Oct  7 15:10:45: %LINK-3-UPDOWN: Interface GigabitEthernet1/0/17, changed state    to down
    Oct  7 15:11:54: %LINK-3-UPDOWN: Interface GigabitEthernet1/0/17, changed state    to up
    Oct  7 15:11:55: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet   1/0/17, changed state to up
    mercury#

    The linksys documentation is a little thin on the ground all over.
    However, if i have got this correct the Admin key needs to be the same for all interfaces in the same LAG for one switch i.e not the same for both ends of the cable?
    As for the priority, i assumed this was to do with how the switch dealt with with interfaces were to be active if there were more in the group than could be allowed - to allow for backup links. Is this correct?
    Thanks for your reply.

  • Interconnection between HP and Cisco is not working

    Dear all,
    I support some old colleagues by connecting a Cisco 2960x with an HP Switch. Both sides are UP/UP, stp is fine, channel also. The Cisco switch is also fine. But not data traffic is working.
    I see that we are sending but not receicing any packet. the same on the other side. We checked the cabeling use different fibers, etc. everything is fine. when we connect a copper port, its also fine. Online on the LWL side we have this problem. But interface and line protocol is UP.
    Is there any command I may not know to check the LWL. UDLD is not working because we have just on cisco on one end. test tdr works only on copper. I guess there is something wrong with the compatibility between the both Gbics, but i can't exaclty say what it is. We use monomode and LX Gbic. 
    On another Core Switch HP/Cisco is working finde with SX.
    I don't have live access, so sorry for any delay in my answer.
    regards,
    Sebastian

    Hi cbafiero,
    It seems that the problem lies in your router. I'm not sure exactly what the issue is (I've just now discovered it myself), but after switching from a Linksys WRT54GX2 to a thrift store Netgear, my shared libraries appeared instantly. My gut is telling me that the Linksys routers are blocking the multicast traffic, which is stupid on Linksys's part, to filter traffic internally. I'll look more into the Netgear and see what it has that the Linksys doesn't (or vice versa).

  • Difference between CatOS and cisco IOS

    Hi
    many switches uses catOS and many uses Cisco IOS.
    so what is difference and reason of use.
    thanks
    Biplob

    Hi Iqbal,
    There is link to make u understand the difference well,
    http://www.cisco.com/en/US/products/hw/switches/ps700/products_tech_note09186a008010e9d5.shtml#Diff
    Rgs,

  • LAN2LAN between ASA and Cisco 2821

    Greetings,
    Users on remote network behind Cisco 2821 reporting dropped connections to mail server behind ASA. 20-seconds later, the connections get re-established. I run a constant "ping" to the remote LAN and do not see a drop over the tunnel.
    Any ideas?
    Thanks.

    Thanks for the quick reply.
    As I understand what I've read - esmtp inspect is on by default on the ASA. Is that true? So - in this case - would I turn it on in the router as well? BTW: These two sites are on a LAN2LAN VPN .... does that change what you suggested?
    Thanks.

  • VPN between WRVS4400N and CISCO 857 router

    Hi ALL,
    Am trying to VPN the two and have setup the WRVS4400N side using IPSec (seems easy enough). Has anyone any experience on the 857 router side? Would you kindly show how that can be configured? Or just point me to any good source doing it will be good too. Thanks!

    ip nat inside source route-map nonat interface FastEthernet0 overload
    access-list 110 deny ip 10.20.10.0 0.0.0.255 10.10.10.0 0.0.0.255
    access-list 110 permit ip 10.20.10.0 0.0.0.255 any
    route-map nonat permit 10
    match ip address 110
    or better (if you have for example the IP public 1.2.3.5)
    ip nat pool 1.2.3.5 1.2.3.5 1.2.3.5 prefix-length 30
    ip nat inside source list nat-to-internet pool 1.2.3.5 overload
    ip access-list extended nat-to-internet
    deny   ip 10.20.10.0 0.0.0.255 10.10.10.0 0.0.0.255
    permit ip 10.20.10.0 0.0.0.255 any
    deny   ip any any

  • IGMP snooping

    Hello to all!
    I have come a cross one problem with hope someone can help me solve it or at least give some valuable ideas.
    The problem is regarding IGMP snooping with Cisco 4948E swithes. By documentation it is said that IGMP snooping is turned on by default.
    However, I was getting all multicast traffic on the port where there is only one receiver, tuned to only one multicast group.
    I was able to solve to problem by turning igmp snooping querier option and now it is working ok.
    However, I have to plug in a Cisco router (7200 series). In that case the router is the querier.
    My problem is that the router is constantly getting all multicast traffic, causing the CPU time to increase and be crushed.
    I have several multicast groups on the switch, but want only specific ones to be present on the port where router is connected.
    I think IGMP snooping is not working on 4948E switches.
    Did anybody else experience the same problem?
    The router has PIM enabled and I have managed to solve the problem with access list being put in outside direction but this is not the neat solution.
    How can I solve this problem? When I do show int command on the router I am getting all multicast traffic and I want to receive only specific ones with way too lower traffic amount.
    Thank you very much!

    Hello to all!
    I have come a cross one problem with hope someone can help me solve it or at least give some valuable ideas.
    The problem is regarding IGMP snooping with Cisco 4948E swithes. By documentation it is said that IGMP snooping is turned on by default.
    However, I was getting all multicast traffic on the port where there is only one receiver, tuned to only one multicast group.
    I was able to solve to problem by turning igmp snooping querier option and now it is working ok.
    However, I have to plug in a Cisco router (7200 series). In that case the router is the querier.
    My problem is that the router is constantly getting all multicast traffic, causing the CPU time to increase and be crushed.
    I have several multicast groups on the switch, but want only specific ones to be present on the port where router is connected.
    I think IGMP snooping is not working on 4948E switches.
    Did anybody else experience the same problem?
    The router has PIM enabled and I have managed to solve the problem with access list being put in outside direction but this is not the neat solution.
    How can I solve this problem? When I do show int command on the router I am getting all multicast traffic and I want to receive only specific ones with way too lower traffic amount.
    Thank you very much!

  • Is it possible to Configure VPC Between N5010 and 6513

    Hello Gents,
    Please let me know if we can  configure VPC Between N5010 and 6513(coreswitch).
    IF Yes, Does it have any loops or abnormal traiffc behaviour ?
    Please refer the attached mail for current network diagram
    1) I would like to establish VPC Between N5010 and Cisco 6513 switch
    2) if yes, Does the upstream devices above 6513 core switch will forward the traffic from all the
    6513 ports connected to N5000 ports or 6513 will send traffic from one up link and block other
    uplink ports as part of STP.
    3) Is VSS on 6513 is required for Point #1
    Please refer some links on this as well.
    Appreciate your quick response.
    Thanks and Regards,
    KA.

    Hi Karim ,
    You can use this one - you can consider your 6k the FEX as in this example
    http://www.cisco.com/en/US/prod/collateral/switches/ps9441/ps9670/configuration_guide_c07-543563.html
    On the portchannel to 6k will not configure :
    "switchport mode fex-fabric"
    "fex associate 100"
    This configuration in indended to be used with FEX.
    Regards
    Dan

  • IGMP Snooping configuration for Multicasting on Cisco Catalyst 3020

    IGMP Snooping configuration for Multicasting on Cisco Catalyst 3020
    Hi Guru,
    Our switch model is "Cisco Catalyst Blade Switch 3020 for HP"
    We are building HA (High Availability) Databases infrastructure.
    Currently, there are two nodes(hosts- servers) and two above switch for HA.
    Oracle said we need to turn off the IGMP Snooping in order to use the multicasting for their interconnect communication.
    So my question is:
    Q1> Is there any way to use Multicasting without turning off IGMP Snooping on Switch side?
    Q2> If 'yes', how can we configure the switch for Multicasting ?
    Oracle uses 230.0.1.0 & 224.0.0.251 IPs with 42000 range port for Multicasting communication.
    Please shed some light on it

    May I request if you avoid making multiple posts of the same issue?  This will only confuse people (including you). 

  • RedHat Enterprise Cluster and Cisco IGMP Snooping/Querying

    Has anyone else had any experience with IGMP Snooping/Querying and RedHat Enterprise Cluster?
    We have been experiencing a large amount of problems with this functionality.
    We are running IGMP Querying in our environment and we recently set up a second querier.
    Here's the steps we took
    Existing querier:  192.168.3.248
    Everything was running fine.
    Added a new querier on a different switch: 192.168.3.247
    At this point, all of our RedHat Enterprise Clusters fenced themselves and needed to be restarted in order to restore
    access.  In order to restart the RedHat Enterprise Clusters, the physical servers must be rebooted.
    Are there any known issues with RedHat Enterprise Clustering and Cisco Switches (3750
    series)?  I would expect the querier change to be seamless, but it does not seem that this
    is the case. 

    Hi,
    In our organizaiton we have Red Hat Cluster with 2 cisco switch (Model: cisco WS-C2960S-24TD-L, Version: "flash:/ c2960s-universalk9-mz.122-55.SE3/c2960s-universalk9-mz.122-55.SE3.bin").
    - We are using HP Chassis c7000 and Server is on the chassis. There are 2 service IC & Med. Each server has one service primary and other secondary running.
    - The two cluster switches are connected each other with Ether channer trunk (1+1) link. Also these 2 switches are connected to our Mgmt switch for Server Admin access to HP Chassis via OA port. The Red Hat system has cluster lan (pri & sec) & OA lan (01 & 02 of HP chassis) connected to Cluster switches. The Mgmt VLAN is 501 - 172.31.10.0/24.
    Problem:
    When the CluserSW01 goes down the cluser shifted to CluseterSW02 with Cluser_Secondary_LAN and OA2. But when the ClusterSW01 switch comes again than the communication breaks and cluster don come up.
    I was thinking this is either STP or IGMP, well sure though. As these are production systems hence we also couldn't do much more test as well.
    If you have face any such issue or have experience with it or know what the problem might be... kindly share with me.
    Thanks,
    Adnan

Maybe you are looking for

  • Aarrrghh - can't find image size and position in captivate 8!

    I was using Captivate 8 and it was under a tab in properties (don't remember the name of the "sub-tab"). Now, I'm using a newly downloaded version and cannot find size and position (x, y, width, length, etc.). This should NOT be so hard Any suggestio

  • IMac 24 and 27 Cinema Display as second monitor

    Got older 24 iMac with mini DVI output for external monitor (ATI Radeon HD 2600 Pro 256 MB graphics) Bought 27 Cinema display to use as 2nd monitor. Bought Atlona DP400 to convert signal. Connected everything and only resolution I get on 27 Cinema di

  • Updating a condition record or deleting it

    Hi All, I have a requirement where i upload products along with discount through a job . They are getting maintained through SAPCND/MNT_MAINTAIN_OW and on the WEB UI we can find it on CPGOE_ABLOCKS/OVELProducts and CRMCMP_CND/CONDRECLISTVIEW . Now th

  • My .jar and .jad files are not launching

    Hello everyone! I have a problem with my files stated above. I am unable to open them. I see a yellow key at the top right corner on the icons. I Have checked them. They don't have QT errors either. I have gone through the D and Z drives by Xplore bu

  • Merging with a shadow/highlight layer?

    Ok, so im totally new to Flash, in fact, im a 3DS Max/Maya animator, so this is all pretty new. I am fairly fluent in Photoshop, and im trying to figure out a small problem I am having. I will try to be as clear as possible, so bear with me... I have