[Xorp-users] STCPRequestHandler died: life timer expired

Yue Li yueli.m at gmail.com
Fri May 9 14:03:22 PDT 2008


Hi, All
I got the following errors when run policy and bgp modules. Any ideas?
I also attached my config file.
Any help will be appreciated.

[ 2008/05/09 16:50:57  ERROR xorp_fea:27671 XRL +339 xrl_pf_stcp.cc
die ] STCPRequestHandler died: life timer expired
[ 2008/05/09 16:50:57  ERROR xorp_fea:27671 XRL +339 xrl_pf_stcp.cc
die ] STCPRequestHandler died: life timer expired
[ 2008/05/09 16:50:58  ERROR xorp_fea:27671 XRL +339 xrl_pf_stcp.cc
die ] STCPRequestHandler died: life timer expired
[ 2008/05/09 16:51:02  ERROR xorp_fea:27671 XRL +339 xrl_pf_stcp.cc
die ] STCPRequestHandler died: life timer expired
[ 2008/05/09 16:51:02  ERROR xorp_rib:27672 XRL +339 xrl_pf_stcp.cc
die ] STCPRequestHandler died: life timer expired
[ 2008/05/09 16:51:04  ERROR xorp_rib:27672 XRL +339 xrl_pf_stcp.cc
die ] STCPRequestHandler died: life timer expired
[ 2008/05/09 16:51:06  ERROR xorp_fea:27671 XRL +339 xrl_pf_stcp.cc
die ] STCPRequestHandler died: life timer expired
[ 2008/05/09 16:51:06  ERROR xorp_static_routes:27674 XRL +339
xrl_pf_stcp.cc die ] STCPRequestHandler died: life timer expired
[ 2008/05/09 16:51:08  ERROR xorp_static_routes:27674 XRL +339
xrl_pf_stcp.cc die ] STCPRequestHandler died: life timer expired
[ 2008/05/09 16:51:08  ERROR xorp_rib:27672 XRL +339 xrl_pf_stcp.cc
die ] STCPRequestHandler died: life timer expired
[ 2008/05/09 16:51:08  ERROR xorp_fea:27671 XRL +339 xrl_pf_stcp.cc
die ] STCPRequestHandler died: life timer expired
[ 2008/05/09 16:51:08  ERROR xorp_bgp:27675 XRL +339 xrl_pf_stcp.cc
die ] STCPRequestHandler died: life timer expired
[ 2008/05/09 16:51:10  ERROR xorp_bgp:27675 XRL +339 xrl_pf_stcp.cc
die ] STCPRequestHandler died: life timer expired
[ 2008/05/09 16:51:10  ERROR xorp_policy:27673 XRL +339 xrl_pf_stcp.cc
die ] STCPRequestHandler died: life timer expired
[ 2008/05/09 16:51:12  ERROR xorp_rib:27672 XRL +339 xrl_pf_stcp.cc
die ] STCPRequestHandler died: life timer expired
[ 2008/05/09 16:51:14  ERROR xorp_bgp:27675 XRL +339 xrl_pf_stcp.cc
die ] STCPRequestHandler died: life timer expired
[ 2008/05/09 16:51:14  ERROR xorp_static_routes:27674 XRL +339
xrl_pf_stcp.cc die ] STCPRequestHandler died: life timer expired
[ 2008/05/09 16:51:14  ERROR xorp_rib:27672 XRL +339 xrl_pf_stcp.cc
die ] STCPRequestHandler died: life timer expired
[ 2008/05/09 16:51:14  ERROR xorp_bgp:27675 XRL +339 xrl_pf_stcp.cc
die ] STCPRequestHandler died: life timer expired
[ 2008/05/09 16:51:14  ERROR xorp_fea:27671 XRL +339 xrl_pf_stcp.cc
die ] STCPRequestHandler died: life timer expired


/* This file is generated for XORP Router: 10.0.0.10*/
interfaces {
   interface tun0 {
       disable: false
       vif tun0 {
          disable: false
          address 10.0.0.10 {
             prefix-length: 30
                disable: false
          }
       }
   }
   interface tun1 {
       disable: false
       vif tun1 {
          disable: false
          address 10.0.4.162 {
             prefix-length: 30
                disable: false
          }
       }
   }
}
policy {
  policy-statement bgp_in {
    term 0 {
        from {
             neighbor: 10.0.0.9
        }
        then {
             accept
        }
    }
    term 1 {
        from {
             neighbor: 10.0.4.161
        }
        then {
             accept
        }
    }
    term import_last {
        then {
             reject
        }
    }
 }
  policy-statement bgp_out {
    term 0 {
        from {
             protocol: "static"
             network4: 194.103.154.0/24
        }
        to {
             neighbor: 10.0.0.9
        }
        then {
             nexthop4: 10.0.0.10
             accept
        }
    }
    term 1 {
        from {
             protocol: "static"
             network4: 194.114.240.0/24
        }
        to {
             neighbor: 10.0.0.9
        }
        then {
             nexthop4: 10.0.0.10
             accept
        }
    }
    term 2 {
        from {
             protocol: "static"
             network4: 194.103.154.0/24
        }
        to {
             neighbor: 10.0.0.9
        }
        then {
             nexthop4: 10.0.0.10
             accept
        }
    }
    term 3 {
        from {
             protocol: "static"
             network4: 194.114.240.0/24
        }
        to {
             neighbor: 10.0.0.9
        }
        then {
             nexthop4: 10.0.0.10
             accept
        }
    }
    term 4 {
        from {
             protocol: "static"
             network4: 194.103.154.0/24
        }
        to {
             neighbor: 10.0.4.161
        }
        then {
             nexthop4: 10.0.4.162
             accept
        }
    }
    term 5 {
        from {
             protocol: "static"
             network4: 194.114.240.0/24
        }
        to {
             neighbor: 10.0.4.161
        }
        then {
             nexthop4: 10.0.4.162
             accept
        }
    }
    term 6 {
        from {
             protocol: "static"
             network4: 194.103.154.0/24
        }
        to {
             neighbor: 10.0.4.161
        }
        then {
             nexthop4: 10.0.4.162
             accept
        }
    }
    term 7 {
        from {
             protocol: "static"
             network4: 194.114.240.0/24
        }
        to {
             neighbor: 10.0.4.161
        }
        then {
             nexthop4: 10.0.4.162
             accept
        }
    }
    term export_last {
        then {
             reject
        }
    }
 }
}
protocols {
  static {
     route 194.103.154.0/24 {
          next-hop: 10.0.0.10
          metric: 1
     }
     route 194.114.240.0/24 {
          next-hop: 10.0.0.10
          metric: 1
     }
  }
   bgp {
      bgp-id: 10.0.0.10
      import: "bgp_in"
      export: "bgp_out"
      local-as: 21200
      traceoptions {
        flag {
          all {
            disable: true
          }
        }
      }
      peer 10.0.0.9 {
          local-ip: 10.0.0.10
          as: 3301
          next-hop: 10.0.0.10
          ipv4-multicast: false
          ipv6-unicast: false
          ipv6-multicast: false
      }
      peer 10.0.4.161 {
          local-ip: 10.0.4.162
          as: 8434
          next-hop: 10.0.4.162
          ipv4-multicast: false
          ipv6-unicast: false
          ipv6-multicast: false
      }
   }
}



More information about the Xorp-users mailing list