[Xorp-users] iptv and multicast forwarding (newbie)

Pavlin Radoslavov pavlin at icir.org
Mon Aug 7 15:42:54 PDT 2006


<DEL>

>  * The dr-priority on eth1.8 is set to a very low value to avoid any
>    PIM-SM related issues (in case your ISP is not filtering the
>    PIM-SM messages from your router).

The above is incorrect. The "dr-priority" in the example was set to
250, which is actually very high priority.
It should have been set to "0".

Pavlin

> interfaces {
>     interface eth0 {
>         default-system-config
>     }
>     interface eth1.8 {
>         default-system-config
>     }
> }
> 
> fea {
>     unicast-forwarding4 {
> 	disable: false
>     }
> }
> 
> plumbing {
>     mfea4 {
>         interface eth0 {
>             vif eth0 {
>                 disable: false
>             }
>         }
>         interface eth1.8 {
>             vif eth1.8 {
>                 disable: false
>             }
>         }
>         interface register_vif {
>             vif register_vif {
>                 /* Note: this vif should be always enabled */
>                 disable: false
>             }
>         }
>         traceoptions {
>             flag all {
>                 disable: false
>             }
>         }
>     }
> }
> 
> protocols {
>     igmp {
>         interface eth0 {
>             vif eth0 {
>                 disable: false
>             }
>         }
> /*
>         interface eth1.8 {
>             vif eth1.8 {
>                 disable: false
>             }
>         }
> */
>         traceoptions {
>             flag all {
>                 disable: false
>             }
>         }
>     }
> }
> 
> protocols {
>     pimsm4 {
>         interface eth0 {
>             vif eth0 {
>                 disable: false
>             }
>         }
>         interface eth1.8 {
>             vif eth1.8 {
>                 disable: false
> 		dr-priority: 250
>             }
>         }
>         interface register_vif {
>             vif register_vif {
>                 /* Note: this vif should be always enabled */
>                 disable: false
>             }
>         }
>         static-rps {
>             rp <YOUR-IP-ADDRESS> {
>                 group-prefix 224.0.0.0/4 {
>                     rp-priority: 250
>                     hash-mask-len: 30
>                 }
>             }
>         }
>         switch-to-spt-threshold {
>             disable: false
>             interval: 100
>             bytes: 102400
>         }
>         traceoptions {
>             flag all {
>                 disable: false
>             }
>         }
>     }
> }
> 
> protocols {
>     fib2mrib {
>         disable: false
>     }
> }
> 
> _______________________________________________
> Xorp-users mailing list
> Xorp-users at xorp.org
> http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-users



More information about the Xorp-users mailing list