NETWORK LAYER
INTRODUCTION
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
What command allow you to interface a gigabyte ethernet port 0/1
|
int g0/1
|
|
interface g0/1
|
|
inter g0/1
|
|
interface ge0/1
|
Explanation:
Detailed explanation-1: -on a cisco switch ethernet interface fa 0/1 mean. fa means fast ethernet. 1 means interface 1.
Detailed explanation-2: -From the global configuration mode, we go to interface configuration mode using the command ‘interface FastEthernet0/0’. Then to put the IP address on there, add ‘ip address’, space, ‘192.168. 0.1’, then another space, and then the ‘subnet mask 255.255.
Detailed explanation-3: -The interface range command allows you to configure multiple interfaces at once. The format of the interface range command is as follows: range should be specified with “-” (hyphen). To configure multiple non-contiguous interfaces at once, delimit them with a comma (“, ‘’).
There is 1 question to complete.