广告
亲!
你线接错了。。。
所以UP不起来、、、、
R0也就是2811的配置
Router>enable
Router#configure terminal
Router(config)#interface FastEthernet0/0
Router(config-if)#ip address 172.17.1.1 255.255.0.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface FastEthernet0/1
Router(config-if)#ip address 1.1.1.1 255.0.0.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#ip route 0.0.0.0 0.0.0.0 1.1.1.2
R1的 也就是2621XM的配置
Router>enable
Router#configure terminal
Router(config)#interface FastEthernet0/1
Router(config-if)#ip address 1.1.1.2 255.0.0.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface FastEthernet0/0
Router(config-if)#ip address 192.168.1.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#ip route 0.0.0.0 0.0.0.0 1.1.1.1
都删除了部分提示内容 为了方便你查看
下面是最后结果
希望能帮助你!
用交叉线以后 不是要编什么代码的吗,主要是问怎么写
要配置路由器接口的IP地址及路由等,这个就是配置命令了。