protocolServer

protocolServer - use to enable the various protocols.

SYNOPSIS

protocolServer sub-command options

DESCRIPTION

For load modules which support this feature, this enables the protocols listed in Standard Options, below.

STANDARD OPTIONS
enableArpResponse

true/false

ARP must be enabled in protocolServer in order for ARP to work.

(default = false)

enablePingResponse

true/false

Ping must be enabled in protocolServer in order for Ping to work.

(default = false)

COMMANDS

The protocolServer command is invoked with the following sub-commands. If no sub-command is specified, returns a list of all sub-commands available.

protocolServer cget option

Returns the current value of the configuration option given by option. Option may have any of the values accepted by the protocolServer command.

protocolServer config option value

Modify the configuration options of the port. If no option is specified, returns a list describing all of the available options (see STANDARD OPTIONS) for port.

protocolServer get option

Retrieves the current configuration of the protocol server for option.

protocolServer set chasID cardID portID

Sets the configuration of the protocol server in IxHAL on port with id portID on card cardID, chassis chasID by reading the configuration option values set by the protocolServer config option value command. Specific errors are:

protocolServer setDefault option

Sets to IxTclHal default values for all configuration options.

protocolServer writechasID cardID portID

Writes or commits the changes in IxHAL to hardware the protocol server configuration for each port with id portID on card cardID, chassis chasID. Before using this command, use the protocolServer set command to configure the port related parameters in IxHAL. Specific errors are:

DEPRECATED OPTIONS
arpServerEnable

true/false
pingServerEnable

true/false
repeatCount

true/false
rate (in pps)
MacAddress
IpAddress
count
mapType

 

EXAMPLES

arp.

SEE ALSO