[Contents] [Prev] [Next] [Index] [Report an Error]

Example: Configuring a Backup Router Running IPv6

Configure a backup router running IPv6 and have its address remain in the routing and forwarding tables:

[edit]
system {
backup-router 8:3::1 destination abcd::/48;
}
routing-options {
rib inet6.0 {
static {
route abcd::/48 {
next-hop 8:3::1;
retain;
}
}
}
}

[Contents] [Prev] [Next] [Index] [Report an Error]