Which commands will correct this issue?

The hosts in the LAN are not able to connect to the Internet. Which commands will correct this
issue?

The hosts in the LAN are not able to connect to the Internet. Which commands will correct this
issue?

A.
Option A

B.
Option B

C.
Option C

D.
Option D

E.
Option E

Explanation:



Leave a Reply 1

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


AU 79

AU 79

shutdown
Use the shutdown interface configuration command to disable an interface. Use the no form of this command to restart a disabled interface.

The shutdown command causes a port to stop forwarding. You can enable the port with the no shutdown command.

The no shutdown command has no effect if the port is a static-access port assigned to a VLAN that has been deleted, suspended, or shut down. The port must first be a member of an active VLAN before it can be re-enabled.

The shutdown command disables all functions on the specified interface.
This command also marks the interface as unavailable. To see if an interface is disabled, use the show interfaces privileged EXEC command. An interface that has been shut down is shown as administratively down in the display.

Examples:

These examples show how to disable and re-enable a port:
Switch(config)# interface gigabitethernet0/2
Switch(config-if)# shutdown

Switch(config)# interface gigabitethernet0/2
Switch(config-if)# no shutdown
You can verify your settings by entering the show interfaces privileged EXEC command.