路由器基本配置命令详解(6)
发布时间:2021-06-08
发布时间:2021-06-08
路由器的基本配置命令详解
R1(config-if)#end
R1#
步骤 16:保存 R1 配置。
使用 copy running-config startup-config 命令保存 R1 配置。
R1#copy running-config startup-config
Building configuration...
[OK]
R1#
任务 7:对路由器 R2 进行基本配置。
步骤 1:对 R2 重复任务 6 中的步骤 1 到步骤 10。
步骤 2:使用 IP 地址 192.168.2.2/24 配置 Serial 0/0/0 接口。
R2(config)#interface serial 0/0/0
R2(config-if)#ip address 192.168.2.2 255.255.255.0
R2(config-if)#no shutdown
%LINK-5-CHANGED:Interface Serial0/0/0, changed state to up
%LINEPROTO-5-UPDOWN:Line protocol on Interface Serial0/0/0, changed state to up
R2(config-if)#
步骤 3:使用 description 命令为此接口设定描述。
R1(config-if)#description Link to R1
R1(config-if)#
步骤 4:使用 IP 地址 192.168.3.1/24 配置 FastEthernet 0/0 接口。
R2(config-if)#interface fastethernet 0/0
R2(config-if)#ip address 192.168.3.1 255.255.255.0
R2(config-if)#no shutdown
%LINK-5-CHANGED:Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN:Line protocol on Interface FastEthernet0/0, changed state to up
R2(config-if)#
步骤 5:使用 description 命令为此接口设定描述。
R1(config-if)#description R2 LAN
R1(config-if)#
步骤 6:使用 end 命令返回特权执行模式。
R2(config-if)#end
R2#
步骤 7:保存 R2 配置。
使用 copy running-config startup-config 命令保存 R2 配置。
R2#copy running-config startup-config
Building configuration...
[OK]
R2#
任务 8:配置主机 PC 上的 IP 地址。
步骤 1:配置主机 PC1。
使用 IP 地址 192.168.1.10/24 和默认网关 192.168.1.1 配置连接到 R1 的主机 PC1。