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

Tom Pusateri pusateri@bangj.com
Mon, 05 Dec 2005 19:14:16 -0500


Never mind... I figured it out.

I forgot to include the plumbing section in my config.

Thanks,
Tom

In message <20051205233800.2E28CB830@jj.bangj.com> you write:
>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 mfe
>a/
>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 Comm
>an
>d failed Cannot send IGMP protocol message from 10.14.12.177 to 224.0.0.1 on v
>if
> 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 ex
>ecute ] Changed modules: interfaces, fea, mfea4, rib, igmp, pimsm4, policy, st
>atic_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 inter
>face.
>[ 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 inter
>face.
>[ 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 inter
>face.
>[ 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_inde
>x: 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_inde
>x: 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_inde
>x: 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/tar
>gets/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: 25
>5.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: 1
>0.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] p
>if_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] p
>if_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 IP
>v4 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/tar
>gets/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 mfe
>a/0.1/send_protocol_message4 failed: XrlCmdError 102 Command failed Cannot sen
>d 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 Co
>mmand 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/tar
>gets/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 enab
>led.
>[ 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_in
>dex: 0 vif_index: 0 addr: 10.11.250.52 subnet: 10.11.248.0/21 broadcast: 255.2
>55.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_in
>dex: 0 vif_index: 1 addr: 10.14.12.177 subnet: 10.14.12.176/28 broadcast: 10.1
>4.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_in
>dex: 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 IPv
>4 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 ENAB
>LED
>[ 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 ENABLE
>D
>[ 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_rou
>tes)
>[ 2005/12/05 18:23:33 TRACE xorp_pimsm4 PIM ] TX PIM_HELLO from 10.14.12.142 t
>o 224.0.0.13 on vif gre0
>[ 2005/12/05 18:23:33 WARNING xorp_fea XrlMfeaTarget ] Handling method for mfe
>a/0.1/send_protocol_message4 failed: XrlCmdError 102 Command failed Cannot sen
>d 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_cl
>ient_send_protocol_message_cb ] Cannot send a protocol message: 102 Command fa
>iled Cannot send PIMSM_4 protocol message from 10.14.12.142 to 224.0.0.13 on v
>if gre0
>[ 2005/12/05 18:23:33 TRACE xorp_pimsm4 PIM ] TX PIM_HELLO from 10.14.12.177 t
>o 224.0.0.13 on vif fxp1
>[ 2005/12/05 18:23:33 WARNING xorp_fea XrlMfeaTarget ] Handling method for mfe
>a/0.1/send_protocol_message4 failed: XrlCmdError 102 Command failed Cannot sen
>d 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_cl
>ient_send_protocol_message_cb ] Cannot send a protocol message: 102 Command fa
>iled Cannot send PIMSM_4 protocol message from 10.14.12.177 to 224.0.0.13 on v
>if 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 = fa
>lse
>[ 2005/12/05 18:23:35 WARNING xorp_fea XrlFeaTarget ] Handling method for redi
>st_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_unresol
>ved = false is_connected_route = false
>[ 2005/12/05 18:23:35  ERROR xorp_rib:611 RIB +907 redist_xrl.cc dispatch_comp
>lete ] 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_dist
>ance = 1 xorp_route = true is_deleted = false is_unresolved = false is_connect
>ed_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 mfe
>a/0.1/send_protocol_message4 failed: XrlCmdError 102 Command failed Cannot sen
>d 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 Co
>mmand 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 t
>o 224.0.0.13 on vif gre0
>[ 2005/12/05 18:24:03 WARNING xorp_fea XrlMfeaTarget ] Handling method for mfe
>a/0.1/send_protocol_message4 failed: XrlCmdError 102 Command failed Cannot sen
>d 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_cl
>ient_send_protocol_message_cb ] Cannot send a protocol message: 102 Command fa
>iled Cannot send PIMSM_4 protocol message from 10.14.12.142 to 224.0.0.13 on v
>if gre0
>[ 2005/12/05 18:24:03 TRACE xorp_pimsm4 PIM ] TX PIM_HELLO from 10.14.12.177 t
>o 224.0.0.13 on vif fxp1
>[ 2005/12/05 18:24:03 WARNING xorp_fea XrlMfeaTarget ] Handling method for mfe
>a/0.1/send_protocol_message4 failed: XrlCmdError 102 Command failed Cannot sen
>d 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_cl
>ient_send_protocol_message_cb ] Cannot send a protocol message: 102 Command fa
>iled Cannot send PIMSM_4 protocol message from 10.14.12.177 to 224.0.0.13 on v
>if fxp1
>[ 2005/12/05 18:24:33 TRACE xorp_pimsm4 PIM ] TX PIM_HELLO from 10.14.12.142 t
>o 224.0.0.13 on vif gre0
>[ 2005/12/05 18:24:33 WARNING xorp_fea XrlMfeaTarget ] Handling method for mfe
>a/0.1/send_protocol_message4 failed: XrlCmdError 102 Command failed Cannot sen
>d 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_cl
>ient_send_protocol_message_cb ] Cannot send a protocol message: 102 Command fa
>iled Cannot send PIMSM_4 protocol message from 10.14.12.142 to 224.0.0.13 on v
>if gre0
>[ 2005/12/05 18:24:33 TRACE xorp_pimsm4 PIM ] TX PIM_HELLO from 10.14.12.177 t
>o 224.0.0.13 on vif fxp1
>[ 2005/12/05 18:24:33 WARNING xorp_fea XrlMfeaTarget ] Handling method for mfe
>a/0.1/send_protocol_message4 failed: XrlCmdError 102 Command failed Cannot sen
>d 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_cl
>ient_send_protocol_message_cb ] Cannot send a protocol message: 102 Command fa
>iled Cannot send PIMSM_4 protocol message from 10.14.12.177 to 224.0.0.13 on v
>if fxp1
>[ 2005/12/05 18:25:03 TRACE xorp_pimsm4 PIM ] TX PIM_HELLO from 10.14.12.142 t
>o 224.0.0.13 on vif gre0
>[ 2005/12/05 18:25:03 WARNING xorp_fea XrlMfeaTarget ] Handling method for mfe
>a/0.1/send_protocol_message4 failed: XrlCmdError 102 Command failed Cannot sen
>d 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_cli
>ent_send_protocol_message_cb ] Cannot send a protocol message: 102 Command fai
>led Cannot send PIMSM_4 protocol message from 10.14.12.142 to 224.0.0.13 on vi
>f gre0
>[ 2005/12/05 18:25:03 TRACE xorp_pimsm4 PIM ] TX PIM_HELLO from 10.14.12.177 t
>o 224.0.0.13 on vif fxp1
>[ 2005/12/05 18:25:03 WARNING xorp_fea XrlMfeaTarget ] Handling method for mfe
>a/0.1/send_protocol_message4 failed: XrlCmdError 102 Command failed Cannot sen
>d 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_cl
>ient_send_protocol_message_cb ] Cannot send a protocol message: 102 Command fa
>iled Cannot send PIMSM_4 protocol message from 10.14.12.177 to 224.0.0.13 on v
>if 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 norm
>al_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/tar
>gets/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 ] Sh
>utting down module: policy
>[ 2005/12/05 18:25:31  INFO xorp_rtrmgr:609 RTRMGR +642 module_manager.cc norm
>al_exit ] Module normal exit: policy
>[ 2005/12/05 18:25:31  INFO xorp_rtrmgr:609 XRL +391 xrl_router.cc send_resolv
>ed ] 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_even
>t ] Read failed (error = 61)
>[ 2005/12/05 18:25:31  ERROR xorp_rtrmgr:609 XRL +636 xrl_pf_stcp.cc die ] Xrl
>PFSTCPSender died: read error
>[ 2005/12/05 18:25:32  INFO xorp_rtrmgr:609 RTRMGR +1019 task.cc shutdown ] Sh
>utting 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 t
>o 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 t
>o 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 t
>o 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 IPv
>4 ENABLED
>[ 2005/12/05 18:25:32 TRACE xorp_pimsm4 PIM ] TX PIM_HELLO from 10.14.12.142 t
>o 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 ENAB
>LED
>[ 2005/12/05 18:25:32 WARNING xorp_fea XrlMfeaTarget ] Handling method for mfe
>a/0.1/send_protocol_message4 failed: XrlCmdError 102 Command failed Cannot sen
>d 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_cl
>ient_send_protocol_message_cb ] Cannot send a protocol message: 102 Command fa
>iled Cannot send PIMSM_4 protocol message from 10.14.12.177 to 224.0.0.13 on v
>if fxp1
>[ 2005/12/05 18:25:32 WARNING xorp_fea XrlMfeaTarget ] Handling method for mfe
>a/0.1/send_protocol_message4 failed: XrlCmdError 102 Command failed Cannot sen
>d 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_cl
>ient_send_protocol_message_cb ] Cannot send a protocol message: 102 Command fa
>iled Cannot send PIMSM_4 protocol message from 10.14.12.142 to 224.0.0.13 on v
>if gre0
>[ 2005/12/05 18:25:32 WARNING xorp_fea XrlMfeaTarget ] Handling method for mfe
>a/0.1/send_protocol_message4 failed: XrlCmdError 102 Command failed Cannot sen
>d 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_cl
>ient_send_protocol_message_cb ] Cannot send a protocol message: 102 Command fa
>iled Cannot send PIMSM_4 protocol message from 10.14.12.177 to 224.0.0.13 on v
>if fxp1
>[ 2005/12/05 18:25:32 WARNING xorp_fea XrlMfeaTarget ] Handling method for mfe
>a/0.1/send_protocol_message4 failed: XrlCmdError 102 Command failed Cannot sen
>d 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_cl
>ient_send_protocol_message_cb ] Cannot send a protocol message: 102 Command fa
>iled Cannot send PIMSM_4 protocol message from 10.14.12.142 to 224.0.0.13 on v
>if 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 norm
>al_exit ] Module normal exit: pimsm4
>[ 2005/12/05 18:25:33  WARNING xorp_rtrmgr:609 XrlFinderTarget +406 ../xrl/tar
>gets/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 ] Sh
>utting 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] p
>if_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 norm
>al_exit ] Module normal exit: igmp
>[ 2005/12/05 18:25:35  WARNING xorp_rtrmgr:609 XrlFinderTarget +406 ../xrl/tar
>gets/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 ] Sh
>utting down module: rib
>[ 2005/12/05 18:25:36  INFO xorp_rtrmgr:609 RTRMGR +642 module_manager.cc norm
>al_exit ] Module normal exit: rib
>[ 2005/12/05 18:25:37  WARNING xorp_rtrmgr:609 XrlFinderTarget +406 ../xrl/tar
>gets/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 ] Sh
>utting 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 term
>inate ] Terminating module: mfea4
>[ 2005/12/05 18:25:42  INFO xorp_rtrmgr:609 RTRMGR +247 module_manager.cc term
>inate ] Terminating module: fea
>[ 2005/12/05 18:25:42  INFO xorp_rtrmgr:609 RTRMGR +1019 task.cc shutdown ] Sh
>utting 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 inter
>face.
>[ 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 inter
>face.
>[ 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 inter
>face.
>[ 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 norm
>al_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# 
>
>_______________________________________________
>Xorp-users mailing list
>Xorp-users@xorp.org
>http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-users