博客统计信息

用户名:wesleyou
文章数:4
评论数:13
访问量:4542
无忧币:22
博客积分:44
博客等级:1
注册日期:2011-06-07

我最近发表的评论

【Ⅰ】加班,谁之.. 回复
有时候加班是公司的氛围,也是老板..
cisco IOU 迁移 回复
andlinux能telnet上,andlinux也能..
cisco IOU 迁移 回复
使用ps -as | grep wrapp查看你的程..
cisco IOU 迁移 回复
首先检查下你的andlinux是否可以跟w..
cisco IOU 迁移 回复
您补充这一段的意思是什么?没太明白。
2011-09-14 17:29:29
一个思家的人
2011-09-13 17:42:54
BGP初学习,之前学过,全忘了,重新学习。还没看书,先视频。
2011-09-02 11:29:59
 

 
实验要求:
  1.基础配置;
  2.OSPF多区域配置;
  3.OSPF特殊区域的配置(stub、totally stub、NSSA、totally NSSA);
  4.路由重发布;
  5.frame-relay的配置;
  6.OSPF在frame-relay网络中的配置;
  7.OSPF认证配置(接口、区域、虚链路);
  8.验证OSPF网络类型(broadcast、NBMA、P2P、P2MP、P2MP NBMA、loopback)。
 
 
 

 
 
 
配置我只写了R8、R9模拟Frame-Relay,详细的配置在附件更新后的配置文件。
 
 
Cisco 路由器模拟FR交换机:
 
// FR1即拓扑中的R8,FR2即R9.
Router>en
Router#configg terminal
Router(config)line console 0
Router(config-line)#pass cisco
Router(config-line)#logg sy
Router(config-line)#exec-timeout 0 0
Router(config-line)#login
Router(config-line)#exit
Router(config-line)#line vty 0 4
Router(config-line)#pass cisco
Router(config-line)#login
Router(config-line)#exit
Router(config)#enable secre cisco
Router(config)#enable pass  cisco_wesley
Router(config)#service password-encryption
Router(config)#no ip domain-look
Router(config)#no ip finger
Router(config)#no ip http server
Router(config)#no ip http secure-server
Router(config)#no ip routing                                                  //  disable routing function
Router(config)#frame-relay switching                                         //  enable frame-relay switching function
Router(config)#hostname FR
FR1(config)#inter f1/0
FR1(config-if)#ip address 89.1.1.8 255.255.255.0
FR1(config-if)#exit
FR1(config)#inter tunnel 1
FR1(config-if)#tunnel source 89.1.1.8
FR1(config-if)#tunnel destination 89.1.1.9
FR1(config-if)#exit
FR1(config)#inter s0/0
FR1(config-if)#encapsulation frame-relay ietf                            // change encapsulation type
FR1(config-if)#no frame-relay inverse-arp                               //  disable inverse-arp
FR1(config-if)#no arp frame-relay                                                                        
FR1(config-if)#frame-relay lmi-type cisco                              // define LMI type
FR1(config-if)#frame-relay intf-type dce                              // configure interface's type dce
FR1(config-if)#clock rate 64000
FR1(config-if)#frame-relay route 102 interface serial0/1 201         // 定义本地接口的DLCI,并与DLCI为201的serial0/1成为一个虚链路。
FR1(config-if)#frame-relay route 103 interfaace tunnel 1 100
FR1(config-if)#inter s0/1
FR1(config-if)#encapsulation frame-relay ietf
FR1(config-if)#no frame-relay inverse-arp
FR1(config-if)#no arp frame-relay
FR1(config-if)#frame-relay lmi-type cisco
FR1(config-if)#frame-relay intf-type dce
FR1(config-if)#clock rate 64000
FR1(config-if)#frame-relay route 201 interface serial0/0 102
 
 
Router>en
Router#configg terminal
Router(config)line console 0
Router(config-line)#pass cisco
Router(config-line)#logg sy
Router(config-line)#exec-timeout 0 0
Router(config-line)#login
Router(config-line)#exit
Router(config-line)#line vty 0 4
Router(config-line)#pass cisco
Router(config-line)#login
Router(config-line)#exit
Router(config)#enable secre cisco
Router(config)#enable pass  cisco_wesley
Router(config)#service password-encryption
Router(config)#no ip domain-look
Router(config)#no ip finger
Router(config)#no ip http server
Router(config)#no ip http secure-server
Router(config)#no ip routing                                                  //  disable routing function
Router(config)#frame-relay switching                                         //  enable frame-relay switching function
Router(config)#hostname FR2
FR2(config)#inter f1/0
FR2(config-if)#ip address 89.1.1.9 255.255.255.0
FR2(config-if)#exit
FR2(config)#inter tunnel 1
FR2(config-if)#tunnel source 89.1.1.9
FR2(config-if)#tunnel destination 89.1.1.8
FR2(config-if)#exit
FR2(config)#inter s0/0
FR2(config-if)#encapsulation frame-relay ietf                          
FR2(config-if)#no frame-relay inverse-arp                             
FR2(config-if)#no arp frame-relay                                                                        
FR2(config-if)#frame-relay lmi-type cisco                             
FR2(config-if)#frame-relay intf-type dce                            
FR2(config-if)#clock rate 64000       
FR2(config-if)#frame-relay route 301 interfaace tunnel 1 100
 
 
 
 
 
 
 
 

 
Topology说明:
 
    R1:f0/0   ---------   R2:f0/0                   area 0                                                                         
    R1:f0/1   ---------   R3:f0/0                   area 0
    R2:f0/1   ---------   R3:f0/1                   area 0
    R1:f1/0   ---------   R4:f0/0                   area 2 stub
    R2:f1/0   ---------   R5:f0/0                   area 3 Totally stub
    R3:f1/0   ---------   R6:f0/0                   area 4 NSSA | Totally NSSA
    R6:s0/0   ---------   R7:s0/0                   AS2 RIP
    R1:s0/0   ---------   R8:s0/0                 
    R8:s0/1   ---------   R10:s0/0                  
    R8:f1/0   ---------   R9:f1/0                  
    R9:s0/0   ---------   R11:s0/0   
 
IP分配:
       
    R1  -----  R2   12.1.1.0/24
    R1  -----  R3   13.1.1.0/24
    R1  -----  R4   14.1.1.0/24
    R2  -----  R3   23.1.1.0/24
    R2  -----  R5   25.1.1.0/24
    R3  -----  R6   36.1.1.0/24
    R6  -----  R7    67.1.1.0/24
     R8  -----  R9   89.1.1.0/24
    frame-relay cloud:110.1.1.0/24[/img]..
2011-06-20 09:44:36
 
Cisco IOU迁移至RHEL 6.1
 
一、     IOU简介
Cisco IOU (Cisco IOS On Unix),IOU基于unix/linux环境,比之GNS3、小凡都要节省不少系统资源。
IOU包括以下文件:
i86bi_linux-adventerprisek9-ms                  // 带有IOS高级特性的IOU
i86bi_linux-ipbase-ms                     ..

订阅我的博客


google reader 鲜果 QQ邮箱 有道 抓虾

我的技术圈(0)

更多>>