Week 1 Ilab Essay examples

Submitted By rgsack203
Words: 1082
Pages: 5

Student Name Ronald Saka Class COMP230 Date 5/11/13
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: Displaying 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.102.64
Subnet Mask: 255.255.0.0
Default Gateway: NONE
MAC (Physical) Address 00-0C-29-13-36-83

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
C:\Scripts>ipconfig /all

Windows IP Configuration

Host Name . . . . . . . . . . . . : vlab-PC1 Primary Dns Suffix . . . . . . . : Node Type . . . . . . . . . . . . : Hybrid IP Routing Enabled. . . . . . . . : No WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter NIC:

Connection-specific DNS Suffix . : Description . . . . . . . . . . . : vmxnet3 Ethernet Adapter #4 Physical Address. . . . . . . . . : 00-0C-29-13-36-83 DHCP Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes Link-local IPv6 Address . . . . . : fe80::1103:ec72:4a1a:6640%23(Preferred) Autoconfiguration IPv4 Address. . : 169.254.102.64(Preferred) Subnet Mask . . . . . . . . . . . : 255.255.0.0 Default Gateway . . . . . . . . . : DHCPv6 IAID . . . . . . . . . . . : 385879081 DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-14-EE-13-98-00-0C-29-DB-1B-7E

DNS Servers . . . . . . . . . . . : fec0:0:0:ffff::1%1 fec0:0:0:ffff::2%1 fec0:0:0:ffff::3%1 NetBIOS over Tcpip. . . . . . . . : Enabled

Ethernet adapter DO NOT MODIFY - INTERNET CONNECTION:

Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Intel(R) PRO/1000 MT Network Connection Physical Address. . . . . . . . . : 00-0C-29-13-36-79 DHCP Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes Link-local IPv6 Address . . . . . : fe80::797f:5963:9380:7c24%11(Preferred) IPv4 Address. . . . . . . . . . . : 10.254.115.100(Preferred) Subnet Mask . . . . . . . . . . . : 255.255.255.0 Lease Obtained. . . . . . . . . . : Saturday, May 11, 2013 4:09:16 PM Lease Expires . . . . . . . . . . : Saturday, May 11, 2013 4:27:49 PM Default Gateway . . . . . . . . . : 10.254.115.1 DHCP Server . . . . . . . . . . . : 10.254.115.1 DHCPv6 IAID . . . . . . . . . . . : 234884137 DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-14-EE-13-98-00-0C-29-DB-1B-7E

DNS Servers . . . . . . . . . . . : 10.254.115.1 NetBIOS over Tcpip. . . . . . . . : Enabled

Tunnel adapter isatap.{E69E41D1-BBBC-4A1C-B5F0-53A6353336DA}:

Media State . . . . . . . . . . . : Media disconnected Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Microsoft ISATAP Adapter Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0 DHCP Enabled. . . . . . . . . . . : No Autoconfiguration Enabled . . . . : Yes

Task 2: Changing NIC 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 C:\Scripts>
C:\Scripts>NETSH interface ip set address NIC source=static 200.100.10.10 255.25
5.255.0 200.200.20.1 1

C:\Scripts>NETSH INTERFACE IP SHOW CONFIG NIC

Configuration for interface "NIC" DHCP enabled: No IP Address: 200.100.10.10 Subnet Prefix: 200.100.10.0/24 (mask 255.255.255.0) Default Gateway: