昆明理工大学计算机网络实验二

昆明理工大学信息工程与自动化学院学生实验报告

( 2012 — 2013 学年第 二 学期 )

课程名称:计算机网络技术 开课实验室:自动化系 2013 年 5 月 9日

一、实验目的:

 掌握路由器和交换机的基本配置方法;

 掌握在CCNA下对路由器和交换机进行网络配置的基本步骤;

 熟悉和掌握在CCNA下对路由器和交换机进行网络配置的常用命令;

二、实验报告内容:

Router Con0 is now available

Press RETURN to get started.

Router>

Router>enable

Router#config t

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

Router(config)#hostname RouterB

RouterB(config)#interface s0

RouterB(config-if)#ip address 20.20.20.2 255.255.255.0

RouterB(config-if)#no shut

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0, changed state to up

%LINK-3-UPDOWN: Interface Serial0, changed state to up

RouterB(config-if)#clock rate?

rate

RouterB(config-if)#clock rate 64000

RouterB(config-if)#end

%SYS-5-CONFIG_I: Configured from console by console

RouterB#show interface s0

Serial0 is up, line protocol is up

Hardware is HD64570

Internet address is 20.20.20.2/24

MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, rely 255/255, load 1/255 Encapsulation HDLC, loopback not set, keepalive set (10 sec)

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

Last clearing of "show interface" counters never

Input queue: 0/75/0 (size/max/drops); Total output drops: 0

Queueing strategy: weighted fair

Output queue: 0/1000/64/0 (size/max total/threshold/drops)

Conversations 0/1/256 (active/max active/max total)

Reserved Conversations 0/0 (allocated/max allocated)

5 minute input rate 0 bits/sec, 0 packets/sec

5 minute output rate 0 bits/sec, 0 packets/sec

1721 packets input, 106287 bytes, 0 no buffer

Received 1301 broadcasts, 0 runts, 0 giants, 0 throttles

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

2195 packets output, 100497 bytes, 0 underruns

0 output errors, 0 collisions, 221 interface resets

0 output buffer failures, 0 output buffers swapped out

280 carrier transitions

DCD=up DSR=up DTR=up RTS=up CTS=up

RouterB#copy running-config startup-config

Building configuration...

[OK]

RouterB#show running-config

Building configuration...

Current configuration:

!

version 12.0

service timestamps debug uptime

service timestamps log uptime

no service password-encryption

!

hostname RouterB

!

!

!

!

interface Ethernet0

no ip address

!

interface Serial0

ip address 20.20.20.2 255.255.255.0

!

clockrate 64000

!

!

interface Serial1

no ip address

!

shutdown

!

--More--

Translating 'more' ...domain server (255.255.255.255)

% Unknown command or computer name, or unable to find computer address RouterB#

RouterB#RouterA Con0 is now available

Press RETURN to get started.

RouterA>enable

RouterA#config t

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

RouterA(config)#interface s0

RouterA(config-if)#ip address 20.20.20.1 255.255.255.0

RouterA(config-if)#no shut

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0, changed state to up %LINK-3-UPDOWN: Interface Serial0, changed state to up

RouterA(config-if)#end

%SYS-5-CONFIG_I: Configured from console by console

RouterA#copy running-config startup-config

Building configuration...

[OK]

RouterA#show interface s0

Serial0 is up, line protocol is up

Hardware is HD64570

Internet address is 20.20.20.1/24

MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, rely 255/255, load 1/255 Encapsulation HDLC, loopback not set, keepalive set (10 sec)

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

Last clearing of "show interface" counters never

Queueing strategy: weighted fair

Output queue: 0/1000/64/0 (size/max total/threshold/drops)

Conversations 0/1/256 (active/max active/max total)

Reserved Conversations 0/0 (allocated/max allocated)

5 minute input rate 0 bits/sec, 0 packets/sec

5 minute output rate 0 bits/sec, 0 packets/sec

1721 packets input, 106287 bytes, 0 no buffer

Received 1301 broadcasts, 0 runts, 0 giants, 0 throttles

0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort 2195 packets output, 100497 bytes, 0 underruns

0 output errors, 0 collisions, 221 interface resets

0 output buffer failures, 0 output buffers swapped out

280 carrier transitions

DCD=up DSR=up DTR=up RTS=up CTS=up

RouterA#ping 20.20.20.2

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 20.20.20.2, timeout is 2 seconds: .....

Success rate is 0 percent (0/5)

RouterA#

RouterA#show running-config

Building configuration...

Current configuration:

!

version 12.0

service timestamps debug uptime

service timestamps log uptime

no service password-encryption

!

hostname RouterA

!

!

!

!

interface Ethernet0

ip address 11.11.11.1 255.255.255.0

!

interface Serial0

ip address 20.20.20.1 255.255.255.0

!

!

interface Serial1

no ip address

!

shutdown

interface TokenRing0

no ip address

!

shutdown

RouterA#copy running-config startup-confi

RouterA#show running-config

Building configuration...

Current configuration:

!

version 12.0

service timestamps debug uptime

service timestamps log uptime

no service password-encryption

!

hostname RouterA

!

!

!

!

interface Ethernet0

ip address 11.11.11.1 255.255.255.0

!

interface Serial0

ip address 20.20.20.1 255.255.255.0

!

!

interface Serial1

no ip address

!

shutdown

!

interface TokenRing0

no ip address

!

shutdown

no ip classless

!

--More--

Translating 'more' ...domain server (255.255.255.255)

% Unknown command or computer name, or unable to find computer address RouterA#

RouterA#moreRouter2621 Con0 is now available

Press RETURN to get started.

Router2621>nable

Translating 'nable' ...domain server (255.255.255.255)

% Unknown command or computer name, or unable to find computer address Router2621>enable

Router2621#config t

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

Router2621(config)#hostname Router2621

Router2621(config)#interface f0/0

Router2621(config-if)#ip address 11.11.11.2 255.255.255.0

Router2621(config-if)#no shut

Router2621(config-if)#end

%SYS-5-CONFIG_I: Configured from console by console

Router2621#copy running-config startup-config

Building configuration...

[OK]

Router2621#show running-config

Building configuration...

Current configuration:

!

version 12.0

service timestamps debug uptime

service timestamps log uptime

no service password-encryption

!

hostname Router2621

!

!

!

!

interface FastEthernet0/0

ip address 11.11.11.2 255.255.255.0

!

interface FastEthernet0/1

no ip address

shutdown

no ip classless

!

!

line con 0

line aux 0

line vty 0 4

end

Router2621#

昆明理工大学信息工程与自动化学院学生实验报告

( 2012 — 2013 学年第 二 学期 )

课程名称:计算机网络技术 开课实验室:自动化系 2013 年 5 月 9日

一、实验目的:

 掌握路由器和交换机的基本配置方法;

 掌握在CCNA下对路由器和交换机进行网络配置的基本步骤;

 熟悉和掌握在CCNA下对路由器和交换机进行网络配置的常用命令;

二、实验报告内容:

Router Con0 is now available

Press RETURN to get started.

Router>

Router>enable

Router#config t

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

Router(config)#hostname RouterB

RouterB(config)#interface s0

RouterB(config-if)#ip address 20.20.20.2 255.255.255.0

RouterB(config-if)#no shut

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0, changed state to up

%LINK-3-UPDOWN: Interface Serial0, changed state to up

RouterB(config-if)#clock rate?

rate

RouterB(config-if)#clock rate 64000

RouterB(config-if)#end

%SYS-5-CONFIG_I: Configured from console by console

RouterB#show interface s0

Serial0 is up, line protocol is up

Hardware is HD64570

Internet address is 20.20.20.2/24

MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, rely 255/255, load 1/255 Encapsulation HDLC, loopback not set, keepalive set (10 sec)

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

Last clearing of "show interface" counters never

Input queue: 0/75/0 (size/max/drops); Total output drops: 0

Queueing strategy: weighted fair

Output queue: 0/1000/64/0 (size/max total/threshold/drops)

Conversations 0/1/256 (active/max active/max total)

Reserved Conversations 0/0 (allocated/max allocated)

5 minute input rate 0 bits/sec, 0 packets/sec

5 minute output rate 0 bits/sec, 0 packets/sec

1721 packets input, 106287 bytes, 0 no buffer

Received 1301 broadcasts, 0 runts, 0 giants, 0 throttles

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

2195 packets output, 100497 bytes, 0 underruns

0 output errors, 0 collisions, 221 interface resets

0 output buffer failures, 0 output buffers swapped out

280 carrier transitions

DCD=up DSR=up DTR=up RTS=up CTS=up

RouterB#copy running-config startup-config

Building configuration...

[OK]

RouterB#show running-config

Building configuration...

Current configuration:

!

version 12.0

service timestamps debug uptime

service timestamps log uptime

no service password-encryption

!

hostname RouterB

!

!

!

!

interface Ethernet0

no ip address

!

interface Serial0

ip address 20.20.20.2 255.255.255.0

!

clockrate 64000

!

!

interface Serial1

no ip address

!

shutdown

!

--More--

Translating 'more' ...domain server (255.255.255.255)

% Unknown command or computer name, or unable to find computer address RouterB#

RouterB#RouterA Con0 is now available

Press RETURN to get started.

RouterA>enable

RouterA#config t

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

RouterA(config)#interface s0

RouterA(config-if)#ip address 20.20.20.1 255.255.255.0

RouterA(config-if)#no shut

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0, changed state to up %LINK-3-UPDOWN: Interface Serial0, changed state to up

RouterA(config-if)#end

%SYS-5-CONFIG_I: Configured from console by console

RouterA#copy running-config startup-config

Building configuration...

[OK]

RouterA#show interface s0

Serial0 is up, line protocol is up

Hardware is HD64570

Internet address is 20.20.20.1/24

MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, rely 255/255, load 1/255 Encapsulation HDLC, loopback not set, keepalive set (10 sec)

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

Last clearing of "show interface" counters never

Queueing strategy: weighted fair

Output queue: 0/1000/64/0 (size/max total/threshold/drops)

Conversations 0/1/256 (active/max active/max total)

Reserved Conversations 0/0 (allocated/max allocated)

5 minute input rate 0 bits/sec, 0 packets/sec

5 minute output rate 0 bits/sec, 0 packets/sec

1721 packets input, 106287 bytes, 0 no buffer

Received 1301 broadcasts, 0 runts, 0 giants, 0 throttles

0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort 2195 packets output, 100497 bytes, 0 underruns

0 output errors, 0 collisions, 221 interface resets

0 output buffer failures, 0 output buffers swapped out

280 carrier transitions

DCD=up DSR=up DTR=up RTS=up CTS=up

RouterA#ping 20.20.20.2

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 20.20.20.2, timeout is 2 seconds: .....

Success rate is 0 percent (0/5)

RouterA#

RouterA#show running-config

Building configuration...

Current configuration:

!

version 12.0

service timestamps debug uptime

service timestamps log uptime

no service password-encryption

!

hostname RouterA

!

!

!

!

interface Ethernet0

ip address 11.11.11.1 255.255.255.0

!

interface Serial0

ip address 20.20.20.1 255.255.255.0

!

!

interface Serial1

no ip address

!

shutdown

interface TokenRing0

no ip address

!

shutdown

RouterA#copy running-config startup-confi

RouterA#show running-config

Building configuration...

Current configuration:

!

version 12.0

service timestamps debug uptime

service timestamps log uptime

no service password-encryption

!

hostname RouterA

!

!

!

!

interface Ethernet0

ip address 11.11.11.1 255.255.255.0

!

interface Serial0

ip address 20.20.20.1 255.255.255.0

!

!

interface Serial1

no ip address

!

shutdown

!

interface TokenRing0

no ip address

!

shutdown

no ip classless

!

--More--

Translating 'more' ...domain server (255.255.255.255)

% Unknown command or computer name, or unable to find computer address RouterA#

RouterA#moreRouter2621 Con0 is now available

Press RETURN to get started.

Router2621>nable

Translating 'nable' ...domain server (255.255.255.255)

% Unknown command or computer name, or unable to find computer address Router2621>enable

Router2621#config t

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

Router2621(config)#hostname Router2621

Router2621(config)#interface f0/0

Router2621(config-if)#ip address 11.11.11.2 255.255.255.0

Router2621(config-if)#no shut

Router2621(config-if)#end

%SYS-5-CONFIG_I: Configured from console by console

Router2621#copy running-config startup-config

Building configuration...

[OK]

Router2621#show running-config

Building configuration...

Current configuration:

!

version 12.0

service timestamps debug uptime

service timestamps log uptime

no service password-encryption

!

hostname Router2621

!

!

!

!

interface FastEthernet0/0

ip address 11.11.11.2 255.255.255.0

!

interface FastEthernet0/1

no ip address

shutdown

no ip classless

!

!

line con 0

line aux 0

line vty 0 4

end

Router2621#


相关文章

  • 小型低风速垂直轴风力机的设计与实验研究--[昆明理工大学]2011年硕士论文
  • [摘要]:随着社会经济的快速发展,人类活动对常规化石能源的需求也越来越大,人类正面临着以化石燃料为基础的能源体系所带来的一系列威胁:资源枯竭.环境污染.生态恶化等.预计到本世纪中叶,常规化石能源将无法再满足人类发展的需求. 风能作为一种清洁 ...查看


  • 二氧化硅微球化学镀银
  • 2014年5月 电镀与精饰第36卷第5期(总254期) ・1・ doi:10.3969/j.issn.1001-3849.2014.05.001 二氧化硅微球化学镀银 黄 昆明650106) 茜1, 黄 惠1, 郭忠诚1'2 (1.昆明理工 ...查看


  • 2017年昆明理工大学F001无机化学考研复试核心题库
  • 目录 2017年昆明理工大学F001无机化学考研复试核心题库(一) ............................................... 2 2017年昆明理工大学F001无机化学考研复试核心题库(二) ..... ...查看


  • 真空冶炼炉的改造及自动控制系统的开发_徐宝强
  • T otal No 145 June 2004 冶 金 设 备 总第145期M ET AL LU RG ICA L EQU I PM ENT 2004年6月第3期 真空冶炼炉的改造及自动控制系统的开发 徐宝强1 李志华1 戴永年1 罗 明2 ...查看


  • 昆明冶金高等专科学校学校发展报告
  • 昆明冶金高等专科学校学校发展报告 --在2008级新生入学教育上的讲话 主讲人 李永康 2008年9月3日 (根据现场报告整理) 各位同学: 上午好! 很高兴和同学们交流学校的信息,分享学校的发展成果,憧憬美好的未来!我代表学校对同学们的到 ...查看


  • 昆明民办中学初一收费标准
  • 32所限报民办初中学费(注:学年) 云南大学附属中学一二一校区:14000元 云南大学附属中学星耀校区:14000元 云南大学附属中学呈贡校区:14000元 云南师大实验中学:13000元 云南师范大学附属润城学校:13000元 云南农业大 ...查看


  • 个人简历自我介绍范本
  • 个人简历自我介绍范本 个人简历自我介绍范本(一) 我是长沙南方学院的一名应届毕业生.所学的专业是计算机应用,是辅助设计专业.我性格温和.办事稳重.善于思考.自学能力强,易于接受新事物.我的基础知识扎实.专业知识过硬并且具有较深厚的专业计算机 ...查看


  • 空位形成能及其尺寸效应的研究进展
  • 空位形成能及其尺寸效应的研究进展 于晓华1,王远1,2,荣菊3,詹肇麟1*,刘忠1 (1. 昆明理工大学材料科学与工程学院,云南昆明650093:2. 西南林业大学机械与交通学院,云南昆明650224: 3. 中国科学院金属研究所, 辽宁沈 ...查看


  • 太阳时角对槽式聚光器焦线位置的影响
  • 新能源及工艺 太阳时角对槽式聚光器焦线位置的影响 李承晴 1,2 ,李 明 1,2 ,项 明 1 (1.云南师范大学物理与电子信息学院,云南昆明650092;2.云南师范大学太阳能研究所,云南昆明650092) 摘 要:在讨论太阳时角对槽式 ...查看


热门内容