Juniper IPv6 Static Routes Configuration

  • by

Juniper IPv6 Static Routes Configuration

You want to be able to connect your router to the Internet.

Create a default static route:

# set routing-options rib inet6.0 static route 0::/0 next-hop 3001::1

[Here nexthop 3001::1 and source ip are all]

# show routing-options
rib inet6.0 {
static {
route 0::/0 next-hop 3001::1;

Leave a Reply