VIRTUTECH CONFIDENTIAL Previous - Up - Next
std-service-node
- Provided by
-
std-components
- Class Hierarchy
-
conf-object → log-object → component → std-service-node
- Interfaces Implemented
-
log_object, component
- Description
-
The "std-service-node" component represents a network service node that can be connected to Ethernet links to provide services such as DNS, DHCP/BOOTP, RARP and TFTP. A service node component does not have any connectors by default. Instead, connectors have to be added using the <std-service-node>.add-connector command.
Attributes
- Attributes inherited from class conf-object
-
attributes, classname, component, iface, name, object_id, queue
- Attributes inherited from class log-object
-
access_count, log_buffer, log_buffer_last, log_buffer_size, log_group_mask, log_groups, log_level, log_type_mask
- Attributes inherited from class component
-
connections, connectors, instantiated, object_list, object_prefix, top_component, top_level
- Attribute List
-
- dynamic_connectors
- Optional attribute; read/write access; type: [[iss]*].
List of user added connectors
- next_connector_id
- Optional attribute; read/write access; type: Integer.
Next service-node device ID.
Command List
- Commands defined by interface log_object
-
log, log-group, log-level, log-size, log-type
- Commands
-
Command Descriptions
-
<std-service-node>.add-connector
- Synopsis
-
<std-service-node>.add-connector "ip" ["netmask"]
- Description
-
Adds a connector to the service-node with specified IP address and netmask. A connector must be created for the service-node before an Ethernet link can be connected to it. The ip argument is the IP address that the service node will use on the link. The netmask argument is optional, and defaults to 255.255.255.0.
The name of the new connector is returned.
-
<std-service-node>.info
- Synopsis
-
<std-service-node>.info
- Description
-
Print detailed information about the configuration of the device.
-
<std-service-node>.status
- Synopsis
-
<std-service-node>.status
- Description
-
Print detailed information about the current status of the device.
VIRTUTECH CONFIDENTIAL Previous - Up - Next