ripRoute

ripRoute - configure the RIP routing parameters for a port on a card on a chassis

SYNOPSIS

ripRoute sub-command options

DESCRIPTION

The ripRoute command is used to configure the RIP routing parameters used when building RIP packets. See RFCs 1058 and 1723 for a complete definition of RIP.

STANDARD OPTIONS
authentication

Authentication string, maximum 16 octets. (default = "")

authenticationType

Type of authentication. (default = 2)

familyId

Address family identifier. Valid values are 2 (IP protocol), OxFFFF (authentication entry, automatically sets if ripRoute setAuthentication called). (default = 0)

ipAddress

IP address of the routing table entry. (default = 0.0.0.0)

metric

The routing cost metric, from 1 to 16 with 16 interpreted as unreachable. (default = 1)

nextHop

For version 2 records, the IP address of the next routing hop for the IP address and subnet mask. (default = 0.0.0.0)

routeTag

The number used to distinguish the source of routing destination. (default = 0)

subnetMask

Subnet mask for this route. (default = 0.0.0.0)

COMMANDS

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

ripRoute cget option

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

ripRoute config option value

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

ripRoute get routeID

Gets the current route configuration of the selected routeID. Call this command before calling ripRoute cget option to get the value of the configuration option. Specific errors are:

ripRoute remove routeID

Remove the route routeID from the routing table.Specific errors are:

ripRoute set routeID

Sets the route configuration for route routeID reading the configuration option values set by the ripRoute config option value command. Specific errors are:

ripRoute setAuthentication authentication

Sets an authentication route as the first entry of the routing table with familyID set to 0xFFFF. Specific errors are:

ripRoute setDefault

Sets to IxTclHal default values for all configuration options.

EXAMPLES

See examples under rip.

SEE ALSO

stream, protocol, ip, rip.