- 8
- 0
- 约5.87千字
- 约 9页
- 2018-08-22 发布于贵州
- 举报
基本配置与静态配置
实验3 路由器配置实验
之基本配置和静态配置
实验过程及结果:
router-a(config-if)#
outer Con0 is now available
Press RETURN to get started.
Routeren
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#enable secret 1234
Router(config)#enable password 1234
Router(config)#line console 0
Router(config-line)#login
Router(config-line)#password1234
% Invalid input detected at ^ marker.
Router(config-line)#password 1234
设置路由器A:
Router Con0 is now available
Press RETURN to get started.
Routeren
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname Router A
A(config)#Hostname Router-A
Router-A(config)#int e0
Router-A(config-if)#ip address 172.16.10.1 255.255.255.0
Router-A(config-if)#no shut
%LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet0, changed state to up
%LINK-3-UPDOWN: Interface Ethernet0, changed state to up
Router-A(config-if)#int s0
Router-A(config-if)#ip address 172.16.20.1 255.255.255.0
Router-A(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
Router-A(config-if)#int t0
% Invalid input detected at ^ marker.
Router-A(config-if)#int T0
% Invalid input detected at ^ marker.
Router-A(config-if)#int t0
% Invalid input detected at ^ marker.
Router-A(config-if)#int s0
Router-A(config-if)#clock rate 64000
%Error: This command applies only to DCE interfaces
Router-A(config-if)#int Token Ring 0
% Invalid input detected at ^ marker.
Router-A(config-if)#interface ethernet 0
% Invalid input detected at ^ marker.
Router-A(config-if)#^z
% Invalid input detected at ^ marker.
Router-A(config-if)#int to0
Router-A(config-if)#ip address 172.16.15.1 255.255.255.0
Router-A(config-if)#no shut
% TokenRing0: no ring speed has been set
Router-A(config-if)#
后保存:
Router-A Con0 is now available
Press RETURN to get started.
Router-Aen
Router-A#copy run start
Building configuration...
[OK]
Router-A#
设置路由器B:
Router Con0 is now
原创力文档

文档评论(0)