class XrlFib2mribNode


 
LOGO
 Annotated List  Files  Globals  Hierarchy  Index  Top

Public Methods

Protected Methods


Detailed Description

 XrlFib2mribNode (EventLoop& eventloop, XrlRouter* xrl_router, const string& fea_target, const string& rib_target)

XrlFib2mribNode

 ~XrlFib2mribNode ()

~XrlFib2mribNode

bool  startup ()

startup

Startup the node operation.

Returns: true on success, false on failure.

Reimplemented from Fib2mribNode.

bool  shutdown ()

shutdown

Shutdown the node operation.

Returns: true on success, false on failure.

Reimplemented from Fib2mribNode.

XrlCmdError  common_0_1_get_target_name ( string& name)

common_0_1_get_target_name

[protected]

Get name of Xrl Target

Reimplemented from XrlFib2mribTargetBase.

XrlCmdError  common_0_1_get_version ( string& version)

common_0_1_get_version

[protected]

Get version string from Xrl Target

Reimplemented from XrlFib2mribTargetBase.

XrlCmdError  common_0_1_get_status ( uint32_t& status, string& reason)

common_0_1_get_status

[protected]

Get status of Xrl Target

Reimplemented from XrlFib2mribTargetBase.

XrlCmdError  common_0_1_shutdown ()

common_0_1_shutdown

[protected]

Request clean shutdown of Xrl Target

Reimplemented from XrlFib2mribTargetBase.

XrlCmdError  fea_fib_client_0_1_add_route4 ( const IPv4Net& network, const IPv4& nexthop, const string& ifname, const string& vifname, const uint32_t& metric, const uint32_t& admin_distance, const string& protocol_origin, const bool& xorp_route)

fea_fib_client_0_1_add_route4

[protected]

Add a route.

Parameters:

networkthe network address prefix of the route to add.
nexthopthe address of the next-hop router toward the destination.
ifnamethe name of the physical interface toward the destination.
vifnamethe name of the virtual interface toward the destination.
metricthe routing metric toward the destination.
admin_distancethe administratively defined distance toward the destination.
protocol_originthe name of the protocol that originated this route.
xorp_routetrue if this route was installed by XORP.

Reimplemented from XrlFib2mribTargetBase.

XrlCmdError  fea_fib_client_0_1_add_route6 ( const IPv6Net& network, const IPv6& nexthop, const string& ifname, const string& vifname, const uint32_t& metric, const uint32_t& admin_distance, const string& protocol_origin, const bool& xorp_route)

fea_fib_client_0_1_add_route6

[protected]

Reimplemented from XrlFib2mribTargetBase.

XrlCmdError  fea_fib_client_0_1_replace_route4 ( const IPv4Net& network, const IPv4& nexthop, const string& ifname, const string& vifname, const uint32_t& metric, const uint32_t& admin_distance, const string& protocol_origin, const bool& xorp_route)

fea_fib_client_0_1_replace_route4

[protected]

Replace a route.

Parameters:

networkthe network address prefix of the route to replace.
nexthopthe address of the next-hop router toward the destination.
ifnamethe name of the physical interface toward the destination.
vifnamethe name of the virtual interface toward the destination.
metricthe routing metric toward the destination.
admin_distancethe administratively defined distance toward the destination.
protocol_originthe name of the protocol that originated this route.
xorp_routetrue if this route was installed by XORP.

Reimplemented from XrlFib2mribTargetBase.

XrlCmdError  fea_fib_client_0_1_replace_route6 ( const IPv6Net& network, const IPv6& nexthop, const string& ifname, const string& vifname, const uint32_t& metric, const uint32_t& admin_distance, const string& protocol_origin, const bool& xorp_route)

fea_fib_client_0_1_replace_route6

[protected]

Reimplemented from XrlFib2mribTargetBase.

XrlCmdError  fea_fib_client_0_1_delete_route4 ( const IPv4Net& network, const string& ifname, const string& vifname)

fea_fib_client_0_1_delete_route4

[protected]

Delete a route.

Parameters:

networkthe network address prefix of the route to delete.
ifnamethe name of the physical interface toward the destination.
vifnamethe name of the virtual interface toward the

Reimplemented from XrlFib2mribTargetBase.

XrlCmdError  fea_fib_client_0_1_delete_route6 ( const IPv6Net& network, const string& ifname, const string& vifname)

fea_fib_client_0_1_delete_route6

[protected]

Reimplemented from XrlFib2mribTargetBase.

XrlCmdError  fib2mrib_0_1_enable_fib2mrib ( const bool& enable)

fib2mrib_0_1_enable_fib2mrib

[protected]

Enable/disable/start/stop Fib2mrib.

Parameters:

enableif true, then enable Fib2mrib, otherwise disable it.

Reimplemented from XrlFib2mribTargetBase.

XrlCmdError  fib2mrib_0_1_start_fib2mrib ()

fib2mrib_0_1_start_fib2mrib

[protected]

Reimplemented from XrlFib2mribTargetBase.

XrlCmdError  fib2mrib_0_1_stop_fib2mrib ()

fib2mrib_0_1_stop_fib2mrib

[protected]

Reimplemented from XrlFib2mribTargetBase.

XrlCmdError  fib2mrib_0_1_enable_log_trace_all ( const bool& enable)

fib2mrib_0_1_enable_log_trace_all

[protected]

Enable/disable the Fib2mrib trace log for all operations.

Parameters:

enableif true, then enable the trace log, otherwise disable it.

Reimplemented from XrlFib2mribTargetBase.


Generated by: pavlin on possum.icir.org on Thu Jul 8 23:48:35 2004, using kdoc $.