计算机网络实验讲义2014-2.doc

时间:2023-05-10 05:06:40
【文件属性】:

文件名称:计算机网络实验讲义2014-2.doc

文件大小:328KB

文件格式:DOC

更新时间:2023-05-10 05:06:40

网络命令符号

实验二:在PC机上熟悉常用网络命令 3.1 实验内容和要求: Ping.exe,Netstat.exe, Telnet.exe, Tracert.exe, Winipcfg.exe Arp.exe, Ftp.exe, Ipconfig.exe, Net.exe, Route.exe 实验指导资料:电子文档 “网络命令使用说明” 实验时间:3节课。 3.2 实验步骤 1、ARP: 显示和修改IP地址与物理地址之间的转换表 ARP -s inet_addr eth_addr [if_addr] ARP -d inet_addr [if_addr] ARP -a [inet_addr] [-N if_addr] -a 显示当前的ARP信息,可以指定网络地址 -g 跟 -a一样. -d 删除由inet_addr指定的主机.可以使用* 来删除所有主机. -s 添加主机,并将网络地址跟物理地址相对应,这一项是永久生效的。 eth_addr 物理地址. if_addr If present, this specifies the Internet address of the interface whose address translation table should be modified. If not present, the first applicable interface will be used. 例子: C:\>arp –a (显示当前所有的表项) Interface: 10.111.142.71 on Interface 0x1000003 Internet Address Physical Address Type 10.111.142.1 00-01-f4-0c-8e-3b dynamic //物理地址一般为48位即6个字节 10.111.142.112 52-54-ab-21-6a-0e dynamic 10.111.142.253 52-54-ab-1b-6b-0a dynamic C:\>arp -a 10.111.142.71(只显示其中一项) No ARP Entries Found C:\>arp -a 10.111.142.1(只显示其中一项) Interface: 10.111.142.71 on Interface 0x1000003 Internet Address Physical Address Type 10.111.142.1 00-01-f4-0c-8e-3b dynamic C:\>arp -s 157.55.85.212 00-aa-00-62-c6-09 添加,可以再打入arp –a 验证是否已经加入.


网友评论