1 / 52
文档名称:

南京邮电大学.docx

格式:docx   大小:76KB   页数:52页
下载后只包含 1 个 DOCX 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

南京邮电大学.docx

上传人:hqqs18 2022/6/1 文件大小:76 KB

下载得到文件列表

南京邮电大学.docx

相关文档

文档介绍

文档介绍:This model paper was revised by the Standardization Office on December 10, 2020
南京邮电大学
实 验 报 告
课程名称
思科路由r configuration commands, one per line. End with CNTL/Z.
Router(config)#host R2
R2(config)#int s0/0/1
R2(config-if)#ip add
R2(config-if)#no shut
%LINK-5-CHANGED: Interface Serial0/0/1, changed state to up
R2(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/1, changed state to up
R2(config-if)#exit
R2(config)#int s0/0/0
R2(config-if)#ip add
R2(config-if)#clock rate 64000
R2(config-if)#no shut
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to down
R2(config-if)#exit
R2(config)#int f0/0
R2(config-if)#ip add
R2(config-if)#no shut
R2(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
R2(config-if)#exit
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
R2(config)#router eigrp 100
R2(config-router)#net
R2(config-router)#
%DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor (Serial0/0/1) is up: new adjacency
R2(config-router)#net
R2(config-router)#net
R2(config-router)#no auto
R2(config-router)#
%DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor (Serial0/0/1) is up: new adjacency
R2(config-router)#exit
R2(config)#exit
R2#
%SYS-5-CONFIG_I: Configured from console by console
R2#copy run start
Destination filename [startup-config]
Building configuration...
[OK]
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#host R3
R3(config)#int s0/0/1
R3(config-if)#ip add
R3(config-if)#no shut
R3(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/1, changed state to up
R3(config-if)#exit
R3(config)#int f0/0
R3(config-if)#ip add
R3(config-if)#no shut
R3(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
R3(config-if)#exit
R3(config)#router eigrp 100
R3(config-