Jump to content
Калькуляторы

Multicast Flood Multicast Cisco 3750

Помогите разобраться с мультикастом.

Дано:

1) Cisco 3750

2) Два ip-ресивера (Источник 1 и Источник 2)

3) Удаленные мультикаст источники от местных телеканалов (Источник 3, ..., Источник 7) подключены по КПД поинт-поинт

4) Мультиплексор (Приемник мультикаста 1)

5) Мониторинг (Приемник мультикаста 2)

 

Задача:

Отдать все мультикасты на мультиплексор и мониторинг

 

Проблема:

Общий мультикаст поток давит КПД местных телеканалов

 

version 12.2
no service pad
service timestamps debug datetime localtime
service timestamps log datetime localtime
!
hostname cisco3750
!
boot-start-marker
boot-end-marker
!
system mtu routing 1500
vtp mode transparent
ip subnet-zero
ip routing
no ip domain-lookup
!
ip multicast-routing distributed
ip igmp snooping querier
!
mls qos
!
spanning-tree mode pvst
spanning-tree extend system-id
!
interface FastEthernet1/0/1
description PBI_RECIVER_1
spanning-tree portfast
!
interface FastEthernet1/0/2
description PBI_RECIVER_2
spanning-tree portfast
!
interface FastEthernet1/0/3
description TV_1
switchport mode access
spanning-tree portfast
!
interface FastEthernet1/0/4
description TV_2
switchport mode access
spanning-tree portfast
!
...
!
interface FastEthernet1/0/7
description TV_5
switchport mode access
spanning-tree portfast
!
interface FastEthernet1/0/8
description multiplexer
spanning-tree portfast
!
interface FastEthernet1/0/9
description monitoring
spanning-tree portfast
!

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.