网络技术实验报告2.doc
文本预览下载声明
昆明理工大学信息工程与自动化学院学生实验报告
( 2013 — 2014 学年第 二 学期 )
课程名称:计算机网络技术 开课实验室:自动化系 2014 年 5 月 14 日
年级、专业、班 测控121 学号 201210402121 姓名 黄祖任 成绩 实验项目名称 实验二 路由器配置和交换机配置 指导教师 黄国勇 教师评语
教师签名:
年 月 日 一、实验目的:
掌握路由器和交换机的基本配置方法;
掌握在CCNA下对路由器和交换机进行网络配置的基本步骤;
熟悉和掌握在CCNA下对路由器和交换机进行网络配置的常用命令;
实验报告内容:
RouterA Con0 is now available
Press RETURN to get started.
RouterAenable
RouterA#config t
Enter configuration commands, one per line. End with CNTL/Z.
RouterA(config)#hostname RouterA
RouterA(config)#interface e0
RouterA(config-if)#ip address 11.11.11.1 255.
Bad mask 0xFFFFC800 for address 11.11.11.1
RouterA(config-if)#ip address 11.11.11.1 255.255.255.0
RouterA(config-if)#no shutdown
RouterA(config-if)#end
%SYS-5-CONFIG_I: Configured from console by console
RouterA#show interface e0
Ethernet0 is up, line protocol is up
Hardware is Lance, address is 0000.0c8d.5c9d (bia 0000.0c8d.5c9d)
Internet address is 11.11.11.1/24
MTU 1500 bytes, BW 10000 Kbit, DLY 1000 usec, rely 255/255, load 1/255
Encapsulation ARPA, loopback not set, keepalive set (10 sec)
ARP type: ARPA, ARP Timeout 04:00:00
Last input never, output 00:00:07, output hang never
Last clearing of show interface counters never
Queueing strategy: fifo
Output queue 0/40, 0 drops; input queue 0/75, 0 drops
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
0 input packets with dribble condition detected
472 packets output, 47379 bytes, 0 underruns
0 output errors, 0 collisions, 2 interface resets
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 o
显示全部