Problème Switch Cisco

Problème Switch Cisco - Windows & Software

Marsh Posté le 03-05-2006 à 13:55:40    

[size=2]Bonhou,
[/size]  
[size=2]Alors j'ai un problème avec mon Switch Cisco Catalyst 2950 séries. Sur ce Switch sont branchés tous mes serveurs (6 pour être précis).
[/size]  
[size=2]Normalement si j'ai a administrer ce Switch je le fais via un browser. Mais depuis un certain temps je ne peux plus y accéder de cette manière et lorsque je le Ping il ne réponds pas !!!?!!!
[/size]  
[size=2]Mais les serveurs continuent d'être accessibles.  Lorsque je connecte en terminal via un câble RS-232 alors j'arrive à accéder au Switch !
[/size]  
[size=2]Quel qu’un a déjà rencontré ce problème ? Comment faire pour résoudre ce problème sans redémarrer le Switch ?
[/size]  
Merci d'avance

Reply

Marsh Posté le 03-05-2006 à 13:55:40   

Reply

Marsh Posté le 03-05-2006 à 14:48:50    

connecte toi en port console et poste ici le résultat d'un sh ver et d'un sh run

Reply

Marsh Posté le 03-05-2006 à 15:03:58    

Alors voila pour le sh ver :
 
CiscoRuedin1#sh ver
Cisco Internetwork Operating System Software
IOS (tm) C2950 Software (C2950-I6Q4L2-M), Version 12.1(9)EA1, RELEASE SOFTWARE (
fc1)
Copyright (c) 1986-2002 by cisco Systems, Inc.
Compiled Wed 24-Apr-02 06:57 by antonino
Image text-base: 0x80010000, data-base: 0x804E8000
 
ROM: Bootstrap program is CALHOUN boot loader
 
CiscoRuedin1 uptime is 39 weeks, 5 days, 21 hours, 58 minutes
System returned to ROM by power-on
System image file is "flash:/c2950-i6q4l2-mz.121-9.EA1.bin"
 
cisco WS-C2950G-24-EI (RC32300) processor (revision D0) with 20815K bytes of mem
ory.
Processor board ID FOC0636W27A
Last reset from system-reset
Running Enhanced Image
24 FastEthernet/IEEE 802.3 interface(s)
2 Gigabit Ethernet/IEEE 802.3 interface(s)
 
32K bytes of flash-simulated non-volatile configuration memory.
Base ethernet MAC Address: 00:0A:F4:31:5C:80
Motherboard assembly number: 73-7280-05
Power supply part number: 34-0965-01
Motherboard serial number: FOC06360BEH
Power supply serial number: PHI0633009E
Model revision number: D0
Motherboard revision number: A0
Model number: WS-C2950G-24-EI
System serial number: FOC0636W27A
Configuration register is 0xF
 
 
 
Et pour le sh run :
 
CiscoRuedin1#sh run
Building configuration...
 
Current configuration : 3178 bytes
!
version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname CiscoRuedin1
!
enable password 7 111B0C00131B05
!
ip subnet-zero
ip domain-name word
!
!
spanning-tree extend system-id
spanning-tree uplinkfast
spanning-tree vlan 1 priority 40960

Reply

Marsh Posté le 03-05-2006 à 15:14:46    

ton switch n'a pas d'adresse ip et le serveur web n'est pas activé.

Reply

Marsh Posté le 03-05-2006 à 15:21:44    

OK alors qu'est-ce que je dois faire ?

Reply

Marsh Posté le 03-05-2006 à 15:25:24    

j'ai pas de switch sous la main, mais ça doit donner ça en console
 
configure terminal
ip address adresse_ip masque
ip http server


Message édité par dreamer18 le 03-05-2006 à 15:25:41
Reply

Marsh Posté le 03-05-2006 à 15:51:27    

Voici les sous-commandes possible de la commande IP :
 
CiscoRuedin1(config)# ip ?
Global IP configuration subcommands:
  access-list           Named access-list
  accounting-list       Select hosts for which IP accounting information is
                        kept
  accounting-threshold  Sets the maximum number of accounting entries
  accounting-transits   Sets the maximum number of transit entries
  alias                 Alias an IP address to a TCP port
  default-gateway       Specify default gateway (if not routing IP)
  dhcp-server           Specify address of DHCP server to use
  domain-list           Domain name to complete unqualified host names.
  domain-lookup         Enable IP Domain Name System hostname translation
  domain-name           Define the default domain name
  finger                finger server
  ftp                   FTP configuration commands
  gdp                   Router discovery mechanism
  gratuitous-arps       Generate gratuitous ARPs for PPP/SLIP peer addresses
  host                  Add an entry to the ip hostname table
  host-routing          Enable host-based routing (proxy ARP and redirect)
  hp-host               Enable the HP proxy probe service
  http                  HTTP server configuration
  icmp                  ICMP options
  igmp                  IGMP options
  local                 Specify local options
  name-server           Specify address of name server to use
  radius                RADIUS configuration commands
  rcmd                  Rcmd commands
  reflexive-list        Reflexive access list
  security              Specify system wide security information
  source-route          Process packets with source routing header options
  subnet-zero           Allow 'subnet zero' subnets
  tacacs                TACACS configuration commands
  tcp                   Global TCP parameters
  telnet                Specify telnet options
  tftp                  tftp configuration commands

Reply

Marsh Posté le 03-05-2006 à 15:53:52    

conf t
interface vlan1
ip address adresse_ip masque
no shut


Message édité par dreamer18 le 03-05-2006 à 15:54:05
Reply

Marsh Posté le 04-05-2006 à 07:45:52    

Hello, j'ai reussi avec la commande interface vlan1 mais cela ne fonctionne toujours pas j'ai refait un sh run pour uqe tu puisses voire le details :
 
CiscoRuedin1#sh run
Building configuration...
 
Current configuration : 3188 bytes
!
version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname CiscoRuedin1
!
enable password 7 111B0C00131B05
!
ip subnet-zero
ip domain-name word
!
!
spanning-tree extend system-id
spanning-tree uplinkfast
spanning-tree vlan 1 priority 40960
!
!
interface FastEthernet0/1
 description RUECHBA002
 no ip address
 duplex full
 speed 100
 spanning-tree portfast trunk
!
interface FastEthernet0/2
 no ip address
 spanning-tree portfast trunk
!
interface FastEthernet0/3
 no ip address
 duplex full
 speed 100
 spanning-tree portfast trunk
!
interface FastEthernet0/4
 description RUEDIN06
 no ip address
 duplex full
 speed 100
 spanning-tree portfast trunk
!
interface FastEthernet0/5
 description RUE-GENEVE
 no ip address
 spanning-tree portfast trunk
!
interface FastEthernet0/6
 description HP4100TN
 no ip address
 spanning-tree portfast trunk
!
interface FastEthernet0/7
 no ip address
 spanning-tree portfast trunk
!
interface FastEthernet0/8
 description RUE-ORLANDO
 no ip address
 spanning-tree portfast trunk
!
interface FastEthernet0/9
 description RUE-CHISINAU
 no ip address
 spanning-tree portfast trunk
!
interface FastEthernet0/10
 no ip address
!
interface FastEthernet0/11
 description RUE-LAUSANNE
 no ip address
 spanning-tree portfast trunk
!
interface FastEthernet0/12
 description RUE-DUBLIN
 no ip address
 spanning-tree portfast trunk
!
interface FastEthernet0/13
 description RUECHBA001
 no ip address
 duplex full
 speed 100
 spanning-tree portfast trunk
!
interface FastEthernet0/14
 description RUE-DETROIT
 no ip address
 duplex full
 speed 100
 spanning-tree portfast trunk
!
interface FastEthernet0/15
 description ALINGHI
 no ip address
 spanning-tree portfast trunk
!
interface FastEthernet0/16
 description BARCELONE
 no ip address
 duplex full
 speed 100
 spanning-tree portfast trunk
!
interface FastEthernet0/17
 description RUECHBA000
 no ip address
 duplex full
 speed 100
 spanning-tree portfast trunk
!
interface FastEthernet0/18
 description SWITCH IT
 no ip address
 spanning-tree portfast trunk
!
interface FastEthernet0/19
 description HUB INTEL RH
 no ip address
 spanning-tree portfast trunk
!
interface FastEthernet0/20
 description RUEDIN03
 no ip address
 duplex full
 speed 100
 spanning-tree portfast trunk
!
interface FastEthernet0/21
 description RUE-FORM1
 no ip address
 spanning-tree portfast trunk
!
interface FastEthernet0/22
 description RUE-VATICAN
 no ip address
 duplex full
 speed 100
 spanning-tree portfast trunk
!
interface FastEthernet0/23
 description RUEDIN04
 no ip address
 duplex full
 speed 100
 spanning-tree portfast trunk
!
interface FastEthernet0/24
 description RUE-TIMEAS
 no ip address
 duplex full
 speed 100
 spanning-tree portfast trunk
!
interface GigabitEthernet0/1
 switchport mode trunk
 no ip address
 spanning-tree portfast trunk
!
interface GigabitEthernet0/2
 switchport mode trunk
 no ip address
 spanning-tree portfast trunk
!
interface Vlan1
 ip address 149.133.6.101 255.255.254.0
 no ip route-cache
 shutdown
!
ip default-gateway 149.133.6.100
ip http server
!
!
line con 0
line vty 0 4
 login
line vty 5 15
 login
!
end

Reply

Marsh Posté le 04-05-2006 à 07:49:43    

l'interface vlan est "shutdown", j'ai dit dans mon précédent post de faire "no shut" dessus ;)

Reply

Marsh Posté le 04-05-2006 à 07:49:43   

Reply

Marsh Posté le 04-05-2006 à 08:53:41    

AH ok excuse moi j'ai oublié de faire ça. Now je l'ai fait mais je suis desolé de te dire que ça marche toujours pas.
 
Peut-être y a-t-il un problème avec le snmp ? je ne connais pas trop cette technologie mais j'ai regardé sur un autre switch de mon reseau et quand je fais un sh run j'ai d'autres lignes qui s'affichent :
 
...
interface VLAN1
 ip address 149.133.6.105 255.255.254.0
 no ip directed-broadcast
 no ip route-cache
!
ip default-gateway 149.133.6.100
snmp-server engineID local 0000000902000008A35F3880
snmp-server community private RW
snmp-server community public RO
!
line con 0
 exec-timeout 0 0
 transport input none
 stopbits 1
line vty 0 4
 password ruedin
 login
line vty 5 15
 password ruedin
 login
!
end


Message édité par core121 le 04-05-2006 à 08:55:13
Reply

Marsh Posté le 04-05-2006 à 09:44:24    

ça ne ping meme pas sur l'adresse que t'as rentré sur l'interface vlan 1 ?

Reply

Marsh Posté le 04-05-2006 à 09:47:15    

Non cela ne me donne rien du tout ! enfin ça me donne : "delais d'attente dépassé" !
 

Reply

Marsh Posté le 04-05-2006 à 14:26:38    

Juste encore une question si je change le nom du switch ça coupe momentanément la connection ?

Reply

Marsh Posté le 04-05-2006 à 19:56:24    

non

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed