search
HomeComputer TutorialsComputer KnowledgeCMD command or IP software to view all MAC addresses on the LAN
CMD command or IP software to view all MAC addresses on the LANJan 07, 2024 am 11:10 AM
cmd command to view domain networkView the cmd commands of all mac addresses on the LANHow to check routing ip in cmd

Check the CMD command or IP of all MAC addresses of the LAN without software

::code by youxi01@bbs.bathome.cn 2008-1-7

Use @echo off and setlocal enabledelayeexpansion to disable echo from the command prompt and enable delayed expansion.

title LAN idle IP query@bbs.bathome.cn

Rem '/*========Get the IP address of this machine (LAN)=========*/

echo Obtaining the IP address of this machine, please wait...

In the given command line, use the `nbtstat -n` command to get the output and extract the third token from it, skipping the first two tokens. Finally, use a colon as a delimiter to split the output. The function of this command is to obtain the network

in Windows system

set "IP_addr=%%i"

set IP_addr=!IP_addr:~1,-1!

echo The local IP is:! IP_addr!

goto :next

)

:next

for /f "delims=. tokens=1,2,3,4" %%i in ("%IP_addr%") do set IP_fd=%%i.%%j.%%k

Rem '/*========Get the computer name============*/

echo.&echo Retrieving the computer name in the LAN, please wait...

echo The computers in network segment %IP_fd%.* are: &echo.

for /f "delims=" %%i in ('net view') do (

set "var=%%i"

rem ----------Get the computer name------------

if "!var:~0,2!"=="\\" (

set "var=!var:~2!"

echo !var!

Rem ----------ping computer name--------------

ping -n 1 !var!>nul

)

)

echo.&echo --------------------------------

Rem '/*========Extract arp cache=========*/

echo.&echo Obtaining the computer IP in the LAN, please wait...& echo.

for /f "skip=3 tokens=1,* delims= " %%i in ('arp -a') do echo IP: %%i has been used

echo.&echo --------------------------------

echo program is completed, thank you for using it!

pause>nul

==============Copy the above content=============

Welcome: bbs.bathome.cn

How to check routing IP in CMD

In CMD, use the route print command to view routes. You can add the parameter /4 to view only IPV4 routes.

The view is only to view the IP address. Use the ipconfig command and add the parameter /all to view all IP information.

CMD command or IP software to view all MAC addresses on the LAN

CMD command or IP software to view all MAC addresses on the LAN

Routing refers to the network-wide process of determining the end-to-end path when a packet travels from source to destination

. Routing works on the third layer of the OSI reference model - the packet forwarding device of the network layer. Routers implement network interconnection by forwarding data packets. Routers usually connect two or more logical ports identified by IP subnets or point-to-point protocols, and have at least 1 physical port. The router determines the output port and next hop address based on the network layer address in the received data packet and the routing table maintained internally by the router, and rewrites the link layer data packet header to forward the data packet. Routers maintain routing tables by dynamically maintaining routing tables to reflect the current network topology and by exchanging routing and link information with other routers on the network.

The interconnection protocol (IP) between networks is the foreign language abbreviation of Internet Protocol, and the Chinese abbreviation is "Network Association". It is a protocol designed for computer networks to connect to each other for communication. In the Internet, it is a set of rules that enable all computer networks connected to the Internet to communicate with each other. It stipulates the rules that computers should abide by when communicating on the Internet. Computer systems produced by any manufacturer can interconnect with the Internet as long as they comply with the IP protocol. IP addresses are unique and can be divided into 5 categories according to the nature of the user. In addition, IP also has meanings such as access protection, intellectual property rights, pointer registers, etc.

How to use CMD to check the number of computers or IPs being used by the LAN

1. Open the command prompt in the start menu.

CMD command or IP software to view all MAC addresses on the LAN

2. Right-click and select Run as administrator.

CMD command or IP software to view all MAC addresses on the LAN

3. Enter the command arp -a in the pop-up command window.

CMD command or IP software to view all MAC addresses on the LAN

4. Press the Enter key on the keyboard to execute the command.

CMD command or IP software to view all MAC addresses on the LAN

5. In this way, the command window can display the IP information of all users in the LAN.

CMD command or IP software to view all MAC addresses on the LAN

Extended information:

Area network address classification:

1, 0--127. Диапазон номеров сетей класса A — 0.0.0.0—--127.0.0.0, используется для 128 сетей. Но сеть не может состоять из одних нулей, и адрес 127.0.0.0 зарезервирован для циклов.

2, 128-191. Класс B, диапазон номеров сетей составляет 128.0.0.0–191.254.0.0 для 16256 сетей.

№##3, 192--223. Класс C, диапазон номеров сети: 192.0.0.0–223.254.254.0, используется в сетях 2064512.

4. Категория D. 224.0.0.0--240.255.255.255 используется для многоадресной рассылки, что позволяет экономить сетевые ресурсы.

Источник ссылки: Энциклопедия Sogou-Интранет IP

The above is the detailed content of CMD command or IP software to view all MAC addresses on the LAN. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:Excel办公网. If there is any infringement, please contact admin@php.cn delete
How to Solve Windows Error Code "INVALID_DATA_ACCESS_TRAP" (0x00000004)How to Solve Windows Error Code "INVALID_DATA_ACCESS_TRAP" (0x00000004)Mar 11, 2025 am 11:26 AM

This article addresses the Windows "INVALID_DATA_ACCESS_TRAP" (0x00000004) error, a critical BSOD. It explores common causes like faulty drivers, hardware malfunctions (RAM, hard drive), software conflicts, overclocking, and malware. Trou

ENE SYS Maintenance: Tips and Tricks to Keep Your System Running SmoothlyENE SYS Maintenance: Tips and Tricks to Keep Your System Running SmoothlyMar 07, 2025 pm 03:09 PM

This article provides practical tips for maintaining ENE SYS systems. It addresses common issues like overheating and data corruption, offering preventative measures such as regular cleaning, backups, and software updates. A tailored maintenance s

How do I edit the Registry? (Warning: Use with caution!)How do I edit the Registry? (Warning: Use with caution!)Mar 21, 2025 pm 07:46 PM

Article discusses editing Windows Registry, precautions, backup methods, and potential issues from incorrect edits. Main issue: risks of system instability and data loss from improper changes.

How do I manage services in Windows?How do I manage services in Windows?Mar 21, 2025 pm 07:52 PM

Article discusses managing Windows services for system health, including starting, stopping, restarting services, and best practices for stability.

5 Common Mistakes to Avoid During ENE SYS Implementation5 Common Mistakes to Avoid During ENE SYS ImplementationMar 07, 2025 pm 03:11 PM

This article identifies five common pitfalls in ENE SYS implementation: insufficient planning, inadequate user training, improper data migration, neglecting security, and insufficient testing. These errors can lead to project delays, system failures

Discover How to Fix Drive Health Warning in Windows SettingsDiscover How to Fix Drive Health Warning in Windows SettingsMar 19, 2025 am 11:10 AM

What does the drive health warning in Windows Settings mean and what should you do when you receive the disk warning? Read this php.cn tutorial to get step-by-step instructions to cope with this situation.

which application uses ene.syswhich application uses ene.sysMar 12, 2025 pm 01:25 PM

This article identifies ene.sys as a Realtek High Definition Audio driver component. It details its function in managing audio hardware, emphasizing its crucial role in audio functionality. The article also guides users on verifying its legitimacy

why won't driver asio.sys loadwhy won't driver asio.sys loadMar 10, 2025 pm 07:58 PM

This article addresses the failure of the Windows asio.sys audio driver. Common causes include corrupted system files, hardware/driver incompatibility, software conflicts, registry issues, and malware. Troubleshooting involves SFC scans, driver upda

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Hot Tools

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft