1.5.1 将路由器配置为PC

我们可能需要在拓扑中简单地增加一台路由器,并且配置为一台 PC。这比前一种方法更加方便,但是要使用更多的内存和 CPU 资源,所以一般不建议使用。添加一台路由器并连接到网络拓扑中。该路由器需要进行如下配置:

Router(config)# no ip routing                                       

//关闭路由功能

Router(config)# interface fa0/0                                    

//进入端口配置模式

Router(config-if)# ip address address subnet_mask   

//设定端口的 IP 地址

Router(config-if)# no shutdown                                   

//打开端口

Router(config-if)#exit

//返回全局配置模式

Router(config)# ip default-gateway gateway_address  

//配置缺省网关