Je viens de mettre à jour l'IOS. Je n'ai pas plus de résultat. Il est toujours impossible de configurer les cartes réseaux. En revanche, je peux créer autant de vlan que je le souhaite (avant j'étais limité à 1 seul).
Pour ce qui est de l'interface web, toujours le même plantage à partir de la même étape.
Je vais essayer avec une autre version IOS.
En attendant voici les commandes que j'ai tapé récemment :
yourname#sh ver
Cisco IOS Software, C870 Software (C870-ADVIPSERVICESK9-M), Version 12.4(4)T7, RELEASE SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2006 by Cisco Systems, Inc.
Compiled Wed 29-Nov-06 00:43 by kellythw
ROM: System Bootstrap, Version 12.3(8r)YI4, RELEASE SOFTWARE
yourname uptime is 50 minutes
System returned to ROM by reload
System image file is "flash:conf.bin"
Last reload reason: Reload Command
This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.
A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
If you require further assistance please contact us by sending email to
export@cisco.com.
Cisco 878 (MPC8272) processor (revision 0x200) with 118784K/12288K bytes of memory.
Processor board ID FCZ112621V3
MPC8272 CPU Rev: Part Number 0xC, Mask Number 0x10
4 FastEthernet interfaces
1 ISDN Basic Rate interface
128K bytes of non-volatile configuration memory.
24576K bytes of processor board System flash (Intel Strataflash)
Configuration register is 0x3922
yourname#
yourname#
yourname#
yourname#conf
yourname#configure t
yourname#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
yourname(config)#exit
yourname#sh
yourname#show ip
*Mar 1 04:21:48.011: %SYS-5-CONFIG_I: Configured from console by cisco on console
yourname#show ip
yourname#show ip
yourname#show ip inter
yourname#show ip interface brief
yourname#show ip interface brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0 unassigned YES unset down down
FastEthernet1 unassigned YES unset up down
FastEthernet2 unassigned YES unset up down
FastEthernet3 unassigned YES unset up down
BRI0 unassigned YES NVRAM administratively down down
BRI0:1 unassigned YES unset administratively down down
BRI0:2 unassigned YES unset administratively down down
Vlan1 10.10.10.1 YES NVRAM up down
Vlan10 192.168.1.1 YES manual up down
yourname#conf
yourname#configure t
yourname#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
yourname(config)#inter
yourname(config)#interface fa
yourname(config)#interface fastEthernet 1
yourname(config-if)#ip
yourname(config-if)#ip add
yourname(config-if)#ip address 192.168.1.1 255.255.255.0
% IP addresses may not be configured on L2 links.
yourname(config-if)#sw
yourname(config-if)#switchport acc
yourname(config-if)#switchport access vl
yourname(config-if)#switchport access vlan 10
yourname(config-if)#ip address 192.168.1.1 255.255.255.0
% IP addresses may not be configured on L2 links.
yourname(config-if)#exit
yourname(config)#exit
yourname#configure terminal
*Mar 1 04:22:31.219: %SYS-5-CONFIG_I: Configured from console show ip interface brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0 unassigned YES unset down down
FastEthernet1 unassigned YES unset up down
FastEthernet2 unassigned YES unset up down
FastEthernet3 unassigned YES unset up down
BRI0 unassigned YES NVRAM administratively down down
BRI0:1 unassigned YES unset administratively down down
BRI0:2 unassigned YES unset administratively down down
Vlan1 10.10.10.1 YES NVRAM up down
Vlan10 192.168.1.1 YES manual up down
yourname#
*******************************
Pour faire mon vpn j'ai besoin de 2 adresses IP par routeur (une en lan et une en wan). Donc je peux le faire sur 2 adresses IP vlan ?
Ou suis je obligé que ce soit du fast ethernet ?