0% found this document useful (0 votes)
129 views8 pages

ARP Entry Deletion Error in Windows

The document contains a series of command line outputs from a Windows 10 system, showing various network configurations and commands executed by the user. Key outputs include the MAC address, successful DNS cache flush, ping results to localhost, and a trace route to google.com. Additionally, it includes details about active and persistent routes, as well as listening and established TCP connections.

Uploaded by

rishi143bala
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
129 views8 pages

ARP Entry Deletion Error in Windows

The document contains a series of command line outputs from a Windows 10 system, showing various network configurations and commands executed by the user. Key outputs include the MAC address, successful DNS cache flush, ping results to localhost, and a trace route to google.com. Additionally, it includes details about active and persistent routes, as well as listening and established TCP connections.

Uploaded by

rishi143bala
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

Microsoft Windows [Version 10.0.19045.

6093]
(c) Microsoft Corporation. All rights reserved.

C:\Users\student>getmac

Physical Address Transport Name


=================== ==========================================================
3C-52-82-52-B5-C6 \Device\Tcpip_{CDB3432D-5578-46BE-8553-C4A342D760B6}

C:\Users\student>netsh wlan show interfces


The following command was not found: wlan show interfces.

C:\Users\student>netsh wlan show interfaces


The Wireless AutoConfig Service (wlansvc) is not running.

C:\Users\student>ipconfig /flushdns

Windows IP Configuration

Successfully flushed the DNS Resolver Cache.

C:\Users\student>netsat
'netsat' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\student>ping 127.0.01

Pinging [Link] with 32 bytes of data:


Reply from [Link]: bytes=32 time<1ms TTL=128
Reply from [Link]: bytes=32 time<1ms TTL=128
Reply from [Link]: bytes=32 time<1ms TTL=128
Reply from [Link]: bytes=32 time<1ms TTL=128

Ping statistics for [Link]:


Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

C:\Users\student>tracert [Link]

Tracing route to [Link] [[Link]]


over a maximum of 30 hops:

1 <1 ms <1 ms <1 ms [Link]


2 1 ms 1 ms 1 ms [Link]
3 1 ms 1 ms 1 ms [Link]
4 2 ms 2 ms 2 ms [Link]
5 2 ms 2 ms 2 ms [Link]
6 4 ms 3 ms 3 ms [Link]
7 4 ms 4 ms 3 ms [Link]
8 4 ms 4 ms 4 ms [Link]
9 2 ms 2 ms 2 ms [Link] [[Link]]

Trace complete.

C:\Users\student>route prnt

Manipulates network routing tables.


ROUTE [-f] [-p] [-4|-6] command [destination]
[MASK netmask] [gateway] [METRIC metric] [IF interface]

-f Clears the routing tables of all gateway entries. If this is


used in conjunction with one of the commands, the tables are
cleared prior to running the command.

-p When used with the ADD command, makes a route persistent across
boots of the system. By default, routes are not preserved
when the system is restarted. Ignored for all other commands,
which always affect the appropriate persistent routes.

-4 Force using IPv4.

-6 Force using IPv6.

command One of these:


PRINT Prints a route
ADD Adds a route
DELETE Deletes a route
CHANGE Modifies an existing route
destination Specifies the host.
MASK Specifies that the next parameter is the 'netmask' value.
netmask Specifies a subnet mask value for this route entry.
If not specified, it defaults to [Link].
gateway Specifies gateway.
interface the interface number for the specified route.
METRIC specifies the metric, ie. cost for the destination.

All symbolic names used for destination are looked up in the network database
file NETWORKS. The symbolic names for gateway are looked up in the host name
database file HOSTS.

If the command is PRINT or DELETE. Destination or gateway can be a wildcard,


(wildcard is specified as a star '*'), or the gateway argument may be omitted.

If Dest contains a * or ?, it is treated as a shell pattern, and only


matching destination routes are printed. The '*' matches any string,
and '?' matches any one char. Examples: 157.*.1, 157.*, 127.*, *224*.

Pattern match is only allowed in PRINT command.


Diagnostic Notes:
Invalid MASK generates an error, that is when (DEST & MASK) != DEST.
Example> route ADD [Link] MASK [Link] [Link] IF 1
The route addition failed: The specified mask parameter is invalid.
(Destination & Mask) != Destination.

Examples:

> route PRINT


> route PRINT -4
> route PRINT -6
> route PRINT 157* .... Only prints those matching 157*

> route ADD [Link] MASK [Link] [Link] METRIC 3 IF 2


destination^ ^mask ^gateway metric^ ^
Interface^
If IF is not given, it tries to find the best interface for a given
gateway.
> route ADD 3ffe::/32 3ffe::1

> route CHANGE [Link] MASK [Link] [Link] METRIC 2 IF 2

CHANGE is used to modify gateway and/or metric only.

> route DELETE [Link]


> route DELETE 3ffe::/32

C:\Users\student>route print 192*


===========================================================================
Interface List
10...3c 52 82 52 b5 c6 ......Intel(R) Ethernet Connection (5) I219-LM
1...........................Software Loopback Interface 1
===========================================================================

IPv4 Route Table


===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
[Link] [Link] On-link [Link] 291
[Link] [Link] On-link [Link] 291
[Link] [Link] On-link [Link] 291
===========================================================================
Persistent Routes:
None

IPv6 Route Table


===========================================================================
Active Routes:
None
Persistent Routes:
None

C:\Users\student>ipconfid
'ipconfid' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\student>ipconfig

Windows IP Configuration

Ethernet adapter Ethernet:

Connection-specific DNS Suffix . :


Link-local IPv6 Address . . . . . : fe80::78e:1403:7a03:4188%10
IPv4 Address. . . . . . . . . . . : [Link]
Subnet Mask . . . . . . . . . . . : [Link]
Default Gateway . . . . . . . . . : [Link]

C:\Users\student>ping [Link]

Pinging [Link] with 32 bytes of data:


Reply from [Link]: bytes=32 time<1ms TTL=128
Reply from [Link]: bytes=32 time<1ms TTL=128
Reply from [Link]: bytes=32 time<1ms TTL=128
Reply from [Link]: bytes=32 time<1ms TTL=128
Ping statistics for [Link]:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

C:\Users\student>ping [Link]

Pinging [Link] with 32 bytes of data:


Reply from [Link]: bytes=32 time<1ms TTL=128
Reply from [Link]: bytes=32 time<1ms TTL=128
Reply from [Link]: bytes=32 time<1ms TTL=128
Reply from [Link]: bytes=32 time<1ms TTL=128

Ping statistics for [Link]:


Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

C:\Users\student>netstat -ano | findstr 4516


UDP [Link]:5353 *:* 4516
UDP [Link]:5353 *:* 4516
UDP [::]:5353 *:* 4516

C:\Users\student>netstat -ano | findstr 2200

C:\Users\student>netstat -ano | findstr 1


TCP [Link]:135 [Link]:0 LISTENING 992
TCP [Link]:1521 [Link]:0 LISTENING 3924
TCP [Link]:5040 [Link]:0 LISTENING 6176
TCP [Link]:49666 [Link]:0 LISTENING 1320
TCP [Link]:49667 [Link]:0 LISTENING 1636
TCP [Link]:2030 [Link]:0 LISTENING 3728
TCP [Link]:139 [Link]:0 LISTENING 4
TCP [Link]:7680 [Link]:50118 TIME_WAIT 0
TCP [Link]:7680 [Link]:50135 TIME_WAIT 0
TCP [Link]:7680 [Link]:50137 TIME_WAIT 0
TCP [Link]:7680 [Link]:63591 TIME_WAIT 0
TCP [Link]:7680 [Link]:63593 TIME_WAIT 0
TCP [Link]:7680 [Link]:63629 TIME_WAIT 0
TCP [Link]:7680 [Link]:50298 TIME_WAIT 0
TCP [Link]:7680 [Link]:55706 TIME_WAIT 0
TCP [Link]:7680 [Link]:55570 TIME_WAIT 0
TCP [Link]:7680 [Link]:55587 TIME_WAIT 0
TCP [Link]:7680 [Link]:55593 TIME_WAIT 0
TCP [Link]:7680 [Link]:55596 TIME_WAIT 0
TCP [Link]:7680 [Link]:55599 TIME_WAIT 0
TCP [Link]:7680 [Link]:57395 TIME_WAIT 0
TCP [Link]:7680 [Link]:57404 TIME_WAIT 0
TCP [Link]:7680 [Link]:50456 TIME_WAIT 0
TCP [Link]:7680 [Link]:64267 TIME_WAIT 0
TCP [Link]:49675 [Link]:443 ESTABLISHED 3288
TCP [Link]:49738 [Link]:443 ESTABLISHED 3288
TCP [Link]:49913 [Link]:5228 ESTABLISHED 4388
TCP [Link]:50167 [Link]:443 ESTABLISHED 4388
TCP [Link]:50178 [Link]:443 ESTABLISHED 4388
TCP [Link]:50209 [Link]:443 ESTABLISHED 4388
TCP [Link]:50226 [Link]:443 CLOSE_WAIT 8204
TCP [Link]:50233 [Link]:443 ESTABLISHED 4388
TCP [Link]:50240 [Link]:443 ESTABLISHED 4388
TCP [Link]:50242 [Link]:443 ESTABLISHED 4388
TCP [Link]:50245 [Link]:443 ESTABLISHED 4388
TCP [Link]:50246 [Link]:443 ESTABLISHED 4388
TCP [Link]:50247 [Link]:443 ESTABLISHED 4388
TCP [Link]:50249 [Link]:443 ESTABLISHED 4388
TCP [Link]:50250 [Link]:443 ESTABLISHED 4388
TCP [Link]:50251 [Link]:443 ESTABLISHED 4388
TCP [Link]:50252 [Link]:443 ESTABLISHED 4388
TCP [::]:135 [::]:0 LISTENING 992
TCP [::]:1521 [::]:0 LISTENING 3924
TCP [::]:49666 [::]:0 LISTENING 1320
TCP [::]:49667 [::]:0 LISTENING 1636
TCP [::1]:49670 [::]:0 LISTENING 3924
TCP [fe80::78e:1403:7a03:4188%10]:2030 [::]:0 LISTENING
3728
UDP [Link]:5050 *:* 6176
UDP [Link]:5353 *:* 4516
UDP [Link]:5353 *:* 4516
UDP [Link]:1900 *:* 7760
UDP [Link]:49664 *:* 3232
UDP [Link]:58931 *:* 7760
UDP [Link]:137 *:* 4
UDP [Link]:138 *:* 4
UDP [Link]:1900 *:* 7760
UDP [Link]:58930 *:* 7760
UDP [::]:5353 *:* 4516
UDP [::1]:1900 *:* 7760
UDP [::1]:58929 *:* 7760
UDP [fe80::78e:1403:7a03:4188%10]:1900 *:*
7760
UDP [fe80::78e:1403:7a03:4188%10]:58928 *:*
7760

C:\Users\student>
C:\Users\student>netstat -ano | findstr 984

C:\Users\student>netstat -ano | findstr 4


TCP [Link]:445 [Link]:0 LISTENING 4
TCP [Link]:1521 [Link]:0 LISTENING 3924
TCP [Link]:5040 [Link]:0 LISTENING 6176
TCP [Link]:5432 [Link]:0 LISTENING 4864
TCP [Link]:49664 [Link]:0 LISTENING 824
TCP [Link]:49665 [Link]:0 LISTENING 724
TCP [Link]:49666 [Link]:0 LISTENING 1320
TCP [Link]:49667 [Link]:0 LISTENING 1636
TCP [Link]:49668 [Link]:0 LISTENING 3052
TCP [Link]:49669 [Link]:0 LISTENING 800
TCP [Link]:2030 [Link]:0 LISTENING 3728
TCP [Link]:139 [Link]:0 LISTENING 4
TCP [Link]:7680 [Link]:63644 TIME_WAIT 0
TCP [Link]:7680 [Link]:62884 TIME_WAIT 0
TCP [Link]:7680 [Link]:57404 TIME_WAIT 0
TCP [Link]:49675 [Link]:443 ESTABLISHED 3288
TCP [Link]:49738 [Link]:443 ESTABLISHED 3288
TCP [Link]:49913 [Link]:5228 ESTABLISHED 4388
TCP [Link]:50167 [Link]:443 ESTABLISHED 4388
TCP [Link]:50178 [Link]:443 ESTABLISHED 4388
TCP [Link]:50209 [Link]:443 ESTABLISHED 4388
TCP [Link]:50226 [Link]:443 CLOSE_WAIT 8204
TCP [Link]:50233 [Link]:443 ESTABLISHED 4388
TCP [Link]:50249 [Link]:443 ESTABLISHED 4388
TCP [Link]:50250 [Link]:443 ESTABLISHED 4388
TCP [Link]:50251 [Link]:443 ESTABLISHED 4388
TCP [Link]:50252 [Link]:443 ESTABLISHED 4388
TCP [::]:445 [::]:0 LISTENING 4
TCP [::]:1521 [::]:0 LISTENING 3924
TCP [::]:5432 [::]:0 LISTENING 4864
TCP [::]:49664 [::]:0 LISTENING 824
TCP [::]:49665 [::]:0 LISTENING 724
TCP [::]:49666 [::]:0 LISTENING 1320
TCP [::]:49667 [::]:0 LISTENING 1636
TCP [::]:49668 [::]:0 LISTENING 3052
TCP [::]:49669 [::]:0 LISTENING 800
TCP [::1]:49670 [::]:0 LISTENING 3924
TCP [fe80::78e:1403:7a03:4188%10]:2030 [::]:0 LISTENING
3728
UDP [Link]:5353 *:* 4516
UDP [Link]:5353 *:* 4516
UDP [Link]:49664 *:* 3232
UDP [Link]:137 *:* 4
UDP [Link]:138 *:* 4
UDP [::]:5353 *:* 4516
UDP [fe80::78e:1403:7a03:4188%10]:1900 *:*
7760
UDP [fe80::78e:1403:7a03:4188%10]:58928 *:*
7760

C:\Users\student>netstat -ano | findstr 10136

C:\Users\student>ipconfig /flushdns

Windows IP Configuration

Successfully flushed the DNS Resolver Cache.

C:\Users\student>ping [Link]

Pinging [Link] [[Link]] with 32 bytes of data:


Reply from [Link]: bytes=32 time=3ms TTL=117
Reply from [Link]: bytes=32 time=3ms TTL=117
Reply from [Link]: bytes=32 time=3ms TTL=117
Reply from [Link]: bytes=32 time=3ms TTL=117

Ping statistics for [Link]:


Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 3ms, Maximum = 3ms, Average = 3ms

C:\Users\student>ping [Link]

Pinging [Link] with 32 bytes of data:


Reply from [Link]: bytes=32 time=3ms TTL=56
Reply from [Link]: bytes=32 time=3ms TTL=56
Reply from [Link]: bytes=32 time=3ms TTL=56
Reply from [Link]: bytes=32 time=3ms TTL=56

Ping statistics for [Link]:


Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 3ms, Maximum = 3ms, Average = 3ms

C:\Users\student>arp -d
The ARP entry deletion failed: The requested operation requires elevation.

C:\Users\student>ping [Link]

Pinging [Link] with 32 bytes of data:


Reply from [Link]: bytes=32 time<1ms TTL=64
Reply from [Link]: bytes=32 time<1ms TTL=64
Reply from [Link]: bytes=32 time<1ms TTL=64
Reply from [Link]: bytes=32 time=1ms TTL=64

Ping statistics for [Link]:


Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 1ms, Average = 0ms

C:\Users\student>ping [Link]

Pinging [Link] with 32 bytes of data:


Reply from [Link]: bytes=32 time=2ms TTL=117
Reply from [Link]: bytes=32 time=2ms TTL=117
Reply from [Link]: bytes=32 time=3ms TTL=117
Reply from [Link]: bytes=32 time=2ms TTL=117

Ping statistics for [Link]:


Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 2ms, Maximum = 3ms, Average = 2ms

C:\Users\student>ipconfig / release

Error: unrecognized or incomplete command line.

USAGE:
ipconfig [/allcompartments] [/? | /all |
/renew [adapter] | /release [adapter] |
/renew6 [adapter] | /release6 [adapter] |
/flushdns | /displaydns | /registerdns |
/showclassid adapter |
/setclassid adapter [classid] |
/showclassid6 adapter |
/setclassid6 adapter [classid] ]

where
adapter Connection name
(wildcard characters * and ? allowed, see examples)

Options:
/? Display this help message
/all Display full configuration information.
/release Release the IPv4 address for the specified adapter.
/release6 Release the IPv6 address for the specified adapter.
/renew Renew the IPv4 address for the specified adapter.
/renew6 Renew the IPv6 address for the specified adapter.
/flushdns Purges the DNS Resolver cache.
/registerdns Refreshes all DHCP leases and re-registers DNS names
/displaydns Display the contents of the DNS Resolver Cache.
/showclassid Displays all the dhcp class IDs allowed for adapter.
/setclassid Modifies the dhcp class id.
/showclassid6 Displays all the IPv6 DHCP class IDs allowed for adapter.
/setclassid6 Modifies the IPv6 DHCP class id.

The default is to display only the IP address, subnet mask and


default gateway for each adapter bound to TCP/IP.

For Release and Renew, if no adapter name is specified, then the IP address
leases for all adapters bound to TCP/IP will be released or renewed.

For Setclassid and Setclassid6, if no ClassId is specified, then the ClassId is


removed.

Examples:
> ipconfig ...
Show information
> ipconfig /all ...
Show detailed information
> ipconfig /renew ...
renew all adapters
> ipconfig /renew EL* ...
renew any connection that has its
name starting with EL
> ipconfig /release *Con* ... release all matching connections,
eg. "Wired Ethernet Connection 1" or
"Wired Ethernet Connection 2"
> ipconfig /allcompartments ... Show information about all
compartments
> ipconfig /allcompartments /all ... Show detailed information about all
compartments

C:\Users\student>ipconfig /renew

Windows IP Configuration

Ethernet adapter Ethernet:

Connection-specific DNS Suffix . :


Link-local IPv6 Address . . . . . : fe80::78e:1403:7a03:4188%10
IPv4 Address. . . . . . . . . . . : [Link]
Subnet Mask . . . . . . . . . . . : [Link]
Default Gateway . . . . . . . . . : [Link]

C:\Users\student>getmac

Physical Address Transport Name


=================== ==========================================================
3C-52-82-52-B5-C6 \Device\Tcpip_{CDB3432D-5578-46BE-8553-C4A342D760B6}

You might also like