Configure RIPng

From within the configuration context, use the following commands to configure, enable, disable a RIPng setting.

Enable/Disable RIPng global

Syntax

router ripng enable | disable

Description

From within the configuration context, enable RIPng globally or disable RIPng globally.

Configure a RIPng setting

Syntax

[no] router ripng

Description

From within the configuration context, configure a RIPng setting or enter RIPng context.

Use the [no] argument to remove all RIPng configurations.

Configure a default metric

Syntax

router ripng default-metric 1-15

Description

Configure a default metric for routes that are imported from protocols other than RIPng.

The default value is 1.

Configure the administrative distance for routes

Syntax

router ripng distance 1-255

Description

Configure the administrative distance for routes that are learned via RIPng.

The default value is 120.

Redistribute router RIPng

Syntax

router ripng redistribute

Description

Redistribute connected/static/other protocols routes.

Use [no] to disable redistribution of the specified protocol.

Options

connected

Redistribute locally connected networks.

ospf3

Redistribute OSPFv3 routes.

static

Redistribute manually configured routes.

include-all

Include blackhole and reject routes.


[NOTE: ]

NOTE: Include-all option is only for static routes.


route-map

Redistribute a route map.


[NOTE: ]

NOTE: Route-map option comes only after we specify the protocol (static/connected/ospf3).


Usage

[no] redistribute connected route-map NAME

[no] redistribute ospf3 route-map NAME

[no] redistribute static include-all route-map NAME

Configure RIPng timers

Syntax

router ripng timers

Description

Configure RIPng timers.

Options

garbage-collect

Set the garbage-collect interval for the route.

The default value is 120 seconds.

timeout

Set the interval for the route timeout.

The default value is 180 seconds.

update

Set the interval for the update timer.

The default value is 30 seconds.


[NOTE: ]

NOTE: HPE does not recommend changing the default values.


Usage

router ripng timers garbage-collect 5-65535

router ripng timers timeout 5-65535

router ripng timers update 5-65535

Enable/Disable RIPng traps

Syntax

router ripng trap

Description

Enable/Disable RIPng traps.

Options

Traps are generated as the result of finding an unusual condition while parsing an RIPng packet or a processing a timer event. If more than one type of unusual condition is encountered while parsing the packet or processing an event, only the first one will generate a trap.

interface-state-change

Send a trap when the state of an interface changes.

interface-config-error

Send a trap when a configuration conflict occurs for an interface.

interface-receive-bad-packet

Send a trap when an invalid packet is received on an interface.

all

Enable all the RIPng traps.

Usage

[no] trap TRAP-NAME | all