⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bgp.xrls

📁 xorp源码hg
💻 XRLS
📖 第 1 页 / 共 2 页
字号:
 */finder://bgp/bgp/0.2/originate_route6?nlri:ipv6net&next_hop:ipv6&unicast:bool&multicast:bool/** *  Withdraw route IPv4 * *  @param nlri subnet to withdraw * *  @param unicast if true withdraw from unicast routing table * *  @param multicast if true withdraw from multicast routing table */finder://bgp/bgp/0.2/withdraw_route4?nlri:ipv4net&unicast:bool&multicast:bool/** *  Withdraw route IPv6 * *  @param nlri subnet to withdraw * *  @param unicast if true withdraw from unicast routing table * *  @param multicast if true withdraw from multicast routing table */finder://bgp/bgp/0.2/withdraw_route6?nlri:ipv6net&unicast:bool&multicast:bool/** *  Enable/Disable tracing. * *  @param tvar trace variable. * *  @param enable set to true to enable false to disable. */finder://bgp/bgp/0.2/trace?tvar:txt&enable:bool/** *  Get the first item of a list of BGP peers See RFC 1657 (BGP MIB) for full *  definitions of return values. * *  @param token returned token to be provided when calling get_peer_list_next. * *  @param more returned to indicate whether there are more list items *  remaining. */finder://bgp/bgp/0.2/get_peer_list_start->token:u32&more:bool/** *  Get the next item of a list of BGP peers * *  @param token token from prior call to get_peer_list * *  @param more returned to indicate whether there are more list items *  remaining. */finder://bgp/bgp/0.2/get_peer_list_next?token:u32->local_ip:txt&local_port:u32&peer_ip:txt&peer_port:u32&more:boolfinder://bgp/bgp/0.2/get_peer_id?local_ip:txt&local_port:u32&peer_ip:txt&peer_port:u32->peer_id:ipv4finder://bgp/bgp/0.2/get_peer_status?local_ip:txt&local_port:u32&peer_ip:txt&peer_port:u32->peer_state:u32&admin_status:u32finder://bgp/bgp/0.2/get_peer_negotiated_version?local_ip:txt&local_port:u32&peer_ip:txt&peer_port:u32->neg_version:i32finder://bgp/bgp/0.2/get_peer_as?local_ip:txt&local_port:u32&peer_ip:txt&peer_port:u32->peer_as:u32finder://bgp/bgp/0.2/get_peer_msg_stats?local_ip:txt&local_port:u32&peer_ip:txt&peer_port:u32->in_updates:u32&out_updates:u32&in_msgs:u32&out_msgs:u32&last_error:u32&in_update_elapsed:u32finder://bgp/bgp/0.2/get_peer_established_stats?local_ip:txt&local_port:u32&peer_ip:txt&peer_port:u32->transitions:u32&established_time:u32finder://bgp/bgp/0.2/get_peer_timer_config?local_ip:txt&local_port:u32&peer_ip:txt&peer_port:u32->retry_interval:u32&hold_time:u32&keep_alive:u32&hold_time_conf:u32&keep_alive_conf:u32&min_as_orgination_interval:u32&min_route_adv_interval:u32/** *  Register rib. * *  @param name rib name. */finder://bgp/bgp/0.2/register_rib?name:txt/** *  Get the first item of a list of BGP routes See RFC 1657 (BGP MIB) for full *  definitions of return values. * *  @param net the subtree to examine. NB Either unicast or multicast should be *  set to true, but not both. * *  @param unicast request start of unicast routes. * *  @param multicast request start of unicast routes. * *  @param token returned token to be provided when calling *  get_route_list_next. */finder://bgp/bgp/0.2/get_v4_route_list_start?net:ipv4net&unicast:bool&multicast:bool->token:u32/** *  Get the first item of a list of BGP routes See RFC 1657 (BGP MIB) for full *  definitions of return values. * *  @param net the subtree to examine. NB Either unicast or multicast should be *  set to true, but not both. * *  @param unicast request start of unicast routes. * *  @param multicast request start of multicast routes. * *  @param token returned token to be provided when calling *  get_route_list_next. */finder://bgp/bgp/0.2/get_v6_route_list_start?net:ipv6net&unicast:bool&multicast:bool->token:u32/** *  Get the next route in the list See RFC 1657 (BGP MIB) for full definitions *  of return values. */finder://bgp/bgp/0.2/get_v4_route_list_next?token:u32->peer_id:ipv4&net:ipv4net&best_and_origin:u32&aspath:binary&nexthop:ipv4&med:i32&localpref:i32&atomic_agg:i32&aggregator:binary&calc_localpref:i32&attr_unknown:binary&valid:bool&unicast:bool&multicast:bool/** *  Get the next route in the list See RFC 1657 (BGP MIB) for full definitions *  of return values. */finder://bgp/bgp/0.2/get_v6_route_list_next?token:u32->peer_id:ipv4&net:ipv6net&best_and_origin:u32&aspath:binary&nexthop:ipv6&med:i32&localpref:i32&atomic_agg:i32&aggregator:binary&calc_localpref:i32&attr_unknown:binary&valid:bool&unicast:bool&multicast:bool/** *  Announce target birth to observer. * *  @param target_class the target class name. * *  @param target_instance the target instance name. */finder://bgp/finder_event_observer/0.1/xrl_target_birth?target_class:txt&target_instance:txt/** *  Announce target death to observer. * *  @param target_class the target class name. * *  @param target_instance the target instance name. */finder://bgp/finder_event_observer/0.1/xrl_target_death?target_class:txt&target_instance:txt/** *  Configure a policy filter. * *  @param filter the identifier of the filter to configure. * *  @param conf the configuration of the filter. */finder://bgp/policy_backend/0.1/configure?filter:u32&conf:txt/** *  Reset a policy filter. * *  @param filter the identifier of the filter to reset. */finder://bgp/policy_backend/0.1/reset?filter:u32/** *  Push all available routes through all filters for re-filtering. */finder://bgp/policy_backend/0.1/push_routes/** *  Start route redistribution for an IPv4 route. * *  @param network the route to advertise. * *  @param unicast whether the route is unicast. * *  @param multicast whether the route is multicast. * *  @param nexthop the nexthop of the route. * *  @param metric the metric of the route. * *  @param policytags the set of policy-tags associated with the route. */finder://bgp/policy_redist4/0.1/add_route4?network:ipv4net&unicast:bool&multicast:bool&nexthop:ipv4&metric:u32&policytags:list/** *  Terminate route redistribution for an IPv4 route. * *  @param network the route for which advertisements should cease. * *  @param unicast whether the route is unicast. * *  @param multicast whether the route is multicast. */finder://bgp/policy_redist4/0.1/delete_route4?network:ipv4net&unicast:bool&multicast:bool/** *  Start route redistribution for an IPv6 route. * *  @param network the route to advertise. * *  @param unicast whether the route is unicast. * *  @param multicast whether the route is multicast. * *  @param nexthop the nexthop of the route. * *  @param metric the metric of the route. * *  @param policytags the set of policy-tags associated with the route. */finder://bgp/policy_redist6/0.1/add_route6?network:ipv6net&unicast:bool&multicast:bool&nexthop:ipv6&metric:u32&policytags:list/** *  Terminate route redistribution for an IPv6 route. * *  @param network the route for which advertisements should cease. * *  @param unicast whether the route is unicast. * *  @param multicast whether the route is multicast. */finder://bgp/policy_redist6/0.1/delete_route6?network:ipv6net&unicast:bool&multicast:bool/** *  Route Info Changed route_info_changed is called by the RIB on the RIB *  client (typically a routing protocol) that had registered an interest in *  the routing of an address. This can be because the metric and/or nexthop *  changed. * *  @param addr base address of the subnet that was registered * *  @param prefix_len prefix length of the subnet that was registered * *  @param metric the routing metric toward the address. * *  @param admin_distance the administratively defined distance toward the *  address. * *  @param protocol_origin the name of the protocol that originated this *  routing entry. */finder://bgp/rib_client/0.1/route_info_changed4?addr:ipv4&prefix_len:u32&nexthop:ipv4&metric:u32&admin_distance:u32&protocol_origin:txtfinder://bgp/rib_client/0.1/route_info_changed6?addr:ipv6&prefix_len:u32&nexthop:ipv6&metric:u32&admin_distance:u32&protocol_origin:txt/** *  Route Info Invalid route_info_invalid is called by the RIB on the RIB *  client (typically a routing protocol) that had registere d an interest in *  the routing of an address. This can be because the information previously *  reported as applying no longer applies for any number of reasons. When the *  RIB sends this message, it has automatically de-registered interest in the *  route, and the client will normally need to send a register_interest *  request again. */finder://bgp/rib_client/0.1/route_info_invalid4?addr:ipv4&prefix_len:u32finder://bgp/rib_client/0.1/route_info_invalid6?addr:ipv6&prefix_len:u32/** *  Enable profiling * *  @param pname profile variable */finder://bgp/profile/0.1/enable?pname:txt/** *  Disable profiling * *  @param pname profile variable */finder://bgp/profile/0.1/disable?pname:txt/** *  Get log entries. * *  @param pname profile variable * *  @param instance_name to send the profiling info to. */finder://bgp/profile/0.1/get_entries?pname:txt&instance_name:txt/** *  Clear the profiling entries * *  @param pname profile variable */finder://bgp/profile/0.1/clear?pname:txt/** *  List all the profiling variables registered with this target. */finder://bgp/profile/0.1/list->info:txt

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -