VIRTUTECH CONFIDENTIAL Previous - Up - Next
service-node-device
- Provided by
-
service-node
- Class Hierarchy
-
conf-object → log-object → service-node-device
- Interfaces Implemented
-
log_object, ethernet_device
- Description
-
Ethernet device for the service-node class.
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
- Attribute List
-
- arp_table
- Optional attribute; read/write access; type: [[ss]*].
The ARP table used by this service node.
- ip_address
- Required attribute; read/write access; type: s|[iiii].
The IP address used by this service node.
- link
- Optional attribute; read/write access; type: Object or Nil.
The network link that this service node ethernet device is attached to.
- mac_address
- Optional attribute; read/write access; type: s|[iiiiii].
The MAC address used by this service node ethernet device.
- mtu
- Optional attribute; read/write access; type: Integer.
MTU, maximum transfer unit, is the largest Ethernet payload (without Ethernet header and CRC) that will be sent out on the network without fragmentation. Default 1500.
- net_ip
- Pseudo attribute; read-only access; type: i|s|[iiii].
The network IP used by this service node.
- netmask
- Optional attribute; read/write access; type: i|s|[iiii].
The IP netmask used by this service node.
- service_node
- Required attribute; read/write access; type: Object.
The service node that the ethernet device is attached to.
- tx_bandwidth
- Optional attribute; read/write access; type: Integer.
The transmit bandwidth of the network interface in bits per second. The network interface will limit the rate at which it sends packets to remain below this bandwidth. Default limit is 1Gbit/s.
Command List
- Commands defined by interface log_object
-
log, log-group, log-level, log-size, log-type
- Commands
-
info | print information about the device |
status | print status of the device |
Command Descriptions
-
<service-node-device>.info
- Synopsis
-
<service-node-device>.info
- Description
-
Print detailed information about the configuration of the device.
-
<service-node-device>.status
- Synopsis
-
<service-node-device>.status
- Description
-
Print detailed information about the current status of the device.
VIRTUTECH CONFIDENTIAL Previous - Up - Next