Switch CISCO WS2950 - Pas de ping - Réseaux - Systèmes & Réseaux Pro
Marsh Posté le 02-05-2011 à 18:41:00
show arp
show mac-address-table
Marsh Posté le 03-05-2011 à 08:59:27
Voici le résultat.
name>show arp
name>show mac-address-table
Mac Address Table
-------------------------------------------
Vlan Mac Address Type Ports
---- ----------- -------- -----
All 0006.2afb.a880 STATIC CPU
All 0100.0ccc.cccc STATIC CPU
All 0100.0ccc.cccd STATIC CPU
All 0100.0cdd.dddd STATIC CPU
Total Mac Addresses for this criterion: 4
Marsh Posté le 03-05-2011 à 09:16:10
Bonjour,
Pourriez-vous m'indiquer les commandes à effectuer depuis le début (En partant d'une configuration vierge)?
Ce serait plus simple pour moi.
Merci.
Cordialement,
BDGTA
Marsh Posté le 03-05-2011 à 13:06:54
fais un erase startupconfig avant
enable
configure terminal
vtp mode transparent
spanning-tree mode rapid-pvst
interface vlan1
no shut
ip address 134.25.42.234 255.255.0.0
exit
Marsh Posté le 03-05-2011 à 16:12:34
Merci pour tes commandes.
Je les ai suivi à la lettre, mais celà ne fonctionne pas.
J'ai testé de brancher directement dessus mon PC avec l'adresse 134.25.42.233 mask 255.255.0.0
sur le port 1 et 2 mais ça ne répond pas au ping
Quels autres procédures devrais-je faire ?
Merci de ton aide.
Marsh Posté le 03-05-2011 à 17:20:05
envoie ta conf
Marsh Posté le 04-05-2011 à 08:34:36
Merci. Voici la configuration actuelle.
Current configuration : 1147 bytes
!
version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Switch
!
!
ip subnet-zero
!
vtp mode transparent
!
spanning-tree mode pvst
no spanning-tree optimize bpdu transmission
spanning-tree extend system-id
vlan 99
name vlangestion
!
interface FastEthernet0/1
!
interface FastEthernet0/2
!
interface FastEthernet0/3
!
interface FastEthernet0/4
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
interface FastEthernet0/18
!
interface FastEthernet0/19
!
interface FastEthernet0/20
!
interface FastEthernet0/21
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24
!
interface Vlan1
no ip address
no ip route-cache
shutdown
!
ip http server
!
line con 0
line vty 0 4
login
line vty 5 15
login
!
!
end
Marsh Posté le 04-05-2011 à 08:57:17
voici ma conf, il manque l'ip associé au VLAN1 dans la précédente configuration.
Current configuration : 1147 bytes
!
version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Switch
!
!
ip subnet-zero
!
vtp mode transparent
!
spanning-tree mode pvst
no spanning-tree optimize bpdu transmission
spanning-tree extend system-id
vlan 99
name vlangestion
!
interface FastEthernet0/1
!
interface FastEthernet0/2
!
interface FastEthernet0/3
!
interface FastEthernet0/4
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
interface FastEthernet0/18
!
interface FastEthernet0/19
!
interface FastEthernet0/20
!
interface FastEthernet0/21
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24
!
interface Vlan1
ip address 134.25.42.234 255.255.0.0
no ip route-cache
!
ip http server
!
line con 0
line vty 0 4
login
line vty 5 15
login
!
!
end
J'ai essayé de pinguer depuis mon poste 134.25.42.233 mais celà ne fonctionne pas. J'ai testé sur le port 1 et 3.
Merci de ton aide.
Marsh Posté le 04-05-2011 à 18:08:05
mets "spanning-tree portfast" sur le port sur lequel tu connectes ton pc
Marsh Posté le 05-05-2011 à 11:29:53
Merci beaucoup
Pourquoi cette commande permet d'avoir des retours au ping ?
Marsh Posté le 05-05-2011 à 13:01:32
en fait tu n'attends pas assez longtemps.
Par défaut le STP tourne pendant plusieurs dizaines de secondes.
Marsh Posté le 02-05-2011 à 15:35:34
Bonjour,
Je voudrais savoir comment faire pour pinguer mon Switch CISCO WS2950 ?
J'ai trouvé que c'était la commande 'no shut', mais cela ne fonctionne pas chez moi.
J'ai effectué les commandes suivantes:
# int vlan1
# ip address 134.25.42.234 255.255.0.0
# no shut
Merci de votre aide.
Bonne après-midi.
Bdgta.
Message édité par bdgta le 30-07-2011 à 21:58:51