Comp Week 1 Ilab

Submitted by: Submitted by

Views: 10

Words: 586

Pages: 3

Category: Science and Technology

Date Submitted: 02/17/2016 02:06 AM

Report This Essay

Student Name | | Class | | Date | |

Windows CLI Commands Lab Report

NOTE: Please use Carriage Returns and Page Breaks as needed to prevent box contents from extending across page boundaries.

Task 1: Rename the Ethernet Interface and Display IP Configuration Settings

Open the Windows Command Prompt using the desktop or the Taskbar icon. Maximize the size of the CLI. Use the ipconfig /all command to determine the following IP configuration settings for “Wired”

Ethernet NIC:

IP Address: | 169.254.247.110 |

Subnet Mask: | 255.255.0.0 |

Default Gateway: | 192.168.0.250 |

MAC (Physical) Address | 00-50-56-A3-71-89 |

Copy and paste the specified ipconfig /all command output from the Windows CLI into the Task 1 box provided below.

Task 1 ipconfig /all Command Output

Physical Address. . . . . . . . . : 00-50-56-A3-71-89 DHCP Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes Link-local IPv6 Address . . . . . : fe80::550a:8ed3:3a33:f76e%15(Preferred) Autoconfiguration IPv4 Address. . : 169.254.247.110(Preferred) Subnet Mask . . . . . . . . . . . : 255.255.0.0 Default Gateway . . . . . . . . . : 192.168.0.250 DHCPv6 IAID . . . . . . . . . . . : 402673750 DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-14-EE-13-98-00-0C-29-DB-1B-7E |

Task 2: Changing Interface Configuration settings from the CLI

Complete the following Windows CLI tasks using only “netsh interface” commands.

Copy and paste your CLI commands and command output into the Task 2 box provided below.

Task 2 CLI netsh Commands Output

Configuration for interface "NIC" DHCP enabled: Yes IP Address: 169.254.247.110 Subnet Prefix: 169.254.0.0/16 (mask 255.255.0.0) InterfaceMetric: 10 DNS servers configured through DHCP: None Register with which suffix: Primary only WINS servers configured through DHCP: None |

Task 3:...