what is the result of the RIB group configuration?

[edit]
user@router# show routing-options
rib-groups {
test {
import-rib [ walter.inet.0 nancy.inet.0 ];
}
}

Click the Exhibit button.
Referring to the exhibit, what is the result of the RIB group configuration?

[edit]
user@router# show routing-options
rib-groups {
test {
import-rib [ walter.inet.0 nancy.inet.0 ];
}
}

Click the Exhibit button.
Referring to the exhibit, what is the result of the RIB group configuration?

A.
All routes from the walter.inet.0 and the nancy.inet.0 routing tables will be imported into the
default master routing instance.

B.
Routes from the walter.inet.0 routing table will be imported into the nancy.inet.0 routing table.

C.
All routes will be shared between the walter.inet.0 and the nancy.inet.0 routing tables.

D.
Routes from the nancy.inet.0 routing table will be imported into the walter.inet.0 routing table.

Explanation:



Leave a Reply 4

Your email address will not be published. Required fields are marked *


Alexis Jones

Alexis Jones

In the following example, The interface-rib RIB group has been defined:
rib-groups {
interface-rib {
import-rib [inet.0 test.inet.0]
}
}
In the following statement, the RIB group is applied to interface-routes and as per the above configuration, all interface routes from the inet.0 routing table will be imported to the test.inet.0 routing table:
routing-options {
interface-routes {
rib-group inet interface-rib;
}

Jacky

Jacky

user@router# show routing-options
rib-groups {
test {
import-rib [ inet.0 user-a.inet.0 ];
}
}

What is the right answer?

A. The routes in inet.0 are imported into user-a.inet.0
D. The routes in user-a.inet.0 are imported into inet.0

uno76

uno76

Jacky, A answer