•
Router Advertisement—
•
Router Solicitation—
•
Neighbor Advertisement—
•
Neighbor Solicitation—
•
Redirect—
•
Router Renumbering—
•
Static routes for IPv6
Routing information can be configured statically. Whenever a route is configured
statically, the routing information base (RIB) is updated with routes specified through
the static route. These routes should be configured statically in the “routing-options”
hierarchy. The following configuration is used for enabling static routes for IPv6:
interfaces {
fe/0/1/0 {
unit 0 {
family inet6 {
address fec0:0:0:3::1/64;
}
}
}
}
routing-options {
rib inet6.0 {
static {
route fec0:0:0:4::/64 next-hop fec0:0:0:3::ffff;
}
}
}
user@router> show route table inet6.0
inet6.0: 3 destination, 3 routes (3 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
fec0:0:0:3::/64 *[Direct/0] 00:01:34
> via fe-0/1/0.0
fec:0:0:0:3::1/128 *[Local/0] 00:01:34
Local
fec0:0:0:4::/64 *[Static/5] 00:01:34
> to fec0:0:03:ffff via fe-0/1/0.0
Related
Documentation
IPv6 Overview on page 530•
• Understanding Dual Stacking of IPv4 and IPv6 Unicast Addresses
• IS-IS Overview on page 536
• OSPF Overview on page 542
535Copyright © 2017, Juniper Networks, Inc.
Chapter 18: Configuring Routing Protocols