UDLR and IGMP UDLR = Has anyone had problems with getting this

From: Noel Debouver III (noeldebouveriii@yahoo.com)
Date: Sun Jan 07 2007 - 12:28:50 ART


  Configure UDLR:
   
     ip multicast-routing
  !
  interface serial 0
   encapsulation hdlc
   ip address 10.1.0.1 255.255.0.0
   ip pim sparse-dense-mode
  !
  !
  interface tunnel 0
   tunnel source 11.0.0.1
   tunnel destination 11.0.0.2
   tunnel udlr receive-only serial 0
  !
  router ospf 1
   network 10.0.0.0 0.255.255.255 area 0
     ip multicast-routing
  !
  !
  interface serial 1
   encapsulation hdlc
   ip address 10.1.0.2 255.255.0.0
   ip pim sparse-dense-mode
  
  !
  !
  interface tunnel 0
   tunnel source 11.0.0.2
   tunnel destination 11.0.0.1
   tunnel udlr send-only serial 1
  !
  router ospf 1
   network 10.0.0.0 0.255.255.255 area 0
   
   
  Configure IGMP UDLR
   
    ip multicast-routing
  !
  interface ethernet 0
   ip address 12.0.0.1 255.0.0.0
   ip pim sparse-dense-mode
  !
  interface ethernet 1
   ip address 11.0.0.1 255.0.0.0
   ip pim sparse-dense-mode
  !
  !
  interface serial 0/0/0
   ip address 10.0.0.1 255.0.0.0
   ip pim sparse-dense-mode
   ip igmp unidirectional-link
   no keepalive
  Downlink Router ip multicast-routing
  !
  !
  interface ethernet 0
   ip address 14.0.0.2 255.0.0.0
   ip pim sparse-dense-mode
   ip igmp helper-address udl serial 0
  !
  interface ethernet 1
   ip address 13.0.0.2 255.0.0.0
   ip pim sparse-dense-mode
  !
  interface serial 0
   ip address 10.0.0.2 255.0.0.0
   ip pim sparse-dense-mode
   ip igmp unidirectional-link
   no keepalive
  
  

 __________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com



This archive was generated by hypermail 2.1.4 : Thu Feb 08 2007 - 23:46:55 ART