-- Exhibit -[edit policy-options]
user@router# show
policy-statement load-balance {
from {
route-filter 10.243.0.0/24 exact;
route-filter 10.224.1.0/24 exact;
}
then {
load-balance per-packet;
}
}
-- Exhibit -
Click the Exhibit button.
You have been asked to configure per-packet load balancing.
Referring to the exhibit, which configuration correctly applies the load-balancing policy?
A. [edit routing-options] user@router# show forwarding-options { export load-balance; }
B. [edit routing-options] user@router# show static { export load-balance; }
C. [edit routing-options] user@router# show forwarding-table { export load-balance; }
D. [edit routing-options] user@router# show routing-table { export load-balance; }
-- Exhibit -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;
}
}
} -- Exhibit -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?
A. The policy must be applied as an export policy at the interface level.
B. The policy must be changed to include from protocol isis.
C. The policy must be changed to specify from level 2 and to level 1.
D. The policy must be applied as an import policy.
You own a home network connecting through an always-on connection and need to assign IPv6 addresses to your routers because you want to follow the guidelines spelled out in RFC 3177. You want to design your network with the correct prefixes.
Which prefix would your ISP likely allocate to your network?
A. 47-bit prefix
B. 48-bit prefix
C. 64-bit prefix
D. 128-bit prefix
What is contained in an IS-IS CSNP message?
A. all of the headers of the LSPs in a router's link-state database
B. all of the IP routes in a router's link-state database
C. all of the IP routes in a router's routing table
D. all of the LSPs in a router's link-state database
Click the Exhibit button
Given the OSPF network topology shown in the exhibit, you would like to inject external (non-OSPF) routes into the network on Router D.
Which two OSPF area types will support this configuration? (Choose two)
A. stub area
B. totally stubby area
C. not-so-stubby area
D. non-backbone area
-- Exhibit -
protocols {
isis {
interface lo0.0;
interface ge-0/0/0.100;
}
}
-- Exhibit -
Click the Exhibit button.
Referring to the exhibit, what will be the IS-IS levels enabled on the interface ge-0/0/0.100?
A. Level 1 only
B. Level 2 only
C. Level 1 and Level 2
D. Level 1, Level 2, and Level 3
Click the Exhibit button.
In the exhibit, which configuration is required to establish a single adjacency between the two IS- IS routers?
A. set protocols isis interface xe-0/0/0.0 point to point
B. set protocols isis level 2 wide-metrics-only
C. set protocols isis interface xe-0/0/0.0 level 1 disable
D. set protocols isis interface xe-0/0/0.0 level 1 priority 0
Which statement is true when using VLANs in a bridge domain on an MX Series device?
A. The VLAN tags of the received packet are always translated.
B. Only outer VLAN tags can be normalized.
C. The VLAN tag of the received packet must match the VLAN tags associated with one of the logical interfaces.
D. Outer and inner VLAN tags always checked at egress.
You are setting up a new IS-IS adjacency between two devices. The new Level1 adjacency is not establishing. What would cause this behavior?
A. The routers support a minimum MTU of 1492 bytes.
B. The Level 1 routers have mismatched area IDs.
C. The router ID has not been explicitly configured.
D. The IP addresses are on different subnets.
Click the Exhibit.
Referring to the exhibit, which statement is correct about MVRP?
A. AS1's VLAN ID list is missing an entry for VLAN 300.
B. ES2 is not interested in VLAN 300.
C. AS1 is not allowing ES2 access to VLAN 300.
D. ES1 is not advertising VLAN 300 to AS1.