日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當(dāng)前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

cisco engine memory

發(fā)布時(shí)間:2025/3/17 编程问答 23 豆豆
生活随笔 收集整理的這篇文章主要介紹了 cisco engine memory 小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.

如何查看Cisco Sup720的SP與RP的內(nèi)存和FLASH狀態(tài)
首先Cisco 720引擎由SP(Switch Processor)和RP(Route Processor)組成,完整的引擎上會(huì)有3個(gè)
部分:一是最下面那塊大板(引擎),另一個(gè)是右邊的一塊子卡(PFC),最后是左邊的子卡
(MSFC),引擎和PFC合稱交換引擎(SP),MSFC稱路由引擎(RP)。
SP和RP是獨(dú)立的操作系統(tǒng),所以各自有Flash和Memory。如上圖(圖片來源于Cisco官方文檔),
左邊的Flash和內(nèi)存屬于SP,右邊的Flash和內(nèi)存屬于RP。
另外,Flash有內(nèi)置和外置之分。內(nèi)置的叫bootflash,外置的在Sup1上叫Slot0:,從Sup2開始,Cisco
支持ATA格式的PCMCIA Flash,因此Sup2上會(huì)有Slot0:和Disk0:,如果是MEM格式的用Slot0:,如果
是ATA格式的用Disk0:,到Sup720,開始用CF卡,也就只支持ATA格式了。SP上的所有設(shè)備都會(huì)有個(gè)
sup-的前綴,所以sup-bootflash:就是SP上的Flash,sup-slot0:就是SP上的PCMCIA插槽。而RP上的Flash
則直接是bootflash。
注意:在從CatOS升級(jí)到IOS之后,原先引擎中的bootflash會(huì)被改名為sup-bootflash,而原先MSFC
的bootflash會(huì)被認(rèn)為是升級(jí)后的引擎的bootflash。雖然如此,但6500/7600是不能通過MSFC的bootflash
上的IOS啟動(dòng)的,而必須通過sup-bootflash中的IOS啟動(dòng)。即,運(yùn)行Native IOS時(shí),IOS文件必須被放置
在sup-bootflash中,才會(huì)啟動(dòng)。放在bootflash是可以的,但無法啟動(dòng)。
如果是運(yùn)行CatOS 加MSFC 的IOS 時(shí),SP(Swtich processer)作為SUP 引擎的主控系統(tǒng)(運(yùn)行
CatOS),MSFC作為引擎的RP(Router Processer)子卡存在(運(yùn)行IOS),在這種情況下CatOS文件和
IOS文件是相互獨(dú)立的兩個(gè)文件。
但Native IOS文件同時(shí)包含了RP部分和SP部分。所以如果是運(yùn)行Native IOS,那么引擎先從SP引導(dǎo),
讀取IOS中SP的部分,加載成功后將控制轉(zhuǎn)到RP,進(jìn)行RP部分的引導(dǎo),但由于RP中的Flash是沒有
IOS的(放在里面也不會(huì)被啟動(dòng)),所以用TFTP的形式從SP下載IOS中的RP部分,引導(dǎo)完后,控制權(quán)
留在RP上,因此在啟動(dòng)完成后的引擎上show version,可以發(fā)現(xiàn)IOS版本與flash中的文件稍有不同,會(huì)
有一個(gè)rp的字樣,這表示的RP部分,而切換到SP的Console后再show version則可以看到sp的字樣。
說明:通過命令remote command switch show version可以直接顯示SP 控制臺(tái)的show version命令。或
者執(zhí)行remote command module x show version(其中x代表引擎的槽位號(hào))也是一樣的。如果想直接登陸
到SP的控制臺(tái),可以通過執(zhí)行remote login switch,或者remote login module x(x代表引擎的槽位號(hào))。
這些命令在升級(jí)SUP2的內(nèi)存和FLASH時(shí)用于確定信息比較有用。
案例:
C7609#dir sup-bootflash:
Directory of sup-bootdisk:/
1 -rw- 83574340 May 28 2007 16:18:10 +08:00 s72033-adventerprisek9_wan-mz.122-18.SXF9.bin
512040960 bytes total (394903552 bytes free)
C7609#dir bootflash:
Directory of bootflash:/
1 -rwx 48420612 May 24 2007 20:23:24 +08:00 s72033-jk9o3sv-mz.122-18.SXD7b.bin
65536000 bytes total (16818096 bytes free)
由上面的顯示結(jié)果可知,sup-bootflash的大小為512MB,bootflash的大小為64MB。即,SP的flash大
小為512MB,RP的flash大小為64MB。
C7609#show version
Cisco Internetwork Operating System Software
IOS (tm) s72033_rp Software (s72033_rp-ADVENTERPRISEK9_WAN-M), Version 12.2(18)SXF9, RELEASE
SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2007 by cisco Systems, Inc.
Compiled Wed 16-May-07 22:48 by kellythw
Image text-base: 0x40101040, data-base: 0x42DB07F0
ROM: System Bootstrap, Version 12.2(17r)S4, RELEASE SOFTWARE (fc1)
BOOTLDR: s72033_rp Software (s72033_rp-ADVENTERPRISEK9_WAN-M), Version 12.2(18)SXF9,
RELEASE SOFTWARE (fc1)
C7609 uptime is 36 weeks, 6 days, 1 hour, 42 minutes
Time since C7609 switched to active is 36 weeks, 6 days, 1 hour, 41 minutes
System returned to ROM by power cycle at 16:24:29 GMT Mon May 28 2007 (SP by power on)
System p_w_picpath file is "sup-bootdisk:s72033-adventerprisek9_wan-mz.122-18.SXF9.bin"
This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.
A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
If you require further assistance please contact us by sending email to
export@cisco.com.
cisco CISCO7609 (R7000) processor (revision 1.2) with 458720K/65536K bytes of memory.
Processor board ID ******
SR71000 CPU at 600Mhz, Implementation 0x504, Rev 1.2, 512KB L2 Cache
Last reset from s/w reset
SuperLAT software (copyright 1990 by Meridian Technology Corp).
X.25 software, Version 3.0.0.
Bridging software.
TN3270 Emulation software.
14 Virtual Ethernet/IEEE 802.3 interfaces
76 Gigabit Ethernet/IEEE 802.3 interfaces
1917K bytes of non-volatile configuration memory.
8192K bytes of packet buffer memory.
65536K bytes of Flash internal SIMM (Sector size 512K).
Configuration register is 0x2102
執(zhí)行show version,從上面的輸出可以看到顯示的是RP 部分,帶有64MB 的flash 和512MB(由
458720K/65536K相加得到)的內(nèi)存。
C7609#remote command switch show version
Cisco Internetwork Operating System Software
IOS (tm) s72033_sp Software (s72033_sp-ADVENTERPRISEK9_WAN-M), Version 12.2(18)SXF9, RELEASE
SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2007 by cisco Systems, Inc.
Compiled Wed 16-May-07 22:56 by kellythw
Image text-base: 0x40101040, data-base: 0x41465EE0
ROM: System Bootstrap, Version 8.4(2) Release
BOOTLDR: s72033_sp Software (s72033_sp-ADVENTERPRISEK9_WAN-M), Version 12.2(18)SXF9,
RELEASE SOFTWARE (fc1)
C7609 uptime is 36 weeks, 6 days, 1 hour, 52 minutes
Time since C7609_2 switched to active is 36 weeks, 6 days, 2 hours, 4 minutes
System returned to ROM by power on
System p_w_picpath file is "bootdisk:s72033-adventerprisek9_wan-mz.122-18.SXF9.bin"
cisco Catalyst 6000 (R7000) processor with 458720K/65536K bytes of memory.
Processor board ID ******
SR71000 CPU at 600Mhz, Implementation 0x504, Rev 1.2, 512KB L2 Cache
Last reset from power-on
X.25 software, Version 3.0.0.
76 Gigabit Ethernet/IEEE 802.3 interfaces
1917K bytes of non-volatile configuration memory.
8192K bytes of packet buffer memory.
500472K bytes of Internal ATA PCMCIA card (Sector size 512 bytes).
Configuration register is 0x2102
執(zhí)行remote command switch show version,從上面的輸出可以看到顯示的是SP部分,帶有512MB的
flash和512MB的內(nèi)存。
登陸到SP:
C7609#remote login switch
Trying Switch ...
Entering CONSOLE for Switch
Type "^C^C^C" to end this session
C7609-sp#show version
Cisco Internetwork Operating System Software
IOS (tm) s72033_sp Software (s72033_sp-ADVENTERPRISEK9_WAN-M), Version 12.2(18)SXF9, RELEASE
SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2007 by cisco Systems, Inc.
Compiled Wed 16-May-07 22:56 by kellythw
Image text-base: 0x40101040, data-base: 0x41465EE0
ROM: System Bootstrap, Version 8.4(2) Release
BOOTLDR: s72033_sp Software (s72033_sp-ADVENTERPRISEK9_WAN-M), Version 12.2(18)SXF9,
RELEASE SOFTWARE (fc1)
C7609_2 uptime is 36 weeks, 6 days, 1 hour, 56 minutes
Time since C7609_2 switched to active is 36 weeks, 6 days, 2 hours, 8 minutes
System returned to ROM by power on
System p_w_picpath file is "bootdisk:s72033-adventerprisek9_wan-mz.122-18.SXF9.bin"
cisco Catalyst 6000 (R7000) processor with 458720K/65536K bytes of memory.
Processor board ID ********
SR71000 CPU at 600Mhz, Implementation 0x504, Rev 1.2, 512KB L2 Cache
Last reset from power-on
X.25 software, Version 3.0.0.
76 Gigabit Ethernet/IEEE 802.3 interfaces
1917K bytes of non-volatile configuration memory.
8192K bytes of packet buffer memory.
500472K bytes of Internal ATA PCMCIA card (Sector size 512 bytes).
Configuration register is 0x2102
可以看到執(zhí)行remote login switch就可以將控制臺(tái)從RP切換到SP。在SP下執(zhí)行show version與在RP
下直接執(zhí)行remote command switch show version的效果是一樣的。

轉(zhuǎn)載于:https://blog.51cto.com/nstcisco/676608

總結(jié)

以上是生活随笔為你收集整理的cisco engine memory的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯(cuò),歡迎將生活随笔推薦給好友。