📄 fea.xrls
字号:
*/finder://fea/ifmgr/0.1/register_client?clientname:txt/** * Unregister network interface observer for configured interfaces. This * method is not strictly necessary, the fea will remove the interface * observer from its list of known observers if interface update XRLs fail. */finder://fea/ifmgr/0.1/unregister_client?clientname:txtfinder://fea/ifmgr/0.1/get_system_interface_names->ifnames:listfinder://fea/ifmgr/0.1/get_system_vif_names?ifname:txt->vifs:listfinder://fea/ifmgr/0.1/get_system_vif_flags?ifname:txt&vif:txt->enabled:bool&broadcast:bool&loopback:bool&point_to_point:bool&multicast:boolfinder://fea/ifmgr/0.1/get_system_vif_pif_index?ifname:txt&vif:txt->pif_index:u32finder://fea/ifmgr/0.1/get_system_vif_addresses4?ifname:txt&vif:txt->addresses:listfinder://fea/ifmgr/0.1/get_system_address_flags4?ifname:txt&vif:txt&address:ipv4->enabled:bool&broadcast:bool&loopback:bool&point_to_point:bool&multicast:boolfinder://fea/ifmgr/0.1/get_system_vif_addresses6?ifname:txt&vif:txt->addresses:listfinder://fea/ifmgr/0.1/get_system_address_flags6?ifname:txt&vif:txt&address:ipv6->enabled:bool&loopback:bool&point_to_point:bool&multicast:boolfinder://fea/ifmgr/0.1/get_system_interface_enabled?ifname:txt->enabled:boolfinder://fea/ifmgr/0.1/get_system_interface_discard?ifname:txt->discard:boolfinder://fea/ifmgr/0.1/get_system_mac?ifname:txt->mac:macfinder://fea/ifmgr/0.1/get_system_mtu?ifname:txt->mtu:u32finder://fea/ifmgr/0.1/get_system_no_carrier?ifname:txt->no_carrier:boolfinder://fea/ifmgr/0.1/get_system_vif_enabled?ifname:txt&vif:txt->enabled:boolfinder://fea/ifmgr/0.1/get_system_prefix4?ifname:txt&vif:txt&address:ipv4->prefix_len:u32finder://fea/ifmgr/0.1/get_system_broadcast4?ifname:txt&vif:txt&address:ipv4->broadcast:ipv4finder://fea/ifmgr/0.1/get_system_endpoint4?ifname:txt&vif:txt&address:ipv4->endpoint:ipv4finder://fea/ifmgr/0.1/get_system_prefix6?ifname:txt&vif:txt&address:ipv6->prefix_len:u32finder://fea/ifmgr/0.1/get_system_endpoint6?ifname:txt&vif:txt&address:ipv6->endpoint:ipv6finder://fea/ifmgr/0.1/get_system_address_enabled4?ifname:txt&vif:txt&address:ipv4->enabled:boolfinder://fea/ifmgr/0.1/get_system_address_enabled6?ifname:txt&vif:txt&address:ipv6->enabled:bool/** * Register network interface observer for all system interfaces. * * @param clientname name of xrl entity supporting fea_ifmgr_client.xif * methods. */finder://fea/ifmgr/0.1/register_system_interfaces_client?clientname:txt/** * Unregister network interface observer for all system interfaces. This * method is not strictly necessary, the fea will remove the interface * observer from its list of known observers if interface update XRLs fail. */finder://fea/ifmgr/0.1/unregister_system_interfaces_client?clientname:txt/** * Register remote mirror of interface state. */finder://fea/ifmgr_replicator/0.1/register_ifmgr_mirror?clientname:txt/** * Register remote mirror of interface state. */finder://fea/ifmgr_replicator/0.1/unregister_ifmgr_mirror?clientname:txt/** * Lookup a route for a destination host address. * * @param dst the destination host address to lookup. * * @param nexthop the address of the next-hop router toward dst. * * @param ifname the name of the physical interface toward dst. * * @param vifname the name of the virtual interface toward dst. * * @param metric the routing metric toward dst. * * @param admin_distance the administratively defined distance toward dst. * * @param protocol_origin the name of the protocol that originated this * routing entry. */finder://fea/fti/0.2/lookup_route_by_dest4?dst:ipv4->netmask:ipv4net&nexthop:ipv4&ifname:txt&vifname:txt&metric:u32&admin_distance:u32&protocol_origin:txt/** * Lookup a route for a destination host address. * * @param dst the destination host address to lookup. * * @param nexthop the address of the next-hop router toward dst. * * @param ifname the name of the physical interface toward dst. * * @param vifname the name of the virtual interface toward dst. * * @param metric the routing metric toward dst. * * @param admin_distance the administratively defined distance toward dst. * * @param protocol_origin the name of the protocol that originated this * routing entry. */finder://fea/fti/0.2/lookup_route_by_dest6?dst:ipv6->netmask:ipv6net&nexthop:ipv6&ifname:txt&vifname:txt&metric:u32&admin_distance:u32&protocol_origin:txt/** * Lookup a route for a destination subnet address. * * @param dst the destination subnet address to lookup. * * @param nexthop the address of the next-hop router toward dst. * * @param ifname the name of the physical interface toward dst. * * @param vifname the name of the virtual interface toward dst. * * @param metric the routing metric toward dst. * * @param admin_distance the administratively defined distance toward dst. * * @param protocol_origin the name of the protocol that originated this * routing entry. */finder://fea/fti/0.2/lookup_route_by_network4?dst:ipv4net->nexthop:ipv4&ifname:txt&vifname:txt&metric:u32&admin_distance:u32&protocol_origin:txt/** * Lookup a route for a destination subnet address. * * @param dst the destination subnet address to lookup. * * @param nexthop the address of the next-hop router toward dst. * * @param ifname the name of the physical interface toward dst. * * @param vifname the name of the virtual interface toward dst. * * @param metric the routing metric toward dst. * * @param admin_distance the administratively defined distance toward dst. * * @param protocol_origin the name of the protocol that originated this * routing entry. */finder://fea/fti/0.2/lookup_route_by_network6?dst:ipv6net->nexthop:ipv6&ifname:txt&vifname:txt&metric:u32&admin_distance:u32&protocol_origin:txt/** * Test if the underlying system supports IPv4. * * @param result true if the underlying system supports IPv4, otherwise false. */finder://fea/fti/0.2/have_ipv4->result:bool/** * Test if the underlying system supports IPv6. * * @param result true if the underlying system supports IPv4, otherwise false. */finder://fea/fti/0.2/have_ipv6->result:bool/** * Test whether the IPv4 unicast forwarding engine is enabled or disabled to * forward packets. * * @param enabled if true, then the IPv4 unicast forwarding is enabled, * otherwise is disabled. */finder://fea/fti/0.2/get_unicast_forwarding_enabled4->enabled:bool/** * Test whether the IPv6 unicast forwarding engine is enabled or disabled to * forward packets. * * @param enabled if true, then the IPv6 unicast forwarding is enabled, * otherwise is disabled. */finder://fea/fti/0.2/get_unicast_forwarding_enabled6->enabled:bool/** * Set the IPv4 unicast forwarding engine to enable or disable forwarding of * packets. * * @param enabled if true, then enable IPv4 unicast forwarding, otherwise * disable it. */finder://fea/fti/0.2/set_unicast_forwarding_enabled4?enabled:bool/** * Set the IPv6 unicast forwarding engine to enable or disable forwarding of * packets. * * @param enabled if true, then enable IPv6 unicast forwarding, otherwise * disable it. */finder://fea/fti/0.2/set_unicast_forwarding_enabled6?enabled:bool/** * Set the IPv4 unicast forwarding engine whether to retain existing XORP * forwarding entries on startup. * * @param retain if true, then retain the XORP forwarding entries, otherwise * delete them. */finder://fea/fti/0.2/set_unicast_forwarding_entries_retain_on_startup4?retain:bool/** * Set the IPv4 unicast forwarding engine whether to retain existing XORP * forwarding entries on shutdown. * * @param retain if true, then retain the XORP forwarding entries, otherwise * delete them. */finder://fea/fti/0.2/set_unicast_forwarding_entries_retain_on_shutdown4?retain:bool/** * Set the IPv6 unicast forwarding engine whether to retain existing XORP * forwarding entries on startup. * * @param retain if true, then retain the XORP forwarding entries, otherwise * delete them. */finder://fea/fti/0.2/set_unicast_forwarding_entries_retain_on_startup6?retain:bool/** * Set the IPv6 unicast forwarding engine whether to retain existing XORP * forwarding entries on shutdown. * * @param retain if true, then retain the XORP forwarding entries, otherwise * delete them. */finder://fea/fti/0.2/set_unicast_forwarding_entries_retain_on_shutdown6?retain:bool/** * Start transaction. * * @param tid the transaction ID to use for this transaction. */finder://fea/redist_transaction4/0.1/start_transaction->tid:u32/** * Commit transaction. * * @param tid the transaction ID of this transaction. */finder://fea/redist_transaction4/0.1/commit_transaction?tid:u32/** * Abort transaction. * * @param tid the transaction ID of this transaction. */finder://fea/redist_transaction4/0.1/abort_transaction?tid:u32/** * Add/delete a routing entry. * * @param tid the transaction ID of this transaction. * * @param dst destination network. * * @param nexthop nexthop router address. * * @param ifname interface name associated with nexthop. * * @param vifname virtual interface name with nexthop. * * @param metric origin routing protocol metric for route. * * @param admin_distance administrative distance of origin routing protocol. * * @param cookie value set by the requestor to identify redistribution source. * Typical value is the originating protocol name. * * @param protocol_origin the name of the protocol that originated this * routing entry. */finder://fea/redist_transaction4/0.1/add_route?tid:u32&dst:ipv4net&nexthop:ipv4&ifname:txt&vifname:txt&metric:u32&admin_distance:u32&cookie:txt&protocol_origin:txtfinder://fea/redist_transaction4/0.1/delete_route?tid:u32&dst:ipv4net&nexthop:ipv4&ifname:txt&vifname:txt&metric:u32&admin_distance:u32&cookie:txt&protocol_origin:txt/** * Delete all routing entries. * * @param tid the transaction ID of this transaction. * * @param cookie value set by the requestor to identify redistribution source. * Typical value is the originating protocol name. */finder://fea/redist_transaction4/0.1/delete_all_routes?tid:u32&cookie:txt/** * Start transaction.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -