cancelar
Mostrar resultados para 
Pesquisar em vez de 
Queria dizer: 
cancel
1140
Apresentações
0
Útil
0
Respostas

IPTV Multicast

jmmgrodrigues
Level 1
Level 1

 

Hi, I have Cisco 1921/K9 behind operator’s router. And I want to pass multicast traffic – IPTV - from WAN port to a VLAN. At the bottom is a resumed router configuration. When I execute sh ip igmp snooping mrouter there is no port at the vlan! I’m sure there’s missing something but I don’t know what. Please, can you help this newbbie? Thanks!

 

Router#sh ver

Cisco IOS Software, C1900 Software (C1900-UNIVERSALK9-M), Version 15.5(3)M7, RELEASE SOFTWARE (fc1)

 

ROM: System Bootstrap, Version 15.0(1r)M16, RELEASE SOFTWARE (fc1)

 

Router#sh ip int bri

Interface                  IP-Address      OK? Method Status                Protocol

Embedded-Service-Engine0/0 unassigned      YES NVRAM  administratively down down

GigabitEthernet0/0         192.168.1.15    YES NVRAM  up                    up

GigabitEthernet0/1         unassigned      YES NVRAM  administratively down down

GigabitEthernet0/0/0       unassigned      YES unset  up                    up

GigabitEthernet0/0/1       unassigned      YES unset  administratively down down

GigabitEthernet0/0/2       unassigned      YES unset  up                    up

GigabitEthernet0/0/3       unassigned      YES unset  up                    up

NVI0                       192.168.1.15    YES unset  up                    up

Tunnel0                    192.168.1.15    YES unset  up                    up

Vlan1                      unassigned      YES unset  administratively down down

Vlan10                     10.0.10.30      YES NVRAM  up                    up

Vlan20                     10.0.20.2       YES NVRAM  up                    up

Vlan30                     10.0.30.14      YES NVRAM  up                    up

Vlan105                    10.0.105.6      YES NVRAM  up                    up

 

Router#sh run

!

ip dhcp excluded-address 10.0.10.1

ip dhcp excluded-address 10.0.10.25 10.0.10.30

ip dhcp excluded-address 10.0.105.2 10.0.105.6

!

ip dhcp pool 10

 network 10.0.10.0 255.255.255.224

 default-router 10.0.10.30

 dns-server 1.1.1.1 1.0.0.1

!

ip dhcp pool 105

 network 10.0.105.0 255.255.255.248

 default-router 10.0.105.6

 dns-server 192.168.1.254

!

!

!

ip name-server 192.168.1.254

ip multicast-routing

ip cef

no ipv6 cef

!

!

interface Embedded-Service-Engine0/0

 no ip address

 shutdown

!

interface GigabitEthernet0/0

 description *** WAN ***

 ip address 192.168.1.15 255.255.255.0

 ip access-group Default in

 ip nat outside

 ip inspect Default out

 ip virtual-reassembly in

 duplex auto

 speed auto

!

interface GigabitEthernet0/0/0

 description *** Cisco Switch 2950T ***

 switchport trunk allowed vlan 1,10,105,1002-1005

 switchport mode trunk

 no ip address

!

interface Vlan1

 no ip address

 shutdown

!

interface Vlan10

 des *** Data ***

 ip address 10.0.10.30 255.255.255.224

 ip nat inside

 ip virtual-reassembly in

!

interface Vlan105

 des *** Multicast ***

 ip address 10.0.105.6 255.255.255.248

 ip pim sparse-mode

 ip nat inside

 ip virtual-reassembly in

 ip igmp join-group 224.0.1.40

 ip igmp version 3

!

ip forward-protocol nd

!

no ip http server

no ip http secure-server

!

ip pim rp-address 192.168.1.254

!

ip nat inside source list 10 interface GigabitEthernet0/0 overload

ip nat inside source list 20 interface GigabitEthernet0/0 overload

ip route 0.0.0.0 0.0.0.0 192.168.1.254

!

!

!

access-list 10 permit 10.0.10.0 0.0.0.31

access-list 20 permit 10.0.105.0 0.0.0.7

!

control-plane

!

!

 vstack

!

end

 

Router#sh ip igmp snooping groups

Vlan      Group                    Version     Port List

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

105       239.195.7.2              v3          Gi0/0/0

105       239.196.1.35             v3          Gi0/0/0

105       239.255.255.250          v3          Gi0/0/0

 

Router#sh ip igmp snooping mrouter

Vlan    ports

----    -----

 105

0 RESPOSTAS 0