PrepAway - Latest Free Exam Questions & Answers

Which configuration provides connectivity from the test routing instance to the 192.168.3.0/24 subnet in inet.

Which configuration provides connectivity from the test routing instance to the 192.168.3.0/24
subnet in inet.0?

PrepAway - Latest Free Exam Questions & Answers

A.
routing-options {
static {
rib-group master2test.inet.0;
route 192.168.3.0/24 next-hop 10.0.0.2;
}
rib-groups {
master2test.inet.0 {
import-rib [ inet.0 test.inet.0 ];
import-policy onlyStatic;
}}}

policy-options {
policy-statement onlyStatic {
term 1 {
from protocol static;
then accept;
}
term 2 {
then reject;
}}}
routing-instances {
test {
instance-type forwarding;
interface ge-0/0/0.500;
}}

B.
routing-options {
static {
route 192.168.3.0/24 next-hop 10.0.0.2;
}
rib-groups {
master2test.inet.0 {
export-rib inet.0;
import-rib [ inet.0 test.inet.0];
import-policy onlyStatic;
}}}
policy-options {
policy-statement onlyStatic {
term 1 {
from protocol static;
then accept;
}
term 2 {
then reject;
}}}
routing-instances {
test {
instance-type forwarding;
interface ge-0/0/0.500;
}}

C.
routing-options {

static {
route 192.168.3.0/24 next-hop 10.0.0.2;
}}
policy-options {
policy-statement onlyStatic {
term 1 {
from {
instance master;
protocol static;
}
then accept;
}
term 2 {
then reject;
}}}
routing-instances {
test {
instance-type forwarding;
interface ge-0/0/0.500;
routing-options {
instance-import onlyStatic;
}}}

D.
routing-options {
static {
route 192.168.3.0/24 next-table test.inet.0;
}}
routing-instances {
test {
instance-type forwarding;
interface ge-0/0/0.500;
}}


Leave a Reply