PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

what is the solution on R2?

user@R2> show
protocols {
isis {
export leak;

interface ge-1/1/0.0;
interface ge-1/1/1.0 {
level 1 disable;
}
interface lo0.0;
}
}
policy-options {
policy-statement leak {
term 1 {
from level 1;
to level 2;
then accept;
} }
}

Click the Exhibit button.
R1 and R2 have a Level 1 IS-IS adjacency. R2 participates in both Level 1 and Level 2, and is
receiving routes from a Level 2 neighbor. A policy on R2 has been created to leak routes to Level
1, but R1 is not receiving the routes.
Referring to the exhibit, what is the solution on R2?

What happens as a result of the configurations?

user@R1> show
interfaces {
ge-1/1/0 {
unit 0 {
family inet {
address 10.100.1.1/30;
}
family iso;
}
}
lo0 {
unit 0 {
family inet {
address 10.100.10.1/32;
}
family iso {
address 49.1001.0010.0100.00;
} } }
}
protocols {
isis {

interface ge-1/1/0.0 {
level 2 disable;
}
interface lo0.0;
}
}
user@R2> show
interfaces {
ge-1/1/0 {
unit 0 {
family inet {
address 10.100.1.2/30;
} }
}
lo0 {
unit 0 {
family inet {
address 10.100.10.2/32;
}
family iso {
address 49.1001.0010.0200.00;
} } }
}

protocols {
isis {
interface ge-1/1/0.0;
interface lo0.0;
}
}

Click the Exhibit button.
Referring to the exhibit, R1 and R2 are directly connected using interface ge-1/1/0.
What happens as a result of the configurations?


Page 485 of 1,293« First...102030...483484485486487...490500510...Last »