Hi , Can any one help me out of multicast problem...?
My Network Setup is like bellow ---
Users are connected in Stack ( Cisco 3550 0
Cisco STACK connected to Core Switch ( L3/ 3550 )
Core Switch connected to Border Switch ( 3750 )
Border Switch connected to Cisco PIX 515E
PIX connected to Server Access Switch and Voice server connected to Server Switch.
Now User used to login in to WebSymposim Server to view Agent Display how many user currently logged in in the floor and taking calls.
In Web Symposim There is One Link called Agent Display . Whenever user click on that link .. Web Symposim fetch the data from another Server called CCMA.
Both the server are in Same Vlan( Vlan 4 ) created in Server Switch .Multicast is happening between these 2 server .Now all the user vlan created in Core Switch and these VLANs totally seperate from server vlan.If i try to see Agent Display from Server VLAN .. its happening through Multicast. But IF i try this from User Vlan ..its happening through Unicast that i can understand by seeing the "M" & "U" Symbol in the Agent Display report.
The problem is that i want to enable multicast between User Vlan and server vlan. For that i did the following config ======
=========================================================
In Core Switch
==========================
ip multicast-routing
!
int Tunnel 1
Ip address A.A.A.A 255.255.255.255
ip pim sparse-dense-mode
tunnel source Loopback0
tunnel destination <Loopback IP of Server Switch>
!
interface Loopback0
ip address X.X.X.X 255.255.255.255
!
interface Vlan10
ip pim sparse-dense-mode
!
interface Vlan111
ip pim sparse-dense-mode
!
interface Vlan12
ip pim sparse-dense-mode
!
interface Vlan13
ip pim sparse-dense-mode
!
================================
Server Access Switch Config
=================================
ip multicast-routing distributed
!
interface Tunnel1
ip address B.B.B.B 255.255.255.255
ip pim sparse-dense-mode
tunnel source Loopback0
tunnel destination <Loopback Ip of CoreSwitch>
!
interface Loopback1
ip address Y.Y.Y.Y 255.255.255.255
!
interface Vlan4
description ******Voice-Server*******
ip pim sparse-dense-mode
!
=============================================
PIX Config
=============================================
As PIX comes between Core Switch & Server Switch so i have allowed Both side Tunnel & loopback Interface IP bidirection in PIX permiting GRE protocol.
=================================================
Can any body help me out from the problem or can suggest me a config with respect to my network setup ..i will be waiting for this .....
My Network Setup is like bellow ---
Users are connected in Stack ( Cisco 3550 0
Cisco STACK connected to Core Switch ( L3/ 3550 )
Core Switch connected to Border Switch ( 3750 )
Border Switch connected to Cisco PIX 515E
PIX connected to Server Access Switch and Voice server connected to Server Switch.
Now User used to login in to WebSymposim Server to view Agent Display how many user currently logged in in the floor and taking calls.
In Web Symposim There is One Link called Agent Display . Whenever user click on that link .. Web Symposim fetch the data from another Server called CCMA.
Both the server are in Same Vlan( Vlan 4 ) created in Server Switch .Multicast is happening between these 2 server .Now all the user vlan created in Core Switch and these VLANs totally seperate from server vlan.If i try to see Agent Display from Server VLAN .. its happening through Multicast. But IF i try this from User Vlan ..its happening through Unicast that i can understand by seeing the "M" & "U" Symbol in the Agent Display report.
The problem is that i want to enable multicast between User Vlan and server vlan. For that i did the following config ======
=========================================================
In Core Switch
==========================
ip multicast-routing
!
int Tunnel 1
Ip address A.A.A.A 255.255.255.255
ip pim sparse-dense-mode
tunnel source Loopback0
tunnel destination <Loopback IP of Server Switch>
!
interface Loopback0
ip address X.X.X.X 255.255.255.255
!
interface Vlan10
ip pim sparse-dense-mode
!
interface Vlan111
ip pim sparse-dense-mode
!
interface Vlan12
ip pim sparse-dense-mode
!
interface Vlan13
ip pim sparse-dense-mode
!
================================
Server Access Switch Config
=================================
ip multicast-routing distributed
!
interface Tunnel1
ip address B.B.B.B 255.255.255.255
ip pim sparse-dense-mode
tunnel source Loopback0
tunnel destination <Loopback Ip of CoreSwitch>
!
interface Loopback1
ip address Y.Y.Y.Y 255.255.255.255
!
interface Vlan4
description ******Voice-Server*******
ip pim sparse-dense-mode
!
=============================================
PIX Config
=============================================
As PIX comes between Core Switch & Server Switch so i have allowed Both side Tunnel & loopback Interface IP bidirection in PIX permiting GRE protocol.
=================================================
Can any body help me out from the problem or can suggest me a config with respect to my network setup ..i will be waiting for this .....