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.1B、Switch(config)#ip route-default 192.168.12.1C、Switch(config)# ip default-gateway 192.168.12.1D、Swicth(config)# ip route 192.168.12.1 0.0.0.0

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

相关考题:

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.115C.TestKSwitch(config)# ip route 192.168.1.115 0.0.0.0D.TestKSwitch(config)# ip default-network 192.168.1.115E.None of the above

Cisco 3548交换机采用telnet远程管理方式进行配置,其设备管理地址是222.38.12.23/24,缺省路由是222.38.12.1。下列对交换机预先进行的配置,正确的是A)Switch-3548(config)#interface vlan1Switch-3548(config-if)#ip address 222.38.12.23 255.255.255.0Switch-3548(config-if)#ip default-gateway 222.38.12.1Switch-3548(config-if)#exitSwitch-3548(config)#line vty 0 4Switch-3548(config-line)#password 7 cccSwitch-3548(config-line)#exitB)Switch-3548(config)#interface vlan1Switch-3548(config-if)#ip address 222.38.12.23 255.255.255.0Switch-3548(config-if)#exitSwitch-3548(config)#ip default-gateway 222.38.12.1Switch-3548(config)#line vty 0 4Switch-3548(config-line)#password 7 cccSwitch-3548(config-line)#exitC)Switch-3548(config)#interface vlan1Switch-3548(config-if)#ip address 222.38.12.23 255.255.255.0Switch-3548(config-if)#exitSwitch-3548(config)#ip default-route 222.38.12.1Switch-3548(config)#line vty 0 4Switch-3548(config-line)#password 7 cccSwitch-3548(config-line)#exitD)Switch-3548(config)#interface vlan1Switch-3548(config-if)#ip address 222.38.12.23 255.255.255.0Switch-3548(config-if)#exitSwitch-3548(config)#ip default-gateway 222.38.12.1Switch-3548(config)#line aux 0 4Switch-3548(config-line)#password 7 cccSwitch-3548(config-line)#exit

阅读以下说明,回答问题1~3,将答案填入对应的解答栏内。随着越来越多的机构为任务关键型通信寻求经济利益,高可靠性变得日益关键。网络通信注意力集中在提供一种7×24小时都可用的网络架构上。可是,最大的挑战之一不是来自于网络架构,而是来自于用户级的工作站和网络设备。热备份路由选择协议(HSRP)为IP碉络提供了容错和增强的路由选择功能。如图5-1就是一个典型的HSRP网络的实现。两台多层交换机的配置如下,解析配置文件中部分语句的意义。***Switch1的交换引擎的配置***Switch1>(enable)set vtp mode server (1)Switch1>(enable)set vtp domain Core Net //设置VTP域名Switch1>(enable)set vlan 10 name CaiWuBu //创建VLAN 10Switch1>(enable)set vlan 20 name XingZheng //创建VLAN 20Switch1>(enable)set trunk 1/1 on dotlq 1-1005 (2)Switch1 (2) (enable)set spantree root 1-40 dia 4 (3)Switch1 (3) (enable)set spantree portfast 1/1-2 enable (4)Switch1 (4) (enable)set spantree uplinkfast enable (5)……(略)***Switch1的路由引擎的配置***Switch1(config)enable secret test //设定登录口令Switch1(config)line vty 0 4 //进入VTY模式Switch1(config-line)loginSwitch1(config-line)password test //设用户级口令……(略)Switch1(config-if)interface vlan 10 //进入虚接HVLAN 10Switch1(config-if)ip address 192.168.180.60 255.255.255.192//设定IP地址Switch1(config-if)no shutdown //开启端口Switch1(config-if)standby 10 ip 192.168.180.62 (6)Switch1(config-if)standby 10 priority 110 (7)Switch1(config-if)standby 10 preempt (8)Switch1(config-if)interfacevlan 20 //进入虚接口VLAN 20Switch1(config-if)ip address 192.168.180.124 255.255.255.192//设定IP地址Switch1(config-if)no shutdown //开启端口Switch1(config-if)standby 20 ip 192.168.180.126Switch1(config-if)standby 20 priority 110Switch1(config-if)standby 20 preempt……(略)***Switch2的交换引擎的配置***Switch2>(enable)set vtp mode serverSwitch2>(enable)set vtp domain Core_Net //设置VTP域名Switch2>(enable)set vlan 10 name CaiWuBu //创建VLAN 10Switch2>(enable)set vlan 20 name XingZheng //创建VLAN 20Switch2>(enable)set trunk 1/1 on dotlq 1-1005Switch2>(enable)set spantree secondary root 1-40 dia 4……(略)***Switch2的路由引擎的配置**+Switch2(config)enable secret test //设定登录口令……(略)Switch2(config-if)interface vlan 10 //进入虚接口VLAN 10Switch2(config-if)ip address 192.168.180.61 255.255.255.192//设定IP地址Switch2(config-if)no shutdown //开启端口Switch2(config-if)standby 10 ip 192.168.180.62Switch2(config-if)standby 10 priority 100Switch2(config-if)standby 10 preemptSwitch2(config-if)interface vlan 20 //进入虚接口VLAN 20Switch2(config-if)ip address 192.168.180.125 255.255.255.192Switch2(config-if)no shutdownSwitch2(config-if)standby 20 ip 192.168.180.126Switch2(config-if)standby 20 priority 100Switch2(config-if)standby 20 preempt……(略)

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.1B.VE1(config)# ip default-route 10.1.1.0C.VE1(config)# ip default-gateway 10.1.1.0D.VE1(config)# ip route 0.0.0.0 0.0.0.0 10.1.1.1

在一台Cisco Catalyst 2950交换机上作如下配置:Switch # config terminalSwitch (config) # interface fastethernet 0/1Switch (config-if) # switchport mode accessSwitch (config-if) # switchport access vlan2若要将fastethernet 0/1端口还原到默认配置状态,可以使用( )命令。A、Switch (config) # default fastethernet 0/1B、Switch (config) # default interface fastethernet 0/1C、Switch (config) # no fastethernet 0/1D、Switch (config) # erase interface fastethernet 0/1

You need to perform. some initial configuration tasks on a new Ezonexam switch. What is the purpose of assigning an IP address to a switch?A.To provide local hosts with a default gateway addressB.To allow remote management of the switch.C.To allow the switch to respond to ARP requests between two hostsD.To ensure that hosts on the same LAN can communicate with each other.E.None of the above

You are configuring a new Catalyst switch that you want to manage remotely from workstations on other network segments within your enterprise.Which of the following are required to allow remote management of the switch over IP?()A. The switch name must match the workgroup name of the local network.B. The switch must be configured with an IP address and default gateway.C. The remote workstations must have access to the management VLAN of the switch.D. CDP must be enabled on the switch so that it can be located by other devices on the network.

In which of the following scenarios would the "show cdp neighbors detail"command be an appropriate troubleshooting tool?() A. Two switches are connected via a trunk. Both switches have been assigned an IP address, subnet mask, and default gateway. A ping is successful between the two switches. However, VLAN information is not passed from one switch to the other switch.B. A router and a switch have been assigned an IP address, a subnet mask, and a default gateway. They are directly connected, but a ping between the two devices fails.C. A router connects to another router through a serial interface. Both routers have been assigned an IP address, subnet mask, and default gateway. The routers are running RIP and the networks directly connected to the first router do not pass to the second router. However, a ping from one router to the serial interface of the directly connected neighboring router is successful.D. A router connects to another router via a switch. Both routers and the switch have been assigned an IP address, subnet mask, and default gateway. Neither the routers nor the switch are able to ping one of the hosts that is directly to the switch.

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.115B. TestKSwitch(config)# ip default-gateway 192.168.1.115C. TestKSwitch(config)# ip route 192.168.1.115 0.0.0.0D. TestKSwitch(config)# ip default-network 192.168.1.115

Which interface commands would you enter on a Catalyst 2900 switch, if your goal was to bring all VLAN traffic to another directly connected switch?() A. Switch(config-if)# vlan allB. Switch(config-if)# switchport trunk encapsulation dot1qC. Switch(config-if)# switchport access vlan allD. Switch(config-if)# switchport mode trunkE. Switch(config-if)# switchport access vlan 303

You are bringing up a new Cisco Catalyst switch, and wish to connect it via a trunk to another switch from a different vendor, which uses the IEEE standard for the trunking method.When setting the encapsulation type on the trunk, what should you configure on the Cisco switch?()A. Switch(config)# switchport trunk encapsulation islB. Switch(config)# switchport trunk encapsulation ietfC. Switch(config-if)# switchport trunk encapsulation islD. Switch(config-if)# switchport trunk encapsulation ietfE. Switch(config-if)# switchport trunk encapsulation dot1q

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.1B. Switch(config)#ip route-default 192.168.12.1C. Switch(config)# ip default-gateway 192.168.12.1D. Swicth(config)# ip route 192.168.12.1 0.0.0.0

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.0B. Switch1 (config)#interface fa0/1 Switch1 (config-if)# switchport mode trunkC. Switch 1 (config)# i nterface fa0 /1 Switch1 (config-if)# duplex full Switch1 (config-if)# speed 100D. Switch1 (config-if)# default-gateway 192.168.24.1E. Switch1 (config)# line con 0 Switch1(config-line)# password cisco Switch1 (config-line)#login

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.0B. ip route 172.16.2.1 0.0.0.0 0.0.0.0C. ip default-network 0.0.0.0D. ip default-route 0.0.0.0 0.0.0.0 172.16.2.1E. ip route 0.0.0.0 0.0.0.0 172.16.2.1

Refer to the exhibit.The network administrator normally establishes a telnet session with the switch from host A.However,host A is unavailable.The administrators attempt to the switch from host B fails,but pings to the other two hosts are successful.what is the issue?()A.Host B and the switch need to be in the same subnet.B.The switch needs and appropriate default gateway assigned.C.The switch interface connected to the router is down.D.Host B need to be assigned an IP address in vlan 1.E.The switch interfaces need the appropriate IP addresses assigned.

Refer to the exibit. Three cisco 2950 switches are set to their default priority sttings.During the spanningtree process,which switch will be elected as the root bridge?() A.Switch3B.Switch4C.Switch2D.Switch1

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.0B、ip route 172.16.2.1 0.0.0.0 0.0.0.0C、ip default-network 0.0.0.0D、ip default-route 0.0.0.0 0.0.0.0 172.16.2.1E、ip route 0.0.0.0 0.0.0.0 172.16.2.1

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.1B、router(config)# ip default-route 10.1.1.0C、router(config)# ip default-gateway 10.1.1.0D、router(config)# ip route 0.0.0.0 0.0.0.0 10.1.1.1

Which interface commands would you enter on a Catalyst 2900 switch, if your goal was to bring all VLAN traffic to another directly connected switch?()A、Switch(config-if)# vlan allB、Switch(config-if)# switchport trunk encapsulation dot1qC、Switch(config-if)# switchport access vlan allD、Switch(config-if)# switchport mode trunkE、Switch(config-if)# switchport access vlan 303

The network security policy requires that only one host be permitted to attach dynamically to each switch interfacE.If that policy is violated, the interface should shut down. Which two commands must the network administrator configure on the 2950 Catalyst switch to meet this policy? ()A、Switch1(config-if)# switchport port-security maximum 1B、Switch1(config)# mac-address-table secureC、Switch1(config)# access-list 10 permit ip hostD、Switch1(config-if)# switchport port-security violation shutdownE、Switch1(config-if)# ip access-group 10

Refer to the exibit. Three cisco 2950 switches are set to their default priority sttings.During the spanningtree process,which switch will be elected as the root bridge?()A、Switch3B、Switch4C、Switch2D、Switch1

You are bringing up a new Cisco Catalyst switch, and wish to connect it via a trunk to another switch from a different vendor, which uses the IEEE standard for the trunking method. When setting the encapsulation type on the trunk, what should you configure on the Cisco switch?()A、Switch(config)# switchport trunk encapsulation islB、Switch(config)# switchport trunk encapsulation ietfC、Switch(config-if)# switchport trunk encapsulation islD、Switch(config-if)# switchport trunk encapsulation ietfE、Switch(config-if)# switchport trunk encapsulation dot1q

On a Cisco Nexus 7000 Series Switch, what is the purpose of this command?()  switch# config terminal  switch(config)# mac address-table learning-mode conversational vlan 1-10  switch(config)#   A、 Enable conversational learning on FabricPath vlans 1-10 for F-Series moduleB、 Enable FabricPath protocol on VLANs 1–10C、 No need for this command as conversational learning is enabled by default for all VLANs.D、 Enable conversational learning on Classical Ethernet VLAN for F-Series module

An administrator would like to configure a switch over a virtual terminal connection from locations outside of the local LAN. Which of the following are required in order for the switch to be configured from a remote location? ()A、The switch must be configured with an IP address, subnet mask, and default gateway.B、The switch must be connected to a router over a VLAN trunk.C、The switch must be reachable through a port connected to its management VLAN.D、The switch console port must be connected to the Ethernet LAN.E、The switch management VLAN must be created and have a membership of at least one switch

Three switches are connected to one anther via trunk ports.Assuming the default switch configuration,which switch is elected as the root bridge for the spanning-tree instance of vlan 1?()A、the switch with the lowest MAC addressB、the switch with the higest MAC addressC、the switch witch the higest IP addressD、the switch with the lowest IP address

You are configuring a new Catalyst switch that you want to manage remotely from workstations on other network segments within your enterprise.Which of the following are required to allow remote management of the switch over IP?()A、The switch name must match the workgroup name of the local network.B、The switch must be configured with an IP address and default gateway.C、The remote workstations must have access to the management VLAN of the switch.D、CDP must be enabled on the switch so that it can be located by other devices on the network.

单选题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?()ASwitch(config)# ip default-network 192.168.12.1BSwitch(config)#ip route-default 192.168.12.1CSwitch(config)# ip default-gateway 192.168.12.1DSwicth(config)# ip route 192.168.12.1 0.0.0.0