cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2341
Views
0
Helpful
18
Replies

MULTICAST issue

annirajput
Level 1
Level 1

Hi 

Can any one tell me how I can disable fast switching on ISR4331-DC/K9.

 

I am facing issue multicast packets dropped 

 

(10.71.6.246, 239.255.255.253), 00:02:03/00:00:56, flags: T
Incoming interface: Vlan100, RPF nbr 10.70.126.1
Outgoing interface list:
GigabitEthernet0/0/0, Forward/Dense, 00:02:03/stopped
GigabitEthernet0/0/1, Forward/Dense, 00:02:03/stopped
Vlan700, Prune/Dense, 00:02:03/00:00:56

18 Replies 18

annirajput
Level 1
Level 1

yes dense mode enabled

Hello
Check your receiving hosts, make sure there are open to receive MC if so , test the routing path from MC receiver to MC source, do you have reachability 


Also on the HSRP group for the rtrs which participate in MC pim, you could manually set the DR for the
subnet, if priority’s are the same (defaults set to 1) highest ip address wins election


primary
atandby 1 ip 10.70.101.1

standby 1 priority 110
standby 1 name DATA1
ip pim redundancy DATA1 dr-priority priority 255

secondary
standby 1 ip 10.70.101.x
standby 1 priority <lower than 110>
standby 1 name DATA1

 

Scratch the above, just realised your using igmpv3-apologies


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

did you checked below output

Lan interface is gi/o/o/1 but not joined igmp group

interconnect interface joined multicast group

GigabitEthernet0/0/1 is up, line protocol is up >> this is LAN facing interface

  Internet address is 10.70.101.4/24

  IGMP is enabled on interface

  Current IGMP host version is 3

  Current IGMP router version is 3

  IGMP query interval is 60 seconds

  IGMP configured query interval is 60 seconds

  IGMP querier timeout is 120 seconds

  IGMP configured querier timeout is 120 seconds

  IGMP max query response time is 10 seconds

  Last member query count is 2

  Last member query response interval is 1000 ms

  Inbound IGMP access group is not set

  IGMP activity: 920 joins, 915 leaves

  Multicast routing is enabled on interface

  Multicast TTL threshold is 0

  Multicast designated router (DR) is 10.70.101.4 (this system)

  IGMP querying router is 10.70.101.3

  No multicast groups joined by this system 

======================================================================

 

GigabitEthernet0/0/0 is up, line protocol is up >>> this interface is interconnect with 2nd router

  Internet address is 10.70.100.1/26

  IGMP is enabled on interface

  Current IGMP host version is 3

  Current IGMP router version is 3

  IGMP query interval is 60 seconds

  IGMP configured query interval is 60 seconds

  IGMP querier timeout is 120 seconds

  IGMP configured querier timeout is 120 seconds

  IGMP max query response time is 10 seconds

  Last member query count is 2

  Last member query response interval is 1000 ms

  Inbound IGMP access group is not set

  IGMP activity: 3 joins, 2 leaves

  Multicast routing is enabled on interface

  Multicast TTL threshold is 0

  Multicast designated router (DR) is 10.70.100.2

  IGMP querying router is 10.70.100.1 (this system)

  Multicast groups joined by this system (number of users):

      224.0.1.40(1)

Hello
Yes i have, which suggest those interfaces have stop receiving any membership request for any MC group.

Do you have a topology of your network.


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul