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

Example: Configuring Independent Preferences for an IPv6 Static Route

Configure the following qualified next hops:

[edit]
routing-options {
rib inet6.0 {
static {
defaults {
metric 10;
preference 10;
}
route fec0:1:1:4::/64 {
next-hop fec0:1:1:2::1 {
retain;
no-readvertise;
}
route fec0:1:1:5::/64 {
next-hop fec0:1:1:2::3;
qualified-next-hop fec0:1:1:2::2 {
preference 5;
}
metric 6;
preference 7;
}
}
}
}
}

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