步骤实现
步骤 1:按照图 3-2-6 连接网络拓扑结构。
步骤 2:按照表 3-2-2 配置计算机的 IP 地址、子网掩码和网关。
步骤 3:恢复路由器的出厂配置。
Router>enable !进入特权模式
Router#2004-1-1 00:32:10 User DEFAULT enter privilege mode from console 0,
level = 15
Router#delete !删除配置文件
this file will be erased,are you sure?(y/n)y
Router#reboot !重新启动
Do you want to reboot the router(y/n)?y
Please wait…
步骤 4:在 Router-A 接口上配置 IP 地址。
Router>
Router>enable
Router#config
Router_config#hostname Router-A
Router-A_config_f0/0#ip address 192.168.1.1 255.255.255.0
Router-A_config_f0/0#no shutdown
Router-A_config_f0/0#int fa0/3
Router-A_config_f0/3#ip add 192.168.10.1 255.255.255.0
Router-A_config_f0/3#no shutdown
Router-A_config_f0/3#^Z
Router-A#