[Xorp-users] multicast problem

Pavlin Radoslavov pavlin@icir.org
Tue, 08 Mar 2005 08:16:22 -0800


> i am trying to get multicast working. it is an easy setup with only two 
> network interfaces under gentoo linux. my application is vlc (with ttl > 1).
> i use the bootstrap method for the rp. the "show pim join" command shows the 
> sender and the reciever. but "show pim mfc" shows not the needed outgoing 
> interface i think. does anybody konw what is wrong? i have read most of the 

The info below shows that for source 55.66.77.2 and group 224.0.1.10
the eth1 is the incoming interface, and eth0 is the outgoing
interface. This seems right to me, given that your router is the RP,
the sender is directly connected to eth1, and the receiver is on
eth0. Why do you think the oif set is wrong?
Also, did the receiver get the multicast traffic?


> mailing-list-archive an tried all configurations that seems possible to me. 
> but i did not get the poin. 


BTW, there are two things in your configuration that you may want to
fix.

First, in your static routes configuration you have what seems like
a cyclic dependency. The nexthop for the first route matches into
the second route, and the nexthop for the second route matches into
the first route:

>         route4 55.66.77.1/24 {
>             nexthop: 20.40.60.1
>             metric: 1
>         }
>         route4 20.40.60.1/24 {
>             nexthop: 55.66.77.1
>             metric: 1
>         }

Given that both routes are actually the directly-connected subnets,
you don't need them in your static routes configuration, so you can
delete them.

Second, the IP interface configuration for eth0 shows a mismatch
between the IP address and the broadcast address:

> [ 2005/03/08 15:03:52 INFO xorp_fea MFEA ] New vif: Vif[eth0] pif_index: 1 
> vif_index: 0 addr: 20.40.60.1 subnet: 20.40.60.0/24 broadcast: 192.168.1.255 
> peer: 0.0.0.0 Flags: MULTICAST BROADCAST UNDERLYING_VIF_UP

Even though such assignment is legal, for practical purposes the
broadcast address should be 20.40.60.255 (unless you have good
reasons that the broadcast address should really be 192.168.1.255).

Regards,
Pavlin


> 
> thanks a lot.
> felix
> 
> my configuration:
> /*  deklarieren der vorhandenen netzwerkkarten und uebernahme der parameter 
> aus dem   	system */
> interfaces {
>     interface eth0 {
>         default-system-config
>     }
>     interface eth1 {
>         default-system-config
>     }
> }
> /*  ip4 forwarding aktivieren */
> fea {
>     enable-unicast-forwarding4: true
> }
> 
> plumbing {
>     /*ip4 multicast forwarding fuer die beiden netzwerkkarten aktivieren 
> mittels*/
>     mfea4 {
>         interface eth0 {
>             vif eth0 {
>                 enabled: true
>             }
>         }
>         interface eth1 {
>             vif eth1 {
>                 enabled: true
>             }
>         }
> 
>         interface register_vif {
>             vif register_vif {
>                 /* Note: this vif should be always enabled */
>                 enabled: true
>             }
>         }
>         traceoptions {
>             flag all {
>                 enabled: true
>             }
>         }
> 
>     }
> }
> 
> 
> 
> protocols {
>     /* statische unicast routen festlegen  */
>     static {
> 
>         route4 55.66.77.1/24 {
>             nexthop: 20.40.60.1
>             metric: 1
>         }
>         route4 20.40.60.1/24 {
>             nexthop: 55.66.77.1
>             metric: 1
>         }
> 
>     }
> }
> 
> 
> protocols {
>     /* igmp fuer die netzwerkinterfaces aktivieren  */	
>     igmp {
>         interface eth0 {
>             vif eth0 {
>                 enabled: true
>             }
>         }
>         interface eth1 {
>             vif eth1 {
>                 enabled: true
>             }
>         }
> 
>         traceoptions {
>             flag all {
>                 enabled: true
>             }
>         }
>     }
> }
> 
> protocols {
>     /* ip4 multicast-protokol pim-sm aktivieren  */
>     pimsm4 {
>         interface eth0 {
>             vif eth0 {
>                 enabled: true
>             }
>         }
>         interface eth1 {
>             vif eth1 {
>                 enabled: true
>             }
>         }
> 
>         interface register_vif {
>             vif register_vif {
>                 /* Note: this vif should be always enabled */
>                 enabled: true
>             }
>         }
> 
> /* alternativ automatische rp's mittels bootstrap */
> 
> 
>         bootstrap {
>             cand-bsr {
>                 scope-zone 224.0.0.0/4 {
>                     cand-bsr-by-vif-name: "eth0"
>                     bsr-priority: 1
>                 }
>             }
> 
>             cand-rp {
>                 group-prefix 224.0.0.0/4 {
>                     cand-rp-by-vif-name: "eth0"
>                     rp-priority: 192
>                     rp-holdtime: 150
>                 }
>             }
>         }
>  
>         switch-to-spt-threshold {
>             enabled: true
>             interval-sec: 100
>             bytes: 102400
>         }
>         traceoptions {
>             flag all {
>                 enabled: true
>             }
>         }
>     }
> }
> 
> 
> /* liest die schon im system gesetzten routen in die xorp configuration ein */
> 
> protocols {
>     fib2mrib {
>         enabled: true
>     }
> 
> }
> ----------------------------------------------------
> 
> show pim join
> 224.0.1.10      0.0.0.0         20.40.60.1      WC
>     Upstream interface (RP):   register_vif
>     Upstream MRIB next hop (RP): UNKNOWN
>     Upstream RPF'(*,G):        UNKNOWN
>     Upstream state:            Joined
>     Join timer:                31
>     Local receiver include WC: O..
>     Joins RP:                  ...
>     Joins WC:                  ...
>     Join state:                ...
>     Prune state:               ...
>     Prune pending state:       ...
>     I am assert winner state:  ...
>     I am assert loser state:   ...
>     Assert winner WC:          ...
>     Assert lost WC:            ...
>     Assert tracking WC:        O.O
>     Could assert WC:           O..
>     I am DR:                   OOO
>     Immediate olist RP:        ...
>     Immediate olist WC:        O..
>     Inherited olist SG:        O..
>     Inherited olist SG_RPT:    O..
>     PIM include WC:            O..
> 239.255.255.250 0.0.0.0         20.40.60.1      WC
>     Upstream interface (RP):   register_vif
>     Upstream MRIB next hop (RP): UNKNOWN
>     Upstream RPF'(*,G):        UNKNOWN
>     Upstream state:            Joined
>     Join timer:                46
>     Local receiver include WC: OO.
>     Joins RP:                  ...
>     Joins WC:                  ...
>     Join state:                ...
>     Prune state:               ...
>     Prune pending state:       ...
>     I am assert winner state:  ...
>     I am assert loser state:   ...
>     Assert winner WC:          ...
>     Assert lost WC:            ...
>     Assert tracking WC:        OOO
>     Could assert WC:           OO.
>     I am DR:                   OOO
>     Immediate olist RP:        ...
>     Immediate olist WC:        OO.
>     Inherited olist SG:        OO.
>     Inherited olist SG_RPT:    OO.
>     PIM include WC:            OO.
> 224.0.1.10      55.66.77.2      20.40.60.1      SG SPT DirectlyConnectedS
>     Upstream interface (S):    eth1
>     Upstream interface (RP):   register_vif
>     Upstream MRIB next hop (RP): UNKNOWN
>     Upstream MRIB next hop (S):  UNKNOWN
>     Upstream RPF'(S,G):        UNKNOWN
>     Upstream state:            Joined
>     Register state:            RegisterNoinfo RegisterNotCouldRegister
>     Join timer:                31
>     Local receiver include WC: O..
>     Local receiver include SG: ...
>     Local receiver exclude SG: ...
>     Joins RP:                  ...
>     Joins WC:                  ...
>     Joins SG:                  ...
>     Join state:                ...
>     Prune state:               ...
>     Prune pending state:       ...
>     I am assert winner state:  ...
>     I am assert loser state:   ...
>     Assert winner WC:          ...
>     Assert winner SG:          ...
>     Assert lost WC:            ...
>     Assert lost SG:            ...
>     Assert lost SG_RPT:        ...
>     Assert tracking SG:        OO.
>     Could assert WC:           O..
>     Could assert SG:           O..
>     I am DR:                   OOO
>     Immediate olist RP:        ...
>     Immediate olist WC:        O..
>     Immediate olist SG:        ...
>     Inherited olist SG:        O..
>     Inherited olist SG_RPT:    O..
>     PIM include WC:            O..
>     PIM include SG:            ...
>     PIM exclude SG:            ...
> -----------------------------------------
> 
> Xorp> show pim rps
> RP              Type      Pri Holdtime Timeout ActiveGroups GroupPrefix
> 20.40.60.1      bootstrap 192      150      -1            2 224.0.0.0/4
> -----------------------------------------
> 
> Xorp> show pim mfc
> 224.0.1.10      55.66.77.2      20.40.60.1
>     Incoming interface :      eth1
>     Outgoing interfaces:      O..
> -----------------------------------------
> 
> cat /proc/net/ip_mr_cache
> Group    Origin   Iif     Pkts    Bytes    Wrong Oifs
> 0A0100E0 024D4237 1      94007 126345408        0  0:1
> -----------------------------------------
> 
> log:
> /usr/local/xorp/bin/xorp_rtrmgr
> [ 2005/03/08 15:03:44  INFO xorp_rtrmgr:8190 RTRMGR +134 master_conf_tree.cc 
> execute ] Changed modules: interfaces, fea, mfea4, rib, static_routes, igmp, 
> pimsm4
> [ 2005/03/08 15:03:44  INFO xorp_rtrmgr:8190 RTRMGR +356 module_manager.cc 
> run ] Running module: interfaces (/usr/local/xorp/fea/xorp_fea)
> [ 2005/03/08 15:03:46  INFO xorp_rtrmgr:8190 RTRMGR +356 module_manager.cc 
> run ] Running module: fea (/usr/local/xorp/fea/xorp_fea)
> [ 2005/03/08 15:03:52  INFO xorp_rtrmgr:8190 RTRMGR +356 module_manager.cc 
> run ] Running module: mfea4 (/usr/local/xorp/fea/xorp_fea)
> [ 2005/03/08 15:03:52 TRACE xorp_rtrmgr RTRMGR ] Startup with XRL: 
> >finder://MFEA_4/mfea/0.1/start_mfea<
> [ 2005/03/08 15:03:52 INFO xorp_fea MFEA ] New vif: Vif[eth0] pif_index: 1 
> vif_index: 0 addr: 20.40.60.1 subnet: 20.40.60.0/24 broadcast: 192.168.1.255 
> peer: 0.0.0.0 Flags: MULTICAST BROADCAST UNDERLYING_VIF_UP
> [ 2005/03/08 15:03:52 INFO xorp_fea MFEA ] New vif: Vif[eth1] pif_index: 3 
> vif_index: 1 addr: 55.66.77.1 subnet: 55.66.77.0/24 broadcast: 55.66.77.255 
> peer: 0.0.0.0 Flags: MULTICAST BROADCAST UNDERLYING_VIF_UP
> [ 2005/03/08 15:03:53 INFO xorp_fea MFEA ] Enabled vif: eth0
> [ 2005/03/08 15:03:53 INFO xorp_fea MFEA ] Started vif: eth0
> [ 2005/03/08 15:03:53 INFO xorp_fea MFEA ] New vif: Vif[register_vif] 
> pif_index: 1 vif_index: 2 addr: 20.40.60.1 subnet: 20.40.60.1/32 broadcast: 
> 20.40.60.1 peer: 0.0.0.0 Flags: PIM_REGISTER UNDERLYING_VIF_UP
> [ 2005/03/08 15:03:53 INFO xorp_fea MFEA ] Enabled vif: eth1
> [ 2005/03/08 15:03:53 INFO xorp_fea MFEA ] Started vif: eth1
> [ 2005/03/08 15:03:53 TRACE xorp_fea MFEA ] RX kernel signal: message_type = 1 
> vif_index = 1 src = 55.66.77.2 dst = 224.0.1.10
> [ 2005/03/08 15:03:53 INFO xorp_fea MFEA ] Enabled vif: register_vif
> [ 2005/03/08 15:03:53 INFO xorp_fea MFEA ] Started vif: register_vif
> [ 2005/03/08 15:03:53  INFO xorp_rtrmgr:8190 RTRMGR +356 module_manager.cc 
> run ] Running module: rib (/usr/local/xorp/rib/xorp_rib)
> [ 2005/03/08 15:03:55  INFO xorp_rtrmgr:8190 RTRMGR +356 module_manager.cc 
> run ] Running module: static_routes 
> (/usr/local/xorp/static_routes/xorp_static_routes)
> [ 2005/03/08 15:03:57  INFO xorp_rtrmgr:8190 RTRMGR +356 module_manager.cc 
> run ] Running module: igmp (/usr/local/xorp/mld6igmp/xorp_igmp)
> [ 2005/03/08 15:03:57  WARNING xorp_rtrmgr:8190 XrlFinderTarget +406 
> finder_base.cc handle_finder_0_2_resolve_xrl ] Handling method for 
> finder/0.2/resolve_xrl failed: XrlCmdError 102 Command failed Target "IGMP" 
> does not exist or is not enabled.
> [ 2005/03/08 15:03:58 TRACE xorp_rtrmgr RTRMGR ] Startup with XRL: 
> >finder://IGMP/mld6igmp/0.1/start_mld6igmp<
> [ 2005/03/08 15:03:58 INFO xorp_igmp MLD6IGMP ] New vif: Vif[eth0] pif_index: 
> 0 vif_index: 0 Flags:
> [ 2005/03/08 15:03:58 INFO xorp_igmp MLD6IGMP ] Added new address to vif eth0: 
> addr: 20.40.60.1 subnet: 20.40.60.0/24 broadcast: 192.168.1.255 peer: 0.0.0.0
> [ 2005/03/08 15:03:58 INFO xorp_igmp MLD6IGMP ] Vif flags changed: Vif[eth0] 
> pif_index: 0 vif_index: 0 addr: 20.40.60.1 subnet: 20.40.60.0/24 broadcast: 
> 192.168.1.255 peer: 0.0.0.0 Flags: MULTICAST BROADCAST UNDERLYING_VIF_UP
> [ 2005/03/08 15:03:58 INFO xorp_igmp MLD6IGMP ] New vif: Vif[eth1] pif_index: 
> 0 vif_index: 1 Flags:
> [ 2005/03/08 15:03:58 INFO xorp_igmp MLD6IGMP ] Added new address to vif eth1: 
> addr: 55.66.77.1 subnet: 55.66.77.0/24 broadcast: 55.66.77.255 peer: 0.0.0.0
> [ 2005/03/08 15:03:58 INFO xorp_igmp MLD6IGMP ] Vif flags changed: Vif[eth1] 
> pif_index: 0 vif_index: 1 addr: 55.66.77.1 subnet: 55.66.77.0/24 broadcast: 
> 55.66.77.255 peer: 0.0.0.0 Flags: MULTICAST BROADCAST UNDERLYING_VIF_UP
> [ 2005/03/08 15:03:58 INFO xorp_igmp MLD6IGMP ] New vif: Vif[register_vif] 
> pif_index: 0 vif_index: 2 Flags:
> [ 2005/03/08 15:03:58 INFO xorp_igmp MLD6IGMP ] Added new address to vif 
> register_vif: addr: 20.40.60.1 subnet: 20.40.60.1/32 broadcast: 20.40.60.1 
> peer: 0.0.0.0
> [ 2005/03/08 15:03:58 INFO xorp_igmp MLD6IGMP ] Vif flags changed: 
> Vif[register_vif] pif_index: 0 vif_index: 2 addr: 20.40.60.1 subnet: 
> 20.40.60.1/32 broadcast: 20.40.60.1 peer: 0.0.0.0 Flags: PIM_REGISTER 
> UNDERLYING_VIF_UP
> [ 2005/03/08 15:03:59 INFO xorp_igmp MLD6IGMP ] Enabled vif: eth0
> [ 2005/03/08 15:03:59 INFO xorp_igmp MLD6IGMP ] STARTING Vif[eth0] pif_index: 
> 0 vif_index: 0 addr: 20.40.60.1 subnet: 20.40.60.0/24 broadcast: 
> 192.168.1.255 peer: 0.0.0.0 Flags: MULTICAST BROADCAST UNDERLYING_VIF_UP UP 
> IPv4 ENABLED
> [ 2005/03/08 15:03:59 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 
> 20.40.60.1 to 224.0.0.1
> [ 2005/03/08 15:03:59 INFO xorp_igmp MLD6IGMP ] Started vif: eth0
> [ 2005/03/08 15:03:59 INFO xorp_igmp MLD6IGMP ] Enabled vif: eth1
> [ 2005/03/08 15:03:59 INFO xorp_igmp MLD6IGMP ] STARTING Vif[eth1] pif_index: 
> 0 vif_index: 1 addr: 55.66.77.1 subnet: 55.66.77.0/24 broadcast: 55.66.77.255 
> peer: 0.0.0.0 Flags: MULTICAST BROADCAST UNDERLYING_VIF_UP UP IPv4 ENABLED
> [ 2005/03/08 15:03:59 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 
> 55.66.77.1 to 224.0.0.1
> [ 2005/03/08 15:03:59 INFO xorp_igmp MLD6IGMP ] Started vif: eth1
> [ 2005/03/08 15:03:59  INFO xorp_rtrmgr:8190 RTRMGR +356 module_manager.cc 
> run ] Running module: pimsm4 (/usr/local/xorp/pim/xorp_pimsm4)
> [ 2005/03/08 15:03:59  WARNING xorp_rtrmgr:8190 XrlFinderTarget +406 
> finder_base.cc handle_finder_0_2_resolve_xrl ] Handling method for 
> finder/0.2/resolve_xrl failed: XrlCmdError 102 Command failed Target 
> "PIMSM_4" does not exist or is not enabled.
> [ 2005/03/08 15:03:59 TRACE xorp_igmp MLD6IGMP ] RX IGMP_MEMBERSHIP_QUERY from 
> 20.40.60.1 to 224.0.0.1 on vif eth0
> [ 2005/03/08 15:03:59 TRACE xorp_igmp MLD6IGMP ] RX IGMP_MEMBERSHIP_QUERY from 
> 55.66.77.1 to 224.0.0.1 on vif eth1
> [ 2005/03/08 15:03:59 TRACE xorp_igmp MLD6IGMP ] RX IGMP_V2_MEMBERSHIP_REPORT 
> from 20.40.60.1 to 224.0.0.2 on vif eth0
> [ 2005/03/08 15:03:59 TRACE xorp_igmp MLD6IGMP ] RX IGMP_V2_MEMBERSHIP_REPORT 
> from 55.66.77.1 to 224.0.0.2 on vif eth1
> [ 2005/03/08 15:04:00 TRACE xorp_igmp MLD6IGMP ] RX IGMP_V2_MEMBERSHIP_REPORT 
> from 20.40.60.2 to 239.255.255.250 on vif eth0
> [ 2005/03/08 15:04:00 TRACE xorp_rtrmgr RTRMGR ] Startup with XRL: 
> >finder://PIMSM_4/pim/0.1/start_pim<
> [ 2005/03/08 15:04:00 INFO xorp_pimsm4 PIM ] New vif: Vif[eth0] pif_index: 0 
> vif_index: 0 addr: 20.40.60.1 subnet: 20.40.60.0/24 broadcast: 192.168.1.255 
> peer: 0.0.0.0 Flags: MULTICAST BROADCAST UNDERLYING_VIF_UP
> [ 2005/03/08 15:04:00 INFO xorp_pimsm4 PIM ] New vif: Vif[eth1] pif_index: 0 
> vif_index: 1 addr: 55.66.77.1 subnet: 55.66.77.0/24 broadcast: 55.66.77.255 
> peer: 0.0.0.0 Flags: MULTICAST BROADCAST UNDERLYING_VIF_UP
> [ 2005/03/08 15:04:00 INFO xorp_pimsm4 PIM ] New vif: Vif[register_vif] 
> pif_index: 0 vif_index: 2 addr: 20.40.60.1 subnet: 20.40.60.1/32 broadcast: 
> 20.40.60.1 peer: 0.0.0.0 Flags: PIM_REGISTER UNDERLYING_VIF_UP
> [ 2005/03/08 15:04:01 INFO xorp_pimsm4 PIM ] Enabled vif: eth0
> [ 2005/03/08 15:04:01 INFO xorp_pimsm4 PIM ] STARTING Vif[eth0] pif_index: 0 
> vif_index: 0 addr: 20.40.60.1 subnet: 20.40.60.0/24 broadcast: 192.168.1.255 
> peer: 0.0.0.0 Flags: MULTICAST BROADCAST UNDERLYING_VIF_UP UP IPv4 ENABLED
> [ 2005/03/08 15:04:01 INFO xorp_pimsm4 PIM ] Started vif: eth0
> [ 2005/03/08 15:04:01 INFO xorp_pimsm4 PIM ] Enabled vif: eth1
> [ 2005/03/08 15:04:01 TRACE xorp_igmp MLD6IGMP ] RX IGMP_V2_MEMBERSHIP_REPORT 
> from 20.40.60.1 to 224.0.0.2 on vif eth0
> [ 2005/03/08 15:04:01 INFO xorp_pimsm4 PIM ] STARTING Vif[eth1] pif_index: 0 
> vif_index: 1 addr: 55.66.77.1 subnet: 55.66.77.0/24 broadcast: 55.66.77.255 
> peer: 0.0.0.0 Flags: MULTICAST BROADCAST UNDERLYING_VIF_UP UP IPv4 ENABLED
> [ 2005/03/08 15:04:01 INFO xorp_pimsm4 PIM ] Started vif: eth1
> [ 2005/03/08 15:04:01 TRACE xorp_igmp MLD6IGMP ] RX IGMP_V2_MEMBERSHIP_REPORT 
> from 20.40.60.1 to 224.0.0.13 on vif eth0
> [ 2005/03/08 15:04:01 INFO xorp_pimsm4 PIM ] Enabled vif: register_vif
> [ 2005/03/08 15:04:01 TRACE xorp_igmp MLD6IGMP ] RX IGMP_V2_MEMBERSHIP_REPORT 
> from 55.66.77.1 to 224.0.0.13 on vif eth1
> [ 2005/03/08 15:04:01 INFO xorp_pimsm4 PIM ] STARTING Vif[register_vif] 
> pif_index: 0 vif_index: 2 addr: 20.40.60.1 subnet: 20.40.60.1/32 broadcast: 
> 20.40.60.1 peer: 0.0.0.0 Flags: PIM_REGISTER UNDERLYING_VIF_UP UP IPv4 
> ENABLED
> [ 2005/03/08 15:04:01 INFO xorp_pimsm4 PIM ] Started vif: register_vif
> [ 2005/03/08 15:04:01 TRACE xorp_pimsm4 PIM ] Add membership for 
> (0.0.0.0,239.255.255.250) on vif eth0
> [ 2005/03/08 15:04:01 WARNING xorp_pimsm4 PIM ] JoinDesired(*,G) = true: RP 
> for group 239.255.255.250: not found
> [ 2005/03/08 15:04:01  INFO xorp_rtrmgr:8190 RTRMGR +1366 task.cc run_task ] 
> No more tasks to run
> [ 2005/03/08 15:04:02 TRACE xorp_igmp MLD6IGMP ] RX IGMP_V2_MEMBERSHIP_REPORT 
> from 55.66.77.1 to 224.0.0.2 on vif eth1
> [ 2005/03/08 15:04:02 TRACE xorp_igmp MLD6IGMP ] RX IGMP_V2_MEMBERSHIP_REPORT 
> from 55.66.77.1 to 224.0.0.13 on vif eth1
> [ 2005/03/08 15:04:03 TRACE xorp_fea MFEA ] RX kernel signal: message_type = 1 
> vif_index = 1 src = 55.66.77.2 dst = 224.0.1.10
> [ 2005/03/08 15:04:03 TRACE xorp_pimsm4 PIM ] RX NOCACHE signal from MFEA_4: 
> vif_index = 1 src = 55.66.77.2 dst = 224.0.1.10
> [ 2005/03/08 15:04:03 TRACE xorp_pimsm4 PIM ] Add MFC entry: 
> (55.66.77.2,224.0.1.10) iif = 1 olist = ..O
> [ 2005/03/08 15:04:03 TRACE xorp_pimsm4 PIM ] TX PIM_HELLO from 20.40.60.1 to 
> 224.0.0.13 on vif eth0
> [ 2005/03/08 15:04:04 TRACE xorp_igmp MLD6IGMP ] RX IGMP_V2_MEMBERSHIP_REPORT 
> from 20.40.60.1 to 224.0.0.2 on vif eth0
> [ 2005/03/08 15:04:05 TRACE xorp_igmp MLD6IGMP ] RX IGMP_V2_MEMBERSHIP_REPORT 
> from 20.40.60.1 to 224.0.0.13 on vif eth0
> [ 2005/03/08 15:04:05 TRACE xorp_pimsm4 PIM ] TX PIM_HELLO from 55.66.77.1 to 
> 224.0.0.13 on vif eth1
> [ 2005/03/08 15:04:06 TRACE xorp_igmp MLD6IGMP ] RX IGMP_V2_MEMBERSHIP_REPORT 
> from 20.40.60.2 to 224.0.1.10 on vif eth0
> [ 2005/03/08 15:04:06 TRACE xorp_pimsm4 PIM ] Add membership for 
> (0.0.0.0,224.0.1.10) on vif eth0
> [ 2005/03/08 15:04:06 WARNING xorp_pimsm4 PIM ] JoinDesired(*,G) = true: RP 
> for group 224.0.1.10: not found
> [ 2005/03/08 15:04:06 TRACE xorp_pimsm4 PIM ] Add MFC entry: 
> (55.66.77.2,224.0.1.10) iif = 1 olist = O.O
> [ 2005/03/08 15:04:08 WARNING xorp_fea MFEA ] proto_socket_read() failed: RX 
> packet from 192.168.1.1 to 239.255.255.250: no vif found
> [ 2005/03/08 15:04:09 TRACE xorp_igmp MLD6IGMP ] RX IGMP_V2_MEMBERSHIP_REPORT 
> from 55.66.77.1 to 224.0.0.2 on vif eth1
> [ 2005/03/08 15:04:09 TRACE xorp_igmp MLD6IGMP ] RX IGMP_V2_MEMBERSHIP_REPORT 
> from 55.66.77.1 to 224.0.0.13 on vif eth1
> [ 2005/03/08 15:04:11 TRACE xorp_igmp MLD6IGMP ] RX IGMP_V2_MEMBERSHIP_REPORT 
> from 20.40.60.1 to 224.0.0.13 on vif eth0
> [ 2005/03/08 15:04:30 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 
> 20.40.60.1 to 224.0.0.1
> [ 2005/03/08 15:04:30 TRACE xorp_igmp MLD6IGMP ] RX IGMP_MEMBERSHIP_QUERY from 
> 20.40.60.1 to 224.0.0.1 on vif eth0
> [ 2005/03/08 15:04:30 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 
> 55.66.77.1 to 224.0.0.1
> [ 2005/03/08 15:04:30 TRACE xorp_igmp MLD6IGMP ] RX IGMP_MEMBERSHIP_QUERY from 
> 55.66.77.1 to 224.0.0.1 on vif eth1
> [ 2005/03/08 15:04:31 TRACE xorp_igmp MLD6IGMP ] RX IGMP_V2_MEMBERSHIP_REPORT 
> from 20.40.60.2 to 239.255.255.250 on vif eth0
> [ 2005/03/08 15:04:33 TRACE xorp_igmp MLD6IGMP ] RX IGMP_V2_MEMBERSHIP_REPORT 
> from 20.40.60.2 to 224.0.1.10 on vif eth0
> [ 2005/03/08 15:04:33 TRACE xorp_pimsm4 PIM ] TX PIM_HELLO from 20.40.60.1 to 
> 224.0.0.13 on vif eth0
> [ 2005/03/08 15:04:35 WARNING xorp_fea MFEA ] proto_socket_read() failed: RX 
> packet from 192.168.1.1 to 239.255.255.250: no vif found
> [ 2005/03/08 15:04:35 TRACE xorp_pimsm4 PIM ] TX PIM_HELLO from 55.66.77.1 to 
> 224.0.0.13 on vif eth1
> [ 2005/03/08 15:04:36 TRACE xorp_igmp MLD6IGMP ] RX IGMP_V2_MEMBERSHIP_REPORT 
> from 20.40.60.1 to 224.0.0.13 on vif eth0
> [ 2005/03/08 15:04:37 TRACE xorp_igmp MLD6IGMP ] RX IGMP_V2_MEMBERSHIP_REPORT 
> from 55.66.77.1 to 224.0.0.2 on vif eth1
> [ 2005/03/08 15:04:40 TRACE xorp_igmp MLD6IGMP ] RX IGMP_V2_MEMBERSHIP_REPORT 
> from 55.66.77.1 to 224.0.0.13 on vif eth1
> [ 2005/03/08 15:04:40 TRACE xorp_igmp MLD6IGMP ] RX IGMP_V2_MEMBERSHIP_REPORT 
> from 20.40.60.1 to 224.0.0.2 on vif eth0
> [ 2005/03/08 15:05:01 WARNING xorp_pimsm4 PIM ] JoinDesired(*,G) = true: RP 
> for group 239.255.255.250: not found
> [ 2005/03/08 15:05:03 TRACE xorp_pimsm4 PIM ] TX PIM_HELLO from 20.40.60.1 to 
> 224.0.0.13 on vif eth0
> [ 2005/03/08 15:05:05 TRACE xorp_pimsm4 PIM ] TX PIM_HELLO from 55.66.77.1 to 
> 224.0.0.13 on vif eth1
> [ 2005/03/08 15:05:06 WARNING xorp_pimsm4 PIM ] JoinDesired(*,G) = true: RP 
> for group 224.0.1.10: not found
> [ 2005/03/08 15:05:33 TRACE xorp_pimsm4 PIM ] TX PIM_HELLO from 20.40.60.1 to 
> 224.0.0.13 on vif eth0
> [ 2005/03/08 15:05:35 TRACE xorp_pimsm4 PIM ] TX PIM_HELLO from 55.66.77.1 to 
> 224.0.0.13 on vif eth1
> [ 2005/03/08 15:06:01 WARNING xorp_pimsm4 PIM ] JoinDesired(*,G) = true: RP 
> for group 239.255.255.250: not found
> [ 2005/03/08 15:06:03 TRACE xorp_pimsm4 PIM ] TX PIM_HELLO from 20.40.60.1 to 
> 224.0.0.13 on vif eth0
> [ 2005/03/08 15:06:05 TRACE xorp_pimsm4 PIM ] TX PIM_HELLO from 55.66.77.1 to 
> 224.0.0.13 on vif eth1
> [ 2005/03/08 15:06:06 WARNING xorp_pimsm4 PIM ] JoinDesired(*,G) = true: RP 
> for group 224.0.1.10: not found
> [ 2005/03/08 15:06:33 TRACE xorp_pimsm4 PIM ] TX PIM_HELLO from 20.40.60.1 to 
> 224.0.0.13 on vif eth0
> [ 2005/03/08 15:06:35 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 
> 20.40.60.1 to 224.0.0.1
> [ 2005/03/08 15:06:35 TRACE xorp_igmp MLD6IGMP ] RX IGMP_MEMBERSHIP_QUERY from 
> 20.40.60.1 to 224.0.0.1 on vif eth0
> [ 2005/03/08 15:06:35 TRACE xorp_pimsm4 PIM ] TX PIM_HELLO from 55.66.77.1 to 
> 224.0.0.13 on vif eth1
> [ 2005/03/08 15:06:35 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 
> 55.66.77.1 to 224.0.0.1
> [ 2005/03/08 15:06:35 TRACE xorp_igmp MLD6IGMP ] RX IGMP_MEMBERSHIP_QUERY from 
> 55.66.77.1 to 224.0.0.1 on vif eth1
> [ 2005/03/08 15:06:40 TRACE xorp_igmp MLD6IGMP ] RX IGMP_V2_MEMBERSHIP_REPORT 
> from 20.40.60.2 to 239.255.255.250 on vif eth0
> [ 2005/03/08 15:06:40 TRACE xorp_igmp MLD6IGMP ] RX IGMP_V2_MEMBERSHIP_REPORT 
> from 55.66.77.2 to 239.255.255.250 on vif eth1
> [ 2005/03/08 15:06:40 TRACE xorp_pimsm4 PIM ] Add membership for 
> (0.0.0.0,239.255.255.250) on vif eth1
> [ 2005/03/08 15:06:41 TRACE xorp_igmp MLD6IGMP ] RX IGMP_V2_MEMBERSHIP_REPORT 
> from 55.66.77.1 to 224.0.0.13 on vif eth1
> [ 2005/03/08 15:06:42 TRACE xorp_igmp MLD6IGMP ] RX IGMP_V2_MEMBERSHIP_REPORT 
> from 20.40.60.1 to 224.0.0.2 on vif eth0
> [ 2005/03/08 15:06:43 TRACE xorp_igmp MLD6IGMP ] RX IGMP_V2_MEMBERSHIP_REPORT 
> from 20.40.60.1 to 224.0.0.13 on vif eth0
> [ 2005/03/08 15:06:44 TRACE xorp_igmp MLD6IGMP ] RX IGMP_V2_MEMBERSHIP_REPORT 
> from 20.40.60.2 to 224.0.1.10 on vif eth0
> [ 2005/03/08 15:06:45 TRACE xorp_igmp MLD6IGMP ] RX IGMP_V2_MEMBERSHIP_REPORT 
> from 55.66.77.1 to 224.0.0.2 on vif eth1
> [ 2005/03/08 15:06:50 TRACE xorp_pimsm4 PIM ] Add MFC entry: 
> (55.66.77.2,224.0.1.10) iif = 1 olist = O.O
> [ 2005/03/08 15:06:50 TRACE xorp_pimsm4 PIM ] Add MFC entry: 
> (55.66.77.2,224.0.1.10) iif = 1 olist = O..
> [ 2005/03/08 15:07:03 TRACE xorp_pimsm4 PIM ] TX PIM_HELLO from 20.40.60.1 to 
> 224.0.0.13 on vif eth0
> [ 2005/03/08 15:07:05 TRACE xorp_pimsm4 PIM ] TX PIM_HELLO from 55.66.77.1 to 
> 224.0.0.13 on vif eth1
> [ 2005/03/08 15:07:33 TRACE xorp_pimsm4 PIM ] TX PIM_HELLO from 20.40.60.1 to 
> 224.0.0.13 on vif eth0
> [ 2005/03/08 15:07:35 TRACE xorp_pimsm4 PIM ] TX PIM_HELLO from 55.66.77.1 to 
> 224.0.0.13 on vif eth1
> [ 2005/03/08 15:07:43 TRACE xorp_igmp MLD6IGMP ] RX IGMP_V2_LEAVE_GROUP from 
> 20.40.60.2 to 224.0.0.2 on vif eth0
> [ 2005/03/08 15:07:43 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 
> 20.40.60.1 to 224.0.1.10
> [ 2005/03/08 15:07:43 TRACE xorp_igmp MLD6IGMP ] RX IGMP_MEMBERSHIP_QUERY from 
> 20.40.60.1 to 224.0.1.10 on vif eth0
> [ 2005/03/08 15:07:44 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 
> 20.40.60.1 to 224.0.1.10
> [ 2005/03/08 15:07:44 TRACE xorp_igmp MLD6IGMP ] RX IGMP_MEMBERSHIP_QUERY from 
> 20.40.60.1 to 224.0.1.10 on vif eth0
> [ 2005/03/08 15:07:45 TRACE xorp_pimsm4 PIM ] Delete membership for 
> (0.0.0.0,224.0.1.10) on vif eth0
> [ 2005/03/08 15:07:45 TRACE xorp_pimsm4 PIM ] Add MFC entry: 
> (55.66.77.2,224.0.1.10) iif = 1 olist = ...
> [ 2005/03/08 15:07:47 TRACE xorp_igmp MLD6IGMP ] RX IGMP_V2_MEMBERSHIP_REPORT 
> from 20.40.60.2 to 224.0.1.10 on vif eth0
> [ 2005/03/08 15:07:47 TRACE xorp_pimsm4 PIM ] Add membership for 
> (0.0.0.0,224.0.1.10) on vif eth0
> [ 2005/03/08 15:07:47 TRACE xorp_pimsm4 PIM ] Add MFC entry: 
> (55.66.77.2,224.0.1.10) iif = 1 olist = O..
> [ 2005/03/08 15:07:48 TRACE xorp_igmp MLD6IGMP ] RX IGMP_V2_MEMBERSHIP_REPORT 
> from 20.40.60.2 to 224.0.1.10 on vif eth0
> [ 2005/03/08 15:07:49 TRACE xorp_igmp MLD6IGMP ] RX IGMP_V2_MEMBERSHIP_REPORT 
> from 20.40.60.2 to 224.0.1.10 on vif eth0
> [ 2005/03/08 15:08:03 TRACE xorp_pimsm4 PIM ] TX PIM_HELLO from 20.40.60.1 to 
> 224.0.0.13 on vif eth0
> [ 2005/03/08 15:08:05 TRACE xorp_pimsm4 PIM ] TX PIM_HELLO from 55.66.77.1 to 
> 224.0.0.13 on vif eth1
> [ 2005/03/08 15:08:33 TRACE xorp_pimsm4 PIM ] TX PIM_HELLO from 20.40.60.1 to 
> 224.0.0.13 on vif eth0
> [ 2005/03/08 15:08:35 TRACE xorp_pimsm4 PIM ] TX PIM_HELLO from 55.66.77.1 to 
> 224.0.0.13 on vif eth1
> [ 2005/03/08 15:08:40 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 
> 20.40.60.1 to 224.0.0.1
> [ 2005/03/08 15:08:40 TRACE xorp_igmp MLD6IGMP ] RX IGMP_MEMBERSHIP_QUERY from 
> 20.40.60.1 to 224.0.0.1 on vif eth0
> [ 2005/03/08 15:08:40 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 
> 55.66.77.1 to 224.0.0.1
> [ 2005/03/08 15:08:40 TRACE xorp_igmp MLD6IGMP ] RX IGMP_MEMBERSHIP_QUERY from 
> 55.66.77.1 to 224.0.0.1 on vif eth1
> [ 2005/03/08 15:08:41 TRACE xorp_igmp MLD6IGMP ] RX IGMP_V2_MEMBERSHIP_REPORT 
> from 20.40.60.1 to 224.0.0.2 on vif eth0
> [ 2005/03/08 15:08:41 TRACE xorp_igmp MLD6IGMP ] RX IGMP_V2_MEMBERSHIP_REPORT 
> from 55.66.77.2 to 239.255.255.250 on vif eth1
> [ 2005/03/08 15:08:41 TRACE xorp_igmp MLD6IGMP ] RX IGMP_V2_MEMBERSHIP_REPORT 
> from 55.66.77.1 to 224.0.0.13 on vif eth1
> [ 2005/03/08 15:08:41 TRACE xorp_igmp MLD6IGMP ] RX IGMP_V2_MEMBERSHIP_REPORT 
> from 20.40.60.2 to 239.255.255.250 on vif eth0
> [ 2005/03/08 15:08:43 TRACE xorp_igmp MLD6IGMP ] RX IGMP_V2_MEMBERSHIP_REPORT 
> from 20.40.60.1 to 224.0.0.13 on vif eth0
> [ 2005/03/08 15:08:43 TRACE xorp_igmp MLD6IGMP ] RX IGMP_V2_MEMBERSHIP_REPORT 
> from 20.40.60.2 to 224.0.1.10 on vif eth0
> [ 2005/03/08 15:08:49 TRACE xorp_igmp MLD6IGMP ] RX IGMP_V2_MEMBERSHIP_REPORT 
> from 55.66.77.1 to 224.0.0.2 on vif eth1
> 
> 
> 
> 
> 
> _______________________________________________
> Xorp-users mailing list
> Xorp-users@xorp.org
> http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-users