JN0-102

单选题You have been asked to configure your MX240 with a default route toward your upstream ISP atIP address 192.168.100.1. Which command successfully completes this task?()A user@router# set routing-options static route 0.0.0.0/0 next-hop 192.168.100.1B use

题目
单选题
You have been asked to configure your MX240 with a default route toward your upstream ISP atIP address 192.168.100.1. Which command successfully completes this task?()
A

user@router# set routing-options static route 0.0.0.0/0 next-hop 192.168.100.1

B

user@router# set routing-options default route 0.0.0.0/0 next-hop 192.168.100.1

C

user@router# set forwarding-options static route 0.0.0.0/0 next-hop 192.168.100.1

D

user@router# set protocols default route 0.0.0.0/0 next-hop 192.168.100.1

如果没有搜索结果,请直接 联系老师 获取答案。
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

You have been asked to configure your MX240 with a default route toward your upstream ISP at IP address 192.168.100.1. Which command successfully completes this task?()

A. user@router# set routing-options static route 0.0.0.0/0 next-hop 192.168.100.1

B. user@router# set routing-options default route 0.0.0.0/0 next-hop 192.168.100.1

C. user@router# set forwarding-options static route 0.0.0.0/0 next-hop 192.168.100.1

D. user@router# set protocols default route 0.0.0.0/0 next-hop 192.168.100.1


参考答案:A

第2题:

Which command will drop a matching packet and send out a notification message?()

A. set routing-options static route 10.1.1.1/32 no-retain

B. set routing-options static route 10.1.1.1/32 discard

C. set routing-options static route 10.1.1.1/32 reject

D. set routing-options static route 10.1.1.1/32 no-install


参考答案:C

第3题:

As a Ezonexam trainee you are required to set the default gateway on a Cisco switch to the IP address of 192.168.1.115. Which IOS command should you use?

A.TestKSwitch(config)# ip route-default 192.168.1.115

B.TestKSwitch(config)# ip default-gateway 192.168.1.115

C.TestKSwitch(config)# ip route 192.168.1.115 0.0.0.0

D.TestKSwitch(config)# ip default-network 192.168.1.115

E.None of the above


正确答案:B
解析:Explanation:
Use the "ip default-gateway" command to enter the IP address of the next-hop router interface that is directly connected to the switch where a default gateway is being configured. The default gateway receives IP packets with unresolved destination IP addresses from the switch.

Once the default gateway is configured, the switch has connectivity to the remote networks with which a host needs to communicate.

第4题:

You have been asked to configure a default route. Which of the IOS commands mentioned below will accomplish this task?()

A. LTD(config)# ip route 0.0.0.0 0.0.0.0 192.168.15.36

B. LTD(config)# ip route 0.0.0.0 192.168.15.36 255.255.255.255

C. LTD# ip default-network 0.0.0.0 192.168.15.36 255.255.255.255

D. LTD(config)# ip route 0.0.0.0 0.0.0.0 E0

E. LTD(config)# ip route 0.0.0.0 255.255.255.255 S0

F. LTD(config-router)# ip route 255.255.255.255 0.0.0.0 192.168.15.36


参考答案:A, D

第5题:

As a TestKing trainee you are required to set the default gateway on a Cisco switch to the IP address of 192.168.1.115. Which IOS command should you use?()

A. TestKSwitch(config)# ip route-default 192.168.1.115

B. TestKSwitch(config)# ip default-gateway 192.168.1.115

C. TestKSwitch(config)# ip route 192.168.1.115 0.0.0.0

D. TestKSwitch(config)# ip default-network 192.168.1.115


参考答案:B

第6题:

Which command will apply a policy to redistribute static routes into OSPF?()

A. set protocols ospf import static-routes

B. set protocols ospf export static-routes

C. set routing-options static defaults readvertise

D. set routing-options static route 0.0.0.0/0 readvertise


参考答案:B

第7题:

Refer to the exhibit. R1 accesses the Internet using E0/0. You have been asked to co nfigure R1 so that a default route is generated to its downstream devices (191.0.0.1 and 192.0.0.1). Which commands would create this configuration? ()

A.router eigrp 190redistribute static ! ip route 0.0.0.0 0.0.0.0 Null0

B.ip default - network 2 0.0.0.0

C.router eigrp 190 redistribute static ! ip route 0.0.0.0 255.255.255.255 Null0

D.ip default - network 20.20.20.0


参考答案:A

第8题:

You need to configure a default route on a Ezonexam router. Which command will configure a default route on a router?

A.VE1(config)# ip route 0.0.0.0 10.1.1.0 10.1.1.1

B.VE1(config)# ip default-route 10.1.1.0

C.VE1(config)# ip default-gateway 10.1.1.0

D.VE1(config)# ip route 0.0.0.0 0.0.0.0 10.1.1.1


正确答案:D
解析:Explanation:Thecommand"IProute0.0.0.00.0.0.0<ip-addressoftheinterface>"commandisusedtoconfigureadefaultrouteonarouter.Inthiscase,adefaultroutewithanexthopIPaddressof10.1.1.1wasconfigured.IncorrectAnswers:A.Thiswillbeaninvalidroute,sincethe"10.1.1.0"valuewillspecifythenetworkmask,whichinthiscaseisinvalid.B,C.Thesecommandsareinvalid.Thecommand"ipdefault-network"couldbeused,butnot"ipdefault-route"or"ipdefault-gateway".IPdefault-gatewayisusedonswitches,notrouters.

第9题:

You need to set the default gateway of one of your TestKing switches. Which command will set the default gateway to 192.168.12.1 on a Cisco switch?()

A. Switch(config)# ip default-network 192.168.12.1

B. Switch(config)#ip route-default 192.168.12.1

C. Switch(config)# ip default-gateway 192.168.12.1

D. Swicth(config)# ip route 192.168.12.1 0.0.0.0


参考答案:C

第10题:

Which of the following commands would you use, to configure a default route to any destination NOT found in the routing table?()

A. Router(config)# ip default-route 0.0.0.0 255.255.255.255 s0

B. Router(config)# ip route 0.0.0.0 255.255.255.255 s0

C. Router(config)# ip default-route 0.0.0.0 0.0.0.0 s0

D. Router(config)# ip route 0.0.0.0 0.0.0.0 s0

E. Router(config)# ip route any any e0


参考答案:D

更多相关问题