
R1#conf t
Enter configuration commands, one per line. End with CNTL/Z.R1(config)#int f0/0
R1(config-if)#no shutdown
R1(config-if)#ip address 192.168.1.254 255.255.255.0
R1(config-if)#end
R1#
R1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#int f1/0
R1(config-if)#no shutdown
R1(config-if)#ip address 192.168.2.254 255.255.255.0
R1(config-if)#end
R1#
*Mar 1 00:03:39.059: %SYS-5-CONFIG_I: Configured from console by console
R1#show ip int brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 192.168.1.254 YES manual up &nb

本文档通过配置PC1和PC2,展示了如何关闭路由镜像并设置IP地址及默认网关。步骤包括进入配置模式,关闭接口shutdown状态,设置IP地址以及验证通信的正确性。通过Ping测试,确认了两台PC间的可达性和延迟情况。
1667

被折叠的 条评论
为什么被折叠?



