Ripv4RouteParams Object


Description:

RIP IPv4 route configuration settings.

Parents: RipRouterConfig

Automatically-created children: Ipv4NetworkBlock

Ripv4RouteParams Writable Attributes

Attribute Description
Metric

Indicates the cost to the destination network, and is usually the hop count needed to reach the destination network.

Type: u8

Default: 1

Range: 1 - 16

NextHop

IPv4 address of the adjacent router to which the packet should be sent next. A value of 0.0.0.0 indicates that the next hop is the advertising router. This attribute applies only to RIP v2.

Type: ip

Default: null

RouteCategory

Route category.

Type: enum

Default: UNDEFINED

Possible Values:

Value Description
UNDEFINED

Default category assigned to a manually-created block.

PRIMARY

A preferred route that has duplicates (secondary routes) advertised by other ports.

SECONDARY

A less preferred backup route.

UNIQUE

Indicates that a single port in the test configuration advertises this route.

ANY

ANY

RouteTag

Used to distinguish internal routes (learned by RIP) from external routes (learned from other protocols, such as BGP or OSPF). Causes the simulated RIP router to act as a router that runs RIP together with other protocols (such as BGP, OSPF).

Type: u16

Default: 0

Range: 0 - 65535

Ripv4RouteParams Read-Only Attributes

There are no read-only attributes.