PrepAway - Latest Free Exam Questions & Answers

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?

PrepAway - Latest Free Exam Questions & Answers

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:

4 Comments on “what is the result of the RIB group configuration?

  1. Alexis Jones says:

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




    0



    0
  2. Jacky says:

    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




    0



    0

Leave a Reply