VSP Configuration (<vsp> Section)
VSP configuration options define individual functioning parameters for each VSP. Each VSP has to be described in the following format ( purple marks default values that will be used if corresponding parameter is omitted):
<!-- -------------------- VSP0 CONFIGURATION -------------------- -->
<!-- VSP number -->
< **vsp** [num](vspl_port_number)="0">
<!-- HOST AND PORT TO BIND -->
<[bind](vspl_port_bind) **host**="ip\_address" port="port"\/>
<!-- Connection parameters -->
<[connection](vspl_port_connection) \[[rmode](vspl_port_connection_rmode)=" **client** **|**server **|**server\/client"\] \[[proto](vspl_port_connection_proto)=" **udp** **|**tcp"\] \[[conmode](vspl_port_connection_conmode)=" **ondata** **|**immediately"\]
\[[timeout](vspl_port_connection_timeout)="timeout\( **5**\)"\] \[[onthefly](vspl_port_connection_onthefly)=" **outofband** **|**inband **|**disabled"\] \[[clogin](vspl_port_connection_clogin)="pwd"\] \[[dlogin](vspl_port_connection_dlogin)="pwd"\] \/>
<!-- Destination device parameters -->
<[destination](vspl_port_dest) [ip](vspl_port_dest_ip)="IP\_address" **|**[mac](vspl_port_dest_mac)="MAC\_address" \[[port](vspl_port_dest_port)="port\( **1001**\)"\] \[[cport](vspl_port_dest_cport)="cport\( **65535**\)"\] \/>
<!-- Outbound packet generation options -->
<[packets](vspl_port_packets) \[[maxlen](vspl_port_packets_maxlen)="len\( **255**\)"\] \[[maxdelay](vspl_port_packets_maxdelay)="delay\( **0**\)"\] \[[starton](vspl_port_packets_starton)=" **any** **|**char"\] \[[startchar](vspl_port_packets_startchar)="hex"\] \[[stopchar](vspl_port_packets_stopchar)="hex"\] \/>
<!-- Event logging configuration for this VSP -->
\[<[log](vspl_port_log) **type**=" **syslog** **|**pipe **|**file" **level**="EMR **|**ALR **|**CRT **|**ERR **|**WRN **|**NTC **|**INF **|**DBG" **path**="path"\/>\]
...
...
\[<[log](vspl_port_log) **type**=" **syslog** **|**pipe **|**file" **level**="EMR **|**ALR **|**CRT **|**ERR **|**WRN **|**NTC **|**INF **|**DBG" **path**="path"\/>\]
<!-- Data dump section -->
\[<[dump](vspl_port_dump) **port**=" **no** **|**yes" **path**="path"\/>\]
< **\/vsp**>
<!-- -------------------- END OF VSP0 CONFIGURATION -------------------- -->
Click on the links above to jump to parameter group and individual parameter description topics.