cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
565
Views
0
Helpful
3
Replies

Multicast Support for 6509

rush2amol
Level 1
Level 1

Hi,

I have two 6509 Switches at my Core layer.

Since this new devices our engineers are unable to run the ghost images for their desktop creation.

I beleive the necessary multicast used by ghost may not be supported.

kindly give me your suggestions on this.

Rgds,

Amol

3 Replies 3

Harold Ritter
Spotlight
Spotlight

The most common issue with Ghost in a multicast network is that the TTL is usually set to 1 by default. It will therefore not traverse a layer 3 device by default. Try raising the value of the TTL on the Ghost server.

One more thing. Make sure that multicast is configured on the 6500.

Hope this helps,

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

pciaccio
Level 4
Level 4

Can you please provide your configuration for both core switches. I have had an issue with Ghost running on my backbone cores as well. The multicast traffic was not going across the trunk to the other switch. The Ghost server was on one switch and the clients were on the other switch. I had to place the command ip igmp snooping mrouter interface port-channel1 under the interface vlan associated with my ghost clinets. This command points the multicast traffic along the port channel to the other switch. Also I had to enable multicast routing and enable igmp snooping on the interfaces along with ip pim-sparse mode... Check to see if you need any of these commands to assist you...

Hi,

Apologiy for the delay. I have HSRP running for all the VLAN's. PFA configs for one of the VLAN.

CORE1#sh run int vlan 45

Building configuration...

Current configuration : 246 bytes

!

interface Vlan45

description *** H2-2A-1 ***

ip address 10.224.45.2 255.255.255.0

ip helper-address 10.236.133.80

no ip redirects

no ip route-cache

no ip mroute-cache

standby ip 10.224.45.1

standby timers 1 3

standby priority 110

end

---------------------------------

CORE2#sh run int vlan 45

Building configuration...

Current configuration : 263 bytes

!

interface Vlan45

description *** H2-2A-1 ***

ip address 10.224.45.3 255.255.255.0

ip helper-address 10.236.133.80

no ip redirects

no ip route-cache

no ip mroute-cache

standby ip 10.224.45.1

standby timers 1 3

standby priority 120

standby preempt

end

Kindly let me know.

Thx Amol.