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;
- }
- }
- }
- }