Configuring Unidirectional Link Routing
UDLR Configuration Examples
IPC-513
Cisco IOS IP Configuration Guide
UDLR Configuration Examples
This section provides the following UDLR examples:
UDLR Tunnel Example
IGMP UDLR Example
IGMP Proxy Example
Integrated UDLR Tunnel, IGMP UDLR, and IGMP Proxy Example

UDLR Tunnel Example

The following example shows how to configure a UDLR tunnel. In the example, Router A (the upstream
router) is configured with Open Shortest Path First (OSPF) and PIM. Serial interface0 has send-only
capability. Therefore, the UDLR tunnel is configured as receive only, and points to serial 0.
Router B (the downstream router) is configured with OSPF and PIM. Serial interface 1 has receive-only
capability. Therefore, the UDLR tunnel is configured as send-only, and points to serial 1. The forwarding
of ARP and NHRP is enabled. Figure 83 illustrates the example.
Figure83 UDLR Tunnel Example
Router A Configuration
ip multicast-routing
!
! Serial0 has send-only capability
!
interface serial 0
encapsulation hdlc
ip address 10.1.0.1 255.255.0.0
ip pim sparse-dense-mode
!
! Configure tunnel as receive-only UDLR tunnel.
!
interface tunnel 0
tunnel source 11.0.0.1
tunnel destination 11.0.0.2
18929
Router A
Router B
Serial 1 Control
messages
Control
messages
Serial 0
Tunnel 1
Tunnel 0
Data
Satellite
network Internet