Bu default IOU image NVRAM size is small not enough for complicated topology.
Router#dir nvram:
Directory of nvram:/
6 -rw- 1636 <no date> startup-config
7 —- 5 <no date> private-config
1 —- 38 <no date> persistent-data
8192 bytes total (5475 bytes free)
Router#
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 interfaces (default 2)
-s <n> Number of Serial interfaces (default 2)
-n <n> Size of nvram in Kb (default 16K)
-c <name> Configuration file name
-d Generate debug information
-t Netio message trace
-q Suppress informational messages
-h Display this help
-C Turn off use of host clock
-m <n> Megabytes of router memory (default 64)
-L Disable local console, use remote console
-u <n> UDP port base for distributed networks
so add IOU option -n64 into command which allows NVRAM increased to 64K.
#!/bin/bash../wrapper-linux -m ../i86bi_linux-adverterprisek9-ms -p 2001 — 1 -n64> /dev/null 2>&1 &
Now looks what we got for NVRAM.
Router#dir nvram:
Directory of nvram:/
29 -rw- 1636 <no date> startup-config
30 —- 5 <no date> private-config
1 —- 38 <no date> persistent-data
32768 bytes total (30051 bytes free)
Now should be enough for certification importing to test PKI.
本文介绍了一种通过修改IOU选项来增加路由器NVRAM大小的方法。原本默认的NVRAM大小为8KB,可能不足以支持复杂的网络拓扑。通过在启动命令中加入-n64参数,可以将NVRAM大小提升到64KB,从而更好地支持如PKI证书导入等高级功能。
2105

被折叠的 条评论
为什么被折叠?



