All pastes #2068801 Raw Edit

Anonymous

public text v1 · immutable
#2068801 ·published 2011-05-25 05:45 UTC
rendered paste body
#MR1
ip multicast-routing distributed
port-channel load-balance src-ip
!
vlan 4
 name приходит от прова мультикаст
!
vlan 11
 name TV с MR1 на MR2
!
interface FastEthernet0/7
 switchport trunk allowed vlan 11
 switchport mode trunk
 channel-group 1 mode on
!
interface FastEthernet0/8
 switchport trunk allowed vlan 11
 switchport mode trunk
 channel-group 1 mode on
!
interface Vlan4
 ip address 87.236.44.161 255.255.255.252
 ip pim sparse-mode
!
interface Vlan11
 ip address 94.78.250.9 255.255.255.252
 ip pim dense-mode
!
ip route 0.0.0.0 0.0.0.0 87.236.44.162
!
ip pim rp-address 172.20.241.254 IPTV override
!
ip access-list standard IPTV
 permit 233.7.70.0 0.0.0.255


#MR2
ip multicast-routing distributed
port-channel load-balance dst-ip
vlan 11
 name TV вход c MR1

vlan 12
name абонент
!
interface Port-channel1
 port-type nni
 switchport trunk allowed vlan 11
 switchport mode trunk
!
interface FastEthernet0/1
 port-type nni
 switchport access vlan 12
!
interface FastEthernet0/2
 port-type nni
 switchport access vlan 11
 switchport trunk allowed vlan 11
 switchport mode trunk
 channel-group 1 mode on
!
interface FastEthernet0/6
 port-type nni
 switchport trunk allowed vlan 11
 switchport mode trunk
 channel-group 1 mode on
!
interface Vlan11
 ip address 94.78.250.10 255.255.255.252
 ip pim dense-mode
!
interface Vlan12
 ip address 94.78.250.13 255.255.255.252
 ip pim dense-mode
!
ip route 195.112.230.0 255.255.255.0 94.78.250.9
!
ip pim rp-address 172.20.241.254 IPTV override
ip mroute 195.112.230.0 255.255.255.0 94.78.250.9
!
ip access-list standard IPTV
 permit 233.7.70.0 0.0.0.255