class XrlMfeaNode


 
LOGO
 Annotated List  Files  Globals  Hierarchy  Index  Top

Public Methods

Protected Methods


Detailed Description

 XrlMfeaNode (FeaNode& fea_node, int family, xorp_module_id module_id, EventLoop& eventloop, const string& class_name, const string& finder_hostname, uint16_t finder_port, const string& finder_target)

XrlMfeaNode

 ~XrlMfeaNode ()

~XrlMfeaNode

[virtual]

int  startup ()

startup

Startup the node operation.

Returns: XORP_OK on success, otherwise XORP_ERROR.

int  shutdown ()

shutdown

Shutdown the node operation.

Returns: XORP_OK on success, otherwise XORP_ERROR.

XrlRouter&  xrl_router ()

xrl_router

Get a reference to the XrlRouter instance.

Returns: a reference to the XrlRouter (XrlRouter) instance.

const XrlRouter&  xrl_router ()

xrl_router

[const]

Get a const reference to the XrlRouter instance.

Returns: a const reference to the XrlRouter (XrlRouter) instance.

int  enable_cli ()

enable_cli

int  disable_cli ()

disable_cli

int  start_cli ()

start_cli

int  stop_cli ()

stop_cli

int  enable_mfea ()

enable_mfea

int  disable_mfea ()

disable_mfea

int  start_mfea ()

start_mfea

int  stop_mfea ()

stop_mfea

XrlCmdError  common_0_1_get_target_name ( string& name)

common_0_1_get_target_name

[protected]

Get name of Xrl Target

Reimplemented from XrlMfeaTargetBase.

XrlCmdError  common_0_1_get_version ( string& version)

common_0_1_get_version

[protected]

Get version string from Xrl Target

Reimplemented from XrlMfeaTargetBase.

XrlCmdError  common_0_1_get_status ( uint32_t& status, string& reason)

common_0_1_get_status

[protected]

Get status from Xrl Target

Reimplemented from XrlMfeaTargetBase.

XrlCmdError  common_0_1_shutdown ()

common_0_1_shutdown

[protected]

Shutdown cleanly

Reimplemented from XrlMfeaTargetBase.

XrlCmdError  finder_event_observer_0_1_xrl_target_birth ( const string& target_class, const string& target_instance)

finder_event_observer_0_1_xrl_target_birth

[protected]

Announce target birth to observer.

Parameters:

target_classthe target class name.
target_instancethe target instance name.

Reimplemented from XrlMfeaTargetBase.

XrlCmdError  finder_event_observer_0_1_xrl_target_death ( const string& target_class, const string& target_instance)

finder_event_observer_0_1_xrl_target_death

[protected]

Announce target death to observer.

Parameters:

target_classthe target class name.
target_instancethe target instance name.

Reimplemented from XrlMfeaTargetBase.

XrlCmdError  cli_processor_0_1_process_command ( const string& processor_name, const string& cli_term_name, const uint32_t& cli_session_id, const string& command_name, const string& command_args, string& ret_processor_name, string& ret_cli_term_name, uint32_t& ret_cli_session_id, string& ret_command_output)

cli_processor_0_1_process_command

[protected]

Process a CLI command.

Parameters:

processor_namethe processor name for this command.
cli_term_namethe terminal name the command was entered from.
cli_session_idthe CLI session ID the command was entered from.
command_namethe command name to process.
command_argsthe command arguments to process.
ret_processor_namethe processor name to return back to the CLI.
ret_cli_term_namethe terminal name to return back.
ret_cli_session_idthe CLI session ID to return back.
ret_command_outputthe command output to return back.

Reimplemented from XrlMfeaTargetBase.

XrlCmdError  ifmgr_replicator_0_1_register_ifmgr_mirror ( const string& clientname)

ifmgr_replicator_0_1_register_ifmgr_mirror

[protected]

Register remote mirror of interface state.

Reimplemented from XrlMfeaTargetBase.

XrlCmdError  ifmgr_replicator_0_1_unregister_ifmgr_mirror ( const string& clientname)

ifmgr_replicator_0_1_unregister_ifmgr_mirror

[protected]

Register remote mirror of interface state.

Reimplemented from XrlMfeaTargetBase.

XrlCmdError  mfea_0_1_have_multicast_routing4 ( bool& result)

mfea_0_1_have_multicast_routing4

[protected]

Test if the underlying system supports IPv4 multicast routing.

Parameters:

resulttrue if the underlying system supports IPv4 multicast routing, otherwise false.

Reimplemented from XrlMfeaTargetBase.

XrlCmdError  mfea_0_1_have_multicast_routing6 ( bool& result)

mfea_0_1_have_multicast_routing6

[protected]

Test if the underlying system supports IPv6 multicast routing.

Parameters:

resulttrue if the underlying system supports IPv6 multicast routing, otherwise false.

Reimplemented from XrlMfeaTargetBase.

XrlCmdError  mfea_0_1_register_protocol4 ( const string& xrl_sender_name, const string& if_name, const string& vif_name, const uint32_t& ip_protocol)

mfea_0_1_register_protocol4

[protected]

Register a protocol on an interface in the Multicast FEA. There could be only one registered protocol per interface/vif.

Parameters:

xrl_sender_namethe XRL name of the originator of this XRL.
if_namethe name of the interface to register for the particular protocol.
vif_namethe name of the vif to register for the particular protocol.
ip_protocolthe IP protocol number. It must be between 1 and 255.

Reimplemented from XrlMfeaTargetBase.

XrlCmdError  mfea_0_1_register_protocol6 ( const string& xrl_sender_name, const string& if_name, const string& vif_name, const uint32_t& ip_protocol)

mfea_0_1_register_protocol6

[protected]

Reimplemented from XrlMfeaTargetBase.

XrlCmdError  mfea_0_1_unregister_protocol4 ( const string& xrl_sender_name, const string& if_name, const string& vif_name)

mfea_0_1_unregister_protocol4

[protected]

Unregister a protocol on an interface in the Multicast FEA. There could be only one registered protocol per interface/vif.

Parameters:

xrl_sender_namethe XRL name of the originator of this XRL.
if_namethe name of the interface to unregister for the particular protocol.
vif_namethe name of the vif to unregister for the particular protocol.

Reimplemented from XrlMfeaTargetBase.

XrlCmdError  mfea_0_1_unregister_protocol6 ( const string& xrl_sender_name, const string& if_name, const string& vif_name)

mfea_0_1_unregister_protocol6

[protected]

Reimplemented from XrlMfeaTargetBase.

XrlCmdError  mfea_0_1_add_mfc4 ( const string& xrl_sender_name, const IPv4& source_address, const IPv4& group_address, const uint32_t& iif_vif_index, const vector<uint8_t>& oiflist, const vector<uint8_t>& oiflist_disable_wrongvif, const uint32_t& max_vifs_oiflist, const IPv4& rp_address)

mfea_0_1_add_mfc4

[protected]

Add/delete a Multicast Forwarding Cache with the kernel.

Parameters:

xrl_sender_namethe XRL name of the originator of this XRL.
source_addressthe source address of the MFC to add/delete.
group_addressthe group address of the MFC to add/delete.
iif_vif_indexthe index of the vif that is the incoming interface.
oiflistthe bit-vector with the set of outgoing interfaces.
oiflist_disable_wrongvifthe bit-vector with the set of outgoing interfaces to disable WRONGVIF kernel signal.
max_vifs_oiflistthe number of vifs covered by oiflist or oiflist_disable_wrongvif .
rp_addressthe RP address of the MFC to add.

Reimplemented from XrlMfeaTargetBase.

XrlCmdError  mfea_0_1_add_mfc6 ( const string& xrl_sender_name, const IPv6& source_address, const IPv6& group_address, const uint32_t& iif_vif_index, const vector<uint8_t>& oiflist, const vector<uint8_t>& oiflist_disable_wrongvif, const uint32_t& max_vifs_oiflist, const IPv6& rp_address)

mfea_0_1_add_mfc6

[protected]

Reimplemented from XrlMfeaTargetBase.

XrlCmdError  mfea_0_1_delete_mfc4 ( const string& xrl_sender_name, const IPv4& source_address, const IPv4& group_address)

mfea_0_1_delete_mfc4

[protected]

Reimplemented from XrlMfeaTargetBase.

XrlCmdError  mfea_0_1_delete_mfc6 ( const string& xrl_sender_name, const IPv6& source_address, const IPv6& group_address)

mfea_0_1_delete_mfc6

[protected]

Reimplemented from XrlMfeaTargetBase.

XrlCmdError  mfea_0_1_add_dataflow_monitor4 ( const string& xrl_sender_name, const IPv4& source_address, const IPv4& group_address, const uint32_t& threshold_interval_sec, const uint32_t& threshold_interval_usec, const uint32_t& threshold_packets, const uint32_t& threshold_bytes, const bool& is_threshold_in_packets, const bool& is_threshold_in_bytes, const bool& is_geq_upcall, const bool& is_leq_upcall)

mfea_0_1_add_dataflow_monitor4

[protected]

Add/delete a dataflow monitor with the MFEA.

Parameters:

xrl_sender_namethe XRL name of the originator of this XRL.
source_addressthe source address of the dataflow to start/stop monitoring.
group_addressthe group address of the dataflow to start/stop monitoring.
threshold_interval_secthe number of seconds in the interval to measure.
threshold_interval_usecthe number of microseconds in the interval to measure.
threshold_packetsthe threshold (in number of packets) to compare against.
threshold_bytesthe threshold (in number of bytes) to compare against.
is_threshold_in_packetsif true, threshold_packets is valid.
is_threshold_in_bytesif true, threshold_bytes is valid.
is_geq_upcallif true, the operation for comparison is ">=".
is_leq_upcallif true, the operation for comparison is "<=".

Reimplemented from XrlMfeaTargetBase.

XrlCmdError  mfea_0_1_add_dataflow_monitor6 ( const string& xrl_sender_name, const IPv6& source_address, const IPv6& group_address, const uint32_t& threshold_interval_sec, const uint32_t& threshold_interval_usec, const uint32_t& threshold_packets, const uint32_t& threshold_bytes, const bool& is_threshold_in_packets, const bool& is_threshold_in_bytes, const bool& is_geq_upcall, const bool& is_leq_upcall)

mfea_0_1_add_dataflow_monitor6

[protected]

Reimplemented from XrlMfeaTargetBase.

XrlCmdError  mfea_0_1_delete_dataflow_monitor4 ( const string& xrl_sender_name, const IPv4& source_address, const IPv4& group_address, const uint32_t& threshold_interval_sec, const uint32_t& threshold_interval_usec, const uint32_t& threshold_packets, const uint32_t& threshold_bytes, const bool& is_threshold_in_packets, const bool& is_threshold_in_bytes, const bool& is_geq_upcall, const bool& is_leq_upcall)

mfea_0_1_delete_dataflow_monitor4

[protected]

Reimplemented from XrlMfeaTargetBase.

XrlCmdError  mfea_0_1_delete_dataflow_monitor6 ( const string& xrl_sender_name, const IPv6& source_address, const IPv6& group_address, const uint32_t& threshold_interval_sec, const uint32_t& threshold_interval_usec, const uint32_t& threshold_packets, const uint32_t& threshold_bytes, const bool& is_threshold_in_packets, const bool& is_threshold_in_bytes, const bool& is_geq_upcall, const bool& is_leq_upcall)

mfea_0_1_delete_dataflow_monitor6

[protected]

Reimplemented from XrlMfeaTargetBase.

XrlCmdError  mfea_0_1_delete_all_dataflow_monitor4 ( const string& xrl_sender_name, const IPv4& source_address, const IPv4& group_address)

mfea_0_1_delete_all_dataflow_monitor4

[protected]

Reimplemented from XrlMfeaTargetBase.

XrlCmdError  mfea_0_1_delete_all_dataflow_monitor6 ( const string& xrl_sender_name, const IPv6& source_address, const IPv6& group_address)

mfea_0_1_delete_all_dataflow_monitor6

[protected]

Reimplemented from XrlMfeaTargetBase.

XrlCmdError  mfea_0_1_enable_vif ( const string& vif_name, const bool& enable)

mfea_0_1_enable_vif

[protected]

Enable/disable/start/stop a MFEA vif interface.

Parameters:

vif_namethe name of the vif to enable/disable/start/stop.
enableif true, then enable the vif, otherwise disable it.

Reimplemented from XrlMfeaTargetBase.

XrlCmdError  mfea_0_1_start_vif ( const string& vif_name)

mfea_0_1_start_vif

[protected]

Reimplemented from XrlMfeaTargetBase.

XrlCmdError  mfea_0_1_stop_vif ( const string& vif_name)

mfea_0_1_stop_vif

[protected]

Reimplemented from XrlMfeaTargetBase.

XrlCmdError  mfea_0_1_enable_all_vifs ( const bool& enable)

mfea_0_1_enable_all_vifs

[protected]

Enable/disable/start/stop all MFEA vif interfaces.

Parameters:

enableif true, then enable the vifs, otherwise disable them.

Reimplemented from XrlMfeaTargetBase.

XrlCmdError  mfea_0_1_start_all_vifs ()

mfea_0_1_start_all_vifs

[protected]

Reimplemented from XrlMfeaTargetBase.

XrlCmdError  mfea_0_1_stop_all_vifs ()

mfea_0_1_stop_all_vifs

[protected]

Reimplemented from XrlMfeaTargetBase.

XrlCmdError  mfea_0_1_enable_mfea ( const bool& enable)

mfea_0_1_enable_mfea

[protected]

Enable/disable/start/stop the MFEA.

Parameters:

enableif true, then enable the MFEA, otherwise disable it.

Reimplemented from XrlMfeaTargetBase.

XrlCmdError  mfea_0_1_start_mfea ()

mfea_0_1_start_mfea

[protected]

Reimplemented from XrlMfeaTargetBase.

XrlCmdError  mfea_0_1_stop_mfea ()

mfea_0_1_stop_mfea

[protected]

Reimplemented from XrlMfeaTargetBase.

XrlCmdError  mfea_0_1_enable_cli ( const bool& enable)

mfea_0_1_enable_cli

[protected]

Enable/disable/start/stop the MFEA CLI access.

Parameters:

enableif true, then enable the MFEA CLI access, otherwise disable it.

Reimplemented from XrlMfeaTargetBase.

XrlCmdError  mfea_0_1_start_cli ()

mfea_0_1_start_cli

[protected]

Reimplemented from XrlMfeaTargetBase.

XrlCmdError  mfea_0_1_stop_cli ()

mfea_0_1_stop_cli

[protected]

Reimplemented from XrlMfeaTargetBase.

XrlCmdError  mfea_0_1_log_trace_all ( const bool& enable)

mfea_0_1_log_trace_all

[protected]

Enable/disable the MFEA trace log for all operations.

Parameters:

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

Reimplemented from XrlMfeaTargetBase.


Generated by: bms on anglepoise.lon.incunabulum.net on Wed Jul 23 10:05:50 2008, using kdoc 2.0a54+XORP.