cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
547
Views
0
Helpful
5
Replies

How can I Transmit multicast streams and internet in same vlan

Mohammed Safvan
Level 1
Level 1

Hi all,

 

I have cisco catalyst 3850 switch, It configured vlan with ip range 172.24.0.x and also DHCP enabled in router with pool. It is connected to multicast streamer which streams multicast videos like udp 238.1.1.1,

I need to allow internet in cisco and transmit both multicat and internet in same valn. I have internet in other network 192.168.1.x range from linksys which is enabled dhcp. when I connect internet to the cisco, it allows dhcp from internet not from cisco. How can I transmit both multicast and internet through same vlan in cisco?

 

Please help!

5 Replies 5

Hello,

 

it is unclear which devices you have and how they are connected. Can you provide a brief schematic drawing indicating what is connected to what ?

Please check the schematic diagram, I need internet and multicast in same vlan from cisco. Trunking is possible in cisco end?

 

Hello,

 

two questions:

 

1. Is Router-PT the Internet router (since you said that there is a Linksys as well) ?

2. Do you have the 3560 switch configured as a layer 3 device, that is, is ip routing enabled ?

 

Linksys is just internet router enabled DHCP,

Cisco having L3 configurations as showing below

 

These are my cisco configurations,

ip routing
!
ip multicast-routing
ip device tracking
ip dhcp excluded-address 172.24.0.1 172.24.0.20
ip dhcp excluded-address 172.24.0.222
!
ip dhcp pool streamer
network 172.24.0.0 255.255.255.0
default-router 172.24.0.1
dns-server 172.24.0.5
netbios-name-server 172.24.0.5
lease 14 12 23
!


Port configuration- coming from linksys


!
interface GigabitEthernet1/0/3
no switchport
no ip address
!


Trunk configured port in 172 vlan

!
interface GigabitEthernet1/0/6
switchport trunk native vlan 172
switchport mode trunk
!
interface GigabitEthernet1/0/7
switchport trunk native vlan 172
switchport mode trunk
!
interface GigabitEthernet1/0/8
switchport trunk native vlan 172
switchport mode trunk
!
interface GigabitEthernet1/0/9
switchport trunk native vlan 172
switchport mode trunk
!
interface GigabitEthernet1/0/10
switchport trunk native vlan 172
switchport mode trunk
!

 

Vlan and routing details

 

interface Vlan172
ip address 172.24.0.1 255.255.255.0
!
interface Vlan192
ip address 192.168.1.1 255.255.255.0
!
router rip
network 172.24.0.0
network 192.168.1.0
!
no ip http server
ip http secure-server
ip default-network 192.168.1.1
ip route profile
ip route 0.0.0.0 0.0.0.0 192.168.1.1

 

I got ping on both networks 192.168.1.1 and 172.24.0.1 , but not getting internet.

any suggestions?

Review Cisco Networking products for a $25 gift card