分享
 
 
 

熟悉常用的IP相关命令

王朝other·作者佚名  2008-05-31
窄屏简体版  字體: |||超大  

ip相关命令很多,本实验主要对常用的IP相关命令进行练习。

1.实验目的

通过本实验。读者可以把握以下技能:

使用ip address和ip address secondary命令;

使用show interface、show ip interface和show ip interface brief命令;

使用ip subnet-zero命令;

使用arp相关命令;

使用ip domain-lookup、ipdomain-name、ip name-server命令;

使用terminal ip metmask-format。

2. 设备需求

本实验需要以下设备:

2台Cisco路由器,要求每台至少具有1个以太网接口;

1台Hub,2条双绞线;

1台终端服务器,如Cisco 2509路由器,及用于反向Telnet的相应线缆;

1台带有超级终端程序的PC机,以及Comsole电缆及转接器。

3.拓扑结构及配置说明

从本章开始,在实验中将以拓扑结构图代替设备连接图,以便明确参与实验的主要设备之间的关系。在实验中必须的PC机、终端服务器、Hub及相应线缆等在拓扑图中不再出现。

本实验的拓扑结构如图4.1所示,两台路由器通过Hub连接到一起。

两台路由器分别为R1和R2,用于与Hub连接的接口均为E0接口。R1路由器E0接口IP地址为172.16.1.1,R2路由器E0接口IP地址为172.16.1.2,子网掩码均为255.255.255.0。

4. 实验配置及监测结果

用PC机通过终端服务器访问R1和R2,开始进行实验。

第1部分:ip address。ip address secondary、show interface等命令

监测清单4-1记录了这部分实验的操作过程。

监测清单4-1 ip address、ip address secondary、show interface等命令

R1#

R1#conft

Enter configuration commands, one per line. End with CNTL/Z.

R1(config)#int e0

R1(config-if)#ip addr 172.16.1.1255.255.255.0

R1(config-if)#no sh

R1(config-if)#end

R1#

00:51:18: %SYS-5-CONFIG_1: Configured from console by console

(键入组合键Ctrl+shift+6,x,切换回终端服务器)

Term_Server2

[Resuming connection 2 to R2 ... ]

R2#

R2#conft

Enter configuration commands, one per line. End with CNTL/Z.

R2(config)#int eO

R2(config-if)#ip addr 172.16.1.2 255.255.255.0

R2(config-if)#no sh

R2(config-if)#end

R2#

00:52:58: %SYS-5-CG_I: Configured from console by console

R2#sh int eO

Ethernet0 is up, line PRotocol is up

Hardware is

Internet address is 172.16.1.2/24

MTU 1500 bytes,BW 1000 Kbit,DLY 1000 usec.

reliability 255/255,txload 1/255,rxload 1/255

Encapsulation ARPA, loopback not set

Keepalive set (10 sec)

ARP type: ARPA, ARP Timeout 04:00:00

Last input 00:00:10, output 00:00:09, output hang never

Last clearing of "show interface" counters never

Input queue: 0/75/0/0

Queueing strategy:fifo

Output queue :0/40 (size/max)

5 minute input rate Orbits/see, ;1:pactets/sec

5 minute output

203 packets input, 29123 bytes, 0 no buffer

Received 203 broadcasts, 0 runts, 0 giants, 0 throttles

0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored

0 input packets with dribble condition detected

382 packets output, 37648 bytes, 0 underruns

0 output errors, 0 collisions, 18 interface resets

0 babbles, 0 late collision, 0 deferred

0 lost carrier, 0 no carrier

0 output buffer failures, 0 output buffers swapped out

R2#sh ip int eO

EthemetO is up, line protocol is up

Internet address is 172.16.1.2.2/24

Broadcast address is 255.255.255.255

Adress determined by setup command

MTU is 1500 bytes

Helper address is not set

Directed broadcast forwarding is desabled

lutgoing access list is not set

Inbound access list is not set

Proxy ARP is enabled

security level is default

split horion is enabled

ICMP redirects are always sent

ICMP unreachables are always sent

IP fast switching is enabled

IP fast switching on the same interface is disabled

IP Flow switching is disabled

IP Fast switching turbo vector

IP multicast fast switching is enabled

IP multicast distributed fast switching is disabled

IP route-cache flags are Fast

Router Discovery is disabled

IP output packet accounting is disabled

IP access violation accounting is disabled

TCP/IP header compression is disabled

RTP/IP header compression is disabled

Probe proxy name replies are disabled

Policy routing is disabled

Network address translation is disabled

WCCP Redirect outbound is disabled

WCCP Redirect exclude is disabled

BGP Policy Mapping is disabled

R2#SH IP int brief

interfaceIP-Addressok?Method statusprotocol

Ethernet0170.16.1.2YES manual upup

serial0unassignedYES NVRAMadministratively down down

serial1unassignedYES NVRAMadministratively down down

R2#ping 172.16.1.1

Type escape sequence to abort.

sending 5,100-byte ICMPEchos to 172.16.1.1,timeout is 2 seconds:

..!!!

sUCcess rate is 60 percent(3/5),round-trip min/avg/max=4/4/4 ms

R2#conft

Enter configuration commands,one per line.End winth CNTL/Z

R2(config)#ip subnet-zero

R2(config)#ing e0

R2(config-if)#ip addr 172.0.0.1 255.255.255.0

Bad mask/24 for address 172.0.0.1

R2(config-if)#exit

R2(config)#if subnet-zero

R2(config)#int e0

R2(config-if)#ip addr 172.0.0.1255.255.255.0

R2(config-if)#ip addr 172.1.0.1 255.255.255.0 secondary

R2(config-if)#ip addr 172.2.0.1 255.255.255.0 secondary

R2(config-if)#^Z

R2#

(1)在监测清单的开始部分,分别在Rl和R2路由器的EO接口上配置了相应的IP地址。注重配置好IP地址后立即发出了Ho shut命令激活接口,初学者往往忽视此命令。

(2)sh int e0命令即show interface e0,其运行结果显示了EO接口的配置信息和统计信息,其中大部分是统计信息。配置信息有MAC地址(0000。0c8e。cdd2)、IP地址、MTU(15OOBytes)、BW(带宽,lOMbMs)、DLY(延迟)。reliability(可靠性)以及负载 (txload和rxload)等信息;统计信息是关于队列(而putqueue、Output queue)、最近5min时间内的输入、输出速率及数据包数量等信息。

(3)show ip interface e0(sh ip int eo)命令显示了EO接口上有关IP的所有配置信息,包括IP地址、广播地址、MTU、访问列表。Proxy ARP等众多条目我们应主要关注与CCNA考试相关的条目。

(4),show ip interface e0(sh ip int brief)以简洁的形式列出了路由器所有接口有关IP地址的配置信息,包括接口IP地址、是否可用 (OK?)、IP地址获取的方式 (Method)。接口状态(Status)和协议状态(Protocol)。其中manual表示人工设置,NVRAM表示启动时从配置文件中获取。

(5)使用Ping命令测试Rl和R2的IP连通性,以确认配置是否生效。注重ping命令执行结果中的细节,即"..!!!",这表示前两个包没有ping通,这是因为开始时在R2的ARP表中还没有R1的EO接口相关的表项,即不知道172.16.1.1的MAC地址是什么,在下面关于ARP相关命令的实验中,这一点会非常清楚地显示出来。

(6)在IOS11.3以后的版本中,ip subnet-zero语句成为Cisco路由器的缺省配置。它使得零子网成为合法的网络号。在实验中,首先关闭了此功能,即发出命令no ip subnet-zero,当设置EO接口的IP地址为172.0.0.1时,路由器报错;当发出命令ip subnet-zero答应零子网存在时,对EO接口重复上述的配置命令时,IP地址被成功设置。

(7)ip addr 172.1.0.1.255.255.255.0 secondary命令为EO接

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
2023年上半年GDP全球前十五强
 百态   2023-10-24
美众议院议长启动对拜登的弹劾调查
 百态   2023-09-13
上海、济南、武汉等多地出现不明坠落物
 探索   2023-09-06
印度或要将国名改为“巴拉特”
 百态   2023-09-06
男子为女友送行,买票不登机被捕
 百态   2023-08-20
手机地震预警功能怎么开?
 干货   2023-08-06
女子4年卖2套房花700多万做美容:不但没变美脸,面部还出现变形
 百态   2023-08-04
住户一楼被水淹 还冲来8头猪
 百态   2023-07-31
女子体内爬出大量瓜子状活虫
 百态   2023-07-25
地球连续35年收到神秘规律性信号,网友:不要回答!
 探索   2023-07-21
全球镓价格本周大涨27%
 探索   2023-07-09
钱都流向了那些不缺钱的人,苦都留给了能吃苦的人
 探索   2023-07-02
倩女手游刀客魅者强控制(强混乱强眩晕强睡眠)和对应控制抗性的关系
 百态   2020-08-20
美国5月9日最新疫情:美国确诊人数突破131万
 百态   2020-05-09
荷兰政府宣布将集体辞职
 干货   2020-04-30
倩女幽魂手游师徒任务情义春秋猜成语答案逍遥观:鹏程万里
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案神机营:射石饮羽
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案昆仑山:拔刀相助
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案天工阁:鬼斧神工
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案丝路古道:单枪匹马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:与虎谋皮
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:李代桃僵
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:指鹿为马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:小鸟依人
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:千金买邻
 干货   2019-11-12
 
推荐阅读
 
 
 
>>返回首頁<<
 
靜靜地坐在廢墟上,四周的荒凉一望無際,忽然覺得,淒涼也很美
© 2005- 王朝網路 版權所有