OcNOS-SP : Multicast Guide : Multicast Configuration Guide : MLD Proxy Configuration : Enabling Unsolicited report interval
Enabling Unsolicited report interval
Enable MLD proxy unsolicited report interval on the upstream interface. The proxy group membership reports are forwarded to the upstream router in this unsolicited report interval time.
 
#configure terminal
Enter Configure mode.
(config)#interface eth1
Enter Interface mode
(config-if)#ipv6 MLD proxy unsolicited-report-interval 20000
Enable MLD proxy unsolicited report interval value on the upstream interface.
(config-if)#commit
Commit the transaction.
(config)#exit
Exit Configure mode.
Validation
Here is the same configuration for MLD Proxying router.
hostname Router1
!
interface eth0
!
interface eth1
ipv6 address 2000::1/64
ipv6 mld proxy-service
ipv6 mld proxy unsolicited-report-interval 20000
!
interface eth2
ipv6 address 3000::1/64
ipv6 mld mroute-proxy eth1
!
interface lo
!
!
Ipv6 multicast-routing
!
MLD proxy Unsolicited report interval
The following output displays the MLD proxy unsolicited report interval information.
Router1#show ipv6 MLD interface eth1
 
Interface eth1 (Index 3)
MLD Enabled, Active, Version 3 (default), proxy-service
MLD host version 3
Internet address is 2000::1
Unsolicited Report Interval is 20000 milliseconds
 
MLD proxy group with unsolicited report interval
The following output displays the MLD proxy group membership information when the proxy unsolicited report interval is configured to specific value.
Router1#show ipv6 MLD proxy groups
 
MLD Connected Proxy Group Membership
Group Address Interface State Member state
Ff03::1 eth1 Active Idle
 
IPv6 Multicast Routing Table
The show ipv6 mroute command displays the IPv6 multicast routing table.
Router1#show ipv6 mroute
 
IPv6 Multicast Routing Table
Flags: I - Immediate Stat, T - Timed Stat, F - Forwarder installed
B - BIDIR
Timers: Uptime/Stat Expiry
Interface State: Interface
 
(2000::1, ff03::1), uptime 00:01:10, stat expires 00:02:46
Owner PIM, Flags: TF
Incoming interface: eth1
Outgoing interface list:
eth2 (1)
 
Last modified date: 08/29/2023