二、 IOU的使用方法
1. wrapper-linux的使用:
./wrapper-linux [-v] –m<image name> -p<port number> -- <iou options> <router id>
where <port number> is in the range <1024-65550>
all options after the '--' are passed to iou
[-v] : display version;
-m:指定IOU镜像
-p:指定用于telnet的端口,范围是1024-65550;
--:用于传递iou的参数。
2. IOU用法:
以i86bi开头的文件都能使用一下参数
Usage:<image> [options] <application> id
<image>: unix-js-m | unix-is-m | unix-i-m | …
<application id>: instance identifier (0 < id <= 1024)
Options:
-e <n> number of Ethernet interface (default 2) // 指定etherne的模块数量
-s <n> number of Serial interface (default 2) // 指定serial的模块数量
-n <n> Size of nvram in kb (default 16kb) // 指定nvram的大小,默认16kb
-b <string> IOS debug string
-c <name> Configureation file name
-d Generate debug information
-t Netio message trace
-q Supperss informational messages
-h Display this help
-C Turn off use of the host clock
-m <n> Megabytes of router memory (default 128MB) // 指定路由器的内存,默认128M。
-L Disable local console,use remote console // 关闭本地console,开启远程console。
-u<n> UDP port base for distributed networks // 基于分布式网络的UDP端口。
-R Ignore options from the IOURC file // 忽略IOURC文件
-U Disable unix: file system location
-W Dsiable watchdog timer
-N Ingnore the NETMAP file // 忽略NETMAP文件