270 likes | 431 Views
Any Questions?. Click the Exhibit button. user@host> show route protocol static inet.0: 12 destinations, 12 routes (12 active, 0 holddown, 0 hidden) + = Active Route, - = Last Active, * = Both 192.168.2.128/27 *[Static/5] 00:03:13 > to 172.20.106.10 via fe-0/0/5.106
E N D
Click the Exhibit button. user@host> show route protocol static inet.0: 12 destinations, 12 routes (12 active, 0 holddown, 0 hidden) + = Active Route, - = Last Active, * = Both 192.168.2.128/27 *[Static/5] 00:03:13 > to 172.20.106.10 via fe-0/0/5.106 192.168.2.192/26 *[Static/5] 00:03:13 > to 10.210.14.131 via ge-0/0/0.0 192.168.2.192/27 *[Static/5] 00:03:13 > to 172.18.1.1 via ge-0/0/1.0 192.168.2.224/28 *[Static/5] 00:01:06 > to 10.210.14.130 via ge-0/0/0.0 Using the route table shown in the exhibit, what will be the next-hop IP address used for a destination IP address of 192.168.2.239? (Assume the only routes to this destination are static routes.) A. 10.210.14.130 B. 172.18.1.1 C. 10.210.14.131 D. 172.20.106.10
Click the Exhibit button. user@host> show route protocol static inet.0: 12 destinations, 12 routes (12 active, 0 holddown, 0 hidden) + = Active Route, - = Last Active, * = Both 192.168.2.128/27 *[Static/5] 00:03:13 > to 172.20.106.10 via fe-0/0/5.106 192.168.2.192/26 *[Static/5] 00:03:13 > to 10.210.14.131 via ge-0/0/0.0 192.168.2.192/27 *[Static/5] 00:03:13 > to 172.18.1.1 via ge-0/0/1.0 192.168.2.224/28 *[Static/5] 00:01:06 > to 10.210.14.130 via ge-0/0/0.0 Using the route table shown in the exhibit, what will be the next-hop IP address used for a destination IP address of 192.168.2.239? (Assume the only routes to this destination are static routes.) A. 10.210.14.130 B. 172.18.1.1 C. 10.210.14.131 D. 172.20.106.10
Which statement accurately defines the role of a Qualified Next Hop? A. It is any alternative path for best effort traffic. B. It is the next hop of the active route to a directly attached device. C. It is the next hop for a route from a qualified protocol. D. It is an alternative next hop for a static route.
Which statement accurately defines the role of a Qualified Next Hop? A. It is any alternative path for best effort traffic. B. It is the next hop of the active route to a directly attached device. C. It is the next hop for a route from a qualified protocol. D. It is an alternative next hop for a static route. Answer: D
What is correct regarding the configuration shown below? static route 0.0.0.0/0 qualified-next-hop 172.30.25.1 preference 7 next-hop 172.30.25.5 A. The next-hop 172.30.25.1 is selected because the address has the lowest value. B. The next-hop 172.30.25.1 is selected because it is listed first. C. The next-hop 172.30.25.1 is selected because it is the lowest protocol preference. D. The next-hop 172.30.25.5 is selected because it is the lowest protocol preference.
What is correct regarding the configuration shown below? static route 0.0.0.0/0 qualified-next-hop 172.30.25.1 preference 7 next-hop 172.30.25.5 A. The next-hop 172.30.25.1 is selected because the address has the lowest value. B. The next-hop 172.30.25.1 is selected because it is listed first. C. The next-hop 172.30.25.1 is selected because it is the lowest protocol preference. D. The next-hop 172.30.25.5 is selected because it is the lowest protocol preference. Answer: D
What are three advantages of dynamic routing protocols over static routing protocols?(Choose three.) A. lower administrative overhead B. increased network availability C. greater network scalability D. easier to implement qualified next hops E. easier ECMP route implement
What are three advantages of dynamic routing protocols over static routing protocols?(Choose three.) A. lower administrative overhead B. increased network availability C. greater network scalability D. easier to implement qualified next hops E. easier ECMP route implement Answer: A,B,C
In which routing table would you find an OSPF V2 route? A. ipv4-unicast B. inet.0 C. inet.4 D. inet.ipv4
In which routing table would you find an OSPF V2 route? A. ipv4-unicast B. inet.0 C. inet.4 D. inet.ipv4 Answer: B
By default, which routing table is used to store unicast IPv4 routes? A. inet.0 B. inet.1 C. inet.2 D. inet.3
By default, which routing table is used to store unicast IPv4 routes? A. inet.0 B. inet.1 C. inet.2 D. inet.3 Answer: A
Which two statements are correct about routing tables in JUNOS? (Choose two.) A. There are separate tables for IPv4 and IPv6 called inet.0 and inet6.0 respectively B. They only contain the best possible route to each destination. C. All running protocols can populate the routing tables at the same time. D. Routes with the highest preference value are placed as active routes in the routing table.
Which two statements are correct about routing tables in JUNOS? (Choose two.) A. There are separate tables for IPv4 and IPv6 called inet.0 and inet6.0 respectively B. They only contain the best possible route to each destination. C. All running protocols can populate the routing tables at the same time. D. Routes with the highest preference value are placed as active routes in the routing table. Answer: A,C
Which two statements are correct regarding default protocol preference values? (Choose two.) A. OSPF has a single preference value for both internal and external routes. B. RIP is preferred over OSPF external routes. C. Direct, local, and static routes have the same preference value. D. OSPF's preference value is lower than BGP (both IBGP and EBGP).
Which two statements are correct regarding default protocol preference values? (Choose two.) A. OSPF has a single preference value for both internal and external routes. B. RIP is preferred over OSPF external routes. C. Direct, local, and static routes have the same preference value. D. OSPF's preference value is lower than BGP (both IBGP and EBGP). Answer: B,D
Your routing table contains four static routes which you need to redistribute to your OSPF peers. Which method would accomplish this? A. Apply an import policy to OSPF; this will import the static routes into OSPF. B. Apply an export policy to protocol "static"; this will export the routes to other protocols. C. Apply an import policy to the forwarding table; this will import the routes, allowing them to be forwarded to OSPF neighbors. D. Apply an export policy to OSPF; this will export the static routes to your OSPF neighbors.
Your routing table contains four static routes which you need to redistribute to your OSPF peers. Which method would accomplish this? A. Apply an import policy to OSPF; this will import the static routes into OSPF. B. Apply an export policy to protocol "static"; this will export the routes to other protocols. C. Apply an import policy to the forwarding table; this will import the routes, allowing them to be forwarded to OSPF neighbors. D. Apply an export policy to OSPF; this will export the static routes to your OSPF neighbors. Answer: D
Which two commands are needed to create and apply an export policy that advertises static routes to OSPF neighbors? (Choose two.) A. edit policy-options policy-statement policy-name set term 1 from protocol static set term 1 then accept B. edit ospf policy set from protocol static set 1 then accept C. set protocols OSPF export policy-name D. set protocols OSPF policy policy-name
Which two commands are needed to create and apply an export policy that advertises static routes to OSPF neighbors? (Choose two.) A. edit policy-options policy-statement policy-name set term 1 from protocol static set term 1 then accept B. edit ospf policy set from protocol static set 1 then accept C. set protocols OSPF export policy-name D. set protocols OSPF policy policy-name Answer: A,C
What is the role of route preference? A. It is used to determine which route should become active. B. It is used to select which routing table to use for forwarding. C. It is used to determine what routes to accept into the routing table. D. It is used to select the best route between multiple equal cost paths.
What is the role of route preference? A. It is used to determine which route should become active. B. It is used to select which routing table to use for forwarding. C. It is used to determine what routes to accept into the routing table. D. It is used to select the best route between multiple equal cost paths. Answer: A
What is the default protocol preference for OSPF external routes? A. 10 B. 15 C. 150 D. 160
What is the default protocol preference for OSPF external routes? A. 10 B. 15 C. 150 D. 160 Answer: C
101. What is the default protocol preference for BGP EBGP routes? A. 10 B. 100 C. 170 D. 175
101. What is the default protocol preference for BGP EBGP routes? A. 10 B. 100 C. 170 D. 175 Answer C