OrangeTV na Cisco ruterze

Problemy z pozostałymi technologiami (SDH, IronPort, WAAS itp.)
Wiadomość
Autor
Awatar użytkownika
dzogurt
CCIE
CCIE
Posty: 412
Rejestracja: 07 maja 2008, 11:58
Lokalizacja: Ostrava CZ

OrangeTV na Cisco ruterze

#1

#1 Post autor: dzogurt »

Hej,
Mam problem z uruchomieniem OrangeTV (IPTV). Obecnie mam Neostrade na ruterze C877. Przeszukałem trochę internety nieznalazłem parę przykładów IPTV na C877 jednak żadna z nich u mnie nie działa. Sam dekoder nawiązuje połączenie z Orange, mogę przeglądać program tv itp, ale nie ma streamu.

Jeśli komuś z was udało się uruchomić OrangeTV(IPTV) przez adsl, możecie podać parametry??

Dzięki!
All men by nature desire knowledge
http://www.linkedin.com/in/marcinduma

Awatar użytkownika
drake
CCIE
CCIE
Posty: 1593
Rejestracja: 06 maja 2005, 01:32
Lokalizacja: Dortmund, DE
Kontakt:

Re: OrangeTV na Cisco ruterze

#2

#2 Post autor: drake »

Hej,

nie wiem jak Orange swoje IPTV uruchamia, ale kiedys dawno temu konfigurowalem c8xx pod niemieckiego operatora IPTV i cos tam bylo chyba z IGMP proxy. Sprawdz ten temat dokladniej.

Pozdruffka! ;)
Never stop exploring :)

https://iverion.de

Awatar użytkownika
dzogurt
CCIE
CCIE
Posty: 412
Rejestracja: 07 maja 2008, 11:58
Lokalizacja: Ostrava CZ

Re: OrangeTV na Cisco ruterze

#3

#3 Post autor: dzogurt »

hej,
igmp proxy mam ustawione. Nie wiem jakie prawidlowe parametry powinny byc w PVC. Dla przesyłu danych mam 0/35.

konfig ponizej:

Kod: Zaznacz cały

version 15.1
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
no service timestamps debug uptime
service timestamps log datetime msec show-timezone year
service password-encryption
boot-start-marker
boot system flash c870-advsecurityk9-mz.151-4.M10.bin
boot-end-marker
no ip source-route
no ip dhcp use vrf connected
ip multicast-routing
ip tcp path-mtu-discovery
ip ssh version 2
!
bridge irb
!
interface ATM0
 no ip address
 no atm ilmi-keepalive
!
interface ATM0.1 point-to-point
 description Polaczenie ADSL do ISP
 pvc 0/35
  encapsulation aal5mux ppp dialer
  dialer pool-member 1
!
!
interface ATM0.2 point-to-point
 ip igmp unidirectional-link
 ip igmp proxy-service
 atm route-bridged ip
 bridge-group 1
 pvc 8/37
!
!
interface FastEthernet0
 description Polaczenie dla sieci LAN
 no ip address
!
interface FastEthernet1
 description IPTV interface bridge
 switchport access vlan 2
 no ip address
!
interface Vlan1
 description Polaczenie dla sieci LAN
 ip address 192.168.1.1 255.255.255.0
 ip nat inside
 ip virtual-reassembly in
!
interface Vlan2
 description IPTV VLAN
 no ip address
 bridge-group 1
!
interface Dialer0
 description Interfejs dzwoniacy
 ip dhcp client update dns server both
 ip ddns update hostname dzogurt.ddns.net
 ip ddns update DDNS
 ip address negotiated
 ip nat outside
 ip virtual-reassembly in
 encapsulation ppp
 load-interval 60
 dialer pool 1
 dialer-group 1
!
interface BVI1
 description IPTV bridge interface
 ip address 192.168.100.1 255.255.255.248
 ip nat inside
 ip virtual-reassembly in
 ip igmp helper-address udl ATM0.2
 ip igmp mroute-proxy ATM0.2
 ip igmp proxy-service
 load-interval 60
!
ip route 0.0.0.0 0.0.0.0 Dialer0
!
!
control-plane
!
bridge 1 protocol ieee
bridge 1 route ip
!
end
All men by nature desire knowledge
http://www.linkedin.com/in/marcinduma

ODPOWIEDZ