— Exhibit —
[edit routing-options]
user@router# show
static {
defaults {
metric 10;
preference 10;
}
route 10.10.10.0/24 {
next-hop 192.168.100.1;
qualified-next-hop 192.168.200.1;
preference 6;
}
metric 8;
}}
— Exhibit —
Given the configuration shown in the exhibit, which statement is correct about traffic
matching the route 10.10.10.0/24?
A.
It will be forwarded to 192.168.100.1 using a metric of 10.
B.
It will be forwarded to 192.168.100.1 using a metric of 8.
C.
It will be forwarded to 192.168.200.1 using a metric of 8.
D.
It will be forwarded to 192.168.200.1 using a metric of 10.