[Xorp-users] Simple multicast configuration
Pavlin Radoslavov
pavlin at icir.org
Fri Aug 10 00:25:11 PDT 2007
Sanchez <sanchezmk at yahoo.com> wrote:
> I've been trying for a couple of days to configure a very simple multicast configuration:
>
> WinXP Pro #1
> 160.254.1.10
> |
> |
> |
> 169.254.1.2
> LiveCD 1.4
> 169.254.2.1
> |
> |
> |
> 160.254.2.20
> WinXP Pro #2
Is the first octet of the WinXP addresses really 160 or is this a
typo?
The first octet must be 169, because the hosts must belong to the
same subnet as the router.
If this is a typo, and the first octet is indeed 169, then first
check whether IGMP sees the receiver(s).
Start the receiver on one of the WinXP machines, and use the
following xorpsh command:
show igmp group
If you can see the receiver, then start the sender on the other
WinXP machine and check whether PIM-SM sees both the sender and the
receiver:
show pim join
Please send the output of the above two commands, and based on that
result we can debug the problem further.
Regards,
Pavlin
P.S. What XORP configuration did you use for the unicast test?
If WinXP has the traceroute equivalent, please use it to
double-check that the unicast routing indeed goes via XORP.
P.P.S. Your multicast configuration below seems fine.
>
> All 3 machines run as virtual machines in VMWare. The result is that unicast works perfectly fine, but no way for multicast, neither asmping nor VLC can reach from one to the other computer.
> I'm totally at loss, don't know what else to try, any help will be very appreciated. The xorp.cfg file is:
>
> /*XORP Configuration File, v1.0*/
> protocols {
> fib2mrib {
> disable: false
> }
> igmp {
> disable: false
> interface lnc0 {
> vif lnc0 {
> disable: false
> version: 2
> enable-ip-router-alert-option-check: false
> query-interval: 125
> query-last-member-interval: 1
> query-response-interval: 10
> robust-count: 2
> }
> }
> interface lnc1 {
> vif lnc1 {
> disable: false
> version: 2
> enable-ip-router-alert-option-check: false
> query-interval: 125
> query-last-member-interval: 1
> query-response-interval: 10
> robust-count: 2
> }
> }
> }
> pimsm4 {
> disable: false
> interface lnc0 {
> vif lnc0 {
> disable: false
> enable-ip-router-alert-option-check: false
> dr-priority: 1
> hello-period: 30
> hello-triggered-delay: 5
> }
> }
> interface lnc1 {
> vif lnc1 {
> disable: false
> enable-ip-router-alert-option-check: false
> dr-priority: 1
> hello-period: 30
> hello-triggered-delay: 5
> }
> }
> interface "register_vif" {
> vif "register_vif" {
> disable: false
> enable-ip-router-alert-option-check: false
> dr-priority: 1
> hello-period: 30
> hello-triggered-delay: 5
> }
> }
> static-rps {
> rp 169.254.2.1 {
> group-prefix 224.0.0.0/4 {
> rp-priority: 192
> hash-mask-len: 30
> }
> }
> }
> switch-to-spt-threshold {
> disable: false
> interval: 100
> bytes: 102400
> }
> }
> }
> fea {
> unicast-forwarding4 {
> disable: false
> }
> }
> interfaces {
> restore-original-config-on-shutdown: false
> interface lnc0 {
> disable: false
> discard: false
> description: "Lan0"
> vif lnc0 {
> disable: false
> address 169.254.1.2 {
> prefix-length: 24
> broadcast: 169.254.1.255
> disable: false
> }
> }
> }
> interface lnc1 {
> disable: false
> discard: false
> description: "Lan1"
> vif lnc1 {
> disable: false
> address 169.254.2.1 {
> prefix-length: 24
> broadcast: 169.254.2.255
> disable: false
> }
> }
> }
> interface lo0 {
> disable: false
> discard: false
> description: "Loopback interface"
> vif lo0 {
> disable: false
> }
> }
> }
> plumbing {
> mfea4 {
> disable: false
> interface lnc0 {
> vif lnc0 {
> disable: false
> }
> }
> interface "register_vif" {
> vif "register_vif" {
> disable: false
> }
> }
> interface lnc1 {
> vif lnc1 {
> disable: false
> }
> }
> }
> }
>
>
>
>
> ---------------------------------
> Luggage? GPS? Comic books?
> Check out fitting gifts for grads at Yahoo! Search._______________________________________________
> 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