PrepAway - Latest Free Exam Questions & Answers

A technician has installed SwitchB and needs to configure it for remote access from the management workstation

Refer to the exhibit.

A technician has installed SwitchB and needs to configure it for remote access from the
management workstation connected to Switch

PrepAway - Latest Free Exam Questions & Answers

A.
Which set of commands is required to accomplish this task?
SwitchB(config)# interface FastEthernet 0/1
SwitchB(config-if)# ip address 192.168.8.252 255.255.255.0
SwitchB(config-if)# no shutdown

A.
Which set of commands is required to accomplish this task?
SwitchB(config)# interface FastEthernet 0/1
SwitchB(config-if)# ip address 192.168.8.252 255.255.255.0
SwitchB(config-if)# no shutdown

B.
SwitchB(config)# interface vlan 1
SwitchB(config-if)# ip address 192.168.8.252 255.255.255.0
SwitchB(config-if)# ip default-gateway 192.168.8.254 255.255.255.0
SwitchB(config-if)# no shutdown

C.
SwitchB(config)# ip default-gateway 192.168.8.254
SwitchB(config)# interface vlan 1
SwitchB(config-if)# ip address 192.168.8.252 255.255.255.0
SwitchB(config-if)# no shutdown

D.
SwitchB(config)# ip default-network 192.168.8.254
SwitchB(config)# interface vlan 1
SwitchB(config-if)# ip address 192.168.8.252 255.255.255.0
SwitchB(config-if)# no shutdown

E.
SwitchB(config)# ip route 192.168.8.254 255.255.255.0
SwitchB(config)# interface FastEthernet 0/1
SwitchB(config-if)# ip address 192.168.8.252 255.255.255.0
SwitchB(config-if)# no shutdown

Explanation:
To remote access to SwitchB, it must have a management IP address on a VLAN on that
switch. Traditionally, we often use VLAN 1 as the management VLAN (but in fact it is not
secure).
In the exhibit, we can recognize that the Management Workstation is in a different subnet
from the SwitchB. For intersubnetwork communication to occur, you must configure at least
one default gateway. This default gateway is used to forward traffic originating from the
switch only, not to forward traffic sent by devices connected to the switch.

One Comment on “A technician has installed SwitchB and needs to configure it for remote access from the management workstation

  1. Bryan McGann says:

    For any device to communicate beyond the local network, you must have a default-gateway or default-router configured. On a switch it is done with ip default-gateway x.x.x.x

    Then you must configure an address on a vlan interface (SVI) that is up/up and which can communicate with the local router that has the address shown as the default-gateway.




    0



    0

Leave a Reply