ripng¶
Note
requires a Product License.
RIPng router configuration.
vsr running config# vrf <vrf> routing ripng
aggregate¶
Set aggregate RIPng route announcement.
vsr running config# vrf <vrf> routing ripng
vsr running ripng# aggregate AGGREGATE
|
An IPv6 prefix: address and CIDR mask. |
static-route¶
RIPng static routes.
vsr running config# vrf <vrf> routing ripng
vsr running ripng# static-route STATIC-ROUTE
|
An IPv6 prefix: address and CIDR mask. |
enabled¶
Enable or disable router.
vsr running config# vrf <vrf> routing ripng
vsr running ripng# enabled true|false
- Default value
true
allow-ecmp¶
Allow equal-cost multi-path.
vsr running config# vrf <vrf> routing ripng
vsr running ripng# allow-ecmp true|false
- Default value
false
default-information-originate¶
Control distribution of default route.
vsr running config# vrf <vrf> routing ripng
vsr running ripng# default-information-originate true|false
- Default value
false
default-metric¶
Default metric of redistributed routes.
vsr running config# vrf <vrf> routing ripng
vsr running ripng# default-metric <1-16>
- Default value
1
network¶
Enable RIP on the specified IP network.
vsr running config# vrf <vrf> routing ripng
vsr running ripng# network NETWORK
|
Description |
---|---|
|
An IPv4 prefix: address and CIDR mask. |
|
An IPv6 prefix: address and CIDR mask. |
interface¶
Enable RIP on the specified interface.
vsr running config# vrf <vrf> routing ripng
vsr running ripng# interface INTERFACE
|
An interface name. |
passive-interface¶
A list of interfaces where the sending of RIP packets is disabled.
vsr running config# vrf <vrf> routing ripng
vsr running ripng# passive-interface PASSIVE-INTERFACE
|
An interface name. |
redistribute¶
Redistributes routes learned from other routing protocols.
vsr running config# vrf <vrf> routing ripng
vsr running ripng# redistribute <redistribute> metric <0-16> route-map ROUTE-MAP
|
Description |
---|---|
|
Connected routes (directly attached subnet or host). |
|
Kernel routes (not installed via the zebra RIB). |
|
Intermediate system to intermediate system (ISIS). |
|
Open Shortest Path First (OSPFv3). |
|
Border Gateway Protocol (BGP). |
|
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 <0-16>
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 name. |
timers¶
Settings of basic timers.
vsr running config# vrf <vrf> routing ripng timers
flush-interval¶
unit: seconds
Interval before a route is flushed from the routing table.
vsr running config# vrf <vrf> routing ripng timers
vsr running timers# flush-interval <uint16>
- Default value
120
holddown-interval¶
unit: seconds
Interval before better routes are released.
vsr running config# vrf <vrf> routing ripng timers
vsr running timers# holddown-interval <uint16>
- Default value
180
update-interval¶
unit: seconds
Interval at which RIP updates are sent.
vsr running config# vrf <vrf> routing ripng timers
vsr running timers# update-interval <uint16>
- Default value
30
distribute-list¶
Filter networks in routing updates.
vsr running config# vrf <vrf> routing ripng
vsr running ripng# distribute-list <interface> <update-direction> access-list ACCESS-LIST \
... prefix-list PREFIX-LIST
|
Description |
---|---|
|
An interface name. |
|
Match all interfaces. |
|
Description |
---|---|
|
Incoming updates. |
|
Outgoing updates. |
offset-list¶
Offset-list to modify route metric.
vsr running config# vrf <vrf> routing ripng
vsr running ripng# offset-list <interface> <update-direction> metric <0-16> \
... access-list ACCESS-LIST
|
Description |
---|---|
|
An interface name. |
|
Match all interfaces. |
|
Description |
---|---|
|
Incoming updates. |
|
Outgoing updates. |
state (state only)¶
Operational RIPng state data.
route (state only)¶
RIPng IPv6 route state.
protocol (state only)¶
Route protocol.
vsr> show state vrf <vrf> routing ripng state route <route> protocol
route-type (state only)¶
Route type.
vsr> show state vrf <vrf> routing ripng state route <route> route-type
nexthop (state only)¶
Nexthop IPv6 address.
vsr> show state vrf <vrf> routing ripng state route <route> nexthop
metric (state only)¶
Route metric.
vsr> 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.
vsr> 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).
vsr> 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).
vsr> show state vrf <vrf> routing ripng state neighbor <neighbor> bad-routes-received