COMP230 Wk1 Lab Report Essay

Submitted By denestra
Words: 640
Pages: 3

Student Name
Sean Short
Class
COMP-230
Date
01-11-15
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:
10.0.0.3
Subnet Mask:
255.255.255.0
Default Gateway:
10.0.0.1
MAC (Physical) Address
A4-BA-DB-FE-6D-B7

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
G:\Windows\System32>ipconfig /all

Ethernet adapter NIC:

Connection-specific DNS Suffix . : hsd1.ca.comcast.net. Description . . . . . . . . . . . : Broadcom NetLink (TM) Gigabit Ethernet Physical Address. . . . . . . . . : A4-BA-DB-FE-6D-B7 DHCP Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes IPv6 Address. . . . . . . . . . . : 2601:c:8880:3ed:b82b:b1b9:6d6a:ad0c(Prefe rred) Lease Obtained. . . . . . . . . . : Friday, January 9, 2015 4:18:20 PM Lease Expires . . . . . . . . . . : Wednesday, January 14, 2015 4:28:38 PM IPv6 Address. . . . . . . . . . . : 2601:c:8880:3ed:ccc0:30ca:52a:b10f(Prefer red) Temporary IPv6 Address. . . . . . : 2601:c:8880:3ed:aded:5c19:273b:533(Prefer red) Temporary IPv6 Address. . . . . . : 2601:c:8880:3ed:e53a:b35c:f96e:a4fc(Depre cated) Link-local IPv6 Address . . . . . : fe80::ccc0:30ca:52a:b10f%3(Preferred) IPv4 Address. . . . . . . . . . . : 10.0.0.3(Preferred) Subnet Mask . . . . . . . . . . . : 255.255.255.0 Lease Obtained. . . . . . . . . . : Friday, January 9, 2015 4:18:19 PM Lease Expires . . . . . . . . . . : Sunday, January 18, 2015 5:45:06 AM Default Gateway . . . . . . . . . : 2620:9b::1900:1 fe80::ba9b:c9ff:febe:94e2%3 10.0.0.1 DHCP Server . . . . . . . . . . . : 10.0.0.1 DHCPv6 IAID . . . . . . . . . . . : 61127387 DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-1A-E9-40-49-A4-BA-DB-FE-6D-B7

DNS Servers . . . . . . . . . . . : 2001:558:feed::1 2001:558:feed::2 75.75.75.75 75.75.76.76 NetBIOS over Tcpip. . . . . . . . : Enabled

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
G:\Windows\System32>netsh interface ip show config "NIC"

Configuration for interface "NIC" DHCP enabled: Yes IP Address: 10.0.0.3 Subnet Prefix: 10.0.0.0/24 (mask 255.255.255.0) Default Gateway: 10.0.0.1 Gateway Metric: 0 InterfaceMetric: 10 DNS servers configured through DHCP: 75.75.75.75 75.75.76.76 Register with which