Bonjour,
Voilà pour un projet, je dois trouver la cause du débit très lent entre un switch Alcatel 6400 et un switch Cisco 3550.
Pour donner une idée du débit, un fichier de 45mo met environ 2minutes à être transferé d'un ordinateur à un autre.
L'architecture est la suivante :
Un PC1 relié au switch Alcatel sur un port en mod access.
Un PC2 relié au switch Cisco sur un port en mod access.
Les switches Alcatel et Cisco sont reliés entre eux via un port en mod trunk. Les deux communiquent sur le même vlan.
Un aperçu des configurations :
Alcatel :
Code :
- ! Stack Manager :
- ! Chassis :
- system name vxTarget
- system daylight savings time disable
- ! Configuration:
- ! VLAN :
- vlan 1 disable name "VLAN 1"
- vlan 5 enable name "xxxx"
- vlan 5 port default 1/1
- vlan 5 ip 192.168.0.0 255.255.255.0
- ! VLAN SL:
- ! IP :
- ip service all
- ip interface dhcp-client vlan 1 ifindex 1
- ip interface "xxxx" address 192.168.0.253 mask 255.255.255.0 vlan 5 ifindex 3
- ! IPX :
- ! IPMS :
- ! AAA :
- aaa authentication console "local"
- aaa authentication telnet "local"
- aaa authentication ftp "local"
- aaa authentication http "local"
- aaa authentication snmp "local"
- ! PARTM :
- ! AVLAN :
- ! 802.1x :
- ! QOS :
- ! Policy manager :
- ! Session manager :
- ! SNMP :
- snmp security authentication all
- snmp community map "nomCommunaute" user "xxx" on
- snmp station 192.168.0.4 8010 "xxx" v3 enable
- ! RIP :
- ! OSPF :
- ! BFD-STD :
- ! ISIS :
- ! IPv6 :
- ! IPSec :
- ! IP multicast :
- ! RIPng :
- ! OSPF3 :
- ! BGP :
- ! Health monitor :
- ! Interface :
- ! Udld :
- ! Link Aggregate :
- ! Port Mapping :
- ! VLAN AGG:
- ! 802.1Q :
- vlan 5 802.1q 1/24 "TAG PORT 1/24 VLAN 5"
- ! Spanning tree :
- bridge mode 1x1 pvst+ enable
- bridge path cost mode 32bit
- bridge 1x1 1 priority 10
- bridge port 1/24 pvst+ enable
- bridge 1x1 5 1/24 path cost 2000
- ! Bridging :
- ! Bridging :
- ! Port mirroring :
- ! UDP Relay :
- ! Server load balance :
- ! System service :
- swlog console level info
- debug fscollect enable
- ! SSH :
- ! Web :
- ! AMAP :
- ! Lan Power :
- ! NTP :
- ntp server 192.168.0.3
- ntp client enable
- ! RDP :
- ! VLAN STACKING:
- ! Ethernet-OAM :
- ! EFM-OAM :
- ! ERP :
- ! SAA :
- ! DHCP Server :
- ! WCCP :
- ! LLDP :
- ! Link-fault-propagation :
- ! DHL :
|
Configuration du port sur le switch Cisco :
Code :
- interface FastEthernet0/24
- description Interco
- switchport trunk encapsulation dot1q
- switchport trunk allowed vlan 5,10,20,30
- switchport mode trunk
- power inline never
- speed 100
- duplex full
- spanning-tree portfast
|
Voila, j'espere avoir été assez clair pour que quelqu'un m'aide. Merci d'avance
Message édité par arqs le 05-10-2012 à 10:44:22