From: Pierre-Alex (paguanel@hotmail.com)
Date: Sat Jun 17 2006 - 05:19:53 ART
I can make MVR work on 1 switch  but not two.
Can someone  have a look please?
Thanks
Pierre-Alex
Diagram
r4(source)---SWITCH1------TRUNK-----SWITCH2----r5(receiver)
                        |
                       r3(receiver)
!sw1
mvr
mvr vlan 4
mvr group 226.1.1.1
mvr mode dynamic
interface FastEthernet0/4
 switchport access vlan 4
 switchport mode access
 mvr type source ---------> CONNECTED TO R4
interface FastEthernet0/3
 switchport access vlan 3
 switchport mode access
 mvr type receiver ----------> CONNECTED TO R3
interface FastEthernet0/13
 switchport trunk encapsulation dot1q
 switchport mode dynamic desirable
 mvr type source   -----------------------> TO SWITCH 2
!sw2
mvr
mvr vlan 4
mvr group 226.1.1.1
mvr mode dynamic
interface FastEthernet0/5
 switchport access vlan 5
 switchport mode access
 load-interval 30
 mvr type receiver  ----> CONNECTED TO R5
 mvr vlan 4 group 226.1.1.1 ----> STATIC MAPPING
!r3
!
interface Ethernet0/0
 ip address 10.34.1.3 255.255.255.0
ip pim dense-mode
 ip igmp join-group 226.1.1.1
 half-duplex
!r5
interface FastEthernet0/1
 ip address 10.2.5.5 255.255.255.0
 ip pim dense-mode
 ip igmp join-group 226.1.1.1
 duplex auto
 speed auto
========
RESULT:
!r3 ----> OK
r3#sh ip mroute count
IP Multicast Statistics
3 routes using 1588 bytes of memory
2 groups, 0.50 average sources per group
Forwarding Counts: Pkt Count/Pkts per second/Avg Pkt Size/Kilobits per second
Other counts: Total/RPF failed/Other drops(OIF-null, rate-limit etc)
Group: 226.1.1.1, Source count: 1, Packets forwarded: 0, Packets received:
1353
  Source: 10.34.1.4/32, Forwarding: 0/-1/0/0, Other: 1353/0/1353
!r5 -----> NOT OK
r5#sh ip mroute count
IP Multicast Statistics
2 routes using 1300 bytes of memory
2 groups, 0.00 average sources per group
Forwarding Counts: Pkt Count/Pkts per second/Avg Pkt Size/Kilobits per second
Other counts: Total/RPF failed/Other drops(OIF-null, rate-limit etc)
Group: 226.1.1.1, Source count: 0, Packets forwarded: 0, Packets received: 0
Group: 224.0.1.40, Source count: 0, Packets forwarded: 0, Packets received: 0
TROUBLESHOOTING
1) !r5 is connected to the correct port
r5#sh cdp nei
Capability Codes: R - Router, T - Trans Bridge, B - Source Route Bridge
                  S - Switch, H - Host, I - IGMP, r - Repeater
Device ID        Local Intrfce     Holdtme    Capability  Platform  Port ID
sw2              Fas 0/1            147         S I       WS-C3550-2Fas 0/5
2) Switch 2 is trunking properly
sw2#sh int trunk
Port        Mode         Encapsulation  Status        Native vlan
Fa0/13      auto         802.1q         trunking      1
Port      Vlans allowed on trunk
Fa0/13      1-4094
Port        Vlans allowed and active in management domain
Fa0/13      1,4-5,342
Port        Vlans in spanning tree forwarding state and not pruned
Fa0/13      1,4-5,342
3) MVR is configured poperly
sw2#sh mvr
MVR Running: TRUE
MVR multicast VLAN: 4
MVR Max Multicast Groups: 256
MVR Current multicast groups: 1
MVR Global query response time: 5 (tenths of sec)
MVR Mode: dynamic
sw2#sh mvr interface
Port    Type            Status          Immediate Leave
----    ----            -------         ---------------
Fa0/5   RECEIVER        ACTIVE/UP       DISABLED
This archive was generated by hypermail 2.1.4 : Sat Jul 01 2006 - 07:57:33 ART