静态路由配置(PT模拟器)

静态路由配置(PT模拟器)
静态路由配置(PT模拟器) Continue with configuration dialog? [yes/no]: no         Press RETURN to get started! Router>en                                  Router>enable        《 ===================================进入特权模式Router#confRouter#configure Router#configure terminal   《================================进入全局模式 Enter configuration commands, one per line.  End with CNTL/Z.Router(config)#hRouter(config)#hostname R1    《=============================配置主机名R1(config)#enaR1(config)#enable pR1(config)#enable password 123456   《===========================配置特权密码R1(config)#in fR1(config)#in fastEthernet 0/0    《=============================进入F0/0端口R1(config-if)#ip addR1(config-if)#ip address 192.168.1.1 255.255.255.0 《==============配置该端口IP地址R1(config-if)#no shuR1(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 upR1(config-if)#exit       《=============================返回上层模式R1(config)#in sR1(config)#in serial 0/0/0     R1(config-if)#ip addR1(config-if)#ip address 192.168.2.1 255.255.255.0R1(config-if)#clock rate 64000             《=====================配置DCE串口时钟频率R1(config-if)#no shuR1(config-if)#no shutdown%LINK-5-CHANGED: Interface Serial0/0/0, changed state to downR1(config-if)#%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to upR1(config-if)#exitR1(config)#ip rR1(config)#ip route 192.168.3.0 255.255.255.0 192.168.2.2 《======配置静态路由192.168.3.0为所需到达的网段 255.255.255.0为所需到达的子网掩码 192.168.2.2 为下一跳地址(该路由器出去所经过的一个接口的IP地址) 

相关内容