IT Exam Questions and Solutions Library
Click the Exhibit button. In the exhibit, R1, R2, and R3 are all IBGP peers within AS 65505. R1 receives a BGP advertisement from an external BGP peer in AS 65555, and a BGP advertisement from R3. The default BGP advertisement behavior is in effect in this environment. In this scenario, which two statements are true? (Choose two.) A. R1 will advertise the route received from R3 to R2 and its external BGP peer. B. R1 will advertise the route received from R3 only to its external BGP peer. C. R1 will advertise the route received from its external peer to R2 and R3. D. R1 will not advertise the route received from its external peer to R2 or R3. Â Suggested Answer: BC
You are asked to configure a GRE tunnel between two remote sites to support the exchange of IPv6 traffic. The two sites are separated by an IPv4 network. Which two configuration elements are required? (Choose two.) A. You must enable the GRE interface for IPv6 operations. B. You must increase the MTU to no less than 2500. C. You must add a static route for the remote IPv6 destination subnet with the remote tunnel endpoint as the next hop at each site. D. You must enable the GRE interface for IPv4 operations. Â Suggested Answer: CD
Click the Exhibit button. Switch 1 and Switch 2 are configured to run MSTP. However, MSTP is not working. Referring to the exhibit, which two actions will correct the problem? (Choose two.) A. Configure interface ge-0/0/2 on Switch 2 B. Correct the bridge-priority parameter to be identical on both switches. C. Configure revision-level 2 on Switch 1. D. Correct the configuration-name parameter to be identical on both switches. Â Suggested Answer: CD
Which table will a Junos-based MPLS ingress router first consult to determine the next hop for BGP routes reachable through an LSP? A. inet.1 B. mpls.0 C. inet.3 D. inet.0 Â Suggested Answer: D Community Answer: C
Click the Exhibit button. Referring to the exhibit, all interswitch links are configured as trunks supporting all VLANs. Host A sends a frame with an unknown destination MAC address to S2. Which switches will receive this frame? A. S1, S3 and S4 B. S1 only C. S1 and S3 only D. S1 and S4 only  Suggested Answer: C
Click the Exhibit button - Referring to the exhibit, which policy would be applied to the 75.217.12.10 neighbor? A. The my-statics policy would be applied. B. The my-aggregates policy would be applied. C. The my-specifics policy would be applied. D. The my-statics, my-aggregates, and my-specifics policies would be applied. Â Suggested Answer: D
You are asked to deploy OSPF between two routers over a point-to point link. Which three fields in the OSPF hello packet must match? (Choose three.) A. network mask B. hello interval C. options D. dead interval E. backup designated router  Suggested Answer: BCD
Your network consists of multiple remote locations using both IPv4 and IPv6. You have an IPv4-based Internet connection at each site provided by different, local service providers. You are asked to ensure that the remote IPv6 networks are able to communicate. What should you do? A. Create GRE tunnels between the remote locations to connect the IPv6 networks. B. Create IPsec tunnels between the remote locations to connect the IPv6 networks. C. Create IP-IP tunnels between the remote locations to connect the IPv6 networks. D. Create MPLS tunnels between the remote locations to connect the IPv6 networks. Â Suggested Answer: C
Click the Exhibit button. Referring to the exhibit, which two statements are correct about R2? (Choose two.) A. If R2 remains in the ExStart state, then you should verify the MTU setting on R2 and R3. B. R2 LSDB is synchronized with R1. C. If R2 remains in the ExStart state, then you should verify Physical Layer and Data Link Layer connectivity on R2 and R3. D. R2 LSDB is not synchronized with R1. Â Suggested Answer: AB
An RSVP enabled router receives an RSVP reservation message for a new RSVP path. The router is unable to accommodate the reservation request. Which action does the router take? A. The router sends a ResvErr message to the upstream router. B. The router sends a ResvErr message to the downstream router. C. The router sends a ResvTear message to the upstream router. D. The router sends a ResvTear message to the downstream router. Â Suggested Answer: D
You are configuring a trunk interface on an MX Series device and want to ensure that any outgoing frames associated with VLAN 100 are transmitted as untagged frames. Which configuration will achieve this objective? A. routing-interface irb.0 B. vlan-id-list [100] C. native-vlan-id 100 D. vlan-id 100 Â Suggested Answer: A
Click the Exhibit button. Referring to the exhibit, which two statements are correct? (Choose two.) A. The routes in inet.0 are imported into user-a.inet.0 B. The RIB group can be applied to OSPF. C. The RIB group cannot be applied to OSPF. D. The routes in user-a.inet.0 are imported into inet.0 Â Suggested Answer: BD
Click the Exhibit button. Referring to the exhibit, which static route will be exported into OSPF? A. 172.29.0.0/16 B. 172.29.0.0/17 C. 172.28.0.0/24 D. 172.29.0.0/24 Â Suggested Answer: D
An established RSVP-signaled LSP suffers a link failure. What is one action taken by the local RSVP-enabled router? A. A ResvTear message is sent downstream. B. A ResvErr message is sent upstream. C. A ResvErr message is sent downstream. D. A ResvTear message is sent upstream. Â Suggested Answer: A
An Ethernet bridge is configured such that all interfaces are in a single broadcast domain. Which two tasks does an Ethernet bridge perform in response to receiving a frame with an unknown unicast destination MAC address? (Choose two.) A. It drops the frame. B. It floods the frame out of all interfaces except the one on which is was received. C. It learns the destination MAC address when it sees return traffic from the device. D. It learns the source MAC address when it sees return traffic from that device. Â Suggested Answer: BC When a bridge receives a data frame with an unknown destination MAC address, the frame is flooded out all other ports in the same broadcast domain. Once the bridge sees return traffic from this MAC address, it adds the address to the bridge table.
What are three BGP attributes used in the route-selection process? (Choose three.) A. local preference B. communities C. MED D. origin E. atomic aggregate  Suggested Answer: ACD When a Junos device receives two similar route advertisements from different BGP peers, it will select the route will the lowest MED value. BGP route selection proceeds in this manner: ✑ Prefer the highest local-preference value ✑ Prefer the shortest AS-path length ✑ Prefer the lowest origin value Prefer the lowest MED value - <img src="https://www.examtopics.com/assets/media/exam-media/02087/0026200004.png" alt="Reference Image" /> ✑ Prefer routes learned from an EBGP peer over an IBGP peer ✑ Prefer best exit from AS ✑ For EBGP-receive routes, prefer the current active route: ✑ otherwise, prefer routes from the peer with the lowest RID ✑ Prefer paths with the shortest cluster length ✑ Prefer routes from the peer with the lowest peer ID
Which two statements are true about the BGP MED attribute? (Choose two.) A. It has a default value of 100 B. It has an assumed value of 0 C. It is designed for use when multiple connections exist between the same two autonomous systems D. It is designed for use when a BGP router is peering with at least two different autonomous systems  Suggested Answer: BC MED is used to help influence the preferred path back into the autonomous system when multiple links exist between the same two autonomous systems. BGP routes do not require the MED attribute. If it is missing, BGP assumes the MED value is 0.
You are logged in to an MX80 and issue the command "show route protocol bgp" You see that you have received the route 10.0.4/24 from two different peers. One peer is an external peer and the other is an internal peer. The route received from the internal peer is active. By the rules of BGP preference, what would cause the internal path for this prefix to be preferred over the external one? A. Internally learned prefix is preferred over an externally learned prefix B. The local-preference value of the internally learned prefix is higher than the externally learned peer C. The peer ID of the internally learned prefix is lower than that of the externally learned peer D. The internally learned prefix has a shorted cluster length  Suggested Answer: B
You are logged into a Junos device and issue the command show route protocol bgp. You see that the device has received the route 10 0.4/24 from two different IBGP peers. Local preference, MED, origin, and AS-path values are equal. Which criterion is used to determine which path will be preferred? A. cluster length B. router ID (RID) C. peer ID D. IGP cost  Suggested Answer: B When a Junos device receives two similar route advertisements from different BGP peers, it will select the route will the lowest MED value. BGP route selection proceeds in this manner: ✑ Prefer the highest local-preference value ✑ Prefer the shortest AS-path length ✑ Prefer the lowest origin value ✑ Prefer the lowest MED value ✑ Prefer routes learned from an EBGP peer over an IBGP peer ✑ Prefer best exit from AS ✑ For EBGP-receive routes, prefer the current active route: ✑ otherwise, prefer routes from the peer with the lowest RID ✑ Prefer paths with the shortest cluster length ✑ Prefer routes from the peer with the lowest peer ID
Using industry best practices, which two BGP attributes would you modify to influence how traffic enters your network? (Choose two) A. AS Path B. Local Preference C. Next Hop D. MED Â Suggested Answer: AD Based on industry best practices, you can use the BGP attributes AS-path (by prepending additional ASs into the outgoing BGP messages) and MED to influence how traffic enters your network.
Which role does the router ID (RID) have in the BGP route selection process? A. The router ID is evaluated immediately after MED to determine route preference B. The router ID is evaluated last in the route selection process C. The router ID is evaluated after the cluster length and a lower router ID is chosen D. The router ID is evaluated after analyzing the IGP metric cost  Suggested Answer: C
You are asked to configure and apply a new routing policy to influence routing advertisements sent to a specific EBGP peer. You must ensure that the new policy does not impact routing advertisements sent to any other peer. In this scenario, which statement is true? A. The new policy should be applied as an export policy for the EBGP group in which the peer is defined. B. The new policy should be applied as an import policy for the EBGP group in which the peer is defined. C. The new policy should be applied as an export policy for the specific EBGP peer. D. The new policy should be applied as an import policy for the specific EBGP peer. Â Suggested Answer: A References: https://www.juniper.net/techpubs/en_US/junos15.1/topics/concept/conditional-prefix-installing-overview.html
Which two BGP attributes influence traffic coming into an AS? (Choose two.) A. local preference B. next hop C. MED D. origin  Suggested Answer: AB A: The LOCAL_PREF attribute is a well-known attribute that represents the network operator's degree of preference for a route within the entire AS. The larger the value of the local preference, the more preferable the route is. B: The BGP NEXT_HOP is a well-known mandatory attribute. The Next Hop attribute is set when a BGP speaker advertises a prefix to a BGP speaker outside its local autonomous system (it may also be set when advertising routes within an AS, this will be discussed in later sections). The Next Hop attribute may also serve as a way to direct traffic to another speaker, rather than the speaker advertising the route itself References: http://www.informit.com/articles/article.aspx?p=331613&seqNum=5
Click the Exhibit button - You work for the regional Internet service provider shown in the exhibit You have a partial BGP table and are receiving a 10 100/16 route from your upstream ISP You have been asked to configure a default route that can be sent to your downstream customer This route should forward customer traffic toward your upstream Tier 11SP as long as the 10.100/16 route is present. What would accomplish this goal? A. Create and announce an aggregate default route B. Create and announce a static default route with a next-hop of discard C. Create and announce a static default route with a next-hop of reject D. Create and announce a generated default route E. Create an advertise-map with exist-map  Suggested Answer: E Reference: http://www.juniper.fr/techpubs/en_US/junose10.0/information-products/topic-collections/swconfig-bgp-mpls/advertising-a-default-route-only-when-another-route-is- present.html
Click the Exhibit button. Which two statements are true regarding the output shown in the exhibit? (Choose two.) A. The ge-1/0/0 interface will transmit any outgoing frames associated with VLAN 55 as untagged frames. B. The ge-1/0/0 interface will associate any untagged frames that are received with VLAN 56. C. The ge-1/0/0 interface will associate any untagged frames that are received with VLAN 55. D. The ge-1/0/0 interface will transmit any outgoing frames associated with VLAN 56 as untagged frames. Â Suggested Answer: BD * You can configure the router to receive and forward single-tag frames, dual-tag frames, or a mixture of single-tag and dual-tag frames. To configure the router to receive and forward single-tag frames with 802.1Q VLAN tags, include the vlan-tagging statement at the [edit interfaces interface-name] hierarchy level: [edit interfaces interface-name] vlan-tagging; * You can configure mixed tagging support for untagged packets on a port. Untagged packets are accepted on the same mixed VLAN-tagged port. To accept untagged packets, include the native-vlan-id statement and the flexible-vlan-tagging statement at the [edit interfaces interface-name] hierarchy level: [edit interfaces ge-fpc/pic/port] flexible-vlan-tagging; native-vlan-id number; References: https://www.juniper.net/documentation/en_US/junos15.1/topics/usage-guidelines/interfaces-enabling-vlan-tagging.html https://www.juniper.net/documentation/en_US/junos12.1x44/topics/concept/security-interface-vlan-tagging-configuring.html
Click the Exhibit button - In the exhibit, OSPF routers R1, R2, R3, and R4 come up, in order, at 1-minute intervals Which router will be the designated router?. A. R1 B. R2 C. R3 D. R4 Â Suggested Answer: A
What are three IS-IS PDU types? (Choose three.) A. type length value B. link-state C. partial sequence number D. database description E. complete sequence number  Suggested Answer: BCE
Which role does the router ID (RID) have in the BGP route selection process? A. The router ID is evaluated immediately after MED to determine route preference B. The router ID is evaluated last in the route selection process C. The router ID is evaluated after the cluster length and a lower router ID is chosen D. The router ID is evaluated after analyzing the IGP metric cost  Suggested Answer: C Reference: http://www.juniper.net/techpubs/en_US/junos10.0/information-products/topic-collections/nog-baseline/bgp-routes-and-selection-introduction.html
For two switches to participate in the same Multiple Spanning Tree Protocol (MSTP) region, which three values must match? (Choose three.) A. extended system ID B. region name C. member VLAN ID list D. root bridge ID E. revision number  Suggested Answer: ACE
On a Junos device with dual Routing Engine (RE), which two statements correctly describe the expected behavior if the primary RE fails? (Choose two.) A. The backup RE will assume the master role once the packet forwarding engine (PFE) restarts B. The backup RE will immediately assume the master role C. The new master RE restarts the routing protocol process (rpd) and establishes any required adjacencies based on the configuration. D. The new master RE maintains the existing protocol adjacencies initially established by the previous master RE Â Suggested Answer: AC When a Junos device has redundant RE's but no HA features enabled, and the master RE fails, the PFE restarts and all hardware and interfaces are discovered by the new master RE. The new master RE starts rpd so that all adjacencies are aware fo the topological changes.
Click the Exhibit button. An ISO NET has been configured on R2s lo0.0 interface and ge-0/0/2.0 has been configured to run IS-IS. However, IS-IS adjacency on ge-0/0/2.0 is not coming up. Referring to the exhibit, what is required to enable IS-IS? A. Configure the family iso parameter under the ge-0/0/2.0 interface. B. Disable Level 2 for interface ge-0/0/2.0 C. Add the lo0.0 interface under the [edit protocols isis] hierarchy. D. Configure the interface priority for ge-0/0/2.0. Â Suggested Answer: A
The gr-0/0/0.0 interface on your Junos device has a link state of up/up and you have correctly added static routes to reach the remote subnets. However, you are not seeing traffic pass over the tunnel. What might be causing the issue? A. The tunnel interfaces are disabled B. You have not configured keepalives on the endpoints C. The endpoints do not have valid routes to the remote tunnel endpoints D. The intermediary devices do not have valid routes to the route tunnel endpoints  Suggested Answer: D For proper tunnel operation, the intermediary devices, located in the forwarding path between the tunnel endpoints, must be able to route to each of the tunnel endpoints.
By default, which two tasks does an Ethernet bridge perform in response to receiving a multicast frame? (Choose two.) A. It learns the MAC address of any responding nodes and updates its bridge table with the source MAC address and ingress port B. It drops the frame C. It floods the frame out of all interfaces except the one on which it was received D. It floods the frame out of particular interfaces based on its multicast MAC table. Â Suggested Answer: AC Multicast packets are flooded out all ports except for the port on which it was received. When an unknown destination responds to traffic that has been flooded through a switch, the switch learns the MAC address fo that node and updates its bridge table with the source MAC address and ingress port.
Using industry best practices, which BGP attribute would you modify to influence how traffic leaves your network? A. MED B. local preference C. AS-path D. communities  Suggested Answer: B The BGP local-preference attribute can be used to influence how traffic leaves your network. BGP uses the local-preference attribute only within an AS. Local preference values are not transmitted across EBGP links.
Which three functions are performed by an OSPF area border router (ABR)? (Choose three) A. flooding Summary LSAs to connected areas B. flooding ASBR Summary LSAs to connected areas C. generating all Router LSAs for connected neighbors D. performing summarization on routes headed to Area 0 E. flooding NSSA External LSAs to Area 0 Â Suggested Answer: ABD
Click the Exhibit button - Referring to the exhibit, which policy(s) will be applied to neighbor 172.18.4.5? A. Import policy-a and policy-d. export policy-b and policy-c B. Import policy-d, export policy-b and policy-c C. Import policy-d. export policy-c. D. Import policy-d only  Suggested Answer: C
How many equal-cost paths can be assigned to a single route in the Junos OS? A. 4 B. 16 C. 32 D. 64 Â Suggested Answer: B http://www.juniper.net/techpubs/software/junos/junos70/swconfig70-policy/html/policy-actions-config11.html
Your company has purchased two new Juniper Networks MX480 routers. Your manager has asked you to add these two devices to the existing ISIS network. Which two rules about ISIS adjacencies must you consider when carrying out the configuration? (Choose two) A. For Level 1 adjacencies, area IDs must be the same B. For Level 2 adjacencies area IDs must be the same C. The IS-IS levels configured on the interfaces must be the same D. The IS-IS levels on the interfaces can be different  Suggested Answer: AC
Which statement is true of a Layer 2 circuit? A. Layer 2 circuits use BGP for signaling B. Layer 2 circuits use OSPF for signaling C. Layer 2 circuits use LDP for signaling D. Layer 2 circuits rely on RSVP for signaling  Suggested Answer: C
Which two statements are true about MPLS VPNs? (Choose two.) A. With Layer 3 VPNs, the provider’s routers participate in the customer’s Layer 3 routing. B. MPLS VPNs are designed to run over private networks rather than the public Internet. C. With Layer 2 VPNs, the provider does not participate in the routing of the customer’s private IP traffic. D. MPLS VPN tunnels are always encrypted.  Suggested Answer: AC
You have recently installed a second Routing Engine (RE) in your router Which two statements correctly describe the expected behavior if the primary RE fails? (Choose two.) A. The backup RE will assume the master role once the packet forwarding engine restarts B. The backup RE will immediately assume the master role C. The new master RE restarts the routing protocol process (rpd) and establishes any required adjacencies based on the configuration. D. The new master RE maintains the existing protocol adjacencies initially established by the previous master RE Â Suggested Answer: AC
Which two events could cause the BGP Active state to appear? (Choose two.) A. The local router does not have a route to the peer device. B. The local router failed to establish a TCP connection with the peer device. C. A firewall is stopping all UDP packets. D. The BGP configuration is incomplete. Â Suggested Answer: BD
Which two elements contribute to the bridge ID when configuring RSTP? (Choose two) A. designated MAC address B. bridge priority C. extended system ID D. root ID E. bridge address  Suggested Answer: AB The bridge ID consists of a configurable bridge priority and the MAC address of the bridge. Reference: http://www.juniper.net/techpubs/software/junos/junos95/swconfig-layer-2/conf-stp.html#conf-bridge-priority
You are logged into a PE router participating in a Layer 3 VPN as defined in RFC 4364. You would like to ping the locally connected CE router's interface. The address of the interface is 192.168.1.1; the VPN routing-instance is named VPN-A. Which command will accomplish this task? A. ping routing-instance VPN-A 192.168.1.1 B. ping instance VPN-A 192.168.1.1 C. ping vpn-instance VPN-A 192.168.1.1 D. ping VPN-A 192.168.1.1 E. ping mpls l3vpn VPN-A 192.168.1.1 Â Suggested Answer: E
Click the Exhibit button - In an RSTP network, the root and designated ports have been elected as shown in the exhibit What will be the port type of port 1? A. backup port B. discarding port C. alternate port D. listening port  Suggested Answer: A
Click the Exhibit button. From the output shown in the exhibit, what would happen to a packet destined for address 172.29.3.5? A. The address is not in the aggregate range; the packet is sent to the Routing Engine. B. The address is in the aggregate range; the packet will be silently dropped. C. The address is not in the aggregate range; the packet will be forwarded. D. The address is in the aggregate range; the packet will be dropped. Â Suggested Answer: A
Using industry best practices, what is true regarding an external BGP session? A. BGP neighbors belong to the same AS B. BGP neighbors belong to a different AS C. BGP sessions rely on a static route for reach ability D. BGP sessions will be established between loopback interface addresses. Â Suggested Answer: C
Click the Exhibit button. What does IS-IS/18 mean in the output displayed in the exhibit? A. These routes are internal Level 1 routes. B. These routes are internal Level 2 routes. C. These routes are external Level 1 routes. D. These routes are external Level 2 routes. Â Suggested Answer: B Community Answer: B
You observe that VPN routes are hidden on your PE router Which situation accounts for these hidden routes? A. The protocol next-hop is not found in inet.3 B. The protocol next-hop is not found in mpls 0 C. The protocol next-hop is not found in bgp I3vpn 0 D. The protocol next-hop is not found in inet 2 Â Suggested Answer: A Community Answer: A
Click the Exhibit button. Based on the configuration shown in the exhibit, what will be the state of the IS-IS levels on interface ge-0/0/0.100? A. Level 1 is enabled and Level 2 is disabled. B. Level 1 is disabled and Level 2 is enabled. C. Level 1 is enabled and Level 2 is enabled. D. Level 1 is disabled and Level 2 is disabled. Â Suggested Answer: D
By default, which three criteria are used by the Junos load-balancing algorithm to determine a traffic flow? (Choose three.) A. protocol B. source port C. destination port D. source address E. destination address  Suggested Answer: ADE
An Ethernet bridge is configured such that all interfaces are in a single broadcast domain, by default. Which two tasks does the bridge perform in response to receiving a multicast frame? (Choose two) A. It learns the source MAC address B. It drops the frame C. It floods the frame out of all interfaces except the one on which it was received D. It floods the frame out of particular interfaces based on its multicast MAC table  Suggested Answer: AC
Which configuration can be applied to ensure that no more than 600 MAC addresses are learned by a virtual switch? A. Option A B. Option B C. Option C D. Option D Â Suggested Answer: C
Click the Exhibit button - Based on the illustration shown in the exhibit, what would PE-B do with a VPLS packet received from PE-A if the matching entry in its VPLS routing table showed the destination was connected to PE-D? A. PE-B would flood the packet to all attached PEs B. PE-B would forward the packet to the root PE device C. PE-B would forward the packet to all attached CE devices D. PE-B would discard the packet  Suggested Answer: C
Which two statements are true about unified ISSU? (Choose two.) A. It allows gradual implementation of new features. B. It reduces operating costs while delivering higher service levels. C. It involves network down time during software image upgrades. D. It requires graceful Routing Engine switchover (GRES) and nonstop active routing (NSR). Â Suggested Answer: BD
-- Exhibit -- user@R1> show configuration interfaces ge-1/1/0 unit 0 { family inet { address 10.100.1.1/24 { vrrp-group 1 { virtual-address 10.200.12.254; priority 150; accept-data; track { interface ge-1/0/0 { priority-cost 40; } } } } } } user@R2> show configuration interfaces ge-1/1/0 unit 0 { family inet { address 10.100.1.2/24 { vrrp-group 1 { virtual-address 10.200.12.254; accept-data; } } } } -- Exhibit -- Click the Exhibit button. R1 and R2 are using VRRP for high availability. Referring to the exhibit, which two statements are correct about the configuration? (Choose two.) A. R2 is the backup router and will become the master router if ge-1/0/0 on R1 goes down. B. R2 is the backup router and will remain the backup router if ge-1/0/0 on R1 goes down. C. If R1 goes down, R2 will become the master and will relinquish mastership once R1 comes back online. D. If R1 goes down, R2 will become the master and will remain the master once R1 comes back online. Â Suggested Answer: BC Community Answer: BD
What are two characteristics of load-balancing implementation on a Junos device? (Choose two.) A. It balances packets on a per-packet basis. B. It balances packets on a per-flow basis. C. It is enabled through a policy. D. It is enabled by default. Â Suggested Answer: BC
Which two statements are correct about neighbor discovery in IPv6? (Choose two.) A. Neighbor discovery relies on ARP to find neighbors on a local link. B. A neighbor is considered reachable when the neighboring device responds to a neighbor solicitation message. C. A neighbor is considered reachable when the neighboring device responds to a router solicitation message. D. Neighbor discovery does not use ARP to find neighbors on a local link. Â Suggested Answer: BD
Which statement correctly describes unified in-service software upgrades (ISSU)? A. Unified ISSU is built upon graceful-restart extensions to allow upgrades with no impact to the data plane. B. Unified ISSU is supported on systems with single or dual Routing Engines. C. Unified ISSU permits both upgrades and downgrades with no control plane disruption and is based on the graceful Routing Engine switchover (GRES) feature. D. Unified ISSU is based on nonstop-routing (NSR) and graceful Routing Engine switchover (GRES), and permits software upgrades only. Â Suggested Answer: D
-- Exhibit -- 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; } } -- Exhibit -- 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? A. No adjacency forms B. Level 2 adjacency forms C. Level 1 adjacency forms D. Level 1 and Level 2 adjacencies form  Suggested Answer: C
Which Junos platform supports provider bridging? A. T Series devices B. SRX Series devices C. MX Series devices D. MAG Series devices  Suggested Answer: B Community Answer: C http://www.juniper.net/techpubs/en_US/junos10.0/information-products/pathway-pages/mx-series/ethernet-switching-mx-series.html
-- Exhibit -- Exhibit -- Click the Exhibit button. In the exhibit, A1 sends a broadcast frame with destination MAC address FFFF.FFFF.FFFF, and all other stations have sent a response . What would be the correct MAC address table on the MX240? ge-0/0/0 0140.5501.1111 A. ge-0/0/0 FFFF.FFFF.FFFF B. ge-0/0/0 FFFF.FFFF.FFFF C. ge-0/0/0 0140.5501.2222 ge-0/0/1 0140.5501.3333 ge-0/0/1 0140.5501.4444 ge-0/0/0 0140.5501.1111 D. ge-0/0/0 0140.5501.2222 ge-0/0/1 0140.5501.3333 Â Suggested Answer: D
What are three ways that graceful Routing Engine switchover provides redundancy? (Choose three.) A. by preserving interface and kernel information B. by reducing time of RE failover C. by preserving the data plane information D. by preserving the control plane information E. by not restarting the PFE Â Suggested Answer: ABE
-- Exhibit -- Exhibit -- Click the Exhibit button. Referring to the exhibit, you have an established RSVP LSP between R1 and R5 when you experience a link failure between R2 and R4. Which two statements are correct? (Choose two.) A. R2 sends a ResvTear message upstream to R1 signaling the link failure. B. R2 sends a PathTear message upstream to R1 signaling the link failure. C. R4 sends a ResvTear message downstream to R5 signaling the link failure. D. R4 sends a PathTear message downstream to R5 signaling the link failure. Â Suggested Answer: AD
-- Exhibit -- 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 { level 1 disable; 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; } family iso { mtu 1496; } } } lo0 { unit 0 { family inet { address 10.100.10.2/32; } family iso { address 49.1002.0010.0200.00; } } } } protocols { isis { interface ge-1/1/0.0 { level 2 disable; } interface lo0.0; } } -- Exhibit -- Click the Exhibit button. Referring to the exhibit, R1 and R2 are directly connected using interface ge-1/1/0. What is the reason the IS-IS adjacency fails? A. R2 has an MTU value of 1496 configured on ge-1/1/0. B. R2 and R1 have different area IDs. C. R1 is configured for Level 2, and R2 is configured for Level 1. D. R1 is configured for both Level 1 and Level 2 to be disabled. Â Suggested Answer: B
Which two support tunneling for non-IP protocols on Junos devices? (Choose two.) A. ATM AAL2 B. GRE C. IP-IP D. ATM AAL1 Â Suggested Answer: BC
-- Exhibit -- {master}[edit] user@router-RE0# run show task replication Stateful Replication: Enabled - RE modE. Master - Protocol Synchronization Status OSPF Complete RIP Complete BGP Complete MPLS Complete LDP Complete {master}[edit] user@router-RE0# run show bgp summary | find 192.168.1.1 192.168.1.1 65056 0 0 11:14 Establ inet.0: 0/0/0/0 inet.2: 0/0/0/0 bgp.l3vpn.0: 0/0/0/0 ... {backup}[edit] user@router-RE1# run show system switchover Graceful switchover: On - Configuration databasE. Ready - Kernel databasE. Synchronizing - Peer statE. Steady State - {backup}[edit] user@router-RE1# run show bgp summary | find 192.168.1.1 192.168.1.1 65056 306 581 0 7 7 Idle -- Exhibit -- Click the Exhibit button. You have been asked to determine if an NSR switchover will be hitless for a given BGP peer. Referring to the exhibit, which statement is true? A. The BGP session is idle on the backup RE indicating that the session will flap at switchover. B. The task replication process has completed on the master indicating a hitless switchover can be expected. C. The GRES synchronization process is underway and must complete before the protocol state can be checked. D. The BGP session is idle on the backup RE which is normal; it toggles to established at mastership change. Â Suggested Answer: A
You have been asked to deploy a Layer 2 VPN for a new customer. What information will be present in the PE's associated VPN forwarding table? (Choose three.) A. the customer site ID B. the route distinguisher C. the interface encapsulation D. the label base E. the community name  Suggested Answer: ACD
-- Exhibit -- protocols { isis { level 1 disable; interface ge-1/0/0.0 { level 2 disable; } interface ge-1/1/0.0; interface lo0.0; } } -- Exhibit -- Click the Exhibit button. Referring to the exhibit, what is the resulting behavior on interface ge-1/0/0? A. Level 1 is enabled. B. Level 1 is disabled. C. Level 2 is enabled. D. Level 1 and Level 2 are disabled. Â Suggested Answer: A
Which two statements regarding the MPLS label information base are correct? (Choose two.) A. The MPLS label information base is stored in the inet.3 table. B. The MPLS label information base is stored in the mpls.0 table. C. The label information base is used by all LSRs to forward LSP traffic. D. The label information base is used by transit LSRs to forward LSP traffic. Â Suggested Answer: BD
A route to the same destination is received from two different BGP sources. Which criterion is considered first to determine the active BGP route? A. cluster length B. AS-path length C. lowest RID D. local preference  Suggested Answer: D
Which two statements correctly describe IS-IS adjacencies? (Choose two.) A. Level 1 adjacencies can form in the same (intra) area only. B. Level 2 adjacencies are formed between (inter) areas only. C. Level 2 adjacencies can be established either interarea or intra-area. D. Level 2 adjacencies can form within the same (intra) area only. Â Suggested Answer: AC
You are configuring OSPF on a Junos device; however, you have not configured a router ID. What is the default behavior in this situation? A. If the loopback is configured with a 127/8 address, it will be used. B. If the loopback is not configured, it will use the interface with the highest IP address. C. If the loopback is configured and does not have a usable address, the IP address associated with the first hardware interface is used. D. If you configure a dedicated management address and include that interface in OSPF, it will be used as the router ID. Â Suggested Answer: C
You are troubleshooting an OSPF adjacency that is stuck in the ExStart state. What would be the correct step to resolve the problem? A. Look for a mismatched IP subnet or mask. B. Determine whether the neighbor is a DR-Other. C. Determine whether the hello and dead intervals are the same on both sides. D. Review the MTU settings to ensure that they match. Â Suggested Answer: D