Redistribute router RIPng

Syntax


router ripng redistribute
no 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:

Include-all option is only for static routes.

route-map

Redistribute a route map.

NOTE:

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

Usage


redistribute connected route-map NAME
no redistribute connected route-map NAME

 ospf3 route-map NAME
no redistribute ospf3 route-map NAME

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