Which OSPFv3 router ID is valid?
Which OSPFv3 router ID is valid?
Which two statements are true about the OSPF adjacency …
Click the Exhibit button.
user@R1> show ospf interface detail
Interface State Area DR ID BDR ID Nbcs
xe-0/0/1.0 BDR 0.0.0.0 2.169.37.12 11.244.245.215 1
Type LAN, address 192.161.27.11, Mask 255.255.255.248, MTU 4460, Cost 40
DR addr 192.161.37.12, BDR addr 192.168.37.11, Adj count 1, Priority 128
Hello 10, Dead 40, ReXmit 5, Not Stub
fe-0/2/1.0 PtToPt 0.0.0.0 0.0.0.0 0.0.0.0
Type P2P, Address 0.0.0.0, Mask 0.0.0.0, MTU 1500, Cost 2604
Adj count 0
Hello 10, Dead 40, ReXmit 5, Not stub
Auth type: MDS, Active key ID 3, Start time 2013 Jul 19 10:00:00 PST
IPsec SA Name: sa
user@R2> show ospf interface detail
Interface State Area DR ID BDR ID Nbcs
xe-1/1/1.0 BDR 0.0.0.0 192.168.37.12 11.244.245.216 1
Type LAN, address 192.161.27.12, Mask 255.255.255.248, MTU 4460, Cost 40
DR addr 192.161.37.12, BDR addr 192.168.37.11, Adj count 1, Priority 128
Hello 3, Dead 9, ReXmit 5, Not stub
fe-2/2/2.0 PtToPt 0.0.0.0 0.0.0.0 0.0.0.0
Type P2P, address 0.0.0.0, Mask 0.0.0.0, MTU 1500, Cost 2604
Adj count 0
Hello 10, Dead 40, ReXmit 5, Not Stub
Auth type: MDS, Active key ID 3, Start time 2013 Jul 19 10:00:00 PST
IPsec SA Name: sa
Which two statements are true about the OSPF adjacency displayed in the exhibit? (Choose two.)
Which address range has been specifically reserved for …
Which address range has been specifically reserved for use with SSM traffic?
Which two statements are true about IS-IS adjacency for…
Which two statements are true about IS-IS adjacency formation? (Choose two.)
What is the final component of CoS processing on a Juno…
What is the final component of CoS processing on a Junos device?
which effect does this have on the IS-IS operations of …
During a network migration window, an engineer issues the set protocols isis overload timeout 1200 command.
In this scenario, which effect does this have on the IS-IS operations of the router?
Which two statements are true in this scenario?
Your customer requires a Layer 2 VPN service (draft-kompella-mpls-l2vpn). You are asked to describe the
operational requirements on the PE router supporting this service.
Which two statements are true in this scenario? (Choose two.)
which configuration change would satisfy this requirement?
Click the Exhibit button.
user@router# run show route 2.0.0.0/8
inet.0: 101 destinations, 198 routes (100
active, 0 holddown, 1 hidden)
+ = Active Route, – = Last Active, * = Both
2.0.0.0/8 *[BGP/170] 00: 12:06, MED 🐍
1000, Localpref 100, from 10.220.1.2
As path: 2000 I,
validation-state: unverified
> to 10.220.15.2 via ge-
1/0/0.0, label-switched-path r1-to-r3
to 10.220.12.2 via ge-
1/1/0.0, label-switched-path r1-to-r3
[BGP/170] 00 10, MED 🐍
1000, localpref 100, from 10.220.1.5
AS path: 2000 I,
validation-state: unverified
> to 10.220.15.2 via ge-
1/0/0.0, label-switched-path r1-to-r3
to 10.220.12.2 via ge-
1/1/0.0, label-switched-path r1-to-r3
2.6.6.6/32 *[BGP/170] 00:12:06, MED
1000, localpref 100, from 10.220.1.2
AS path: 2000 I,
validation-state: unverified
> to 10.220.15.2 via ge-
1/0/0.0, label-switched-path r1-tor3
to 10.220.12.2 via ge-
1/1/0.0, label-switched-path r1-to-r3
[BGP/170] 00:12:10, MED
1000, localpref 100, from 10.220.1.5
AS path: 2000 I,
validation-state: unverified
> to 10.220.15.2 via ge-
1/0/0.0, label-switched-path r1-to-r3
to 10.220.12.2 via ge-
1/1/0.0, label-switched-path r1-to-r3
user@router# run show route advertising-protocol
bgp 192.168.11.0
inet.0: 101 destinations, 198 routes (100
active, 0 holddown, 1 hidden)
Prefix Nexthop
MED Lclpref AS path
* 2.6.6.6/32 Self
2000 I
[edit protocols bgp]
user@router# show
export reject;
group peer {
export as1000;neighbor 192.168.11.0 {
family inet {
unicast;
}
peer-as 1000;
}
}
[edit policy-options]
user@router# show
policy-statement as1000 {
term 1 {
from {
route-filter 2.0.0.0/8 longer;
}
then accept;
}
term 2 {
then reject;
}
}
policy-statement reject {
term 1 {
from {
route-filter 2.0.0.0/8 exact;
}
then reject
}
}
You want to advertise routes 2.0.0.0/8 and 2.6.6.6/32 to BGP peer 192.168.11.0.
Referring to the exhibit, which configuration change would satisfy this requirement?
Which MPLS traffic engineering parameter would accompli…
A service provider wants to start using all of their LSPs for internal traffic and not just their MPLS VPNs. Any
solution must ensure that existing VPNs and routing policies will continue to function properly.
Which MPLS traffic engineering parameter would accomplish this task?
Which statements are true about NG MVPNs?
Which statements are true about NG MVPNs? (Choose two.)