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.115B.TestKSwitch(config)# ip default-gateway 192.168

题目

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


相似考题
更多“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.115B.TestKSwitch(config)# ip default-gateway 192.168”相关问题
  • 第1题:

    You have just installed a new web server on the Ezonexam network. You are required to ensure that the web server is accessible from the Internet. The network uses private addressing, so an IP-to-registered address mapping is required.

    To do this, you enter the following command:

    Ezonexam(config)# ip nat inside source static 192.168.2.1

    198.18.1.254

    You unsuccessfully try to ping the Internet from a PC host on the LAN. During the troubleshooting process, you enter the "show ip nat translations" command but the output is blank.

    What is the most likely cause of the problem?

    A.The keyword overload is missing from the command.

    B.The NAT pool must be defined first.

    C.An access list must be defined to create static NAT translations.

    D.The interfaces must be configured for NAT.

    E.None of the above


    正确答案:D
    解析:Explanation:
    In order to successfully configure a static NAT translation, the interfaces must be configured for NAT, in addition to the global NAT command that was entered. The router interface that lies on the inside part of the network must be defined using the "ip nat inside" command. Similarly, the WAN interface that is being used for the Internet connection must be defined using the "ip nat outside" command.

    Incorrect Answers:
    A. In order to make an internal server reachable from the Internet, a static one to one NAT entry must be configured for the server. The keyword "overload" is used to configure many to one NAT, or PAT.

    B, C. This need not be done in order to create a static NAT entry. These steps are typically done in setting up NAT so that inside LAN users can access the Internet via NAT.

  • 第2题:

    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

  • 第3题:

    Which command will assign the last usable IP address from the 192.168.32.128/28 subnetwork to a router interface?()

    A. TestKingA(config-if)# ip address 192.168.32.142 255.255.255.240

    B. TestKingA(config-if)# ip address 192.168.32.143 255.255.255.240

    C. TestKingA(config-if)# ip address 192.168.32.158 255.255.255.240

    D. TestKingA(config-if)# ip address 192.168.32.145 255.255.255.240

    E. TestKingA(config-if)# ip address 192.168.32.144 255.255.255.240


    参考答案:A

  • 第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题:

    Which of the commands below can you use to configure a default route?()

    A. TK1(config)# ip route 0.0.0.0 0.0.0.0 E0

    B. TK1(config)# ip route 0.0.0.0 255.255.255.255 S0

    C. TK1(config-interface)# ip route 255.255.255.255 0.0.0.0 192.168.1.21

    D. TK1(config)# ip route 0.0.0.0 0.0.0.0 192.168.1.21

    E. TK1(config)# ip route 0.0.0.0 192.168.1.21 255.255.255.255

    F. TK1# ip default-network 0.0.0.0 192.168.1.21 255.255.255.255


    参考答案:A, D

  • 第6题:

    If IP routing is enabled, which two commands set the gateway of last resort to the default gateway?()

    A. ip default-gateway 0.0.0.0

    B. ip route 172.16.2.1 0.0.0.0 0.0.0.0

    C. ip default-network 0.0.0.0

    D. ip default-route 0.0.0.0 0.0.0.0 172.16.2.1

    E. ip route 0.0.0.0 0.0.0.0 172.16.2.1


    参考答案:C, E

  • 第7题:

    If IP routing is enabled, which two commands set the gateway of last resort to the default gateway? ()

    • A、ip default-gateway 0.0.0.0
    • B、ip route 172.16.2.1 0.0.0.0 0.0.0.0
    • C、ip default-network 0.0.0.0
    • D、ip default-route 0.0.0.0 0.0.0.0 172.16.2.1
    • E、ip route 0.0.0.0 0.0.0.0 172.16.2.1

    正确答案:D

  • 第8题:

    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

  • 第9题:

    要在一个接上配置IP地址和子网掩码,正确的命令是哪个?()

    • A、Switch(config)#ip address 192.168.1.1
    • B、Switch(config-if)#ip address 192.168.1.1
    • C、Switch(config-if)#ip address 192.168.1.1 255.255.255.0
    • D、Switch(config-if)#ip address 192.168.1.1 netmask 255.255.255.0

    正确答案:C

  • 第10题:

    多选题
    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
    解析: 暂无解析

  • 第11题:

    多选题
    Which of the commands below can you use to configure a default route?()
    A

    TK1(config)# ip route 0.0.0.0 0.0.0.0 E0

    B

    TK1(config)# ip route 0.0.0.0 255.255.255.255 S0

    C

    TK1(config-interface)# ip route 255.255.255.255 0.0.0.0 192.168.1.21

    D

    TK1(config)# ip route 0.0.0.0 0.0.0.0 192.168.1.21

    E

    TK1(config)# ip route 0.0.0.0 192.168.1.21 255.255.255.255

    F

    TK1# ip default-network 0.0.0.0 192.168.1.21 255.255.255.255


    正确答案: A,D
    解析: 暂无解析

  • 第12题:

    单选题
    You work as a technician at TestKing. You are configuring a Cisco router. You want to configure the IP address on an interface.Which command should you use?()
    A

    router(config-if)#ip address 142.8.2.1 subnet mask 255.255.252.0

    B

    router(config-if)#142.8.2.1 0.0.3.255

    C

    router(config-if)#ip address 142.8.2.1 255.255.252.0

    D

    router(config-if)#142.8.2.1 subnet mask 255.255.252.0

    E

    router(config-if)#ip address 142.8.2.1 0.0.3.255

    F

    router(config-if)#ip address 142.8.2.1 subnet mask /22


    正确答案: A
    解析: 暂无解析

  • 第13题:

    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.

  • 第14题:

    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

  • 第15题:

    You work as a technician at TestKing. You are configuring a Cisco router. You want to configure the IP address on an interface.Which command should you use?()

    A. router(config-if)#ip address 142.8.2.1 subnet mask 255.255.252.0

    B. router(config-if)#142.8.2.1 0.0.3.255

    C. router(config-if)#ip address 142.8.2.1 255.255.252.0

    D. router(config-if)#142.8.2.1 subnet mask 255.255.252.0

    E. router(config-if)#ip address 142.8.2.1 0.0.3.255

    F. router(config-if)#ip address 142.8.2.1 subnet mask /22


    参考答案:C

  • 第16题:

    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

  • 第17题:

    The network administrator cannot to switch 1 over a telnet session,although the hosts attached to switch 1 can ping the interface Fa0/0 of the router.Given the information in the graphic and assuming that the router and switch2 are configured properly,which of the following commands should be issued on switch 1 to correct this problem?()

    A. Switch1(config)# i nterface fa0 /1 Switch1(config-if)# ip address 192.168.24.3.255.255.255.0

    B. Switch1 (config)#interface fa0/1 Switch1 (config-if)# switchport mode trunk

    C. Switch 1 (config)# i nterface fa0 /1 Switch1 (config-if)# duplex full Switch1 (config-if)# speed 100

    D. Switch1 (config-if)# default-gateway 192.168.24.1

    E. Switch1 (config)# line con 0 Switch1(config-line)# password cisco Switch1 (config-line)#login


    参考答案:D

  • 第18题:

    Which command would correctly configure a serial port on a router with the last usable host address in the 192.216.32.32/29 subnet?()

    A.Router(config-if)# ip address 192.216.32.38 255.255.255.240

    B.Router(config-if)# ip address 192.216.32.39 255.255.255.224

    C.Router(config-if)# ip address 192.216.32.63 255.255.255.248

    D.Router(config-if)# ip address 192.216.32.39 255.255.255.248

    E.Router(config-if)# ip address 192.216.32.38 255.255.255.248


    参考答案:F

  • 第19题:

    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

  • 第20题:

    Which command will configure a default route on a router?()

    • A、router(config)# ip route 0.0.0.0 10.1.1.0 10.1.1.1
    • B、router(config)# ip default-route 10.1.1.0
    • C、router(config)# ip default-gateway 10.1.1.0
    • D、router(config)# ip route 0.0.0.0 0.0.0.0 10.1.1.1

    正确答案:D

  • 第21题:

    You are a systems administrator and you are about to assign static IP addresses to various servers on your network. For the network 192.168.20.24/29 the router is assigned to the first usable host address, while the last usable host address goes to your Sales server. Which one of the following commands would you enter into the IP properties box of the sales server?()

    • A、IP address: 192.168.20.14 Subnet Mask: 255.255.255.248 Default Gateway:192.168.20.9
    • B、IP address: 192.168.20.254 Subnet Mask: 255.255.255.0 Default Gateway:192.168.20.1
    • C、IP address: 192.168.20.30 Subnet Mask 255.255.255.248 Default Gateway:192.168.20.25
    • D、IP address: 192.168.20.30 Subnet Mask 255.255.255.240 Default Gateway:192.168.20.17
    • E、IP address: 192.168.20.30 Subnet Mask 255.255.255.240 Default Gateway:192.168.20.25

    正确答案:C

  • 第22题:

    单选题
    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


    正确答案: B
    解析: 暂无解析

  • 第23题:

    单选题
    Which command will assign the last usable IP address from the 192.168.32.128/28 subnetwork to a router interface?()
    A

    TestKingA(config-if)# ip address 192.168.32.142 255.255.255.240

    B

    TestKingA(config-if)# ip address 192.168.32.143 255.255.255.240

    C

    TestKingA(config-if)# ip address 192.168.32.158 255.255.255.240

    D

    TestKingA(config-if)# ip address 192.168.32.145 255.255.255.240

    E

    TestKingA(config-if)# ip address 192.168.32.144 255.255.255.240


    正确答案: C
    解析: 暂无解析