Configuring Unidirectional Link Routing
UDLR Configuration Examples
IPC-515
Cisco IOS IP Configuration Guide
Figure84 IGMP Unidirectional Link Routing Example

Uplink Router (uplink-rtr) Configuration

ip multicast-routing
!
! Interface that source is attached to
!
interface ethernet 0
description Typical IP multicast enabled interface
ip address 12.0.0.1 255.0.0.0
ip pim sparse-dense-mode
!
! Back channel
!
interface ethernet 1
description Back channel which has connectivity to downlink-rtr
ip address 11.0.0.1 255.0.0.0
ip pim sparse-dense-mode
!
! Unidirectional link
!
interface serial 0
description Unidirectional to downlink-rtr
ip address 10.0.0.1 255.0.0.0
ip pim sparse-dense-mode
ip igmp unidirectional-link
no keepalive

Downlink Router (downlink-rtr) Configuration

ip multicast-routing
!
! Interface that receiver is attached to, configure for IGMP reports to be
18930
Source (12.0.0.12)
Receiver (14.0.0.14)
14.0.0.2
13.0.0.2
11.0.0.1
10.0.0.1
10.0.0.2
12.0.0.1
Downlink router
Uplink router
UDL Back channel