ripng¶
Note
requires a Turbo Router Network License.
RIPng router configuration.
vrouter running config# vrf <vrf> routing ripng
aggregate¶
Set aggregate RIPng route announcement.
vrouter running config# vrf <vrf> routing ripng
vrouter running ripng# aggregate AGGREGATE
AGGREGATE  | 
An IPv6 prefix: address and CIDR mask.  | 
static-route¶
RIPng static routes.
vrouter running config# vrf <vrf> routing ripng
vrouter running ripng# static-route STATIC-ROUTE
STATIC-ROUTE  | 
An IPv6 prefix: address and CIDR mask.  | 
enabled¶
Enable or disable router.
vrouter running config# vrf <vrf> routing ripng
vrouter running ripng# enabled true|false
- Default value
 true
allow-ecmp¶
Allow equal-cost multi-path.
vrouter running config# vrf <vrf> routing ripng
vrouter running ripng# allow-ecmp true|false
- Default value
 false
default-information-originate¶
Control distribution of default route.
vrouter running config# vrf <vrf> routing ripng
vrouter running ripng# default-information-originate true|false
- Default value
 false
default-metric¶
Default metric of redistributed routes.
vrouter running config# vrf <vrf> routing ripng
vrouter running ripng# default-metric <uint8>
- Default value
 1
network¶
Enable RIP on the specified IP network.
vrouter running config# vrf <vrf> routing ripng
vrouter running ripng# network NETWORK
  | 
Description  | 
|---|---|
<A.B.C.D/M>  | 
An IPv4 prefix: address and CIDR mask.  | 
<X:X::X:X/M>  | 
An IPv6 prefix: address and CIDR mask.  | 
interface¶
Enable RIP on the specified interface.
vrouter running config# vrf <vrf> routing ripng
vrouter running ripng# interface INTERFACE
INTERFACE  | 
An interface name.  | 
passive-interface¶
A list of interfaces where the sending of RIP packets is disabled.
vrouter running config# vrf <vrf> routing ripng
vrouter running ripng# passive-interface PASSIVE-INTERFACE
PASSIVE-INTERFACE  | 
An interface name.  | 
redistribute¶
Redistributes routes learned from other routing protocols.
vrouter running config# vrf <vrf> routing ripng
vrouter running ripng# redistribute <redistribute> metric <uint8> route-map ROUTE-MAP
  | 
Description  | 
|---|---|
connected  | 
Connected routes (directly attached subnet or host).  | 
kernel  | 
Kernel routes (not installed via the zebra RIB).  | 
ospf6  | 
Open Shortest Path First (OSPFv3).  | 
bgp  | 
Border Gateway Protocol (BGP).  | 
static  | 
Statically configured routes.  | 
metric¶
Metric used for the redistributed route. If a metric is not specified, the metric configured with the default-metric attribute in RIPng router configuration is used. If the default-metric attribute has not been configured, the default metric for redistributed routes is 0.
metric <uint8>
route-map¶
Applies the conditions of the specified route-map to routes that are redistributed into the RIPng routing instance.
route-map ROUTE-MAP
ROUTE-MAP  | 
Route map name.  | 
timers¶
Settings of basic timers.
vrouter running config# vrf <vrf> routing ripng timers
flush-interval¶
Interval before a route is flushed from the routing table.
vrouter running config# vrf <vrf> routing ripng timers
vrouter running timers# flush-interval <uint16>
- Default value
 120
holddown-interval¶
Interval before better routes are released.
vrouter running config# vrf <vrf> routing ripng timers
vrouter running timers# holddown-interval <uint16>
- Default value
 180
update-interval¶
Interval at which RIP updates are sent.
vrouter running config# vrf <vrf> routing ripng timers
vrouter running timers# update-interval <uint16>
- Default value
 30
distribute-list¶
Filter networks in routing updates.
vrouter running config# vrf <vrf> routing ripng
vrouter running ripng# distribute-list <interface> <update-direction> access-list ACCESS-LIST \
... prefix-list PREFIX-LIST
  | 
Description  | 
|---|---|
<ifname>  | 
An interface name.  | 
all  | 
Match all interfaces.  | 
  | 
Description  | 
|---|---|
in  | 
Incoming updates.  | 
out  | 
Outgoing updates.  | 
offset-list¶
Offset-list to modify route metric.
vrouter running config# vrf <vrf> routing ripng
vrouter running ripng# offset-list <interface> <update-direction> metric <uint8> \
... access-list ACCESS-LIST
  | 
Description  | 
|---|---|
<ifname>  | 
An interface name.  | 
all  | 
Match all interfaces.  | 
  | 
Description  | 
|---|---|
in  | 
Incoming updates.  | 
out  | 
Outgoing updates.  | 
state (state only)¶
Operational RIPng state data.
route (state only)¶
RIPng IPv6 route state.
protocol (state only)¶
Route protocol.
vrouter> show state vrf <vrf> routing ripng state route <route> protocol
route-type (state only)¶
Route type.
vrouter> show state vrf <vrf> routing ripng state route <route> route-type
nexthop (state only)¶
Nexthop IPv6 address.
vrouter> show state vrf <vrf> routing ripng state route <route> nexthop
metric (state only)¶
Route metric.
vrouter> show state vrf <vrf> routing ripng state route <route> metric
neighbor (state only)¶
RIP neighbor state.
last-update (state only)¶
The time when the most recent RIP update was received from this neighbor.
vrouter> show state vrf <vrf> routing ripng state neighbor <neighbor> last-update
bad-packets-received (state only)¶
The number of RIP invalid packets received from this neighbor which were subsequently discarded for any reason (e.g. a version 0 packet, or an unknown command type).
vrouter> show state vrf <vrf> routing ripng state neighbor <neighbor> bad-packets-received
bad-routes-received (state only)¶
The number of routes received from this neighbor, in valid RIP packets, which were ignored for any reason (e.g. unknown address family, or invalid metric).
vrouter> show state vrf <vrf> routing ripng state neighbor <neighbor> bad-routes-received