我们最近买了一个ASR1006,并被告知它有16GB DRAM内存,但我对show version的输出并不感到困惑,比如显示9G内存的processor with 9964723K/6147K bytes of memory。
那么,下面的输出中的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:.发布于 2016-06-16 03:43:07
16777216K是16 GB的DRAM。您的ASR1006安装了16 GB的DRAM。
对于processor with 9964723K/6147K bytes of memory,第一个数字是软件进程或进程内存可用的内存量。第二个数字是分配给I/O内存(接口缓冲区)的数量。在ASR1000系列中,这两个数字加起来并不等于整个DRAM,就像它们在许多路由器上所做的那样,因为IOS是作为一个进程在Linux内核下运行的。
https://networkengineering.stackexchange.com/questions/32306
复制相似问题