RipngRouteParams Object


Description:

RIP IPv6 route configuration settings.

Parents: RipRouterConfig

Automatically-created children: Ipv6NetworkBlock

RipngRouteParams Writable Attributes

Attribute Description
Metric

Cost to the destination network, and is usually the hop count to reach the destination network. The hop limit for RIP is 15. A hop count of 16 indicates an unreachable destination.

Type: u8

Default: 1

Range: 1 - 16

NextHop

IPv6 address of the adjacent router to which the packet should be sent next. This attribute applies only to RIPng.

Type: ipv6

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).

Type: u16

Default: 0

Range: 0 - 65535

RipngRouteParams Read-Only Attributes

There are no read-only attributes.