From vik.reck at gmail.com Fri Jun 3 17:01:33 2011 From: vik.reck at gmail.com (Vikas Aggarwal) Date: Fri, 3 Jun 2011 17:01:33 -0700 Subject: [Xorp-users] Multicast forwarding not working Message-ID: Hi Everyone, I am trying to setup a very simple XORP multicast router. It cannot do Multicast Forwarding. Please review setup details to help figure out the problem. Any help is appreciated. Configuration ============= IGMP End Point (10.10.11.2/24) [Linux_Box_A ] | -------------------------------- (eth2, 10.10.11.1/24) XORP linux [Linux_Box_B] (10.10.10.1/24, eth1) | ----------------------------------- Multicast Server [Linux_Box_C] Box A sends IGMP join message and supposed to receive multicast UDP packets from Linux_box_C destined to 224.1.2.3 Problem Description =================== 1)Though IGMP JOIN, Query , Report works 2)But XORP router cannot "Multicast forward" UDP packets coming from Linux_Box_C. Installation ============ 1) XORP router runs on Fedora-12 linux machine (2.6.31.5-127.fc12.x86_64) 2) Built/Installed latest XORP from git as described in XORP wiki Getting Started 3) Added group xorp as described in wiki 4) Created xorp config file (copy/pasted below) 5) launched xorp_rtrmgr daemon : xorp_rtrmgr -d -P /var/run/xorp.pid -l /var/log/xorp -b /home/xorp/xorp-config/multicast4.boot Various Logs (ip route, sysctl, xorpsh, xorp config, xorp daemon log etc) =============================================================== [root at localhost xorp]# ip route 192.168.162.0/24 dev eth0 proto kernel scope link src 192.168.162.195 10.10.10.0/24 dev eth1 proto kernel scope link src 10.10.10.1 10.10.11.0/24 dev eth2 proto kernel scope link src 10.10.11.1 169.254.0.0/16 dev eth0 scope link metric 1002 default via 192.168.162.1 dev eth0 [root at localhost xorp]# [root at localhost xorp]# [root at localhost xorp]# [root at localhost xorp]# ip mroute (10.10.10.2, 224.1.2.3) Iif: unresolved [root at localhost xorp]# [root at xorp_router ~]# sysctl -a | grep mc_ net.ipv4.conf.all.mc_forwarding = 1 net.ipv4.conf.default.mc_forwarding = 0 net.ipv4.conf.lo.mc_forwarding = 0 net.ipv4.conf.eth0.mc_forwarding = 0 net.ipv4.conf.eth1.mc_forwarding = 1 net.ipv4.conf.eth2.mc_forwarding = 1 net.ipv4.conf.pimreg.mc_forwarding = 1 net.ipv4.conf.tunl0.mc_forwarding = 0 net.ipv6.conf.all.mc_forwarding = 0 net.ipv6.conf.default.mc_forwarding = 0 net.ipv6.conf.lo.mc_forwarding = 0 net.ipv6.conf.eth0.mc_forwarding = 0 net.ipv6.conf.eth1.mc_forwarding = 0 net.ipv6.conf.eth2.mc_forwarding = 0 net.ipv6.conf.pimreg.mc_forwarding = 0 net.ipv6.conf.tunl0.mc_forwarding = 0 [root at xorp_router ~]# [root at xorp_router ~]# sysctl -a | grep mcast net.ipv4.neigh.default.mcast_solicit = 3 net.ipv4.neigh.lo.mcast_solicit = 3 net.ipv4.neigh.eth0.mcast_solicit = 3 net.ipv4.neigh.eth1.mcast_solicit = 3 net.ipv4.neigh.eth2.mcast_solicit = 3 net.ipv4.neigh.pimreg.mcast_solicit = 3 net.ipv4.neigh.tunl0.mcast_solicit = 3 net.ipv6.neigh.default.mcast_solicit = 3 net.ipv6.neigh.lo.mcast_solicit = 3 net.ipv6.neigh.eth0.mcast_solicit = 3 net.ipv6.neigh.eth1.mcast_solicit = 3 net.ipv6.neigh.eth2.mcast_solicit = 3 net.ipv6.neigh.pimreg.mcast_solicit = 3 net.ipv6.neigh.tunl0.mcast_solicit = 3 root at xorp_router.localdomain> show igmp group Interface Group Source LastReported Timeout V State eth1 224.0.0.2 0.0.0.0 10.10.10.1 162 2 E eth1 224.0.0.22 0.0.0.0 10.10.10.1 155 2 E eth1 224.0.0.251 0.0.0.0 10.10.10.1 160 2 E eth2 224.0.0.2 0.0.0.0 10.10.11.1 156 2 E eth2 224.0.0.22 0.0.0.0 10.10.11.1 161 2 E eth2 224.0.0.251 0.0.0.0 10.10.11.1 163 2 E eth2 224.1.2.3 0.0.0.0 10.10.11.2 161 2 E root at xorp_router.localdomain> root at xorp_router.localdomain> show igmp interface Interface State Querier Timeout Version Groups eth1 UP 10.10.10.1 None 2 3 eth2 UP 10.10.11.1 None 2 4 root at xorp_router.localdomain> root at xorp_router.localdomain> show mfea interface Interface State Vif/PifIndex Addr Flags eth1 UP 0/3 10.10.10.1 MULTICAST BROADCAST KERN_UP eth2 UP 1/4 10.10.11.1 MULTICAST BROADCAST KERN_UP register_vif UP 2/4 10.10.11.1 PIM_REGISTER KERN_UP root at xorp_router.localdomain> root at xorp_router.localdomain> show route table ipv4 multicast final 10.10.10.0/24 [connected(0)/0] > via eth1/eth1 10.10.11.0/24 [connected(0)/0] > via eth2/eth2 root at xorp_router.localdomain> [root at xorp_router ~]# lsmod Module Size Used by bluetooth 94884 0 rfkill 20488 1 bluetooth ipip 9764 0 xfrm4_tunnel 2864 0 tunnel4 3600 2 ipip,xfrm4_tunnel 8021q 24032 0 garp 8464 1 8021q stp 2724 1 garp llc 6400 2 garp,stp ext2 67728 2 fuse 62048 2 sunrpc 191864 1 ipv6 298864 34 p4_clockmod 6148 0 freq_table 4864 1 p4_clockmod speedstep_lib 5712 1 p4_clockmod dm_multipath 17304 0 uinput 9248 0 e1000 115460 0 i5000_edac 10256 0 edac_core 43516 3 i5000_edac ppdev 10040 0 parport_pc 27640 0 parport 34320 2 ppdev,parport_pc iTCO_wdt 13008 0 iTCO_vendor_support 3588 1 iTCO_wdt tg3 105476 0 i5k_amb 7272 0 dcdbas 10800 0 serio_raw 6644 0 shpchp 34636 0 radeon 507616 2 ttm 41952 1 radeon drm_kms_helper 25360 1 radeon drm 171168 4 radeon,ttm,drm_kms_helper i2c_algo_bit 6020 1 radeon i2c_core 28608 3 radeon,drm,i2c_algo_bit [root at xorp_router ~]# [root at xorp_router ~]# vi /home/xorp/xorp-config/multicast4.boot interfaces { interface eth1 { vif eth1 { address 10.10.10.1 { prefix-length: 24 } } } interface eth2 { vif eth2 { address 10.10.11.1 { prefix-length: 24 } } } } fea { unicast-forwarding4 { disable: false } } plumbing { mfea4 { interface eth2 { vif eth2 { disable: false } } interface eth1 { vif eth1 { 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 eth2 { vif eth2 { version: 2 disable: false } } interface eth1 { vif eth1 { version: 2 disable: false } } traceoptions { flag all { disable: false } } } } /* protocols { static { mrib-route 10.30.0.0/16 { next-hop: 10.10.10.20 } } } */ protocols { fib2mrib { disable: false } } [root at localhost xorp]# tcpdump -i eth1 -v tcpdump: listening on eth1, link-type EN10MB (Ethernet), capture size 65535 bytes 14:24:28.816696 IP (tos 0x0, ttl 5, id 0, offset 0, flags [DF], proto UDP (17), length 40) 10.10.10.2.44051 > 224.1.2.3.50002: UDP, length 12 14:24:31.817447 IP (tos 0x0, ttl 5, id 0, offset 0, flags [DF], proto UDP (17), length 40) 10.10.10.2.44051 > 224.1.2.3.50002: UDP, length 12 14:24:34.818151 IP (tos 0x0, ttl 5, id 0, offset 0, flags [DF], proto UDP (17), length 40) 10.10.10.2.44051 > 224.1.2.3.50002: UDP, length 12 14:24:37.818907 IP (tos 0x0, ttl 5, id 0, offset 0, flags [DF], proto UDP (17), length 40) 10.10.10.2.44051 > 224.1.2.3.50002: UDP, length 12 14:24:40.819610 IP (tos 0x0, ttl 5, id 0, offset 0, flags [DF], proto UDP (17), length 40) 10.10.10.2.44051 > 224.1.2.3.50002: UDP, length 12 14:24:42.744959 IP (tos 0xc0, ttl 1, id 12050, offset 0, flags [none], proto IGMP (2), length 32, options (RA)) 10.10.10.1 > all-systems.mcast.net: igmp query v2 14:24:43.820318 IP (tos 0x0, ttl 5, id 0, offset 0, flags [DF], proto UDP (17), length 40) 10.10.10.2.44051 > 224.1.2.3.50002: UDP, length 12 14:24:46.821068 IP (tos 0x0, ttl 5, id 0, offset 0, flags [DF], proto UDP (17), length 40) 10.10.10.2.44051 > 224.1.2.3.50002: UDP, length 12 [root at localhost xorp]# tcpdump -i eth2 -v tcpdump: listening on eth2, link-type EN10MB (Ethernet), capture size 65535 bytes 14:25:49.847804 IP (tos 0xc0, ttl 1, id 0, offset 0, flags [DF], proto IGMP (2), length 32, options (RA)) 10.10.11.2 > 224.1.2.3: igmp v2 report 224.1.2.3 14:25:50.107620 IP (tos 0xc0, ttl 1, id 0, offset 0, flags [DF], proto IGMP (2), length 32, options (RA)) 10.10.11.2 > 224.1.2.3: igmp v2 report 224.1.2.3 14:25:52.124461 IP (tos 0x10, ttl 128, id 0, offset 0, flags [none], proto UDP (17), length 328) Partial Xorp log file ================== 2011/06/03 14:05:57.719941 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 [ 2011/06/03 14:05:57.720038 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 [ 2011/06/03 14:05:57.720376 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:05:57.720418 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:05:57.720795 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:05:57.720836 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:05:58.498726 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:05:58.498787 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:05:58.548348 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:06:01.611703 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:06:01.611762 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:06:02.355699 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:06:02.355751 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:06:05.302733 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:06:05.302792 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:06:06.325692 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:06:06.325744 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:06:06.349909 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.2 to 224.1.2.3 on vif eth2 [ 2011/06/03 14:06:06.558782 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:06:06.558841 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:06:10.551275 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:06:22.554143 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:06:34.557055 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:06:46.559980 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:06:58.562842 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:07:10.565763 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:07:22.568702 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:07:34.571563 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kerne l signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:07:46.574471 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:07:58.577330 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:08:02.724665 TRACE xorp_igmp MLD6I GMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 [ 2011/06/03 14:08:02.724769 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 [ 2011/06/03 14:08:02.725122 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:08:02.725165 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:08:02.725648 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:08:02.725688 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:08:03.578722 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:08:03.578782 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:08:04.534725 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:08:04.534782 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:08:04.764693 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:08:04.764745 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:08:06.733690 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:08:06.733741 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:08:07.466743 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:08:07.466808 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:08:10.580249 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:08:10.915548 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.2 to 224.1.2.3 on vif eth2 [ 2011/06/03 14:08:11.280845 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:08:11.280915 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:08:22.583162 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:08:34.586031 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:08:46.588959 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:08:58.591818 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:09:10.594768 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:09:22.597674 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:09:34.600542 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:09:46.603511 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:09:58.606421 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:10:07.725810 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 [ 2011/06/03 14:10:07.725935 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 [ 2011/06/03 14:10:07.726325 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:10:07.726366 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:10:07.726666 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:10:07.726707 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:10:07.880730 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:10:07.880787 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:10:08.814438 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.2 to 224.1.2.3 on vif eth2 [ 2011/06/03 14:10:10.190726 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:10:10.190786 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:10:10.609281 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:10:10.624714 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:10:10.624766 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:10:10.885697 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:10:10.885747 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:10:14.110864 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:10:14.110951 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:10:14.181677 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:10:14.181728 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:10:22.612185 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:10:34.615036 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:10:46.617941 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:10:58.620849 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:11:10.623735 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:11:22.626634 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:11:34.629541 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:11:46.632429 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:11:58.635348 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:12:10.638330 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:12:12.730521 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 [ 2011/06/03 14:12:12.730656 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 [ 2011/06/03 14:12:12.731029 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:12:12.731074 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:12:12.731140 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:12:12.731177 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:12:14.916863 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:12:14.916954 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:12:15.316785 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:12:15.316853 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:12:15.909737 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:12:15.909800 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:12:16.885745 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:12:16.885814 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:12:20.353754 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:12:20.353823 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:12:21.81745 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:12:21.81807 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:12:22.15755 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.2 to 224.1.2.3 on vif eth2 [ 2011/06/03 14:12:22.641258 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:12:34.644110 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:12:46.646987 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 Thanks in Advance Vikas Aggarwal From vik.reck at gmail.com Fri Jun 3 14:25:07 2011 From: vik.reck at gmail.com (Vikas Aggarwal) Date: Fri, 3 Jun 2011 14:25:07 -0700 Subject: [Xorp-users] multicast forwarding not working on xorp router Message-ID: Hi Everyone, I am trying to setup a very simple XORP multicast router. It cannot do Multicast Forwarding. Please review setup details to help figure out the problem. Any help is appreciated. Configuration ============= Linux_Box_A Linux_Box_B Linux_Box_C IGMP End Point (10.10.11.2/24)------(eth2, 10.10.11.1/24) XORP linux (10.10.10.1/24, eth1)-----Multicast Server Box A sends IGMP join message and supposed to receive multicast UDP packets from Linux_box_C destined to 224.1.2.3 Problem Description =================== 1)Though IGMP JOIN, Query , Report works 2)But XORP router cannot "Multicast forward" UDP packets coming from Linux_Box_C. Installation ============ 1) XORP router runs on Fedora-12 linux machine (2.6.31.5-127.fc12.x86_64) 2) Built/Installed latest XORP from git as described in XORP wiki Getting Started 3) Added group xorp as described in wiki 4) Created xorp config file (copy/pasted below) 5) launched xorp_rtrmgr daemon : xorp_rtrmgr -d -P /var/run/xorp.pid -l /var/log/xorp -b /home/xorp/xorp-config/multicast4.boot Various Logs (ip route, sysctl, xorpsh, xorp config, xorp daemon log etc) =============================================================== [root at localhost xorp]# ip route 192.168.162.0/24 dev eth0 proto kernel scope link src 192.168.162.195 10.10.10.0/24 dev eth1 proto kernel scope link src 10.10.10.1 10.10.11.0/24 dev eth2 proto kernel scope link src 10.10.11.1 169.254.0.0/16 dev eth0 scope link metric 1002 default via 192.168.162.1 dev eth0 [root at localhost xorp]# [root at localhost xorp]# [root at localhost xorp]# [root at localhost xorp]# ip mroute (10.10.10.2, 224.1.2.3) Iif: unresolved [root at localhost xorp]# [root at xorp_router ~]# sysctl -a | grep mc_ net.ipv4.conf.all.mc_forwarding = 1 net.ipv4.conf.default.mc_forwarding = 0 net.ipv4.conf.lo.mc_forwarding = 0 net.ipv4.conf.eth0.mc_forwarding = 0 net.ipv4.conf.eth1.mc_forwarding = 1 net.ipv4.conf.eth2.mc_forwarding = 1 net.ipv4.conf.pimreg.mc_forwarding = 1 net.ipv4.conf.tunl0.mc_forwarding = 0 net.ipv6.conf.all.mc_forwarding = 0 net.ipv6.conf.default.mc_forwarding = 0 net.ipv6.conf.lo.mc_forwarding = 0 net.ipv6.conf.eth0.mc_forwarding = 0 net.ipv6.conf.eth1.mc_forwarding = 0 net.ipv6.conf.eth2.mc_forwarding = 0 net.ipv6.conf.pimreg.mc_forwarding = 0 net.ipv6.conf.tunl0.mc_forwarding = 0 [root at xorp_router ~]# [root at xorp_router ~]# sysctl -a | grep mcast net.ipv4.neigh.default.mcast_solicit = 3 net.ipv4.neigh.lo.mcast_solicit = 3 net.ipv4.neigh.eth0.mcast_solicit = 3 net.ipv4.neigh.eth1.mcast_solicit = 3 net.ipv4.neigh.eth2.mcast_solicit = 3 net.ipv4.neigh.pimreg.mcast_solicit = 3 net.ipv4.neigh.tunl0.mcast_solicit = 3 net.ipv6.neigh.default.mcast_solicit = 3 net.ipv6.neigh.lo.mcast_solicit = 3 net.ipv6.neigh.eth0.mcast_solicit = 3 net.ipv6.neigh.eth1.mcast_solicit = 3 net.ipv6.neigh.eth2.mcast_solicit = 3 net.ipv6.neigh.pimreg.mcast_solicit = 3 net.ipv6.neigh.tunl0.mcast_solicit = 3 root at xorp_router.localdomain> show igmp group Interface Group Source LastReported Timeout V State eth1 224.0.0.2 0.0.0.0 10.10.10.1 162 2 E eth1 224.0.0.22 0.0.0.0 10.10.10.1 155 2 E eth1 224.0.0.251 0.0.0.0 10.10.10.1 160 2 E eth2 224.0.0.2 0.0.0.0 10.10.11.1 156 2 E eth2 224.0.0.22 0.0.0.0 10.10.11.1 161 2 E eth2 224.0.0.251 0.0.0.0 10.10.11.1 163 2 E eth2 224.1.2.3 0.0.0.0 10.10.11.2 161 2 E root at xorp_router.localdomain> root at xorp_router.localdomain> show igmp interface Interface State Querier Timeout Version Groups eth1 UP 10.10.10.1 None 2 3 eth2 UP 10.10.11.1 None 2 4 root at xorp_router.localdomain> root at xorp_router.localdomain> show mfea interface Interface State Vif/PifIndex Addr Flags eth1 UP 0/3 10.10.10.1 MULTICAST BROADCAST KERN_UP eth2 UP 1/4 10.10.11.1 MULTICAST BROADCAST KERN_UP register_vif UP 2/4 10.10.11.1 PIM_REGISTER KERN_UP root at xorp_router.localdomain> root at xorp_router.localdomain> show route table ipv4 multicast final 10.10.10.0/24 [connected(0)/0] > via eth1/eth1 10.10.11.0/24 [connected(0)/0] > via eth2/eth2 root at xorp_router.localdomain> [root at xorp_router ~]# lsmod Module Size Used by bluetooth 94884 0 rfkill 20488 1 bluetooth ipip 9764 0 xfrm4_tunnel 2864 0 tunnel4 3600 2 ipip,xfrm4_tunnel 8021q 24032 0 garp 8464 1 8021q stp 2724 1 garp llc 6400 2 garp,stp ext2 67728 2 fuse 62048 2 sunrpc 191864 1 ipv6 298864 34 p4_clockmod 6148 0 freq_table 4864 1 p4_clockmod speedstep_lib 5712 1 p4_clockmod dm_multipath 17304 0 uinput 9248 0 e1000 115460 0 i5000_edac 10256 0 edac_core 43516 3 i5000_edac ppdev 10040 0 parport_pc 27640 0 parport 34320 2 ppdev,parport_pc iTCO_wdt 13008 0 iTCO_vendor_support 3588 1 iTCO_wdt tg3 105476 0 i5k_amb 7272 0 dcdbas 10800 0 serio_raw 6644 0 shpchp 34636 0 radeon 507616 2 ttm 41952 1 radeon drm_kms_helper 25360 1 radeon drm 171168 4 radeon,ttm,drm_kms_helper i2c_algo_bit 6020 1 radeon i2c_core 28608 3 radeon,drm,i2c_algo_bit [root at xorp_router ~]# [root at xorp_router ~]# vi /home/xorp/xorp-config/multicast4.boot interfaces { interface eth1 { vif eth1 { address 10.10.10.1 { prefix-length: 24 } } } interface eth2 { vif eth2 { address 10.10.11.1 { prefix-length: 24 } } } } fea { unicast-forwarding4 { disable: false } } plumbing { mfea4 { interface eth2 { vif eth2 { disable: false } } interface eth1 { vif eth1 { 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 eth2 { vif eth2 { version: 2 disable: false } } interface eth1 { vif eth1 { version: 2 disable: false } } traceoptions { flag all { disable: false } } } } /* protocols { static { mrib-route 10.30.0.0/16 { next-hop: 10.10.10.20 } } } */ protocols { fib2mrib { disable: false } } [root at localhost xorp]# tcpdump -i eth1 -v tcpdump: listening on eth1, link-type EN10MB (Ethernet), capture size 65535 bytes 14:24:28.816696 IP (tos 0x0, ttl 5, id 0, offset 0, flags [DF], proto UDP (17), length 40) 10.10.10.2.44051 > 224.1.2.3.50002: UDP, length 12 14:24:31.817447 IP (tos 0x0, ttl 5, id 0, offset 0, flags [DF], proto UDP (17), length 40) 10.10.10.2.44051 > 224.1.2.3.50002: UDP, length 12 14:24:34.818151 IP (tos 0x0, ttl 5, id 0, offset 0, flags [DF], proto UDP (17), length 40) 10.10.10.2.44051 > 224.1.2.3.50002: UDP, length 12 14:24:37.818907 IP (tos 0x0, ttl 5, id 0, offset 0, flags [DF], proto UDP (17), length 40) 10.10.10.2.44051 > 224.1.2.3.50002: UDP, length 12 14:24:40.819610 IP (tos 0x0, ttl 5, id 0, offset 0, flags [DF], proto UDP (17), length 40) 10.10.10.2.44051 > 224.1.2.3.50002: UDP, length 12 14:24:42.744959 IP (tos 0xc0, ttl 1, id 12050, offset 0, flags [none], proto IGMP (2), length 32, options (RA)) 10.10.10.1 > all-systems.mcast.net: igmp query v2 14:24:43.820318 IP (tos 0x0, ttl 5, id 0, offset 0, flags [DF], proto UDP (17), length 40) 10.10.10.2.44051 > 224.1.2.3.50002: UDP, length 12 14:24:46.821068 IP (tos 0x0, ttl 5, id 0, offset 0, flags [DF], proto UDP (17), length 40) 10.10.10.2.44051 > 224.1.2.3.50002: UDP, length 12 [root at localhost xorp]# tcpdump -i eth2 -v tcpdump: listening on eth2, link-type EN10MB (Ethernet), capture size 65535 bytes 14:25:49.847804 IP (tos 0xc0, ttl 1, id 0, offset 0, flags [DF], proto IGMP (2), length 32, options (RA)) 10.10.11.2 > 224.1.2.3: igmp v2 report 224.1.2.3 14:25:50.107620 IP (tos 0xc0, ttl 1, id 0, offset 0, flags [DF], proto IGMP (2), length 32, options (RA)) 10.10.11.2 > 224.1.2.3: igmp v2 report 224.1.2.3 14:25:52.124461 IP (tos 0x10, ttl 128, id 0, offset 0, flags [none], proto UDP (17), length 328) Partial Xorp log file ================== 2011/06/03 14:05:57.719941 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 [ 2011/06/03 14:05:57.720038 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 [ 2011/06/03 14:05:57.720376 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:05:57.720418 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:05:57.720795 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:05:57.720836 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:05:58.498726 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:05:58.498787 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:05:58.548348 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:06:01.611703 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:06:01.611762 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:06:02.355699 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:06:02.355751 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:06:05.302733 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:06:05.302792 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:06:06.325692 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:06:06.325744 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:06:06.349909 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.2 to 224.1.2.3 on vif eth2 [ 2011/06/03 14:06:06.558782 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:06:06.558841 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:06:10.551275 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:06:22.554143 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:06:34.557055 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:06:46.559980 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:06:58.562842 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:07:10.565763 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:07:22.568702 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:07:34.571563 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kerne l signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:07:46.574471 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:07:58.577330 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:08:02.724665 TRACE xorp_igmp MLD6I GMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 [ 2011/06/03 14:08:02.724769 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 [ 2011/06/03 14:08:02.725122 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:08:02.725165 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:08:02.725648 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:08:02.725688 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:08:03.578722 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:08:03.578782 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:08:04.534725 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:08:04.534782 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:08:04.764693 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:08:04.764745 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:08:06.733690 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:08:06.733741 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:08:07.466743 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:08:07.466808 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:08:10.580249 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:08:10.915548 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.2 to 224.1.2.3 on vif eth2 [ 2011/06/03 14:08:11.280845 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:08:11.280915 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:08:22.583162 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:08:34.586031 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:08:46.588959 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:08:58.591818 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:09:10.594768 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:09:22.597674 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:09:34.600542 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:09:46.603511 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:09:58.606421 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:10:07.725810 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 [ 2011/06/03 14:10:07.725935 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 [ 2011/06/03 14:10:07.726325 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:10:07.726366 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:10:07.726666 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:10:07.726707 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:10:07.880730 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:10:07.880787 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:10:08.814438 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.2 to 224.1.2.3 on vif eth2 [ 2011/06/03 14:10:10.190726 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:10:10.190786 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:10:10.609281 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:10:10.624714 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:10:10.624766 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:10:10.885697 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:10:10.885747 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:10:14.110864 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:10:14.110951 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:10:14.181677 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:10:14.181728 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:10:22.612185 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:10:34.615036 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:10:46.617941 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:10:58.620849 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:11:10.623735 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:11:22.626634 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:11:34.629541 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:11:46.632429 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:11:58.635348 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:12:10.638330 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:12:12.730521 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 [ 2011/06/03 14:12:12.730656 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 [ 2011/06/03 14:12:12.731029 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:12:12.731074 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:12:12.731140 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:12:12.731177 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:12:14.916863 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:12:14.916954 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:12:15.316785 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:12:15.316853 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:12:15.909737 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:12:15.909800 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:12:16.885745 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:12:16.885814 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:12:20.353754 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:12:20.353823 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:12:21.81745 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:12:21.81807 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:12:22.15755 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.2 to 224.1.2.3 on vif eth2 [ 2011/06/03 14:12:22.641258 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:12:34.644110 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:12:46.646987 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:12:58.649894 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:13:10.652816 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:13:22.655726 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:13:34.658660 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:13:46.661541 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:13:58.664443 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:14:10.667335 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:14:17.731598 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 [ 2011/06/03 14:14:17.731720 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10. 10.1 to 224.0.0.1 [ 2011/06/03 14:14:17.732066 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:14:17.732110 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:14:17.732176 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:14:17.732213 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:14:17.894730 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:14:17.894799 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:14:18.689747 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:14:18.689810 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:14:18.814713 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:14:18.814772 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:14:19.535051 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.2 to 224.1.2.3 on vif eth2 [ 2011/06/03 14:14:19.949856 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:14:19.949927 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:14:20.830753 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:14:20.830815 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:14:21.393746 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:14:21.393807 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:14:22.670177 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:14:34.673130 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:14:46.675977 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:14:58.678917 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:15:10.681841 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:15:22.684694 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:15:34.687632 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:15:46.690525 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:15:58.693403 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:16:10.696327 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:16:22.699185 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:16:22.732921 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 [ 2011/06/03 14:16:22.733031 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 [ 2011/06/03 14:16:22.733384 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:16:22.733427 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:16:22.733769 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:16:22.733811 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:16:24.111788 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:16:24.111863 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:16:27.525812 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:16:27.525886 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:16:29.77788 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:16:29.77861 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:16:29.746709 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:16:29.746769 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:16:30.497135 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.2 to 224.1.2.3 on vif eth2 [ 2011/06/03 14:16:31.799776 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:16:31.799845 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:16:32.674730 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:16:32.674795 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:16:34.702100 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:16:46.705030 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:16:58.707953 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:17:10.710864 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:17:22.713767 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:17:34.716721 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:17:46.719573 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:17:58.722500 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:18:10.725402 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:18:22.728249 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:18:27.733938 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 [ 2011/06/03 14:18:27.734038 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 [ 2011/06/03 14:18:27.734500 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:18:27.734544 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:18:27.734952 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:18:27.734991 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:18:28.175758 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:18:28.175824 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:18:30.298869 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:18:30.298952 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:18:30.432770 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:18:30.432839 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:18:31.979799 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:18:31.979872 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:18:32.927739 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:18:32.927804 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:18:34.731181 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:18:36.942765 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:18:36.942832 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:18:37.271587 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.2 to 224.1.2.3 on vif eth2 [ 2011/06/03 14:18:46.734134 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:18:58.736993 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:19:10.739937 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:19:22.742770 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:19:34.745693 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:19:46.748622 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:19:58.751465 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:20:10.754384 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:20:22.757304 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:20:32.738643 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 [ 2011/06/03 14:20:32.738782 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 [ 2011/06/03 14:20:32.739178 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on v if eth2 [ 2011/06/03 14:20:32.739223 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:20:32.739290 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:20:32.739327 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:20:33.676812 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:20:33.676901 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:20:34.760137 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:20:36.11872 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:20:36.11962 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:20:36.66749 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:20:36.66816 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:20:37.974829 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:20:37.974919 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:20:40.121840 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:20:40.121922 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:20:41.617359 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.2 to 224.1.2.3 on vif eth2 [ 2011/06/03 14:20:42.152763 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:20:42.152818 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:20:46.763101 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:20:58.765963 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:21:10.768905 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:21:22.771758 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:21:34.774652 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:21:46.777588 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:21:58.780497 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:22:10.783426 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:22:22.786272 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:22:34.789200 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:22:37.739564 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 [ 2011/06/03 14:22:37.739678 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 [ 2011/06/03 14:22:37.740041 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:22:37.740083 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:22:37.740494 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:22:37.740533 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:22:39.543845 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:22:39.543938 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:22:39.856108 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.2 to 224.1.2.3 on vif eth2 [ 2011/06/03 14:22:40.246797 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:22:40.246864 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:22:42.533871 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:22:42.533956 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:22:43.783842 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:22:43.783926 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:22:44.291816 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:22:44.291891 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:22:46.217768 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:22:46.217838 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:22:46.792081 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:22:58.794957 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:23:10.797921 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:23:22.800835 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:23:34.803773 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:23:46.806646 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:23:58.809520 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:24:10.812425 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:24:22.815345 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:24:34.818295 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:24:42.744247 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 [ 2011/06/03 14:24:42.744370 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 [ 2011/06/03 14:24:42.744808 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:24:42.744853 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:24:42.745322 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:24:42.745364 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:24:43.879870 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:24:43.879966 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:24:44.321975 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.2 to 224.1.2.3 on vif eth2 [ 2011/06/03 14:24:45.690861 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:24:45.690934 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:24:46.821197 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:24:46.957730 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:24:46.957792 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:24:48.948989 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:24:48.949072 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:24:49.373895 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:24:49.373958 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:24:51.498033 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:24:51.498112 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:24:58.824133 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:25:10.826988 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:25:22.829855 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:25:34.832771 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel si gnal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:25:36.175149 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_LEAVE_GROUP from 10.10.11.2 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:25:36.175231 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.1.2.3 [ 2011/06/03 14:25:36.175297 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_LEAVE_GROUP from 10.10.11.2 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:25:36.175323 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.1.2.3 [ 2011/0 6/03 14:25:36.175354 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.1.2.3 [ 2011/06/03 14:25:36.175385 TRACE xorp_igmp MLD6IGMP ] Notify routing delete membership for (0.0.0.0, 224.1.2.3) on vif eth2 [ 2011/06/03 14:25:36.175833 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.1.2.3 on vif eth2 [ 2011/06/03 14:25:36.176119 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.1.2.3 on vif eth2 [ 2011/06/03 14:25:36.176360 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.1.2.3 on vif eth2 [ 2011/06/03 14:25:46.835660 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:25:49.848062 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.2 to 224.1.2.3 on vif eth2 [ 2011/06/03 14:25:49.848122 TRACE xorp_igmp MLD6IGMP ] Notify routing add membership for (0.0.0.0, 224.1.2.3) on vif eth2 [ 2011/06/03 14:25:50.107919 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.2 to 224.1.2.3 on vif eth2 [ 2011/06/03 14:25:58.838568 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:25:59.842799 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.2 to 224.1.2.3 on vif eth2 [ 2011/06/03 14:26:10.841497 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:26:22.844364 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:26:34.847339 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:26:46.850127 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:26:47.744598 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 [ 2011/06/03 14:26:47.744694 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 [ 2011/06/03 14:26:47.745034 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:26:47.745076 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:26:47.745349 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:26:47.745386 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:26:48.127741 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:26:48.127797 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:26:49.427860 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:26:49.427944 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:26:52.416873 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:26:52.416962 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:26:52.504686 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:26:52.504734 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:26:53.616719 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:26:53.616771 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:26:55.204129 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.2 to 224.1.2.3 on vif eth2 [ 2011/06/03 14:26:55.681883 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:26:55.681959 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:26:58.853042 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:27:10.856009 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:27:22.858935 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:27:34.861797 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 Thanks in advance Vikas Aggarwal From Leo.Grinberg at iqor.com Mon Jun 6 13:25:47 2011 From: Leo.Grinberg at iqor.com (Grinberg, Leo) Date: Mon, 6 Jun 2011 16:25:47 -0400 Subject: [Xorp-users] Xorp doesn't start Message-ID: <80C343A5D090C24F9229C34CCD17287405F37ABF@usnjpar1blex05.us.ad.irmc.com> Hi everyone, can someone help me out with understanding why this error is happening? I have exactly same setup on a different box and xorp runs just fine. usr/local/xorp/sbin/xorp_rtrmgr -b /usr/local/xorp/sbin/config.boot Not doing pidfile... [ 2011/06/06 16:00:19.441368 WARNING xorp_rtrmgr:27645 LIBXORP libxorp/timer.cc:415 expire_one ] Timer Expiry *much* later than scheduled: behind by 35.069663 seconds [ 2011/06/06 16:00:19.441795 ERROR xorp_rtrmgr:27645 XRL libxipc/xrl_router.cc:770 wait_until_xrl_router_is_ready ] XrlRouter failed. No Finder? xrl_router debug: fac enabled: 0 fac connect failed: 0 fac connected: 1 ready: 0 pending: 0 Listener [0] Protocol: stcp sock: 5 address: :var:tmp:xrl.7cIAzR response-pending: 0 Listener [1] Protocol: stcp sock: 6 address: :var:tmp:xrl.gacCa2 response-pending: 0 dispatch-state size: 0 _unix: Protocol: stcp sock: 5 address: :var:tmp:xrl.7cIAzR response-pending: 0 LISTENER: Protocol: stcp sock: 6 address: :var:tmp:xrl.gacCa2 response-pending: 0 The config.boot file is: interfaces { interface "bond0" { disable: false vif "bond0" { disable: false address 10.2.48.146 { prefix-length: 24 disable: false } } } interface "lo" { disable: false vif "lo" { disable: false address 10.4.6.6 { prefix-length: 32 disable: false } } } } fea { unicast-forwarding4 { disable: false } } protocols { ospf4 { router-id 10.2.48.146 area 0.0.0.2 { interface "bond0" { vif "bond0" { address 10.2.48.146 } } interface "lo" { vif "lo" { address 10.4.6.6 } } } } static { route 0.0.0.0/0 { next-hop: 10.2.48.1 } } } Leo Grinberg Network Engineering iQor 973-294-7021 (O) 646-320-2544 (C) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.ICSI.Berkeley.EDU/pipermail/xorp-users/attachments/20110606/5cb42446/attachment.html From greearb at candelatech.com Mon Jun 6 13:43:38 2011 From: greearb at candelatech.com (Ben Greear) Date: Mon, 06 Jun 2011 13:43:38 -0700 Subject: [Xorp-users] Xorp doesn't start In-Reply-To: <80C343A5D090C24F9229C34CCD17287405F37ABF@usnjpar1blex05.us.ad.irmc.com> References: <80C343A5D090C24F9229C34CCD17287405F37ABF@usnjpar1blex05.us.ad.irmc.com> Message-ID: <4DED3BFA.10500@candelatech.com> On 06/06/2011 01:25 PM, Grinberg, Leo wrote: > Hi everyone, can someone help me out with understanding why this error > is happening? I have exactly same setup on a different box and xorp runs > just fine. Is this a really slow machine, or VM, or perhaps running under valgrind or something like that? You might try running 'strace' on the xorp_rtrmgr process to see if it hangs somewhere on startup. Thanks, Ben -- Ben Greear Candela Technologies Inc http://www.candelatech.com From Leo.Grinberg at iqor.com Mon Jun 6 13:49:02 2011 From: Leo.Grinberg at iqor.com (Grinberg, Leo) Date: Mon, 6 Jun 2011 16:49:02 -0400 Subject: [Xorp-users] Xorp doesn't start In-Reply-To: <4DED3BFA.10500@candelatech.com> References: <80C343A5D090C24F9229C34CCD17287405F37ABF@usnjpar1blex05.us.ad.irmc.com> <4DED3BFA.10500@candelatech.com> Message-ID: <80C343A5D090C24F9229C34CCD17287405F37ACA@usnjpar1blex05.us.ad.irmc.com> No, this is a dedicated CentOS server. I have exactly the same server running xorp with no problems. Leo Grinberg Network Engineering iQor 973-294-7021 (O) 646-320-2544 (C) -----Original Message----- From: Ben Greear [mailto:greearb at candelatech.com] Sent: Monday, June 06, 2011 4:44 PM To: Grinberg, Leo Cc: xorp-users at xorp.org Subject: Re: [Xorp-users] Xorp doesn't start On 06/06/2011 01:25 PM, Grinberg, Leo wrote: > Hi everyone, can someone help me out with understanding why this error > is happening? I have exactly same setup on a different box and xorp runs > just fine. Is this a really slow machine, or VM, or perhaps running under valgrind or something like that? You might try running 'strace' on the xorp_rtrmgr process to see if it hangs somewhere on startup. Thanks, Ben -- Ben Greear Candela Technologies Inc http://www.candelatech.com From jcoco at meccorp.mec.edu Mon Jun 6 19:20:45 2011 From: jcoco at meccorp.mec.edu (Joe Coco) Date: Mon, 6 Jun 2011 22:20:45 -0400 Subject: [Xorp-users] Xorp doesn't start In-Reply-To: <80C343A5D090C24F9229C34CCD17287405F37ABF@usnjpar1blex05.us.ad.irmc.com> References: <80C343A5D090C24F9229C34CCD17287405F37ABF@usnjpar1blex05.us.ad.irmc.com> Message-ID: <65A6944974518C4B9C0E818727B559E994FC0355@mecexchange2007.meccorp.mec.edu> What version of glibc are you running ? -- Joe ________________________________________ From: xorp-users-bounces at xorp.org [xorp-users-bounces at xorp.org] On Behalf Of Grinberg, Leo [Leo.Grinberg at iqor.com] Sent: Monday, June 06, 2011 4:25 PM To: xorp-users at xorp.org Subject: [Xorp-users] Xorp doesn't start Hi everyone, can someone help me out with understanding why this error is happening? I have exactly same setup on a different box and xorp runs just fine. usr/local/xorp/sbin/xorp_rtrmgr -b /usr/local/xorp/sbin/config.boot Not doing pidfile... [ 2011/06/06 16:00:19.441368 WARNING xorp_rtrmgr:27645 LIBXORP libxorp/timer.cc:415 expire_one ] Timer Expiry *much* later than scheduled: behind by 35.069663 seconds [ 2011/06/06 16:00:19.441795 ERROR xorp_rtrmgr:27645 XRL libxipc/xrl_router.cc:770 wait_until_xrl_router_is_ready ] XrlRouter failed. No Finder? xrl_router debug: fac enabled: 0 fac connect failed: 0 fac connected: 1 ready: 0 pending: 0 Listener [0] Protocol: stcp sock: 5 address: :var:tmp:xrl.7cIAzR response-pending: 0 Listener [1] Protocol: stcp sock: 6 address: :var:tmp:xrl.gacCa2 response-pending: 0 dispatch-state size: 0 _unix: Protocol: stcp sock: 5 address: :var:tmp:xrl.7cIAzR response-pending: 0 LISTENER: Protocol: stcp sock: 6 address: :var:tmp:xrl.gacCa2 response-pending: 0 The config.boot file is: interfaces { interface "bond0" { disable: false vif "bond0" { disable: false address 10.2.48.146 { prefix-length: 24 disable: false } } } interface "lo" { disable: false vif "lo" { disable: false address 10.4.6.6 { prefix-length: 32 disable: false } } } } fea { unicast-forwarding4 { disable: false } } protocols { ospf4 { router-id 10.2.48.146 area 0.0.0.2 { interface "bond0" { vif "bond0" { address 10.2.48.146 } } interface "lo" { vif "lo" { address 10.4.6.6 } } } } static { route 0.0.0.0/0 { next-hop: 10.2.48.1 } } } Leo Grinberg Network Engineering iQor 973-294-7021 (O) 646-320-2544 (C) From william at losrios.edu Mon Jun 6 07:34:19 2011 From: william at losrios.edu (Williams, Mark) Date: Mon, 6 Jun 2011 14:34:19 +0000 Subject: [Xorp-users] multicast forwarding not working on xorp router In-Reply-To: References: Message-ID: You need to define a rendezvous point (RP) for the multicast group. You can either do static-rp or configure the router to be a candidate RP for the specific group address or all groups. -Mark Williams -----Original Message----- From: xorp-users-bounces at xorp.org [mailto:xorp-users-bounces at xorp.org] On Behalf Of Vikas Aggarwal Sent: Friday, June 03, 2011 14:25 To: xorp-users at xorp.org Subject: [Xorp-users] multicast forwarding not working on xorp router Hi Everyone, I am trying to setup a very simple XORP multicast router. It cannot do Multicast Forwarding. Please review setup details to help figure out the problem. Any help is appreciated. Configuration ============= Linux_Box_A Linux_Box_B Linux_Box_C IGMP End Point (10.10.11.2/24)------(eth2, 10.10.11.1/24) XORP linux (10.10.10.1/24, eth1)-----Multicast Server Box A sends IGMP join message and supposed to receive multicast UDP packets from Linux_box_C destined to 224.1.2.3 Problem Description =================== 1)Though IGMP JOIN, Query , Report works 2)But XORP router cannot "Multicast forward" UDP packets coming from Linux_Box_C. Installation ============ 1) XORP router runs on Fedora-12 linux machine (2.6.31.5-127.fc12.x86_64) 2) Built/Installed latest XORP from git as described in XORP wiki Getting Started 3) Added group xorp as described in wiki 4) Created xorp config file (copy/pasted below) 5) launched xorp_rtrmgr daemon : xorp_rtrmgr -d -P /var/run/xorp.pid -l /var/log/xorp -b /home/xorp/xorp-config/multicast4.boot Various Logs (ip route, sysctl, xorpsh, xorp config, xorp daemon log etc) =============================================================== [root at localhost xorp]# ip route 192.168.162.0/24 dev eth0 proto kernel scope link src 192.168.162.195 10.10.10.0/24 dev eth1 proto kernel scope link src 10.10.10.1 10.10.11.0/24 dev eth2 proto kernel scope link src 10.10.11.1 169.254.0.0/16 dev eth0 scope link metric 1002 default via 192.168.162.1 dev eth0 [root at localhost xorp]# [root at localhost xorp]# [root at localhost xorp]# [root at localhost xorp]# ip mroute (10.10.10.2, 224.1.2.3) Iif: unresolved [root at localhost xorp]# [root at xorp_router ~]# sysctl -a | grep mc_ net.ipv4.conf.all.mc_forwarding = 1 net.ipv4.conf.default.mc_forwarding = 0 net.ipv4.conf.lo.mc_forwarding = 0 net.ipv4.conf.eth0.mc_forwarding = 0 net.ipv4.conf.eth1.mc_forwarding = 1 net.ipv4.conf.eth2.mc_forwarding = 1 net.ipv4.conf.pimreg.mc_forwarding = 1 net.ipv4.conf.tunl0.mc_forwarding = 0 net.ipv6.conf.all.mc_forwarding = 0 net.ipv6.conf.default.mc_forwarding = 0 net.ipv6.conf.lo.mc_forwarding = 0 net.ipv6.conf.eth0.mc_forwarding = 0 net.ipv6.conf.eth1.mc_forwarding = 0 net.ipv6.conf.eth2.mc_forwarding = 0 net.ipv6.conf.pimreg.mc_forwarding = 0 net.ipv6.conf.tunl0.mc_forwarding = 0 [root at xorp_router ~]# [root at xorp_router ~]# sysctl -a | grep mcast net.ipv4.neigh.default.mcast_solicit = 3 net.ipv4.neigh.lo.mcast_solicit = 3 net.ipv4.neigh.eth0.mcast_solicit = 3 net.ipv4.neigh.eth1.mcast_solicit = 3 net.ipv4.neigh.eth2.mcast_solicit = 3 net.ipv4.neigh.pimreg.mcast_solicit = 3 net.ipv4.neigh.tunl0.mcast_solicit = 3 net.ipv6.neigh.default.mcast_solicit = 3 net.ipv6.neigh.lo.mcast_solicit = 3 net.ipv6.neigh.eth0.mcast_solicit = 3 net.ipv6.neigh.eth1.mcast_solicit = 3 net.ipv6.neigh.eth2.mcast_solicit = 3 net.ipv6.neigh.pimreg.mcast_solicit = 3 net.ipv6.neigh.tunl0.mcast_solicit = 3 root at xorp_router.localdomain> show igmp group Interface Group Source LastReported Timeout V State eth1 224.0.0.2 0.0.0.0 10.10.10.1 162 2 E eth1 224.0.0.22 0.0.0.0 10.10.10.1 155 2 E eth1 224.0.0.251 0.0.0.0 10.10.10.1 160 2 E eth2 224.0.0.2 0.0.0.0 10.10.11.1 156 2 E eth2 224.0.0.22 0.0.0.0 10.10.11.1 161 2 E eth2 224.0.0.251 0.0.0.0 10.10.11.1 163 2 E eth2 224.1.2.3 0.0.0.0 10.10.11.2 161 2 E root at xorp_router.localdomain> root at xorp_router.localdomain> show igmp interface Interface State Querier Timeout Version Groups eth1 UP 10.10.10.1 None 2 3 eth2 UP 10.10.11.1 None 2 4 root at xorp_router.localdomain> root at xorp_router.localdomain> show mfea interface Interface State Vif/PifIndex Addr Flags eth1 UP 0/3 10.10.10.1 MULTICAST BROADCAST KERN_UP eth2 UP 1/4 10.10.11.1 MULTICAST BROADCAST KERN_UP register_vif UP 2/4 10.10.11.1 PIM_REGISTER KERN_UP root at xorp_router.localdomain> root at xorp_router.localdomain> show route table ipv4 multicast final 10.10.10.0/24 [connected(0)/0] > via eth1/eth1 10.10.11.0/24 [connected(0)/0] > via eth2/eth2 root at xorp_router.localdomain> [root at xorp_router ~]# lsmod Module Size Used by bluetooth 94884 0 rfkill 20488 1 bluetooth ipip 9764 0 xfrm4_tunnel 2864 0 tunnel4 3600 2 ipip,xfrm4_tunnel 8021q 24032 0 garp 8464 1 8021q stp 2724 1 garp llc 6400 2 garp,stp ext2 67728 2 fuse 62048 2 sunrpc 191864 1 ipv6 298864 34 p4_clockmod 6148 0 freq_table 4864 1 p4_clockmod speedstep_lib 5712 1 p4_clockmod dm_multipath 17304 0 uinput 9248 0 e1000 115460 0 i5000_edac 10256 0 edac_core 43516 3 i5000_edac ppdev 10040 0 parport_pc 27640 0 parport 34320 2 ppdev,parport_pc iTCO_wdt 13008 0 iTCO_vendor_support 3588 1 iTCO_wdt tg3 105476 0 i5k_amb 7272 0 dcdbas 10800 0 serio_raw 6644 0 shpchp 34636 0 radeon 507616 2 ttm 41952 1 radeon drm_kms_helper 25360 1 radeon drm 171168 4 radeon,ttm,drm_kms_helper i2c_algo_bit 6020 1 radeon i2c_core 28608 3 radeon,drm,i2c_algo_bit [root at xorp_router ~]# [root at xorp_router ~]# vi /home/xorp/xorp-config/multicast4.boot interfaces { interface eth1 { vif eth1 { address 10.10.10.1 { prefix-length: 24 } } } interface eth2 { vif eth2 { address 10.10.11.1 { prefix-length: 24 } } } } fea { unicast-forwarding4 { disable: false } } plumbing { mfea4 { interface eth2 { vif eth2 { disable: false } } interface eth1 { vif eth1 { 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 eth2 { vif eth2 { version: 2 disable: false } } interface eth1 { vif eth1 { version: 2 disable: false } } traceoptions { flag all { disable: false } } } } /* protocols { static { mrib-route 10.30.0.0/16 { next-hop: 10.10.10.20 } } } */ protocols { fib2mrib { disable: false } } [root at localhost xorp]# tcpdump -i eth1 -v tcpdump: listening on eth1, link-type EN10MB (Ethernet), capture size 65535 bytes 14:24:28.816696 IP (tos 0x0, ttl 5, id 0, offset 0, flags [DF], proto UDP (17), length 40) 10.10.10.2.44051 > 224.1.2.3.50002: UDP, length 12 14:24:31.817447 IP (tos 0x0, ttl 5, id 0, offset 0, flags [DF], proto UDP (17), length 40) 10.10.10.2.44051 > 224.1.2.3.50002: UDP, length 12 14:24:34.818151 IP (tos 0x0, ttl 5, id 0, offset 0, flags [DF], proto UDP (17), length 40) 10.10.10.2.44051 > 224.1.2.3.50002: UDP, length 12 14:24:37.818907 IP (tos 0x0, ttl 5, id 0, offset 0, flags [DF], proto UDP (17), length 40) 10.10.10.2.44051 > 224.1.2.3.50002: UDP, length 12 14:24:40.819610 IP (tos 0x0, ttl 5, id 0, offset 0, flags [DF], proto UDP (17), length 40) 10.10.10.2.44051 > 224.1.2.3.50002: UDP, length 12 14:24:42.744959 IP (tos 0xc0, ttl 1, id 12050, offset 0, flags [none], proto IGMP (2), length 32, options (RA)) 10.10.10.1 > all-systems.mcast.net: igmp query v2 14:24:43.820318 IP (tos 0x0, ttl 5, id 0, offset 0, flags [DF], proto UDP (17), length 40) 10.10.10.2.44051 > 224.1.2.3.50002: UDP, length 12 14:24:46.821068 IP (tos 0x0, ttl 5, id 0, offset 0, flags [DF], proto UDP (17), length 40) 10.10.10.2.44051 > 224.1.2.3.50002: UDP, length 12 [root at localhost xorp]# tcpdump -i eth2 -v tcpdump: listening on eth2, link-type EN10MB (Ethernet), capture size 65535 bytes 14:25:49.847804 IP (tos 0xc0, ttl 1, id 0, offset 0, flags [DF], proto IGMP (2), length 32, options (RA)) 10.10.11.2 > 224.1.2.3: igmp v2 report 224.1.2.3 14:25:50.107620 IP (tos 0xc0, ttl 1, id 0, offset 0, flags [DF], proto IGMP (2), length 32, options (RA)) 10.10.11.2 > 224.1.2.3: igmp v2 report 224.1.2.3 14:25:52.124461 IP (tos 0x10, ttl 128, id 0, offset 0, flags [none], proto UDP (17), length 328) Partial Xorp log file ================== 2011/06/03 14:05:57.719941 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 [ 2011/06/03 14:05:57.720038 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 [ 2011/06/03 14:05:57.720376 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:05:57.720418 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:05:57.720795 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:05:57.720836 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:05:58.498726 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:05:58.498787 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:05:58.548348 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:06:01.611703 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:06:01.611762 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:06:02.355699 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:06:02.355751 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:06:05.302733 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:06:05.302792 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:06:06.325692 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:06:06.325744 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:06:06.349909 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.2 to 224.1.2.3 on vif eth2 [ 2011/06/03 14:06:06.558782 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:06:06.558841 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:06:10.551275 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:06:22.554143 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:06:34.557055 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:06:46.559980 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:06:58.562842 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:07:10.565763 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:07:22.568702 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:07:34.571563 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kerne l signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:07:46.574471 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:07:58.577330 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:08:02.724665 TRACE xorp_igmp MLD6I GMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 [ 2011/06/03 14:08:02.724769 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 [ 2011/06/03 14:08:02.725122 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:08:02.725165 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:08:02.725648 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:08:02.725688 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:08:03.578722 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:08:03.578782 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:08:04.534725 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:08:04.534782 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:08:04.764693 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:08:04.764745 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:08:06.733690 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:08:06.733741 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:08:07.466743 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:08:07.466808 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:08:10.580249 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:08:10.915548 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.2 to 224.1.2.3 on vif eth2 [ 2011/06/03 14:08:11.280845 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:08:11.280915 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:08:22.583162 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:08:34.586031 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:08:46.588959 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:08:58.591818 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:09:10.594768 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:09:22.597674 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:09:34.600542 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:09:46.603511 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:09:58.606421 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:10:07.725810 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 [ 2011/06/03 14:10:07.725935 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 [ 2011/06/03 14:10:07.726325 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:10:07.726366 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:10:07.726666 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:10:07.726707 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:10:07.880730 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:10:07.880787 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:10:08.814438 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.2 to 224.1.2.3 on vif eth2 [ 2011/06/03 14:10:10.190726 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:10:10.190786 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:10:10.609281 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:10:10.624714 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:10:10.624766 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:10:10.885697 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:10:10.885747 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:10:14.110864 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:10:14.110951 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:10:14.181677 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:10:14.181728 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:10:22.612185 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:10:34.615036 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:10:46.617941 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:10:58.620849 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:11:10.623735 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:11:22.626634 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:11:34.629541 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:11:46.632429 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:11:58.635348 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:12:10.638330 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:12:12.730521 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 [ 2011/06/03 14:12:12.730656 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 [ 2011/06/03 14:12:12.731029 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:12:12.731074 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:12:12.731140 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:12:12.731177 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:12:14.916863 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:12:14.916954 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:12:15.316785 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:12:15.316853 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:12:15.909737 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:12:15.909800 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:12:16.885745 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:12:16.885814 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:12:20.353754 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:12:20.353823 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:12:21.81745 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:12:21.81807 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:12:22.15755 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.2 to 224.1.2.3 on vif eth2 [ 2011/06/03 14:12:22.641258 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:12:34.644110 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:12:46.646987 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:12:58.649894 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:13:10.652816 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:13:22.655726 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:13:34.658660 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:13:46.661541 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:13:58.664443 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:14:10.667335 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:14:17.731598 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 [ 2011/06/03 14:14:17.731720 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10. 10.1 to 224.0.0.1 [ 2011/06/03 14:14:17.732066 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:14:17.732110 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:14:17.732176 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:14:17.732213 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:14:17.894730 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:14:17.894799 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:14:18.689747 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:14:18.689810 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:14:18.814713 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:14:18.814772 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:14:19.535051 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.2 to 224.1.2.3 on vif eth2 [ 2011/06/03 14:14:19.949856 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:14:19.949927 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:14:20.830753 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:14:20.830815 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:14:21.393746 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:14:21.393807 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:14:22.670177 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:14:34.673130 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:14:46.675977 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:14:58.678917 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:15:10.681841 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:15:22.684694 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:15:34.687632 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:15:46.690525 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:15:58.693403 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:16:10.696327 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:16:22.699185 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:16:22.732921 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 [ 2011/06/03 14:16:22.733031 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 [ 2011/06/03 14:16:22.733384 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:16:22.733427 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:16:22.733769 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:16:22.733811 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:16:24.111788 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:16:24.111863 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:16:27.525812 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:16:27.525886 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:16:29.77788 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:16:29.77861 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:16:29.746709 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:16:29.746769 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:16:30.497135 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.2 to 224.1.2.3 on vif eth2 [ 2011/06/03 14:16:31.799776 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:16:31.799845 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:16:32.674730 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:16:32.674795 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:16:34.702100 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:16:46.705030 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:16:58.707953 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:17:10.710864 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:17:22.713767 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:17:34.716721 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:17:46.719573 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:17:58.722500 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:18:10.725402 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:18:22.728249 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:18:27.733938 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 [ 2011/06/03 14:18:27.734038 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 [ 2011/06/03 14:18:27.734500 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:18:27.734544 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:18:27.734952 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:18:27.734991 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:18:28.175758 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:18:28.175824 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:18:30.298869 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:18:30.298952 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:18:30.432770 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:18:30.432839 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:18:31.979799 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:18:31.979872 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:18:32.927739 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:18:32.927804 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:18:34.731181 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:18:36.942765 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:18:36.942832 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:18:37.271587 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.2 to 224.1.2.3 on vif eth2 [ 2011/06/03 14:18:46.734134 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:18:58.736993 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:19:10.739937 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:19:22.742770 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:19:34.745693 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:19:46.748622 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:19:58.751465 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:20:10.754384 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:20:22.757304 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:20:32.738643 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 [ 2011/06/03 14:20:32.738782 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 [ 2011/06/03 14:20:32.739178 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on v if eth2 [ 2011/06/03 14:20:32.739223 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:20:32.739290 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:20:32.739327 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:20:33.676812 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:20:33.676901 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:20:34.760137 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:20:36.11872 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:20:36.11962 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:20:36.66749 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:20:36.66816 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:20:37.974829 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:20:37.974919 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:20:40.121840 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:20:40.121922 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:20:41.617359 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.2 to 224.1.2.3 on vif eth2 [ 2011/06/03 14:20:42.152763 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:20:42.152818 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:20:46.763101 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:20:58.765963 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:21:10.768905 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:21:22.771758 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:21:34.774652 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:21:46.777588 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:21:58.780497 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:22:10.783426 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:22:22.786272 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:22:34.789200 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:22:37.739564 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 [ 2011/06/03 14:22:37.739678 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 [ 2011/06/03 14:22:37.740041 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:22:37.740083 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:22:37.740494 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:22:37.740533 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:22:39.543845 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:22:39.543938 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:22:39.856108 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.2 to 224.1.2.3 on vif eth2 [ 2011/06/03 14:22:40.246797 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:22:40.246864 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:22:42.533871 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:22:42.533956 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:22:43.783842 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:22:43.783926 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:22:44.291816 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:22:44.291891 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:22:46.217768 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:22:46.217838 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:22:46.792081 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:22:58.794957 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:23:10.797921 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:23:22.800835 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:23:34.803773 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:23:46.806646 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:23:58.809520 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:24:10.812425 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:24:22.815345 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:24:34.818295 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:24:42.744247 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 [ 2011/06/03 14:24:42.744370 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 [ 2011/06/03 14:24:42.744808 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:24:42.744853 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:24:42.745322 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:24:42.745364 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:24:43.879870 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:24:43.879966 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:24:44.321975 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.2 to 224.1.2.3 on vif eth2 [ 2011/06/03 14:24:45.690861 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:24:45.690934 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:24:46.821197 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:24:46.957730 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:24:46.957792 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:24:48.948989 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:24:48.949072 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:24:49.373895 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:24:49.373958 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:24:51.498033 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:24:51.498112 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:24:58.824133 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:25:10.826988 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:25:22.829855 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:25:34.832771 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel si gnal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:25:36.175149 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_LEAVE_GROUP from 10.10.11.2 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:25:36.175231 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.1.2.3 [ 2011/06/03 14:25:36.175297 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_LEAVE_GROUP from 10.10.11.2 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:25:36.175323 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.1.2.3 [ 2011/0 6/03 14:25:36.175354 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.1.2.3 [ 2011/06/03 14:25:36.175385 TRACE xorp_igmp MLD6IGMP ] Notify routing delete membership for (0.0.0.0, 224.1.2.3) on vif eth2 [ 2011/06/03 14:25:36.175833 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.1.2.3 on vif eth2 [ 2011/06/03 14:25:36.176119 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.1.2.3 on vif eth2 [ 2011/06/03 14:25:36.176360 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.1.2.3 on vif eth2 [ 2011/06/03 14:25:46.835660 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:25:49.848062 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.2 to 224.1.2.3 on vif eth2 [ 2011/06/03 14:25:49.848122 TRACE xorp_igmp MLD6IGMP ] Notify routing add membership for (0.0.0.0, 224.1.2.3) on vif eth2 [ 2011/06/03 14:25:50.107919 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.2 to 224.1.2.3 on vif eth2 [ 2011/06/03 14:25:58.838568 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:25:59.842799 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.2 to 224.1.2.3 on vif eth2 [ 2011/06/03 14:26:10.841497 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:26:22.844364 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:26:34.847339 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:26:46.850127 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:26:47.744598 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 [ 2011/06/03 14:26:47.744694 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 [ 2011/06/03 14:26:47.745034 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:26:47.745076 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.11.1 to 224.0.0.1 on vif eth2 [ 2011/06/03 14:26:47.745349 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:26:47.745386 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_MEMBERSHIP_QUERY from 10.10.10.1 to 224.0.0.1 on vif eth1 [ 2011/06/03 14:26:48.127741 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:26:48.127797 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.22 on vif eth2 [ 2011/06/03 14:26:49.427860 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:26:49.427944 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.2 on vif eth1 [ 2011/06/03 14:26:52.416873 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:26:52.416962 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.251 on vif eth1 [ 2011/06/03 14:26:52.504686 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:26:52.504734 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.2 on vif eth2 [ 2011/06/03 14:26:53.616719 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:26:53.616771 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.10.1 to 224.0.0.22 on vif eth1 [ 2011/06/03 14:26:55.204129 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.2 to 224.1.2.3 on vif eth2 [ 2011/06/03 14:26:55.681883 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:26:55.681959 TRACE xorp_igmp MLD6IGMP ] mld6igmp_process: RX IGMP_V2_MEMBERSHIP_REPORT from 10.10.11.1 to 224.0.0.251 on vif eth2 [ 2011/06/03 14:26:58.853042 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:27:10.856009 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:27:22.858935 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 [ 2011/06/03 14:27:34.861797 TRACE xorp_fea:1846 MFEA +1625 fea/mfea_node.cc signal_message_recv ] RX kernel signal: message_type = 1 vif_index = 0 src = 10.10.10.2 dst = 224.1.2.3 Thanks in advance Vikas Aggarwal _______________________________________________ Xorp-users mailing list Xorp-users at xorp.org http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-users From jmitchell at ll.mit.edu Tue Jun 7 11:32:07 2011 From: jmitchell at ll.mit.edu (Jeff Mitchell) Date: Tue, 7 Jun 2011 14:32:07 -0400 Subject: [Xorp-users] Xorp doesn't start In-Reply-To: <80C343A5D090C24F9229C34CCD17287405F37ACA@usnjpar1blex05.us.ad.irmc.com> References: <80C343A5D090C24F9229C34CCD17287405F37ABF@usnjpar1blex05.us.ad.irmc.com> <4DED3BFA.10500@candelatech.com> <80C343A5D090C24F9229C34CCD17287405F37ACA@usnjpar1blex05.us.ad.irmc.com> Message-ID: <4DEE6EA7.5080105@ll.mit.edu> On 06/06/2011 04:49 PM, Grinberg, Leo wrote: > No, this is a dedicated CentOS server. I have exactly the same server > running xorp with no problems. Dedicated CentOS *what* server? FWIW, I've used it on 5.5 without problems, although it was significantly slower to start up than on same-spec'd Ubuntu and Gentoo VMs. --Jeff From buge at rdsmail.ro Fri Jun 24 02:29:51 2011 From: buge at rdsmail.ro (buge) Date: Fri, 24 Jun 2011 12:29:51 +0300 Subject: [Xorp-users] ospf nssa problem Message-ID: <4E04590F.2040206@rdsmail.ro> I want to configure ospf in nssa area and non-broadcast peers. Here is my code: protocols { ospf4 { router-id: 172.19.209.190 area 0.0.8.0 { area-type: nssa interface vlan20 { link-type: p2p vif vlan20 { address 172.19.213.193 { priority: 0 hello-interval: 10 router-dead-interval: 40 interface-cost: 10000 retransmit-interval: 5 /* transit-delay: uint(0..3600) */ } } } } } } I receive the following errors: ERROR xorp_rtrmgr:2589 RTRMGR +369 main_rtrmgr.cc run ] rtrmgr shutting down due to an init error: PARSE ERROR [Config File config.boot, line 25]: syntax error; Last symbol parsed was "area-type" ERROR xorp_rtrmgr:2686 RTRMGR +369 main_rtrmgr.cc run ] rtrmgr shutting down due to an init error: PARSE ERROR [Config File config.boot, line 27]: syntax error; Last symbol parsed was "link-type" From buge at rdsmail.ro Fri Jun 24 07:33:10 2011 From: buge at rdsmail.ro (buge) Date: Fri, 24 Jun 2011 17:33:10 +0300 Subject: [Xorp-users] ospf nssa problem In-Reply-To: <4E04590F.2040206@rdsmail.ro> References: <4E04590F.2040206@rdsmail.ro> Message-ID: <4E04A026.1000203@rdsmail.ro> I solve this problem: the issue was from missing quote area-type: "nssa" but i cannot redistribute connected interfaces into ospf. buge wrote: > I want to configure ospf in nssa area and non-broadcast peers. > Here is my code: > > protocols { > ospf4 { > router-id: 172.19.209.190 > area 0.0.8.0 { > area-type: nssa > interface vlan20 { > link-type: p2p > vif vlan20 { > address 172.19.213.193 { > priority: 0 > hello-interval: 10 > router-dead-interval: 40 > interface-cost: 10000 > retransmit-interval: 5 > /* transit-delay: uint(0..3600) */ > } > } > } > } > } > } > > > I receive the following errors: > ERROR xorp_rtrmgr:2589 RTRMGR +369 main_rtrmgr.cc run ] rtrmgr shutting > down due to an init error: PARSE ERROR [Config File config.boot, line > 25]: syntax error; Last symbol parsed was "area-type" > ERROR xorp_rtrmgr:2686 RTRMGR +369 main_rtrmgr.cc run ] rtrmgr shutting > down due to an init error: PARSE ERROR [Config File config.boot, line > 27]: syntax error; Last symbol parsed was "link-type" > > _______________________________________________ > Xorp-users mailing list > Xorp-users at xorp.org > http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-users > From p_latini at hotmail.com Fri Jun 24 12:05:55 2011 From: p_latini at hotmail.com (Patricio Latini) Date: Fri, 24 Jun 2011 16:05:55 -0300 Subject: [Xorp-users] ospf nssa problem In-Reply-To: <00fb01cc3283$8f5a5bf0$ae0f13d0$@rdsmail.ro> References: <4E04590F.2040206@rdsmail.ro> <00fb01cc3283$8f5a5bf0$ae0f13d0$@rdsmail.ro> Message-ID: In my case, and I have it working it is also a good policy to have a filter for the routes in my case i had to add within the protocol export: "connected-to-ospf" and then: policy { policy-statement "connected-to-ospf" { term permit { from { protocol: "connected" network4: 172.16.0.0/12 } then { accept { } } } term drop { from { protocol: "connected" } then { reject { } } } } } -----Original Message----- From: xorp-users-bounces at xorp.org [mailto:xorp-users-bounces at xorp.org] On Behalf Of buge Sent: Friday, June 24, 2011 11:33 AM To: xorp-users at xorp.org Subject: Re: [Xorp-users] ospf nssa problem I solve this problem: the issue was from missing quote area-type: "nssa" but i cannot redistribute connected interfaces into ospf. buge wrote: > I want to configure ospf in nssa area and non-broadcast peers. > Here is my code: > > protocols { > ospf4 { > router-id: 172.19.209.190 > area 0.0.8.0 { > area-type: nssa > interface vlan20 { > link-type: p2p > vif vlan20 { > address 172.19.213.193 { > priority: 0 > hello-interval: 10 > router-dead-interval: 40 > interface-cost: 10000 > retransmit-interval: 5 > /* transit-delay: uint(0..3600) */ > } > } > } > } > } > } > > > I receive the following errors: > ERROR xorp_rtrmgr:2589 RTRMGR +369 main_rtrmgr.cc run ] rtrmgr > shutting down due to an init error: PARSE ERROR [Config File > config.boot, line > 25]: syntax error; Last symbol parsed was "area-type" > ERROR xorp_rtrmgr:2686 RTRMGR +369 main_rtrmgr.cc run ] rtrmgr > shutting down due to an init error: PARSE ERROR [Config File > config.boot, line > 27]: syntax error; Last symbol parsed was "link-type" > > _______________________________________________ > Xorp-users mailing list > Xorp-users at xorp.org > http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-users > _______________________________________________ Xorp-users mailing list Xorp-users at xorp.org http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-users From maxd at inwind.it Sun Jun 26 10:02:12 2011 From: maxd at inwind.it (maxd at inwind.it) Date: Sun, 26 Jun 2011 19:02:12 +0200 (CEST) Subject: [Xorp-users] OSPFv3 with /128 prefixes Message-ID: <1263324.3700251309107732704.JavaMail.defaultUser@defaultHost> Hi, I have a set of Linux nodes connected by Ethernet links. On each link just two nodes are attached, and each node may have more than one Ethernet interface and hence be connected to more than one node. As a result, the network has a partial mesh topology. XORP is installed on each node, and configured to execute the ospfv3 protocol. Each interface of a node has 2 IPv6 addresses: a link-local (fe80) and a site-local address (fec0). The site-local address has a /128 prefix length. This /128 addresses are correctly advertised, and entries for these "single- host networks" are created in all the nodes of the network but the peer node connected to that interface. To make an example, if I have node A and node B connected together, node A will not have an entry in its routing table for the /128 address on the interface of node B. Nevertheless, if node B had an additional interface (connected to a node C), the address of this additional interface would show up in the routing table of A. Is this normal? Notice that the exact same configuration works fine with QUAGGA. Any idea? I am also providing in the following my (very simple) xorp.conf file Thanks a lot! Massimiliano interfaces { interface eth0 { default-system-config } interface eth1 { default-system-config } interface eth2 { default-system-config } interface eth3 { default-system-config } } fea { unicast-forwarding6 { disable: false } } protocols { ospf6 0 { router-id: 0.0.0.1 #obviously, it changes for each node! area 0.0.0.0 { area-type: "normal" interface eth0 { vif eth0 { } } interface eth1 { vif eth1 { } } interface eth2 { vif eth2 { } } interface eth3 { vif eth3 { } } } } } From p_latini at hotmail.com Sun Jun 26 10:11:27 2011 From: p_latini at hotmail.com (Patricio Latini) Date: Sun, 26 Jun 2011 14:11:27 -0300 Subject: [Xorp-users] OSPFv3 with /128 prefixes In-Reply-To: <1263324.3700251309107732704.JavaMail.defaultUser@defaultHost> References: <1263324.3700251309107732704.JavaMail.defaultUser@defaultHost> Message-ID: In my case I had to define the link local addreses on the interface definitions to get ospfv3 working. Hope it helps for you interface eth1 { description: "" disable: false discard: false unreachable: false management: false vif eth1 { disable: false address FD00:0000:0000:FF01::1 { prefix-length: 64 disable: false } address fe80::211:11ff:fe22:3333 { prefix-length: 64 disable: false } } } BTW, FEC0/16 is deperecated as sire local address, now FC00/8 or FD00/8 should be used in site local configurations. Patricio -----Original Message----- From: xorp-users-bounces at xorp.org [mailto:xorp-users-bounces at xorp.org] On Behalf Of maxd at inwind.it Sent: Sunday, June 26, 2011 2:02 PM To: xorp-users at xorp.org Subject: [Xorp-users] OSPFv3 with /128 prefixes Hi, I have a set of Linux nodes connected by Ethernet links. On each link just two nodes are attached, and each node may have more than one Ethernet interface and hence be connected to more than one node. As a result, the network has a partial mesh topology. XORP is installed on each node, and configured to execute the ospfv3 protocol. Each interface of a node has 2 IPv6 addresses: a link-local (fe80) and a site-local address (fec0). The site-local address has a /128 prefix length. This /128 addresses are correctly advertised, and entries for these "single- host networks" are created in all the nodes of the network but the peer node connected to that interface. To make an example, if I have node A and node B connected together, node A will not have an entry in its routing table for the /128 address on the interface of node B. Nevertheless, if node B had an additional interface (connected to a node C), the address of this additional interface would show up in the routing table of A. Is this normal? Notice that the exact same configuration works fine with QUAGGA. Any idea? I am also providing in the following my (very simple) xorp.conf file Thanks a lot! Massimiliano interfaces { interface eth0 { default-system-config } interface eth1 { default-system-config } interface eth2 { default-system-config } interface eth3 { default-system-config } } fea { unicast-forwarding6 { disable: false } } protocols { ospf6 0 { router-id: 0.0.0.1 #obviously, it changes for each node! area 0.0.0.0 { area-type: "normal" interface eth0 { vif eth0 { } } interface eth1 { vif eth1 { } } interface eth2 { vif eth2 { } } interface eth3 { vif eth3 { } } } } } _______________________________________________ Xorp-users mailing list Xorp-users at xorp.org http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-users From buge at rdsmail.ro Mon Jun 27 00:46:17 2011 From: buge at rdsmail.ro (buge) Date: Mon, 27 Jun 2011 10:46:17 +0300 Subject: [Xorp-users] ospf nssa problem In-Reply-To: References: <4E04590F.2040206@rdsmail.ro> <00fb01cc3283$8f5a5bf0$ae0f13d0$@rdsmail.ro> Message-ID: <4E083549.6060703@rdsmail.ro> thx Patricio I have another issue: the ospf process remain in Loading state: root at ERppp-1-101> show ospf4 neighbor Address Interface State ID Pri Dead 172.19.213.193 vlan20/vlan20 Loading 172.19.213.193 255 37 protocols { ospf4 { router-id: 172.19.209.190 rfc1583-compatibility: false ip-router-alert: false */ /* traceoptions { flag { all { } } } */ area 0.0.8.0 { area-type: "nssa" default-lsa { disable: false metric: 0 } interface vlan2000 { link-type: "p2p" vif vlan2000 { address 172.19.213.194 { priority: 1 hello-interval: 10 router-dead-interval: 40 interface-cost: 10000 retransmit-interval: 5 transit-delay: 1 neighbor 172.19.213.193{ router-id: 172.19.213.193 } disable: false } } } Patricio Latini wrote: > In my case, and I have it working it is also a good policy to have a filter > for the routes in my case i had to add within the protocol > > export: "connected-to-ospf" > > and then: > > policy { > policy-statement "connected-to-ospf" { > term permit { > from { > protocol: "connected" > network4: 172.16.0.0/12 > } > then { > accept { > } > } > } > term drop { > from { > protocol: "connected" > } > then { > reject { > } > } > } > } > } > > > -----Original Message----- > From: xorp-users-bounces at xorp.org [mailto:xorp-users-bounces at xorp.org] On > Behalf Of buge > Sent: Friday, June 24, 2011 11:33 AM > To: xorp-users at xorp.org > Subject: Re: [Xorp-users] ospf nssa problem > > I solve this problem: > the issue was from missing quote > > area-type: "nssa" > > > but i cannot redistribute connected interfaces into ospf. > > buge wrote: > >> I want to configure ospf in nssa area and non-broadcast peers. >> Here is my code: >> >> protocols { >> ospf4 { >> router-id: 172.19.209.190 >> area 0.0.8.0 { >> area-type: nssa >> interface vlan20 { >> link-type: p2p >> vif vlan20 { >> address 172.19.213.193 { >> priority: 0 >> hello-interval: 10 >> router-dead-interval: 40 >> interface-cost: 10000 >> retransmit-interval: 5 >> /* transit-delay: uint(0..3600) */ >> } >> } >> } >> } >> } >> } >> >> >> I receive the following errors: >> ERROR xorp_rtrmgr:2589 RTRMGR +369 main_rtrmgr.cc run ] rtrmgr >> shutting down due to an init error: PARSE ERROR [Config File >> config.boot, line >> 25]: syntax error; Last symbol parsed was "area-type" >> ERROR xorp_rtrmgr:2686 RTRMGR +369 main_rtrmgr.cc run ] rtrmgr >> shutting down due to an init error: PARSE ERROR [Config File >> config.boot, line >> 27]: syntax error; Last symbol parsed was "link-type" >> >> _______________________________________________ >> Xorp-users mailing list >> Xorp-users at xorp.org >> http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-users >> >> > > _______________________________________________ > Xorp-users mailing list > Xorp-users at xorp.org > http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.ICSI.Berkeley.EDU/pipermail/xorp-users/attachments/20110627/1ed6792e/attachment.html From maxd at inwind.it Mon Jun 27 09:10:31 2011 From: maxd at inwind.it (maxd at inwind.it) Date: Mon, 27 Jun 2011 18:10:31 +0200 (CEST) Subject: [Xorp-users] R: RE: OSPFv3 with /128 prefixes Message-ID: <25076116.4124631309191031359.JavaMail.defaultUser@defaultHost> Thanks Patricio for your help. I tried to modify my configuration file according to your suggestion, but I still experience the same behaviour.... Massimiliano >----Messaggio originale---- >Da: p_latini at hotmail.com >Data: 26/06/2011 19.11 >A: , >Ogg: RE: [Xorp-users] OSPFv3 with /128 prefixes > >In my case I had to define the link local addreses on the interface >definitions to get ospfv3 working. > >Hope it helps for you > > interface eth1 { > description: "" > disable: false > discard: false > unreachable: false > management: false > vif eth1 { > disable: false > address FD00:0000:0000:FF01::1 { > prefix-length: 64 > disable: false > } > address fe80::211:11ff:fe22:3333 { > prefix-length: 64 > disable: false > } > } > } > >BTW, FEC0/16 is deperecated as sire local address, now FC00/8 or FD00/8 >should be used in site local configurations. > >Patricio > >-----Original Message----- >From: xorp-users-bounces at xorp.org [mailto:xorp-users-bounces at xorp.org] On >Behalf Of maxd at inwind.it >Sent: Sunday, June 26, 2011 2:02 PM >To: xorp-users at xorp.org >Subject: [Xorp-users] OSPFv3 with /128 prefixes > >Hi, >I have a set of Linux nodes connected by Ethernet links. On each link just >two nodes are attached, and each node may have more than one Ethernet >interface and hence be connected to more than one node. As a result, the >network has a partial mesh topology. XORP is installed on each node, and >configured to execute the ospfv3 protocol. Each interface of a node has 2 >IPv6 addresses: a link-local (fe80) and a site-local address (fec0). The >site-local address has a >/128 prefix length. >This /128 addresses are correctly advertised, and entries for these "single- >host networks" are created in all the nodes of the network but the peer node >connected to that interface. To make an example, if I have node A and node B >connected together, node A will not have an entry in its routing table for >the >/128 address on the interface of node B. Nevertheless, if node B had an >additional interface (connected to a node C), the address of this additional >interface would show up in the routing table of A. Is this normal? Notice >that the exact same configuration works fine with QUAGGA. >Any idea? I am also providing in the following my (very simple) xorp.conf >file > >Thanks a lot! >Massimiliano > > > >interfaces { > interface eth0 { > default-system-config > } > interface eth1 { > default-system-config > } > interface eth2 { > default-system-config > } > interface eth3 { > default-system-config > } >} > >fea { > unicast-forwarding6 { > disable: false > } >} > >protocols { > ospf6 0 { > router-id: 0.0.0.1 #obviously, it changes for each node! > area 0.0.0.0 { > area-type: "normal" > interface eth0 { > vif eth0 { > } > } > interface eth1 { > vif eth1 { > } > } > interface eth2 { > vif eth2 { > } > } > interface eth3 { > vif eth3 { > } > } > } > } >} > >_______________________________________________ >Xorp-users mailing list >Xorp-users at xorp.org >http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-users > > From maxd at inwind.it Tue Jun 28 10:17:39 2011 From: maxd at inwind.it (maxd at inwind.it) Date: Tue, 28 Jun 2011 19:17:39 +0200 (CEST) Subject: [Xorp-users] ospfv3 interfaces on the same link with different network prefixes Message-ID: <19902705.4803421309281459347.JavaMail.defaultUser@defaultHost> Hi, I have a network in which each network interface has two addresses: a link- local one (assigned by the IP Stateless ZeroConf mechanism) and a site-local one. The site-local address has a different network prefix for each network interface, i.e., network interfaces attached on the same link do not share the same network prefix. Has anyone tried this configuration? I cannot get it to work with XORP: each node is missing the route entries towards the nodes attached on the same network segment. Notice that the same network scenario is managed fine by QUAGGA. Thanks for your help! Massimiliano From p_latini at hotmail.com Tue Jun 28 10:49:26 2011 From: p_latini at hotmail.com (Patricio Latini) Date: Tue, 28 Jun 2011 14:49:26 -0300 Subject: [Xorp-users] ospfv3 interfaces on the same link with different network prefixes In-Reply-To: <022a01cc35bb$037e0a10$0a7a1e30$@inwind.it> References: <022a01cc35bb$037e0a10$0a7a1e30$@inwind.it> Message-ID: Massimiliano: Yes, I have a Internet---Xorp---Router---host configuration with three addresses between xorp box and the router (Link Local, site local and global). Xorp is generating the default route and propagating it to the router, also it is learning the site local and global networks configured on the hosts side of the router. So far, no problem. Patricio -----Original Message----- From: xorp-users-bounces at xorp.org [mailto:xorp-users-bounces at xorp.org] On Behalf Of maxd at inwind.it Sent: Tuesday, June 28, 2011 2:18 PM To: xorp-users at xorp.org Subject: [Xorp-users] ospfv3 interfaces on the same link with different network prefixes Hi, I have a network in which each network interface has two addresses: a link- local one (assigned by the IP Stateless ZeroConf mechanism) and a site-local one. The site-local address has a different network prefix for each network interface, i.e., network interfaces attached on the same link do not share the same network prefix. Has anyone tried this configuration? I cannot get it to work with XORP: each node is missing the route entries towards the nodes attached on the same network segment. Notice that the same network scenario is managed fine by QUAGGA. Thanks for your help! Massimiliano _______________________________________________ Xorp-users mailing list Xorp-users at xorp.org http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-users From maxd at inwind.it Wed Jun 29 02:41:25 2011 From: maxd at inwind.it (maxd at inwind.it) Date: Wed, 29 Jun 2011 11:41:25 +0200 (CEST) Subject: [Xorp-users] I: RE: ospfv3 interfaces on the same link with different network prefixes Message-ID: <3403668.4973681309340485542.JavaMail.defaultUser@defaultHost> >----Messaggio originale---- >Da: maxd at inwind.it >Data: 29/06/2011 9.14 >A: >Ogg: R: RE: [Xorp-users] ospfv3 interfaces on the same link with different network prefixes > >Hi Patricio, >thanks for your answer. I want to be sure that I was clear enough about the >issue I have. >In a scenario like yours, I see that you have three network segments: >-Internet---Xorp >-Xorp---Router >-Router-host >Let's consider the Xorp---Router segment. I understand that you have more than >one address on each interface. Let's consider the site local addresses on this >segment. The Xorp node will have a site local address, say it SL_ADDR_XORP, and >the same will be for the router, say it SL_ADDR_ROUTER. In your network >scenario, SL_ADDR_XORP and SL_ADDR_ROUTER, do they share the same network >prefix? By network prefix I mean the network part of the address (e.g., the >first 64 bit of the address if you have a /64 mask). In my configuration, they >do not share the same network prefix (I need to have this configuration), and >what I get is that, projecting the behaviour I am experiencing on your network >topology, the Xorp node will not have an entry in the routing table for >SL_ADDR_ROUTE, and the same will be for the router. >Do you experience a different behaviour? > >Thanks again, >Massimiliano > > >>----Messaggio originale---- >>Da: p_latini at hotmail.com >>Data: 28/06/2011 19.49 >>A: , >>Ogg: RE: [Xorp-users] ospfv3 interfaces on the same link with different >network prefixes >> >>Massimiliano: >> >>Yes, I have a Internet---Xorp---Router---host configuration with three >>addresses between xorp box and the router (Link Local, site local and >>global). Xorp is generating the default route and propagating it to the >>router, also it is learning the site local and global networks configured on >>the hosts side of the router. >> >>So far, no problem. >> >>Patricio >> >>-----Original Message----- >>From: xorp-users-bounces at xorp.org [mailto:xorp-users-bounces at xorp.org] On >>Behalf Of maxd at inwind.it >>Sent: Tuesday, June 28, 2011 2:18 PM >>To: xorp-users at xorp.org >>Subject: [Xorp-users] ospfv3 interfaces on the same link with different >>network prefixes >> >>Hi, >>I have a network in which each network interface has two addresses: a link- >>local one (assigned by the IP Stateless ZeroConf mechanism) and a site-local >>one. The site-local address has a different network prefix for each network >>interface, i.e., network interfaces attached on the same link do not share >>the same network prefix. Has anyone tried this configuration? I cannot get >>it to work with XORP: each node is missing the route entries towards the >>nodes attached on the same network segment. Notice that the same network >>scenario is managed fine by QUAGGA. >> >>Thanks for your help! >>Massimiliano >> >>_______________________________________________ >>Xorp-users mailing list >>Xorp-users at xorp.org >>http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-users >> >> > > From maxd at inwind.it Thu Jun 30 03:32:09 2011 From: maxd at inwind.it (maxd at inwind.it) Date: Thu, 30 Jun 2011 12:32:09 +0200 (CEST) Subject: [Xorp-users] R: Re: R: RE: ospfv3 interfaces on the same link with different network prefixes Message-ID: <3883910.5341421309429929565.JavaMail.defaultUser@defaultHost> That would be useful. Can you also send me your network interface configuration (ifconfig or ip addr)? To understand why it does not work, consider a simple scenario with three nodes: A ---- B ---- C. B has clearly two network interfaces. Now, suppose that each interface has a link local address + a site local address. If I want to ping C from A, I need to use C site local address. According to the behaviour of XORP I am experiencing, the site local address of C will show up in the routing table of node A, but not in the one of node B. So, A knows that the message for C must be forwarded to B. B does not know a route for the site-local address of C, and it does not matter that he knows the link-local address of C. I mean, B does not know that the node attached on the other side of the link, for which he has a link-local entry in the routing table, is the intended recipient of the message. I hope that I have clarified the issue... Thanks for your help, Massimiliano >----Messaggio originale---- >Da: p_latini at hotmail.com >Data: 29/06/2011 21.17 >A: "maxd at inwind.it" >Ogg: Re: R: RE: [Xorp-users] ospfv3 interfaces on the same link with different network prefixes > >I do not have that configuration with different site local prefixes. But in any case xorp uses and sets the link local addresses for the next hop in the router table. So even if you dont have any site local address inthe link between the xorp and router it sould work anyways. > >If you want i can send you an output of my xorp router table where shows that it uses LL addreses. > >Patricio > >Sent from my iPad > >On Jun 29, 2011, at 4:14 AM, "maxd at inwind.it" wrote: > >> Hi Patricio, >> thanks for your answer. I want to be sure that I was clear enough about the >> issue I have. >> In a scenario like yours, I see that you have three network segments: >> -Internet---Xorp >> -Xorp---Router >> -Router-host >> Let's consider the Xorp---Router segment. I understand that you have more than >> one address on each interface. Let's consider the site local addresses on this >> segment. The Xorp node will have a site local address, say it SL_ADDR_XORP, and >> the same will be for the router, say it SL_ADDR_ROUTER. In your network >> scenario, SL_ADDR_XORP and SL_ADDR_ROUTER, do they share the same network >> prefix? By network prefix I mean the network part of the address (e.g., the >> first 64 bit of the address if you have a /64 mask). In my configuration, they >> do not share the same network prefix (I need to have this configuration), and >> what I get is that, projecting the behaviour I am experiencing on your network >> topology, the Xorp node will not have an entry in the routing table for >> SL_ADDR_ROUTE, and the same will be for the router. >> Do you experience a different behaviour? >> >> Thanks again, >> Massimiliano >> >> >>> ----Messaggio originale---- >>> Da: p_latini at hotmail.com >>> Data: 28/06/2011 19.49 >>> A: , >>> Ogg: RE: [Xorp-users] ospfv3 interfaces on the same link with different >> network prefixes >>> >>> Massimiliano: >>> >>> Yes, I have a Internet---Xorp---Router---host configuration with three >>> addresses between xorp box and the router (Link Local, site local and >>> global). Xorp is generating the default route and propagating it to the >>> router, also it is learning the site local and global networks configured on >>> the hosts side of the router. >>> >>> So far, no problem. >>> >>> Patricio >>> >>> -----Original Message----- >>> From: xorp-users-bounces at xorp.org [mailto:xorp-users-bounces at xorp.org] On >>> Behalf Of maxd at inwind.it >>> Sent: Tuesday, June 28, 2011 2:18 PM >>> To: xorp-users at xorp.org >>> Subject: [Xorp-users] ospfv3 interfaces on the same link with different >>> network prefixes >>> >>> Hi, >>> I have a network in which each network interface has two addresses: a link- >>> local one (assigned by the IP Stateless ZeroConf mechanism) and a site- local >>> one. The site-local address has a different network prefix for each network >>> interface, i.e., network interfaces attached on the same link do not share >>> the same network prefix. Has anyone tried this configuration? I cannot get >>> it to work with XORP: each node is missing the route entries towards the >>> nodes attached on the same network segment. Notice that the same network >>> scenario is managed fine by QUAGGA. >>> >>> Thanks for your help! >>> Massimiliano >>> >>> _______________________________________________ >>> Xorp-users mailing list >>> Xorp-users at xorp.org >>> http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-users >>> >>> >> >> >