April 29,2008

路由協議設置

......

一、RIP   
    
    
  使 RIP   router rip  
     
             network network  
              neighbor ip-address  




  
 
Router1: 
router rip 
--network 192.200.10.0 
--network 192.20.10.0 
--neihbor 192.200.10.2 
 

二、IGRP   
    
    
  使 IGRP    router igrp 
autonomous-system  

     
             network network  




  
 
Router1: 
-- router igrp 200 
-- network 192.200.10.0 
-- network 192.20.10.0 
 

三、OSPF   
    
    
  使 OSPF   router ospf process-id  

    
            network 
address wildcard-mask area area-id  
              neighbor ip-address  




  
 
Router1: 
-- router ospf 200 
-- network 192.200.10.0.0.0.0.255 area1 
-- network 192.200.20.0.0.0.0.255 area2 
-- netghbor 192.200.10.2 
-- neighbor 192.200.20.2 
 

四、IPX     
IPX 
  IP             議,         
  樣,IPX       IP         富,      
    單。 IPX                  式。 


    
    
 IPX   ipx routing  

     
 IPX           ipx network network [encapsulation encapsulation-type]  




  
 
Router1: 
-- ipx routing 
-- interface ethernet0 
-- ipx network 1a encapsulation sap 
-- interface serial0 
-- ipx network 3a00


Posted by smallcho at 樂多Roodo! │11:11 │回應(0)引用(0)CISCO
樂多分類:moblog 工具:編輯本文
Ads by Roodo! 

引用URL

http://cgi.blog.roodo.com/trackback/6083795