資源描述:
《默認(rèn)路由靜態(tài)路由》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在行業(yè)資料-天天文庫(kù)。
1、古惑螞蟻工作室榮譽(yù)出品默認(rèn)路由,靜態(tài)路由試驗(yàn)拓?fù)浣Y(jié)構(gòu)圖如上,路由器為3臺(tái)2501路由器PC1網(wǎng)段為192.168.1.0PC2網(wǎng)段為192.168.2.0PC3網(wǎng)段為192.168.3.0下面配置路由器,使三個(gè)網(wǎng)段互通在路由器1上進(jìn)行配置Router#showcontrollersserial0查看接口類型(DCE)Router#configureterminal進(jìn)入全局配置模式Router(config)#interfaceethernet0進(jìn)入以太網(wǎng)接口配置模式Router(config-i
2、f)#ipaddress192.168.1.254255.255.255.0配置以太網(wǎng)接口IP地址Router(config-if)#noshutdown激活以太網(wǎng)接口Router(config)#interfaceserial0進(jìn)入廣域網(wǎng)接口配置模式Router(config-if)#ipaddress10.0.0.1255.0.0.0配置廣域網(wǎng)接口IP地址Router(config-if)#clockrate6400提供時(shí)鐘頻率Router(config-if)#noshutdown激活廣域
3、網(wǎng)接口Router(config)#iproute0.0.0.00.0.0.010.0.0.2配置默認(rèn)路由Router#showiproute查看路由信息表Router#showipinterfacebrief查看接口信息在路由器2上進(jìn)行配置Router#showcontrollersserial0查看接口類型(DTE)Router#showcontrollersserial1查看接口類型(DCE)Router#configureterminal進(jìn)入全局配置模式Router(config)#in
4、terfaceethernet0進(jìn)入以太網(wǎng)接口配置模式Router(config-if)#ipaddress192.168.2.254255.255.255.0配置以太網(wǎng)接口IP地址Router(config-if)#noshutdown激活以太網(wǎng)接口第3頁(yè)共3頁(yè)古惑螞蟻工作室榮譽(yù)出品Router(config)#interfaceserial0進(jìn)入廣域網(wǎng)接口配置模式Router(config-if)#ipaddress10.0.0.2255.0.0.0配置廣域網(wǎng)接口IP地址Router(con
5、fig-if)#noshutdown激活廣域網(wǎng)接口Router(config)#interfaceserial1進(jìn)入廣域網(wǎng)接口配置模式Router(config-if)#ipaddress11.0.0.2255.0.0.0配置廣域網(wǎng)接口IP地址Router(config-if)#clockrate6400提供時(shí)鐘頻率Router(config-if)#noshutdown激活廣域網(wǎng)接口Router(config)#iproute192.168.1.0255.255.255.010.0.0.1配置
6、靜態(tài)路由Router(config)#iproute192.168.3.0255.255.255.011.0.0.1配置靜態(tài)路由Router#showiproute查看路由信息表Router#showipinterfacebrief查看接口信息在路由器3上進(jìn)行配置Router#showcontrollersserial0查看接口類型(DTE)Router#configureterminal進(jìn)入全局配置模式Router(config)#interfaceethernet0進(jìn)入局域網(wǎng)接口配置模式Ro
7、uter(config-if)#ipaddress192.168.3.254255.255.255.0配置局域網(wǎng)接口IP地址Router(config-if)#noshutdown激活局域網(wǎng)接口Router(config)#interfaceserial0進(jìn)入廣域網(wǎng)接口配置模式Router(config-if)#ipaddress11.0.0.1255.255.255.0配置廣域網(wǎng)接口IP地址Router(config-if)#noshutdown激活廣域網(wǎng)接口Router(config)#ip
8、route0.0.0.00.0.0.011.0.0.2配置默認(rèn)路由Router#showiproute查看路由信息表Router#showipinterfacebrief查看接口信息在PC1上進(jìn)行配置C:>ipconfig/ip192.168.1.1255.255.255.0修改PC1的IP地址C:>ipconfig/dg192.168.1.254修改PC1的網(wǎng)關(guān)在PC2上進(jìn)行配置C:>ipconfig/ip192.168.2.1255.255.255.0修改PC2的IP地址C:>ipconfi