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

Example: Configuring Independent Preferences for an Unnumbered Ethernet Interface

The following example configures two things:

interfaces {
lo0 {
unit 0 {
family inet {
address 5.5.5.1/32;
address 6.6.6.1/32;
}
}
}
}
interfaces
ge-0/0/0 {
unit 0 {
family inet {
unnumbered-address lo0.0;
}
}
}
routing-options {
static {
route 7.7.7.1/32 {
qualified next-hop ge-0/0/0.0 {
metric 5;
preference 6;
}
}
}
}

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