get-ospf
reject-all
get-statics
get-aggregate
第1题:
A. The BGP session to the 10.3.3.3 neighbor is established, but the router has not received any BGP routing updates from the 10.3.3.3 neighbor.
B. The router is attempting to establish a BGP peering session with the 10.2.2.2 neighbor.
C. The router is attempting to establish a BGP peering session with the 10.1.1.1 neighbor.
D. The BGP session to the 10.3.3.3 neighbor is established.
E. The BGP session to the 10.2.2.2 neighbor is established.
F. The BGP session to the 10.1.1.1 neighbor is established.
第2题:
Which of the following commands causes a router to bring down BGP neighbor relationships?()
第3题:
You issue the command show process memory ∣ include BGP and notice that BGP is consuming alarge percentage of the router’s memory. Which of the following steps would result in lowering theamount of memory being consumed by BGP?(Choose all that apply.)()
第4题:
Two routers configured to run BGP have been connected to a firewall, one on the inside interface and one on the outside interface. BGP has been configured so the two routers should peer, including the correct BGP session endpoint addresses and the correct BGP session hop-count limit (EBGP multihop). What is a good first test to see if BGP will work across the firewall?()
第5题:
You are configuring new BGP neighbor and want to view the configuration for the interface ge-0/0/0.42.Which command do you use to achieve this result?()
第6题:
Which two can be used to create and apply an export policy that advertises static routes to RIP neighbors?()
第7题:
Which action occurs when the BGP route 20.1.0.0/16 is evaluated by the policy expression?() [editpolicy-options] policy-statementmy-filter { term-first{ from{ route-filter192.168.0.0/16orlongeraccept; route-filter 192.168.1.0/24 exact accept; route-filter 192.168.2.0/24 exact; } then{ metric10; accept; } termsecond { then{ metric20; accept; }} policy-statementmain { termchange-attributes from{ policymy-filter; } thenaccept; } termdefault { thenreject; }} [editprotocols] bgp{ exportmain; }
第8题:
Attempt to TELNET from the router connected to the inside of the firewall to the router connected to theoutside of the firewall. If telnet works, BGP will work, since telnet and BGP both use TCP to transportdata.
Ping from the router connected to the inside interface of the firewall to the router connected to theoutside interface of the firewall. If you can ping between them, BGP should work, since BGP uses IP totransport packets.
There is no way to make BGP work across a firewall without special configuration, so there is no simpletest that will show you if BGP will work or not, other than trying to start the peering session.
There is no way to make BGP work across a firewall.
第9题:
This router has set the Weight of this route to 10.
This router's BGP table lists this route as an iBGP route.
This router's MED has been set to 10.
This router's BGP table lists an AS_Path length of 10 for this route.
第10题:
set protocols bgp group mygroup path-selection cisco-non-deterministic;
set protocols bgp group i-bgp no-aggregator-id;
set protocols bgp group mygroup no-client-reflect;
set protocols bgp group i-bgp damping;
第11题:
ISSU,OSPF,IS-IS
IETF,OSPF,ISSU
IS-IS,EIGRP,SSO,BGP
EIGRP,BGP,OSPF,IS-IS
第12题:
network 10.0.0.0
network 10.10.0.0 mask 255.255.0.0
network 10.10.10.1 mask 255.255.255.255
network 10.10.10.0 mask 255.255.255.0
network 10.0.0.0 mask 255.255.0.0
第13题:
During BGP configuration on a router that has peered with other BGP speakers, the BGP command aggregate-a ddress 172.32.0.0 255.255.252.0 is issued. However, the peers do not receive this aggregate network in BGP advertisements. Also, the router does not have this aggregate network in its BGP table.Which option indicates a possible reason this command did not cause the router to advertise the aggregate network to its peers?()
A. Interface NULL 0 is likely shutdown.
B. The next hop IP address must be a loopback address.
C. The BGP command no auto - summary is missing.
D. The BGP command no synchronization is missing.
E. Subnets of 172.32.0.0/22 do not exist in the BGP table.
F. The IGP running on this router does not have network 172.32.0.0/22 installed.
第14题:
Two routers configured to run BGP have been connected to a firewall, one on the inside interface and one on the outside interface. BGP has been configured so the two routers should peer, including the correctBGP session endpoint addresses and the correct BGP session hop-count limit EBGP multihop. What is agood first test to see if BGP will work across the firewall?()
第15题:
A BGP router has the following configuration: protocols{ bgp{ export[policy-1 policy-2 policy-3]; }} policy-options{ policy-statementpolicy-2 { termget-statics{ fromprotocol static; thenaccept; } termreject-all { thenreject; } } policy-statementpolicy-1 { termget-aggregate { fromprotocol aggregate; thenaccept; } termreject-all { thenreject; } } policy-statementpolicy-3 { termget-ospf { fromprotocol ospf; thenaccept; } termreject-all { thenreject; } } } Which policy term is evaluated first when exporting routes?()
第16题:
A BGP router is configured as shown below: interface ethernet 0 ip address 10.10.10.1 255.255.0.0! int serial 0 ip address 172.16.1.1 255.255.255.252! router bgp 65001 neighbor 192.168.1.1 remote-as 65002 Based on the above configuration, which of the following BGP statements would inject the10.10.0.0/16 prefix into the BGP routing table?()
第17题:
Which two can be used to create and apply an export policy that advertises static routes to RIP neighbors?()
第18题:
Which two commands are needed to create and apply an export policy that advertises static routes to OSPF neighbors?()
第19题:
Interface NULL 0 is likely shutdown.
The next hop IP address must be a loopback address.
The BGP command no auto - summary is missing.
The BGP command no synchronization is missing.
Subnets of 172.32.0.0/22 do not exist in the BGP table.
The IGP running on this router does not have network 172.32.0.0/22 installed.
第20题:
The route is not advertised into BGP
The route is advertised into BGP with metric 10.
The route is advertised into BGP with metric 20.
The route is advertised into BGP with default metric.
第21题:
Attempt to TELNET from the router connected to the inside of the firewall to the router connected to the outside of the firewall. If telnet works, BGP will work, since telnet and BGP both use TCP to transport data.
Ping from the router connected to the inside interface of the firewall to the router connected to the outside interface of the firewall. If you can ping between them, BGP should work, since BGP uses IP to transport packets.
There is no way to make BGP work across a firewall without special configuration, so there is no simple test that will show you if BGP will work or not, other than trying to start the peering session.
There is no way to make BGP work across a firewall.
第22题:
Attempt to TELNET from the router connected to the inside of the firewall to the router connected to the outside of the firewall.If telnet works,BGP will work,since telnet and BGP both use TCP to transport data
Ping from the router connected to the inside interface of the firewall to the router connected to the outside interface of the firewall.If you can ping between them,BGP should work,since BGP uses IP to transport packets
There is no way to make BGP work across a firewall without special configuration,so there is no simple test that will show you if BGP will work or not,other than trying to start the peering session
There is no way to make BGP work across a firewall
第23题:
[edit protocols bgp group external] user@router# set interfaces ge-0/0/0.42 ?
[edit protocols bgp group external] user@router# edit show interfaces ge-0/0/0.42
[edit protocols bgp group external] user@router# top show interfaces ge-0/0/0.42
[edit protocols bgp group external] user@router# show interfaces ge0/0/0.42
第24题:
get-ospf
reject-all
get-statics
get-aggregate