[Xorp-users] IGMP/PIM cannot send packets on FreeBSD 5.3

Tom Pusateri pusateri@bangj.com
Mon, 05 Dec 2005 18:37:59 -0500


I'm sure I must be doing something silly here but I've got a FreeBSD 5.3
system compiled with options MROUTING and options PIM and I've built
the latest xorp from CVS from two days ago.

[ 2005/12/05 18:23:27 WARNING xorp_fea XrlMfeaTarget ] Handling method for mfea/
0.1/send_protocol_message4 failed: XrlCmdError 102 Command failed Cannot send IG
MP protocol message from 10.14.12.177 to 224.0.0.1 on vif fxp1
[ 2005/12/05 18:23:27  ERROR xorp_igmp:612 MLD6IGMP +1516 xrl_mld6igmp_node.cc m
fea_client_send_protocol_message_cb ] Cannot send a protocol message: 102 Comman
d failed Cannot send IGMP protocol message from 10.14.12.177 to 224.0.0.1 on vif
 fxp1

Anyone got any ideas?

Thanks,
Tom

My config file looks like this:

gw# cat config.boot
interfaces {
    interface fxp0 {
        description: "Time Warner Cable interface"
        disable: false
        default-system-config
    }
    interface fxp1 {
        description: "home public network"
        disable: false
        default-system-config
    }
    interface gre0 {
        description: "tunnel to nc state"
        disable: false
        default-system-config
    }
}

protocols {
    static {
        route4 0.0.0.0/0 {
            next-hop: 10.14.12.141
            metric: 1
        }
    }

    igmp {
        disable: false
        interface fxp1 {
            vif fxp1 {
                disable: false
            }
        }
        traceoptions {
            flag all {
                disable: false
            }
        }
    }

    pimsm4 {
        disable: false
        interface fxp1 {
            vif fxp1 {
                disable: false
            }
        }
        interface gre0 {
            vif gre0 {
                disable: false
            }
        }
        static-rps {
            rp 10.1.255.115 {
                group-prefix 224.0.0.0/4 {
                }
            }
        }
        bootstrap {
            disable: true
        }
        traceoptions {
            flag all {
                disable: false
            }
        }
    }
}

And here is the log messages from running xorp:

gw# ./xorp_rtrmgr -b config.boot
[ 2005/12/05 18:23:16  INFO xorp_rtrmgr:609 RTRMGR +240 master_conf_tree.cc execute ] Changed modules: interfaces, fea, mfea4, rib, igmp, pimsm4, policy, static_routes
[ 2005/12/05 18:23:16  INFO xorp_rtrmgr:609 RTRMGR +484 module_manager.cc run ] Running module: interfaces (/usr/local/xorp/fea/xorp_fea)
[ 2005/12/05 18:23:16  ERROR xorp_fea:610 FEA +431 routing_socket_utils.cc rtm_get_to_fte_cfg ] Cannot map a discard route back to an FEA soft discard interface.
[ 2005/12/05 18:23:16  ERROR xorp_fea:610 FEA +431 routing_socket_utils.cc rtm_get_to_fte_cfg ] Cannot map a discard route back to an FEA soft discard interface.
[ 2005/12/05 18:23:16  ERROR xorp_fea:610 FEA +431 routing_socket_utils.cc rtm_get_to_fte_cfg ] Cannot map a discard route back to an FEA soft discard interface.
[ 2005/12/05 18:23:18 INFO xorp_fea MFEA ] MFEA enabled
[ 2005/12/05 18:23:18 INFO xorp_fea MFEA ] CLI enabled
[ 2005/12/05 18:23:18 INFO xorp_fea MFEA ] CLI started
[ 2005/12/05 18:23:18 INFO xorp_fea MFEA ] MFEA enabled
[ 2005/12/05 18:23:18 INFO xorp_fea MFEA ] CLI enabled
[ 2005/12/05 18:23:18 INFO xorp_fea MFEA ] CLI started
[ 2005/12/05 18:23:18  INFO xorp_rtrmgr:609 RTRMGR +484 module_manager.cc run ] Running module: fea (/usr/local/xorp/fea/xorp_fea)
[ 2005/12/05 18:23:22  INFO xorp_rtrmgr:609 RTRMGR +484 module_manager.cc run ] Running module: mfea4 (/usr/local/xorp/fea/xorp_fea)
[ 2005/12/05 18:23:23 INFO xorp_fea MFEA ] Interface added: Vif[fxp0] pif_index: 1 vif_index: 0 addr: 10.11.250.52 subnet: 10.11.248.0/21 broadcast: 255.255.255.255 peer: 0.0.0.0 Flags: MULTICAST BROADCAST UNDERLYING_VIF_UP
[ 2005/12/05 18:23:23 INFO xorp_fea MFEA ] Interface added: Vif[fxp1] pif_index: 2 vif_index: 1 addr: 10.14.12.177 subnet: 10.14.12.176/28 broadcast: 10.14.12.191 peer: 0.0.0.0 Flags: MULTICAST BROADCAST UNDERLYING_VIF_UP
[ 2005/12/05 18:23:23 INFO xorp_fea MFEA ] Interface added: Vif[gre0] pif_index: 5 vif_index: 2 addr: 10.14.12.142 subnet: 10.14.12.142/32 broadcast: 0.0.0.0 peer: 10.14.12.141 Flags: P2P MULTICAST UNDERLYING_VIF_UP
[ 2005/12/05 18:23:23 INFO xorp_fea MFEA ] MFEA started
[ 2005/12/05 18:23:23  INFO xorp_rtrmgr:609 RTRMGR +484 module_manager.cc run ] Running module: rib (/usr/local/xorp/rib/xorp_rib)
[ 2005/12/05 18:23:25  INFO xorp_rtrmgr:609 RTRMGR +484 module_manager.cc run ] Running module: igmp (/usr/local/xorp/mld6igmp/xorp_igmp)
[ 2005/12/05 18:23:25  WARNING xorp_rtrmgr:609 XrlFinderTarget +406 ../xrl/targets/finder_base.cc handle_finder_0_2_resolve_xrl ] Handling method for finder/0.2/resolve_xrl failed: XrlCmdError 102 Command failed Target "IGMP" does not exist or is not enabled.
[ 2005/12/05 18:23:25 INFO xorp_igmp MLD6IGMP ] Protocol enabled
[ 2005/12/05 18:23:25 INFO xorp_igmp MLD6IGMP ] CLI enabled
[ 2005/12/05 18:23:25 INFO xorp_igmp MLD6IGMP ] CLI started
[ 2005/12/05 18:23:26 INFO xorp_igmp MLD6IGMP ] Interface added: Vif[fxp0] pif_index: 0 vif_index: 0 addr: 10.11.250.52 subnet: 10.11.248.0/21 broadcast: 255.255.255.255 peer: 0.0.0.0 Flags: MULTICAST BROADCAST UNDERLYING_VIF_UP
[ 2005/12/05 18:23:26 INFO xorp_igmp MLD6IGMP ] Interface added: Vif[fxp1] pif_index: 0 vif_index: 1 addr: 10.14.12.177 subnet: 10.14.12.176/28 broadcast: 10.14.12.191 peer: 0.0.0.0 Flags: MULTICAST BROADCAST UNDERLYING_VIF_UP
[ 2005/12/05 18:23:26 INFO xorp_igmp MLD6IGMP ] Interface added: Vif[gre0] pif_index: 0 vif_index: 2 addr: 10.14.12.142 subnet: 10.14.12.142/32 broadcast: 0.0.0.0 peer: 10.14.12.141 Flags: P2P MULTICAST UNDERLYING_VIF_UP
[ 2005/12/05 18:23:26 INFO xorp_igmp MLD6IGMP ] Protocol started
[ 2005/12/05 18:23:27 INFO xorp_igmp MLD6IGMP ] Interface enabled: Vif[fxp1] pif_index: 0 vif_index: 1 addr: 10.14.12.177 subnet: 10.14.12.176/28 broadcast: 10.14.12.191 peer: 0.0.0.0 Flags: MULTICAST BROADCAST UNDERLYING_VIF_UP DOWN IPv4 ENABLED
[ 2005/12/05 18:23:27 INFO xorp_igmp MLD6IGMP ] Interface started: Vif[fxp1] pif_index: 0 vif_index: 1 addr: 10.14.12.177 subnet: 10.14.12.176/28 broadcast: 10.14.12.191 peer: 0.0.0.0 Flags: MULTICAST BROADCAST UNDERLYING_VIF_UP UP IPv4 ENABLED
[ 2005/12/05 18:23:27  INFO xorp_rtrmgr:609 RTRMGR +484 module_manager.cc run ] Running module: pimsm4 (/usr/local/xorp/pim/xorp_pimsm4)
[ 2005/12/05 18:23:27  WARNING xorp_rtrmgr:609 XrlFinderTarget +406 ../xrl/targets/finder_base.cc handle_finder_0_2_resolve_xrl ] Handling method for finder/0.2/resolve_xrl failed: XrlCmdError 102 Command failed Target "PIMSM_4" does not exist or is not enabled.
[ 2005/12/05 18:23:27 WARNING xorp_fea XrlMfeaTarget ] Handling method for mfea/0.1/send_protocol_message4 failed: XrlCmdError 102 Command failed Cannot send IGMP protocol message from 10.14.12.177 to 224.0.0.1 on vif fxp1
[ 2005/12/05 18:23:27  ERROR xorp_igmp:612 MLD6IGMP +1516 xrl_mld6igmp_node.cc mfea_client_send_protocol_message_cb ] Cannot send a protocol message: 102 Command failed Cannot send IGMP protocol message from 10.14.12.177 to 224.0.0.1 on vif fxp1
[ 2005/12/05 18:23:28  WARNING xorp_rtrmgr:609 XrlFinderTarget +406 ../xrl/targets/finder_base.cc handle_finder_0_2_resolve_xrl ] Handling method for finder/0.2/resolve_xrl failed: XrlCmdError 102 Command failed Xrl target is not enabled.
[ 2005/12/05 18:23:29 INFO xorp_pimsm4 PIM ] Protocol enabled
[ 2005/12/05 18:23:29 INFO xorp_pimsm4 PIM ] CLI enabled
[ 2005/12/05 18:23:29 INFO xorp_pimsm4 PIM ] CLI started
[ 2005/12/05 18:23:30 INFO xorp_pimsm4 PIM ] Interface added: Vif[fxp0] pif_index: 0 vif_index: 0 addr: 10.11.250.52 subnet: 10.11.248.0/21 broadcast: 255.255.255.255 peer: 0.0.0.0 Flags: MULTICAST BROADCAST UNDERLYING_VIF_UP
[ 2005/12/05 18:23:30 INFO xorp_pimsm4 PIM ] Interface added: Vif[fxp1] pif_index: 0 vif_index: 1 addr: 10.14.12.177 subnet: 10.14.12.176/28 broadcast: 10.14.12.191 peer: 0.0.0.0 Flags: MULTICAST BROADCAST UNDERLYING_VIF_UP
[ 2005/12/05 18:23:30 INFO xorp_pimsm4 PIM ] Interface added: Vif[gre0] pif_index: 0 vif_index: 2 addr: 10.14.12.142 subnet: 10.14.12.142/32 broadcast: 0.0.0.0 peer: 10.14.12.141 Flags: P2P MULTICAST UNDERLYING_VIF_UP
[ 2005/12/05 18:23:30 INFO xorp_pimsm4 PIM ] Protocol started
[ 2005/12/05 18:23:30 INFO xorp_pimsm4 PIM ] Interface enabled: Vif[fxp1] pif_index: 0 vif_index: 1 addr: 10.14.12.177 subnet: 10.14.12.176/28 broadcast: 10.14.12.191 peer: 0.0.0.0 Flags: MULTICAST BROADCAST UNDERLYING_VIF_UP DOWN IPv4 ENABLED
[ 2005/12/05 18:23:30 INFO xorp_pimsm4 PIM ] Interface started: Vif[fxp1] pif_index: 0 vif_index: 1 addr: 10.14.12.177 subnet: 10.14.12.176/28 broadcast: 10.14.12.191 peer: 0.0.0.0 Flags: MULTICAST BROADCAST UNDERLYING_VIF_UP UP IPv4 ENABLED
[ 2005/12/05 18:23:30 INFO xorp_pimsm4 PIM ] Interface enabled: Vif[gre0] pif_index: 0 vif_index: 2 addr: 10.14.12.142 subnet: 10.14.12.142/32 broadcast: 0.0.0.0 peer: 10.14.12.141 Flags: P2P MULTICAST UNDERLYING_VIF_UP DOWN IPv4 ENABLED
[ 2005/12/05 18:23:31 INFO xorp_pimsm4 PIM ] Interface started: Vif[gre0] pif_index: 0 vif_index: 2 addr: 10.14.12.142 subnet: 10.14.12.142/32 broadcast: 0.0.0.0 peer: 10.14.12.141 Flags: P2P MULTICAST UNDERLYING_VIF_UP UP IPv4 ENABLED
[ 2005/12/05 18:23:31 INFO xorp_pimsm4 PIM ] Bootstrap mechanism disabled
[ 2005/12/05 18:23:31  INFO xorp_rtrmgr:609 RTRMGR +484 module_manager.cc run ] Running module: policy (/usr/local/xorp/policy/xorp_policy)
[ 2005/12/05 18:23:33  INFO xorp_rtrmgr:609 RTRMGR +484 module_manager.cc run ] Running module: static_routes (/usr/local/xorp/static_routes/xorp_static_routes)
[ 2005/12/05 18:23:33 TRACE xorp_pimsm4 PIM ] TX PIM_HELLO from 10.14.12.142 to 224.0.0.13 on vif gre0
[ 2005/12/05 18:23:33 WARNING xorp_fea XrlMfeaTarget ] Handling method for mfea/0.1/send_protocol_message4 failed: XrlCmdError 102 Command failed Cannot send PIMSM_4 protocol message from 10.14.12.142 to 224.0.0.13 on vif gre0
[ 2005/12/05 18:23:33  ERROR xorp_pimsm4:613 PIM +2618 xrl_pim_node.cc mfea_client_send_protocol_message_cb ] Cannot send a protocol message: 102 Command failed Cannot send PIMSM_4 protocol message from 10.14.12.142 to 224.0.0.13 on vif gre0
[ 2005/12/05 18:23:33 TRACE xorp_pimsm4 PIM ] TX PIM_HELLO from 10.14.12.177 to 224.0.0.13 on vif fxp1
[ 2005/12/05 18:23:33 WARNING xorp_fea XrlMfeaTarget ] Handling method for mfea/0.1/send_protocol_message4 failed: XrlCmdError 102 Command failed Cannot send PIMSM_4 protocol message from 10.14.12.177 to 224.0.0.13 on vif fxp1
[ 2005/12/05 18:23:33  ERROR xorp_pimsm4:613 PIM +2618 xrl_pim_node.cc mfea_client_send_protocol_message_cb ] Cannot send a protocol message: 102 Command failed Cannot send PIMSM_4 protocol message from 10.14.12.177 to 224.0.0.13 on vif fxp1
[ 2005/12/05 18:23:35  INFO xorp_rtrmgr:609 RTRMGR +2229 task.cc run_task ] No more tasks to run
[ 2005/12/05 18:23:35  ERROR xorp_fea:610 FEA +366 fticonfig_entry_set_rtsock.cc add_entry ] Error writing to routing socket: File exists
[ 2005/12/05 18:23:35  ERROR xorp_fea:610 FEA +71 fti_transaction.cc operation_result ] FTI transaction commit failed on AddEntry4: net = 0.0.0.0/0 nexthop = 10.14.12.141 ifname = gre0 vifname = gre0 metric = 1 admin_distance = 1 xorp_route = true is_deleted = false is_unresolved = false is_connected_route = false
[ 2005/12/05 18:23:35 WARNING xorp_fea XrlFeaTarget ] Handling method for redist_transaction4/0.1/commit_transaction failed: XrlCmdError 102 Command failed AddEntry4: net = 0.0.0.0/0 nexthop = 10.14.12.141 ifname = gre0 vifname = gre0 metric = 1 admin_distance = 1 xorp_route = true is_deleted = false is_unresolved = false is_connected_route = false
[ 2005/12/05 18:23:35  ERROR xorp_rib:611 RIB +907 redist_xrl.cc dispatch_complete ] Failed to commit transaction: 102 Command failed AddEntry4: net = 0.0.0.0/0 nexthop = 10.14.12.141 ifname = gre0 vifname = gre0 metric = 1 admin_distance = 1 xorp_route = true is_deleted = false is_unresolved = false is_connected_route = false
[ 2005/12/05 18:23:59 TRACE xorp_igmp MLD6IGMP ] TX IGMP_MEMBERSHIP_QUERY from 10.14.12.177 to 224.0.0.1
[ 2005/12/05 18:23:59 WARNING xorp_fea XrlMfeaTarget ] Handling method for mfea/0.1/send_protocol_message4 failed: XrlCmdError 102 Command failed Cannot send IGMP protocol message from 10.14.12.177 to 224.0.0.1 on vif fxp1
[ 2005/12/05 18:23:59  ERROR xorp_igmp:612 MLD6IGMP +1516 xrl_mld6igmp_node.cc mfea_client_send_protocol_message_cb ] Cannot send a protocol message: 102 Command failed Cannot send IGMP protocol message from 10.14.12.177 to 224.0.0.1 on vif fxp1
[ 2005/12/05 18:24:03 TRACE xorp_pimsm4 PIM ] TX PIM_HELLO from 10.14.12.142 to 224.0.0.13 on vif gre0
[ 2005/12/05 18:24:03 WARNING xorp_fea XrlMfeaTarget ] Handling method for mfea/0.1/send_protocol_message4 failed: XrlCmdError 102 Command failed Cannot send PIMSM_4 protocol message from 10.14.12.142 to 224.0.0.13 on vif gre0
[ 2005/12/05 18:24:03  ERROR xorp_pimsm4:613 PIM +2618 xrl_pim_node.cc mfea_client_send_protocol_message_cb ] Cannot send a protocol message: 102 Command failed Cannot send PIMSM_4 protocol message from 10.14.12.142 to 224.0.0.13 on vif gre0
[ 2005/12/05 18:24:03 TRACE xorp_pimsm4 PIM ] TX PIM_HELLO from 10.14.12.177 to 224.0.0.13 on vif fxp1
[ 2005/12/05 18:24:03 WARNING xorp_fea XrlMfeaTarget ] Handling method for mfea/0.1/send_protocol_message4 failed: XrlCmdError 102 Command failed Cannot send PIMSM_4 protocol message from 10.14.12.177 to 224.0.0.13 on vif fxp1
[ 2005/12/05 18:24:03  ERROR xorp_pimsm4:613 PIM +2618 xrl_pim_node.cc mfea_client_send_protocol_message_cb ] Cannot send a protocol message: 102 Command failed Cannot send PIMSM_4 protocol message from 10.14.12.177 to 224.0.0.13 on vif fxp1
[ 2005/12/05 18:24:33 TRACE xorp_pimsm4 PIM ] TX PIM_HELLO from 10.14.12.142 to 224.0.0.13 on vif gre0
[ 2005/12/05 18:24:33 WARNING xorp_fea XrlMfeaTarget ] Handling method for mfea/0.1/send_protocol_message4 failed: XrlCmdError 102 Command failed Cannot send PIMSM_4 protocol message from 10.14.12.142 to 224.0.0.13 on vif gre0
[ 2005/12/05 18:24:33  ERROR xorp_pimsm4:613 PIM +2618 xrl_pim_node.cc mfea_client_send_protocol_message_cb ] Cannot send a protocol message: 102 Command failed Cannot send PIMSM_4 protocol message from 10.14.12.142 to 224.0.0.13 on vif gre0
[ 2005/12/05 18:24:33 TRACE xorp_pimsm4 PIM ] TX PIM_HELLO from 10.14.12.177 to 224.0.0.13 on vif fxp1
[ 2005/12/05 18:24:33 WARNING xorp_fea XrlMfeaTarget ] Handling method for mfea/0.1/send_protocol_message4 failed: XrlCmdError 102 Command failed Cannot send PIMSM_4 protocol message from 10.14.12.177 to 224.0.0.13 on vif fxp1
[ 2005/12/05 18:24:33  ERROR xorp_pimsm4:613 PIM +2618 xrl_pim_node.cc mfea_client_send_protocol_message_cb ] Cannot send a protocol message: 102 Command failed Cannot send PIMSM_4 protocol message from 10.14.12.177 to 224.0.0.13 on vif fxp1
[ 2005/12/05 18:25:03 TRACE xorp_pimsm4 PIM ] TX PIM_HELLO from 10.14.12.142 to 224.0.0.13 on vif gre0
[ 2005/12/05 18:25:03 WARNING xorp_fea XrlMfeaTarget ] Handling method for mfea/0.1/send_protocol_message4 failed: XrlCmdError 102 Command failed Cannot send PIMSM_4 protocol message from 10.14.12.142 to 224.0.0.13 on vif gre0
[ 2005/12/05 18:25:03  ERROR xorp_pimsm4:613 PIM +2618 xrl_pim_node.cc mfea_client_send_protocol_message_cb ] Cannot send a protocol message: 102 Command failed Cannot send PIMSM_4 protocol message from 10.14.12.142 to 224.0.0.13 on vif gre0
[ 2005/12/05 18:25:03 TRACE xorp_pimsm4 PIM ] TX PIM_HELLO from 10.14.12.177 to 224.0.0.13 on vif fxp1
[ 2005/12/05 18:25:03 WARNING xorp_fea XrlMfeaTarget ] Handling method for mfea/0.1/send_protocol_message4 failed: XrlCmdError 102 Command failed Cannot send PIMSM_4 protocol message from 10.14.12.177 to 224.0.0.13 on vif fxp1
[ 2005/12/05 18:25:03  ERROR xorp_pimsm4:613 PIM +2618 xrl_pim_node.cc mfea_client_send_protocol_message_cb ] Cannot send a protocol message: 102 Command failed Cannot send PIMSM_4 protocol message from 10.14.12.177 to 224.0.0.13 on vif fxp1
^C[ 2005/12/05 18:25:29  INFO xorp_rtrmgr:609 RTRMGR +1019 task.cc shutdown ] Shutting down module: static_routes
[ 2005/12/05 18:25:29  INFO xorp_rtrmgr:609 RTRMGR +642 module_manager.cc normal_exit ] Module normal exit: static_routes
[ 2005/12/05 18:25:29  ERROR xorp_rtrmgr:609 LIBXORP +414 asyncio.cc complete_transfer ] Write error 32
[ 2005/12/05 18:25:30  WARNING xorp_rtrmgr:609 XrlFinderTarget +406 ../xrl/targets/finder_base.cc handle_finder_0_2_resolve_xrl ] Handling method for finder/0.2/resolve_xrl failed: XrlCmdError 102 Command failed Target "static_routes" does not exist or is not enabled.
[ 2005/12/05 18:25:31  INFO xorp_rtrmgr:609 RTRMGR +1019 task.cc shutdown ] Shutting down module: policy
[ 2005/12/05 18:25:31  INFO xorp_rtrmgr:609 RTRMGR +642 module_manager.cc normal_exit ] Module normal exit: policy
[ 2005/12/05 18:25:31  INFO xorp_rtrmgr:609 XRL +391 xrl_router.cc send_resolved ] Sender died (protocol = "stcp", address = "127.0.0.1:62288")
[ 2005/12/05 18:25:31  ERROR xorp_rtrmgr:609 LIBXORP +211 buffered_asyncio.cc io_event ] read error 61
[ 2005/12/05 18:25:31  ERROR xorp_rtrmgr:609 XRL +783 xrl_pf_stcp.cc read_event ] Read failed (error = 61)
[ 2005/12/05 18:25:31  ERROR xorp_rtrmgr:609 XRL +636 xrl_pf_stcp.cc die ] XrlPFSTCPSender died: read error
[ 2005/12/05 18:25:32  INFO xorp_rtrmgr:609 RTRMGR +1019 task.cc shutdown ] Shutting down module: pimsm4
[ 2005/12/05 18:25:32 INFO xorp_pimsm4 PIM ] CLI stopped
[ 2005/12/05 18:25:32 TRACE xorp_pimsm4 PIM ] TX PIM_HELLO from 10.14.12.177 to 224.0.0.13 on vif fxp1
[ 2005/12/05 18:25:32 TRACE xorp_pimsm4 PIM ] TX PIM_HELLO from 10.14.12.142 to 224.0.0.13 on vif gre0
[ 2005/12/05 18:25:32 TRACE xorp_pimsm4 PIM ] TX PIM_HELLO from 10.14.12.177 to 224.0.0.13 on vif fxp1
[ 2005/12/05 18:25:32 INFO xorp_pimsm4 PIM ] Interface stopped: Vif[fxp1] pif_index: 0 vif_index: 1 addr: 10.14.12.177 subnet: 10.14.12.176/28 broadcast: 10.14.12.191 peer: 0.0.0.0 Flags: MULTICAST BROADCAST UNDERLYING_VIF_UP DOWN IPv4 ENABLED
[ 2005/12/05 18:25:32 TRACE xorp_pimsm4 PIM ] TX PIM_HELLO from 10.14.12.142 to 224.0.0.13 on vif gre0
[ 2005/12/05 18:25:32 INFO xorp_pimsm4 PIM ] Interface stopped: Vif[gre0] pif_index: 0 vif_index: 2 addr: 10.14.12.142 subnet: 10.14.12.142/32 broadcast: 0.0.0.0 peer: 10.14.12.141 Flags: P2P MULTICAST UNDERLYING_VIF_UP DOWN IPv4 ENABLED
[ 2005/12/05 18:25:32 WARNING xorp_fea XrlMfeaTarget ] Handling method for mfea/0.1/send_protocol_message4 failed: XrlCmdError 102 Command failed Cannot send PIMSM_4 protocol message from 10.14.12.177 to 224.0.0.13 on vif fxp1
[ 2005/12/05 18:25:32  ERROR xorp_pimsm4:613 PIM +2618 xrl_pim_node.cc mfea_client_send_protocol_message_cb ] Cannot send a protocol message: 102 Command failed Cannot send PIMSM_4 protocol message from 10.14.12.177 to 224.0.0.13 on vif fxp1
[ 2005/12/05 18:25:32 WARNING xorp_fea XrlMfeaTarget ] Handling method for mfea/0.1/send_protocol_message4 failed: XrlCmdError 102 Command failed Cannot send PIMSM_4 protocol message from 10.14.12.142 to 224.0.0.13 on vif gre0
[ 2005/12/05 18:25:32  ERROR xorp_pimsm4:613 PIM +2618 xrl_pim_node.cc mfea_client_send_protocol_message_cb ] Cannot send a protocol message: 102 Command failed Cannot send PIMSM_4 protocol message from 10.14.12.142 to 224.0.0.13 on vif gre0
[ 2005/12/05 18:25:32 WARNING xorp_fea XrlMfeaTarget ] Handling method for mfea/0.1/send_protocol_message4 failed: XrlCmdError 102 Command failed Cannot send PIMSM_4 protocol message from 10.14.12.177 to 224.0.0.13 on vif fxp1
[ 2005/12/05 18:25:32  ERROR xorp_pimsm4:613 PIM +2618 xrl_pim_node.cc mfea_client_send_protocol_message_cb ] Cannot send a protocol message: 102 Command failed Cannot send PIMSM_4 protocol message from 10.14.12.177 to 224.0.0.13 on vif fxp1
[ 2005/12/05 18:25:32 WARNING xorp_fea XrlMfeaTarget ] Handling method for mfea/0.1/send_protocol_message4 failed: XrlCmdError 102 Command failed Cannot send PIMSM_4 protocol message from 10.14.12.142 to 224.0.0.13 on vif gre0
[ 2005/12/05 18:25:32  ERROR xorp_pimsm4:613 PIM +2618 xrl_pim_node.cc mfea_client_send_protocol_message_cb ] Cannot send a protocol message: 102 Command failed Cannot send PIMSM_4 protocol message from 10.14.12.142 to 224.0.0.13 on vif gre0
[ 2005/12/05 18:25:32 INFO xorp_pimsm4 PIM ] Interface deleted: fxp0
[ 2005/12/05 18:25:32 INFO xorp_pimsm4 PIM ] Interface deleted: fxp1
[ 2005/12/05 18:25:32 INFO xorp_pimsm4 PIM ] Interface deleted: gre0
[ 2005/12/05 18:25:32  INFO xorp_rtrmgr:609 RTRMGR +642 module_manager.cc normal_exit ] Module normal exit: pimsm4
[ 2005/12/05 18:25:33  WARNING xorp_rtrmgr:609 XrlFinderTarget +406 ../xrl/targets/finder_base.cc handle_finder_0_2_resolve_xrl ] Handling method for finder/0.2/resolve_xrl failed: XrlCmdError 102 Command failed Target "PIMSM_4" does not exist or is not enabled.
[ 2005/12/05 18:25:34  INFO xorp_rtrmgr:609 RTRMGR +1019 task.cc shutdown ] Shutting down module: igmp
[ 2005/12/05 18:25:34 INFO xorp_igmp MLD6IGMP ] CLI stopped
[ 2005/12/05 18:25:34 INFO xorp_igmp MLD6IGMP ] Interface stopped: Vif[fxp1] pif_index: 0 vif_index: 1 addr: 10.14.12.177 subnet: 10.14.12.176/28 broadcast: 10.14.12.191 peer: 0.0.0.0 Flags: MULTICAST BROADCAST UNDERLYING_VIF_UP DOWN IPv4 ENABLED
[ 2005/12/05 18:25:34 INFO xorp_igmp MLD6IGMP ] CLI stopped
[ 2005/12/05 18:25:34 INFO xorp_igmp MLD6IGMP ] CLI stopped
[ 2005/12/05 18:25:34 INFO xorp_igmp MLD6IGMP ] Interface deleted: fxp0
[ 2005/12/05 18:25:34 INFO xorp_igmp MLD6IGMP ] Interface deleted: fxp1
[ 2005/12/05 18:25:34 INFO xorp_igmp MLD6IGMP ] Interface deleted: gre0
[ 2005/12/05 18:25:34  INFO xorp_rtrmgr:609 RTRMGR +642 module_manager.cc normal_exit ] Module normal exit: igmp
[ 2005/12/05 18:25:35  WARNING xorp_rtrmgr:609 XrlFinderTarget +406 ../xrl/targets/finder_base.cc handle_finder_0_2_resolve_xrl ] Handling method for finder/0.2/resolve_xrl failed: XrlCmdError 102 Command failed Target "IGMP" does not exist or is not enabled.
[ 2005/12/05 18:25:36  INFO xorp_rtrmgr:609 RTRMGR +1019 task.cc shutdown ] Shutting down module: rib
[ 2005/12/05 18:25:36  INFO xorp_rtrmgr:609 RTRMGR +642 module_manager.cc normal_exit ] Module normal exit: rib
[ 2005/12/05 18:25:37  WARNING xorp_rtrmgr:609 XrlFinderTarget +406 ../xrl/targets/finder_base.cc handle_finder_0_2_resolve_xrl ] Handling method for finder/0.2/resolve_xrl failed: XrlCmdError 102 Command failed Target "rib" does not exist or is not enabled.
[ 2005/12/05 18:25:38  INFO xorp_rtrmgr:609 RTRMGR +1019 task.cc shutdown ] Shutting down module: mfea4
[ 2005/12/05 18:25:38 INFO xorp_fea MFEA ] CLI stopped
[ 2005/12/05 18:25:39  INFO xorp_rtrmgr:609 RTRMGR +247 module_manager.cc terminate ] Terminating module: mfea4
[ 2005/12/05 18:25:42  INFO xorp_rtrmgr:609 RTRMGR +247 module_manager.cc terminate ] Terminating module: fea
[ 2005/12/05 18:25:42  INFO xorp_rtrmgr:609 RTRMGR +1019 task.cc shutdown ] Shutting down module: interfaces
[ 2005/12/05 18:25:42  ERROR xorp_fea:610 FEA +431 routing_socket_utils.cc rtm_get_to_fte_cfg ] Cannot map a discard route back to an FEA soft discard interface.
[ 2005/12/05 18:25:42  ERROR xorp_fea:610 FEA +431 routing_socket_utils.cc rtm_get_to_fte_cfg ] Cannot map a discard route back to an FEA soft discard interface.
[ 2005/12/05 18:25:42  ERROR xorp_fea:610 FEA +431 routing_socket_utils.cc rtm_get_to_fte_cfg ] Cannot map a discard route back to an FEA soft discard interface.
[ 2005/12/05 18:25:42 INFO xorp_fea MFEA ] CLI stopped
[ 2005/12/05 18:25:42 INFO xorp_fea MFEA ] Interface deleted: fxp0
[ 2005/12/05 18:25:42 INFO xorp_fea MFEA ] Interface deleted: fxp1
[ 2005/12/05 18:25:42 INFO xorp_fea MFEA ] Interface deleted: gre0
[ 2005/12/05 18:25:42  INFO xorp_rtrmgr:609 RTRMGR +642 module_manager.cc normal_exit ] Module normal exit: interfaces
[ 2005/12/05 18:25:43  INFO xorp_rtrmgr:609 RTRMGR +2229 task.cc run_task ] No more tasks to run
gw#