确定 Cisco ASR1006 上的 DRAM 大小

网络工程 思科 路由器 思科-ios 记忆
2022-02-11 12:24:20

我们最近买了一个 ASR1006,我们被告知它有16GBDRAM 内存,但我对show version输出有点困惑,例如processor with 9964723K/6147K bytes of memory,显示9G内存。

那么16777216K bytes of physical memory.下面的输出是什么?

cisco ASR1006 (RP2) processor with 9964723K/6147K bytes of memory.
Processor board ID FXS1846Q06D
4 Ten Gigabit Ethernet interfaces
32768K bytes of non-volatile configuration memory.
16777216K bytes of physical memory.
1933311K bytes of eUSB flash at bootflash:.
78085207K bytes of SATA hard disk at harddisk:.
1个回答

16777216K是 16 GB 的 DRAM。您的 ASR1006 安装了 16 GB 的 DRAM。

对于processor with 9964723K/6147K bytes of memory,第一个数字是软件进程可用的内存量,或进程内存。第二个数字是已分配给 I/O 内存(接口缓冲区)的数量。在 ASR1000 系列上,这两个数字并不像在许多路由器上那样加起来就是总 DRAM,因为 IOS 在 Linux 内核下作为进程运行。