📄 bgp.xrls
字号:
/* * Copyright (c) 2001-2007 International Computer Science Institute * See LICENSE file for licensing, conditions, and warranties on use. * * DO NOT EDIT THIS FILE - IT IS PROGRAMMATICALLY GENERATED * * Generated by 'tgt-gen'. * * $XORP: xorp/xrl/targets/bgp.xrls,v 1.50 2007/02/16 22:47:48 pavlin Exp $ *//** * Get name of Xrl Target */finder://bgp/common/0.1/get_target_name->name:txt/** * Get version string from Xrl Target */finder://bgp/common/0.1/get_version->version:txt/** * Get status of Xrl Target */finder://bgp/common/0.1/get_status->status:u32&reason:txt/** * Request clean shutdown of Xrl Target */finder://bgp/common/0.1/shutdown/** * Get the BGP version currently running. */finder://bgp/bgp/0.2/get_bgp_version->version:u32/** * Get local config * * @param id our BGP ID. */finder://bgp/bgp/0.2/local_config?as:u32&id:ipv4/** * Set the local AS number. * * @param as our AS number. */finder://bgp/bgp/0.2/set_local_as?as:u32/** * Get the local AS number. */finder://bgp/bgp/0.2/get_local_as->as:u32/** * Set the BGP id. * * @param id our BGP ID. */finder://bgp/bgp/0.2/set_bgp_id?id:ipv4/** * Get the BGP id. */finder://bgp/bgp/0.2/get_bgp_id->id:ipv4/** * Confederation identifier. * * @param as externally visible AS number. * * @param disable true if confederations are disabled. */finder://bgp/bgp/0.2/set_confederation_identifier?as:u32&disable:bool/** * Route reflection. * * @param cluster_id the route reflection cluster ID. * * @param disable if true this router is a router reflector. */finder://bgp/bgp/0.2/set_cluster_id?cluster_id:ipv4&disable:bool/** * Route Flap Damping. RFC 2439 * * @param half_life decay half life in minutes. * * @param max_suppress maximum time in minutes a route can be held down. * * @param reuse threshold, point at which a route can be reused. */finder://bgp/bgp/0.2/set_damping?half_life:u32&max_suppress:u32&reuse:u32&suppress:u32&disable:bool/** * Add peer. * * @param as the peer's AS number. * * @param next_hop the local next hop. * * @param holdtime if traffic is not received in holdtime seconds a peering is * considered down. */finder://bgp/bgp/0.2/add_peer?local_ip:txt&local_port:u32&peer_ip:txt&peer_port:u32&as:u32&next_hop:ipv4&holdtime:u32/** * Delete peer. */finder://bgp/bgp/0.2/delete_peer?local_ip:txt&local_port:u32&peer_ip:txt&peer_port:u32/** * Enable this peer. */finder://bgp/bgp/0.2/enable_peer?local_ip:txt&local_port:u32&peer_ip:txt&peer_port:u32/** * Disable this peer. */finder://bgp/bgp/0.2/disable_peer?local_ip:txt&local_port:u32&peer_ip:txt&peer_port:u32/** * Change the local IP address. * * @param local_ip current IP address. * * @param local_port server port. * * @param peer_ip IP address. * * @param peer_port peer port. * * @param new_local_ip new IP address. */finder://bgp/bgp/0.2/change_local_ip?local_ip:txt&local_port:u32&peer_ip:txt&peer_port:u32&new_local_ip:txt/** * Change the local port. * * @param local_ip current IP address. * * @param local_port server port. * * @param peer_ip IP address. * * @param peer_port peer port. * * @param new_local_port new local port. */finder://bgp/bgp/0.2/change_local_port?local_ip:txt&local_port:u32&peer_ip:txt&peer_port:u32&new_local_port:u32/** * Change the peer port. * * @param local_ip current IP address. * * @param local_port server port. * * @param peer_ip IP address. * * @param peer_port peer port. */finder://bgp/bgp/0.2/change_peer_port?local_ip:txt&local_port:u32&peer_ip:txt&peer_port:u32&new_peer_port:u32/** * Set the peer's AS number. * * @param peer_as the peer's AS number. */finder://bgp/bgp/0.2/set_peer_as?local_ip:txt&local_port:u32&peer_ip:txt&peer_port:u32&peer_as:u32/** * Set the holdtime * * @param holdtime if traffic is not received in holdtime seconds a peering is * considered down. */finder://bgp/bgp/0.2/set_holdtime?local_ip:txt&local_port:u32&peer_ip:txt&peer_port:u32&holdtime:u32/** * Set the delay open time * * @param delay_open_time to wait is seconds before sending an open. */finder://bgp/bgp/0.2/set_delay_open_time?local_ip:txt&local_port:u32&peer_ip:txt&peer_port:u32&delay_open_time:u32/** * Set the route reflection client state. Is this peer a route reflector * client. * * @param state true if peer is a route reflector client. */finder://bgp/bgp/0.2/set_route_reflector_client?local_ip:txt&local_port:u32&peer_ip:txt&peer_port:u32&state:bool/** * Is this peer a confederation member. * * @param state true if peer is a confederation member. */finder://bgp/bgp/0.2/set_confederation_member?local_ip:txt&local_port:u32&peer_ip:txt&peer_port:u32&state:bool/** * Set the prefix limit. * * @param maximum number of prefixes * * @param state true if the prefix limit is being enforced */finder://bgp/bgp/0.2/set_prefix_limit?local_ip:txt&local_port:u32&peer_ip:txt&peer_port:u32&maximum:u32&state:bool/** * Set the peer's AS number. * * @param next_hop IPv4 nexthop. */finder://bgp/bgp/0.2/set_nexthop4?local_ip:txt&local_port:u32&peer_ip:txt&peer_port:u32&next_hop:ipv4/** * Set the IPv6 nexthop. * * @param next_hop IPv6 nexthop */finder://bgp/bgp/0.2/set_nexthop6?local_ip:txt&local_port:u32&peer_ip:txt&peer_port:u32&next_hop:ipv6/** * Get the IPv6 nexthop. * * @param next_hop IPv6 nexthop */finder://bgp/bgp/0.2/get_nexthop6?local_ip:txt&local_port:u32&peer_ip:txt&peer_port:u32->next_hop:ipv6/** * Set the peer state enabled or disabled. * * @param toggle enabled or disabled. */finder://bgp/bgp/0.2/set_peer_state?local_ip:txt&local_port:u32&peer_ip:txt&peer_port:u32&toggle:bool/** * Set the peer md5 password. * * @param password the password to use for TCP-MD5 authentication. */finder://bgp/bgp/0.2/set_peer_md5_password?local_ip:txt&local_port:u32&peer_ip:txt&peer_port:u32&password:txt/** * Enable or disable the peering based on the peer state. */finder://bgp/bgp/0.2/activate?local_ip:txt&local_port:u32&peer_ip:txt&peer_port:u32/** * Set which parameters we support per peer */finder://bgp/bgp/0.2/set_parameter?local_ip:txt&local_port:u32&peer_ip:txt&peer_port:u32¶meter:txt&toggle:bool/** * Set next hop rewrite filter. XXX - This is a temporary hack until we get * programmable filters. */finder://bgp/bgp/0.2/next_hop_rewrite_filter?local_ip:txt&local_port:u32&peer_ip:txt&peer_port:u32&next_hop:ipv4/** * Originate route IPv4 * * @param nlri subnet to announce * * @param next_hop to forward to * * @param unicast if true install in unicast routing table * * @param multicast if true install in multicast routing table */finder://bgp/bgp/0.2/originate_route4?nlri:ipv4net&next_hop:ipv4&unicast:bool&multicast:bool/** * Originate route IPv6 * * @param nlri subnet to announce * * @param next_hop to forward to * * @param unicast if true install in unicast routing table * * @param multicast if true install in multicast routing table
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -