我有几个关于思科和HP ProCurve互操作性的问题。 这是一个链接到我的networking拓扑的pdf。 有人可以帮助我在这种拓扑中的基本VLANconfiguration? 下面是我的configuration的一些细节:
# m_management_2 interface FastEthernet0/43 switchport access vlan 250 switchport mode access spanning-tree port-priority 32 spanning-tree cost 100 # MTA2-swmgmt1 vlan 1 name "DEFAULT_VLAN" untagged 1-48 ip address 10.10.249.190 255.255.255.128 exit # MTA2-swtr1 vlan 1 name "DEFAULT_VLAN" untagged 1-14,16-48 no ip address no untagged 15 exit vlan 100 name "MTA Mgmt" untagged 15 ip address 10.10.249.188 255.255.255.128 exit # MTA2-swtr2 vlan 1 name "DEFAULT_VLAN" untagged 1-14,16-48 no ip address no untagged 15 exit vlan 100 name "MTA Mgmt" untagged 15 ip address 10.10.249.189 255.255.255.128 exit
我不发布MTA2-bcsw [12]configuration,因为我还没有成功。 每当我在MTA2-bcsw上configurationVLAN [12],m_management_2上的Fa0 / 24接口由于在接入端口上接收到带标记的BPDU而closures(由于该交换机中只允许有250个VLAN,所以在MTA2-swmgmt1上没有configurationVLAN 。 这是对的吗?)。 有人可以为我提供这种拓扑的一些基本configuration吗?
我想问的第二件事是为了pipe理起见,从MTA2-swmgmt1到MTA2-swtr [12] HP交换机的连接概念。 如何在HP交换机上configuration此类端口(pipe理型交换机和pipe理器交换机)。 我的实际configuration是否正确?