2012 年五月
« 四    
 12345
6789101112
13141516171819
20212223242526
2728293031  
  • Posts Tagged ‘iou’

    Cisco IOU 的交换和路由同时运行!

    注意:阅读和运行本文档需要基本的Linux基础!!

     

     

        本来我的原意不是做一个路由和交换同时运行的NETMAP。但是在Andlinux下不能开启30台交换机,说以就将TS1的脚本修改了一下!

    在Andlinux下用CD切换到TS1-sw目录下!运行start3即可

     

    [root@andLinux TS1-sw]# pwd
    /home/yangbo/windows/l2iou/TS1-sw
    [root@andLinux TS1-sw]# ./start3
    

    Read the rest of this entry »

    Connect IOU with real networks or dynamips

        This guide provides explanations to a script called iou2net.pl (script is at the end of the article), which allows you to attach IOU instances to real network (interfaces). In its functionality, its similar to what the ioulive tool does. For more information about IOU or ioulive, ask your Cisco SE/AM that provided you with your copy of IOU, or check out the IOU FAQ from evilrouters.net.

        Why another script that does nearly the same thing as ioulive? While playing around with IOU, i tried to come up with a way to attach IOU instances to dynamips directly. I managed to get this working for single instances, but came to the conclusion that its best to integrate such functionality in dynagen directly. Unfortunately, Im not a good programmer and have no experience with python, nor the time to dig through the dynagen sources and extend the code. This script is a byproduct of this work, where i tried to document the packet format that IOU uses to communicate between instances. For now, the script allows to attach to real network adapters and tap interfaces, and to communicate through UDP "links" as known from dynamips and qemu.

    Read the rest of this entry »

    知道CISCO为什么要开发IOU吗?

    原因如下:

    思科学习实验室

    针对路由和交换的虚拟思科IOS实验室

    对于备考思科认证的考生来说,由于实验设备的缺乏,要获得真实的实验室实践体验是非常不易的。为了满足这一需求,思科推出了全新的思科学习实验室产品。

    思科学习实验室是多款针对路由和交换的虚拟实验室学习包,通过思科IOS软件在UNIX系统上支持。

    前所未有的,学习思科网络技术的人士只要使用个人电脑,就能便捷地访问并配置路由及第二层核心交换实验室。

    对于网络人士来说,搭建一个真实的实验室需要花费大量的金钱和时间,因此实验操作往往是网络人士最缺乏的部分。思科学习实验室为你们提供了经济、便捷、真实的实验室体验。

    思科学习实验室的时间从15小时至20小时不等,价格从99元起。所以你只需花每小时10元不到,就能够享受最真实的实验室体验,用最少的时间和金钱达到最好的学习效果。

    立即使用最新版本的思科IOS软件提升你的学习方式,获得真实的实验室动手实践经验,为你的思科CCNA®、CCIP®及CCNP®认证考试做好充分准备。

    虚拟实验室学习包为您提供独一无二的体验:


    • 配置路由及核心交换环境下的实验室
    • 设备重设零停机时间
    • 可进入多种实验室
    • 90天内任意时间进入(最多20小时)
    • 可购买补充的学习时间(5小时)

    系统要求:


    思科学习实验室要求安装有微软Windows系统(XP, Vista或7)的电脑,并运行有Windows Internet Explorer (版本 7, 8, or 9)。

    IOU拓扑生成工具

    内含说明
    第一种
     http://dl.dbank.com/c0j1mv5s2c

     

    第二种
    http://dl.dbank.com/c0zoprfxov
    哪个好用用哪个

     

    个人感觉都一般!

    如何生成IOU l2的License

        今天冲网上得到了IOU的L2版本。

     

     

    因为我的环境比较特殊。

    我以前的IOU使用的环境是Vmware+Centos5.4。

    当然现在有更好的环境就是AndLinux。可是我玩不懂这个。所以还是只有在Centos 的环境下去运行IOUL2了。

     

    可是一运行就提示我的License有错。

    IOU License Error: invalid license
    License for key 7f03b7 required on host "CDlinux".
    Obtain a license for this key and host from the following location: 
    
    http://wwwin-enged.cisco.com/ios/iou/license/index.html
    
    Place in your iourc file as follows (see also the web page
    for further details on iourc file format and location) 
    
    [license]
    CDlinux = <16 char license>;
    IOU 3328 exit

    Read the rest of this entry »