免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 925 | 回复: 0
打印 上一主题 下一主题

RIP认证 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-05-16 22:07 |只看该作者 |倒序浏览

R1配置:
router>enable                                 
router#config t                                
router(config)#hostname R1                     
R1(config)#no ip domain-lookup                 
R1(config)#enable password norvel               
R1(config)#enable secret cisco                    
R1(config)#line console 0                        
R1(config-line)#login  
R1(config-line)#password norvel                  
R1(config-line)#exec-t 0 0                     
R1(config)#exit                              
R1(config-line)#line vty 0 4                     
R1(config-line)#login                             
R1(config-line)#password norvel                  
R1(config-line)#exit
                        
R1(config)#ip subnet-zero                     
R1(config)#int s1/2  
R1(config-if)#ip add 12.0.0.1 255.255.255.0
R1(config-if)#ip rip rece 2
R1(config-if)#no shutdown                       
R1(config-if)#int loo0
R1(config-if)#ip add 1.1.1.1 255.255.255.0
R1(config-if)#exit
R1(config)router rip
R1(config-router)#ver 2
R1(config-router)#network 12.0.0.0
R1(config-router)#network 1.1.1.0
R1(config-router)#exit

R2配置:
router>enable                                 
router#config t                                
router(config)#hostname R2                  
R2(config)#no ip domain-lookup                 
R2(config)#enable password norvel               
R2(config)#enable secret cisco                    
R2(config)#line console 0                        
R2(config-line)#login  
R2(config-line)#password norvel                  
R2(config-line)#exec-t 0 0                     
R2(config)#exit                              
R2(config-line)#line vty 0 4                     
R2(config-line)#login                             
R2(config-line)#password norvel                  
R2(config-line)#exit
                        
R2(config)#ip subnet-zero                     
R2(config)#int s2/1                           
R2(config-if)#ip add 12.0.0.2 255.255.255.0
R2(config-if)#no shutdown                       
R2(config-if)#int s2/3
R2(config-if)#ip add 23.0.0.2 255.255.255.0
R2(config-if)#no shutdown
R2(config-if)#exit
R2(config)router rip
R2(config-router)#network 12.0.0.0
R2(config-router)#network 23.0.0.0
R2(config-router)#no au
R2(config-router)#exit

R3配置:
router>enable                                 
router#config t                                
router(config)#hostname R3                    
R3(config)#no ip domain-lookup                 
R3(config)#enable password norvel               
R3(config)#enable secret cisco                    
R3(config)#line console 0                        
R3(config-line)#login  
R3(config-line)#password norvel                  
R3(config-line)#exec-t 0 0                     
R3(config)#exit                              
R3(config-line)#line vty 0 4                     
R3(config-line)#login                             
R3(config-line)#password norvel                  
R3(config-line)#exit
                        
R3(config)#ip subnet-zero
R3(config-if)#int loo2
R3(config-if)#ip add 1.1.4.1 255.255.255.0                    
R3(config)#int s2/3                          
R3(config-if)#ip add 23.0.0.3 255.255.255.0
R1(config-if)#ip rip rece 2
R3(config-if)#no shutdown                       
R3(config-if)#exit
R3(config)router rip
R3(config-router)#ver 2
R3(config-router)#network 23.0.0.0
R3(config-router)#network 1.1.4.0
R2(config-router)#no au
R3(config-router)#exit


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/38497/showart_302910.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP