cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2854
Views
0
Helpful
4
Replies

Fetch TV & Cisco 877 IGMP/Streaming

jeffreysims83
Level 1
Level 1

Hi Guys,

Hoping someone could help me, I'm trying to configure my Cisco 877 ADSL border. It uses the ATM interface to talk to the ADSL. The fetch TV uses Multicast IP streams for the "on demand" TV

Here is my config:

version 15.1

no service pad

service timestamps debug datetime

service timestamps log datetime

service password-encryption

!

hostname modem

!

boot-start-marker

boot system flash c870-advipservicesk9-mz.151-1.T.bin

boot-end-marker

!

logging buffered 65535

logging console informational

enable secret 5 $1$..Bq$NExIrcIg236vxFoCKMjOC1

!

aaa new-model

!
!
aaa authorization exec default local
!
!
!
!
!
aaa session-id common
!
clock timezone EST 10
clock summer-time AEST recurring last Sun Oct 2:00 last Sun Mar 2:00
clock save interval 8
!
dot11 syslog
ip source-route
!
!
!
!
ip cef
no ip bootp server
ip domain name tehintartubes.net
ip name-server 203.0.178.191
no ipv6 cef
!
multilink bundle-name authenticated
!
!
!
archive
log config
  hidekeys
!
ip ssh time-out 90
ip ssh authentication-retries 2
ip ssh version 1
!
bridge irb
!
interface ATM0
description --- Internode ADSL ---
no ip address
no atm ilmi-keepalive
pvc 8/35
  tx-ring-limit 3
  encapsulation aal5snap
  protocol ppp dialer
  dialer pool-member 1
!
!
interface ATM0.1 point-to-point
description IPTV-PVC
ip pim sparse-dense-mode
ip igmp unidirectional-link
atm route-bridged ip
!
interface ATM0.2 point-to-point
ip pim sparse-dense-mode
ip igmp unidirectional-link
ip igmp proxy-service
bridge-group 1
bridge-group 1 spanning-disabled
pvc iptv-vc 0/35
  encapsulation aal5snap
!
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Vlan1
description --- Ethernet LAN ---$FW_INSIDE$
no ip address
ip virtual-reassembly
bridge-group 1
!
interface Vlan2
no ip address
shutdown
!
interface Dialer0
description --- Internode ADSL ---$FW_OUTSIDE$
ip address negotiated
ip pim sparse-dense-mode
ip nat outside
ip virtual-reassembly max-reassemblies 1024
encapsulation ppp
dialer pool 1
dialer-group 1
ppp chap refuse
ppp pap sent-username << TOP SEKRETS >>
no cdp enable
!
interface BVI1
ip address << TOP SEKRETS >> 255.255.255.252 secondary
ip address << TOP SEKRETS >>3 255.255.255.0
ip pim sparse-dense-mode
ip nat inside
ip virtual-reassembly
ip tcp adjust-mss 1452
ip igmp helper-address udl ATM0.2
ip igmp mroute-proxy ATM0.2
ip igmp proxy-service
!
ip forward-protocol nd
ip http server
ip http authentication local
ip http secure-server
!
!
ip dns server
ip static nat entries for my ports are here
ip nat inside source list 1 interface Dialer0 overload
ip route 0.0.0.0 0.0.0.0 Dialer0
!
logging trap debugging
logging 192.168.12.250
access-list 1 permit 192.168.12.0 0.0.0.255
!
control-plane
!
bridge 1 protocol ieee
bridge 1 route ip
!
line con 0
password << TOP SEKRETS >>
no modem enable
line aux 0
line vty 0 4
access-class 1 in
privilege level 15
transport input telnet ssh
!
scheduler max-task-time 5000
ntp source Dialer0
ntp master
ntp server 211.31.132.130
ntp server 192.231.203.132
ntp server 211.31.132.139
sntp server 192.231.203.132
end
Any help would be appriciated as I can't get the IP Multicast to work across the ATM interface?
Thanks
Jeff

4 Replies 4

jeffreysims83
Level 1
Level 1

Bump

Thiyagu VG
Level 1
Level 1

Hi,

I'm not seeing "ip multicast-routing" Global Config Command in your posted config. Kindly check and update.

Thanks,

ThiyaguVG.

Here is an updated config that I've added together.

version 15.1

no service pad

service timestamps debug datetime

service timestamps log datetime

service password-encryption

!

hostname modem

!

boot-start-marker

boot system flash c870-advipservicesk9-mz.151-1.T.bin

boot-end-marker

!

logging buffered 65535

logging console informational

enable secret 5 <>

!

aaa new-model

!

!

aaa authorization exec default local

!

aaa session-id common

!

clock timezone EST 10

clock summer-time AEST recurring last Sun Oct 2:00 last Sun Mar 2:00

clock save interval 8

!

<>

!

dot11 syslog

ip source-route

!

ip cef

no ip bootp server

ip domain name tehintartubes.net

ip name-server 203.0.178.191

ip multicast-routing

ip multicast auto-enable

no ipv6 cef

!

multilink bundle-name authenticated

!

archive

log config

  hidekeys

!

!

ip ssh time-out 90

ip ssh authentication-retries 2

ip ssh version 1

!

bridge irb

!

interface ATM0

description --- ADSL IF ---

no ip address

ip pim nbma-mode

ip pim version 1

ip pim bsr-border

ip pim sparse-dense-mode

ip igmp version 3

ip igmp limit 64000

ip igmp unidirectional-link

ip igmp proxy-service

no atm ilmi-keepalive

pvc 8/35

  tx-ring-limit 3

  encapsulation aal5snap

  protocol ppp dialer

  dialer pool-member 1

!

!

interface ATM0.1 point-to-point

description IPTV-PVC

ip pim sparse-dense-mode

ip igmp unidirectional-link

atm route-bridged ip

!

interface ATM0.2 point-to-point

ip pim sparse-dense-mode

ip multicast boundary 101 in

ip multicast boundary 101 out

ip multicast boundary 101 filter-autorp

ip igmp unidirectional-link

ip igmp mroute-proxy ATM0

ip igmp proxy-service

atm route-bridged ip

bridge-group 1

bridge-group 1 spanning-disabled

pvc iptv-vc 0/35

  encapsulation aal5snap

!

!

interface FastEthernet0

!

interface FastEthernet1

!

interface FastEthernet2

!

interface FastEthernet3

!

interface Vlan1

description ---AUTHLAN---

no ip address

ip virtual-reassembly

bridge-group 1

!

interface Vlan2

no ip address

shutdown

!

interface Dialer0

description ---PPPDialler---

ip address negotiated

ip nat outside

ip virtual-reassembly max-reassemblies 1024

encapsulation ppp

dialer pool 1

dialer-group 1

ppp chap refuse

ppp pap sent-username <> password 7 <>

no cdp enable

!

interface BVI1

ip address 124.148.137.118 255.255.255.252 secondary

ip address 192.168.12.253 255.255.255.0

ip pim sparse-dense-mode

ip multicast boundary 101 in

ip multicast boundary 101 out

ip multicast boundary 101 filter-autorp

ip nat inside

ip virtual-reassembly

ip tcp adjust-mss 1452

ip igmp helper-address 202.58.240.35

ip igmp version 3

ip igmp mroute-proxy ATM0

ip igmp proxy-service

!

ip forward-protocol nd

ip http server

ip http authentication local

ip http secure-server

!

!

ip dns server

ip nat translation tcp-timeout 500

ip nat translation udp-timeout 30

ip nat translation finrst-timeout 30

ip nat translation syn-timeout 30

ip nat translation dns-timeout 30

ip nat translation icmp-timeout 30

<< static translations omitted >>

ip nat inside source list 1 interface Dialer0 overload

ip route 0.0.0.0 0.0.0.0 Dialer0

!

!

map-class atm iptv

logging trap debugging

logging 192.168.12.250

access-list 1 permit 192.168.12.0 0.0.0.255

access-list 101 permit ip 224.0.0.0 31.255.255.255 any

!

!

!

!

snmp-server community public RW

snmp-server ifindex persist

snmp-server trap link ietf

snmp-server trap-source ATM0

snmp-server location RACK1

snmp-server contact Jeffy

snmp-server enable traps snmp authentication linkdown linkup coldstart warmstart

!

!

snmp-server community public RW

snmp-server ifindex persist

snmp-server trap link ietf

snmp-server trap-source ATM0

snmp-server location RACK1

snmp-server contact Jeffy

snmp-server enable traps snmp authentication linkdown linkup coldstart warmstart

!

!

control-plane

!

bridge 1 protocol ieee

bridge 1 route ip

!

line con 0

password 7 <>

no modem enable

line aux 0

line vty 0 4

access-class 1 in

privilege level 15

transport input telnet ssh

!

scheduler max-task-time 5000

ntp source Dialer0

ntp master

ntp server 211.31.132.130

ntp server 192.231.203.132

ntp server 211.31.132.139

sntp server 192.231.203.132

end

speedy250kmph
Level 1
Level 1

Were you able to get this resolved mate?

 

Thanks!

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card