Which statement describes the advertisement for the 200.200.200.0/24 route?
— Exhibit —
protocols {
bgp {
export exp-rt;
group int {
type internal;
local-address 192.168.1.1;
neighbor 192.168.1.2;
neighbor 192.168.1.3;
}
group ext {
type external;
peer-as 65002;
neighbor 172.16.1.2;
} }
}
policy-options {
policy-statement exp-rt {
term 1 {
from {
route-filter 200.200.200.0/24 orlonger;
}
then {
community add no-export;
accept;
} } }
}
— Exhibit –
Referring to the exhibit, route 200.200.200.0/24 is exported into BGP and the peering routers use
default BGP policies.
Which statement describes the advertisement for the 200.200.200.0/24 route?
which source MAC address?
which router will be elected as the designated router?
Which statement describes how R1 handles the packet?
Which LSA type does R2 send to R4?
which router will be the OSPF designated router?
What must you do to complete the load balancing configuration?
— Exhibit —
routing-options {
router-id 10.10.1.2;
}
policy-options {
policy-statement loadbalance {
term 1 {
from {
route-filter 100.100.0.0/16 exact;
}
then {
load-balance per-packet;
} } }
}
— Exhibit —
Referring to the exhibit, you have configured a load balancing policy and the router has an equal
cost path for traffic to 10.100.0.0/16.
What must you do to complete the load balancing configuration?
How many adjacencies does R1 have?
which statement is correct about the OSPF configuration in the Router R1 trace output?
Which statement is correct?
— Exhibit —
user@Switch-1# run show dhcp snooping binding
DHCP Snooping Information:
MAC address IP address Lease (seconds) Type VLAN Interface
00:26:88:02:74:89 172.28.1.4 – static default ge-0/0/9.0
00:26:88:02:74:86 172.28.1.2 86113 dynamic default ge-0/0/6.0
00:26:88:02:74:87 172.28.1.3 86378 dynamic default ge-0/0/7.0
— Exhibit —
DHCP snooping is implemented on an EX Series switch. The results display a static MAC to IP
binding on interface ge-0/0/9 as shown in the exhibit.
Which statement is correct?