Archive

Posts Tagged ‘CISCO 7600|6500’

Protected: 7600/6500 Architecture Summarize

This post is password protected. To view it please enter your password below:


7600/6500 L3 sub-interface Limited

环境:

76做汇聚层交换机。

问题:

客户在2口上开启3层功能,应用单臂路由来提供vlan间的路由。当配置到封装类型时报错:

C7609-2(config-subif)#interface GigabitEthernet1/1.1
C7609-2(config-subif)# encapsulation dot1Q 11
Command rejected: VLAN 11 cannot be allocated. VLANs 1-1005 are VTP VLANs
VTP mode is client or server and must be changed to Transparent to use VLANs 1-1005
C7609-2(config-subif)# ip address 10.171.0.93 255.255.255.252

% Configuring IP routing on a LAN subinterface is only allowed if that
subinterface is already configured as part of an IEEE 802.10, IEEE 802.1Q,
or ISL vLAN.

解决问题:

在交换机上,在2层端口上启用3层功能是受限制的,根据版本及硬件不同,限制也有所差别。现在拿65和76举例。
Read the rest of this entry »

7609 Vlan Virtual-Port

环境:

7609做接入层交换机,下联DSLAM,上联核心,其余的是2层应用。

问题:

Console 有log告警,并且只出现几次,分别是module8 和module9,具体告警如下所示:

%PM-SP-STDBY-4-LIMITS: The number of vlan-port instances on module 8 exceeded the recommended limit of 1800
%PM-SP-4-LIMITS: The number of vlan-port instances on module 8 exceeded the recommended limit of 1800
%PM-SP-STDBY-4-LIMITS: The number of vlan-port instances on module 9 exceeded the recommended limit of 1800
Read the rest of this entry »

6500交换机引擎的内存和flash

首先要知道引擎由SP和RP组成,完整的引擎上会有3部分,一是最下面那块大板(引擎),另一个是右边的一块子卡(PFC),最后是左边的子卡(MSFC),引擎和PFC合称交换引擎(SP),MSFC称路由引擎(RP),SP和RP的概念是从720开始的。

SP和RP是独立的操作系统,所以各自有Memory和Flash,如果运行CatOS加MSFC的IOS时,SUP引擎作为主控的SP(Swtich processer),MSFC作为引擎的RP(Router processer),子卡存在。但如果运行Native IOS,那么引擎先从SP引导,读取IOS中SP的部分,加载成功后将Console转到RP,进行RP引导,但由于RP中的Flash是没有IOS,所以用TFTP的形式从SP下载IOS中的RP部分(每次都得下么??),引导完后,控制权留在RP上,因此在启动完成后的引擎上sh ver,你会发现IOS版本不同你在flash中的文件稍有不同,会有一个rp的字样,这表示是rp部分,而切换到SP的Console后sh ver则可以看到sp的字样。

HR-6509B#sh ver
Cisco Internetwork Operating System Software
IOS ™ c6sup2_rp Software (c6sup2_rp-PS-M), Version 12.1(26)E3, RELEASE SOFTWARE (fc1)


Flash分内置和外置,内置的叫bootflash,外置的在Sup1上叫Slot0:,从Sup2开始,Cisco支持ATA格式的PCMCIA Flash,因此Sup2上会有Slot0:和Disk0:,如果是MEM格式的用Slot0:,如果是 Read the rest of this entry »