-- 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.
An RSVP LSP in your network is operational but you are receiving complaints about network throughput across the LSP. You suspect that the RSVP bandwidth was omitted from the router configuration.
Which operational mode command will help you verify your suspicions?
A. show interfaces terse
B. show mpls lsp extensive
C. show rsvp neighbor detail
D. show rsvp bandwidth
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
Click the Exhibit button
In the exhibit, all routers are sending routes to Router B
Which routes will be advertised from Router B to Router D?
A. BGP routes learned from Router A only
B. BGP routes learned from Router E only
C. BGP routes learned from Routers A and C only
D. BGP routes learned from Routers A, C and E only
What are two destination addresses used for OSPF link-state update packets? (Choose two.)
A. 224.0.0.1
B. 224.0.0.4
C. 224.0.0.6
D. 224.0.0.5
Which three statements are true about BGP default operations? (Choose three.)
A. IBGP peers advertise routes received from EBGP peers to other IBGP peers.
B. IBGP peers do not advertise routes received from IBGP peers to other IBGP peers.
C. IBGP peers do not advertise routes received from EBGP peers to other IBGP peers.
D. IBGP peers change the next hop for routes received from EBGP peers.
E. EBGP peers advertise routes learned from IBGP or EBGP peers to other EBGP peers.
Which command enables STP on an MX Series device?
A. set protocols rstp force-mode stp
B. set protocols rstp mode stp
C. set protocols rstp version stp
D. set protocols rstp force-version stp
From the [edit routing-options] hierarchy, which command correctly configures an aggregate route for 64.18.128/17
A. set aggregate route 64.18.128/17
B. set summary route 64.18.128/17
C. set route aggregate 64.18.128/17
D. set route summary 64.18.128/17
Where would you configure MVRP in a multiswitch environment?
A. on all interfaces
B. on access ports
C. on trunk ports
D. within the bridge domain
Click the Exhibit.
You have just configured IS-IS, but the adjacency is not coming up. Referring to the exhibit, what is the cause?
A. Only one side is configured using the point-to-point parameter.
B. One router is configured for Level 2 only.
C. The routers must be in different areas.
D. The family iso parameters is missing on the interfaces.