which of the following commands must be configured on Core2 to allow it to be managed remotely from any subnet on the network?

The switches shown in the diagram, Core and Core2, are both Catalyst 2950s. The addressing scheme for each company site is as follows:

Router Ethernet port – 1st usable address

Core – 2nd usable address

Core2 – 3rd usable address

For this network, which of the following commands must be configured on Core2 to allow it to be managed remotely from any subnet on the network? (Choose three.)

The switches shown in the diagram, Core and Core2, are both Catalyst 2950s. The addressing scheme for each company site is as follows:

Router Ethernet port – 1st usable address

Core – 2nd usable address

Core2 – 3rd usable address

For this network, which of the following commands must be configured on Core2 to allow it to be managed remotely from any subnet on the network? (Choose three.)

A.
Core2(config)# interface f0/0
Core2(config-if)# ip address 192.168.1.10 255.255.255.248

B.
Core2(config)# interface vlan 1
Core2(config-if)# ip address 192.168.1.11 255.255.255.248

C.
Core2(config)# line con 0 Core2(config-line)# password cisco

D.
Core2(config)# line vty 0 4 Core2(config-line)# password cisco

E.
Core2(config)# ip default-gateway 192.168.1.9

F.
Core2(config)# ip route 0.0.0.0 0.0.0.0 192.168.1.8



Leave a Reply 5

Your email address will not be published. Required fields are marked *


devyn

devyn

where is the diagram?

Luis Cifer

Luis Cifer

missing exhibit

devyn

devyn

same as question 106–question 106 has the graphic

ELD

ELD

You really do not need a graphic and may not get one on the exam.
You know you have to telnet in so that is answer D.
It appears that all of the address may be in the same net.
Doing a little calculation and you get the following:
Network 192.168.1.8
1st address 192.168.1.9
2nd address 192.1468.1.10
3rd address 192.168.1.11
etc.
1st address is the gateway on the router so answer E.
Normally when CISCO assigns a management IP to a switch it is in Vlan 1.
So interface VLAN 1 takes you there and the question said #3 address for Core 2=B.