Configurer un router avec 2 switch 2 subnitting
Fermé
julie
-
Modifié par krazykat le 30/07/2013 à 11:11
brupala Messages postés 111372 Date d'inscription lundi 16 juillet 2001 Statut Membre Dernière intervention 23 avril 2025 - 21 août 2013 à 10:47
brupala Messages postés 111372 Date d'inscription lundi 16 juillet 2001 Statut Membre Dernière intervention 23 avril 2025 - 21 août 2013 à 10:47
A voir également:
- Configurer un router avec 2 switch 2 subnitting
- 2 ecran pc - Guide
- Switch 2 - Accueil - Jeu vidéo
- Whatsapp avec 2 cartes sim - Guide
- Word numéro de page 1/2 - Guide
- France 2 uhd - Accueil - TV & Vidéo
1 réponse
zlavtok
Messages postés
481
Date d'inscription
jeudi 24 janvier 2013
Statut
Membre
Dernière intervention
25 octobre 2013
116
30 juil. 2013 à 14:20
30 juil. 2013 à 14:20
Pour le router tu fais :
enable
conf t
int fa X/X //numéro de l'interface
ip addr 200.200.200.1 255.255.255.0
no shut
int fa X/X //numéro de l'interface
ip addr 200.200.200.2 255.255.255.128
no shut
et pour les switch :
enable
conf t
int eth X/X
switchport mode trunk
switchport trunk allowed vlan vlan-id //identifiant du vlan correspondant
int eth X/X
switchport mode trunk
switchport trunk allowed vlan vlan-id //identifiant du vlan correspondant
enable
conf t
int fa X/X //numéro de l'interface
ip addr 200.200.200.1 255.255.255.0
no shut
int fa X/X //numéro de l'interface
ip addr 200.200.200.2 255.255.255.128
no shut
et pour les switch :
enable
conf t
int eth X/X
switchport mode trunk
switchport trunk allowed vlan vlan-id //identifiant du vlan correspondant
int eth X/X
switchport mode trunk
switchport trunk allowed vlan vlan-id //identifiant du vlan correspondant
30 juil. 2013 à 15:15
200.200.200.0 overlaps with FastEthernet0/0
30 juil. 2013 à 16:52
prends plutôt :
ip addr 200.200.200.1 255.255.255.128
et
ip addr 200.200.200.2 255.255.255.128
Pourquoi veux-tu avoir un découpage partiel de ton réseau ?
31 juil. 2013 à 09:59
Packet tracer
Situation
Hotel Asperge is a medium sized hotel. With it's 3 floors with on each floor 10 rooms, hotel Asperge offers 30 rooms for 2 persons.
At the moment there is one computer at the reception that is being used to check the visitors in and out.
The server that is responsible to contain and manage the data, is located in a separate and secure room.
In the reception hall there is also a printer that needs to be connected to the network.
The current IP configuration is static.
Your challenge (if you choose to accept it ...)
Hotel Asperg wants to step into the next decennium and wants to provide all its rooms with internet acces, so visitors can connect their own laptops via the connection of the Hotel.
It is very important that the hosts of the visitors and the hosts of the hotel itsself are separated. Clients must not be able to access the data of the hotel.
Assignment
* Work out a solution that meets (or exceeds) the requirements of the hotel.
* Work out an IP-plan, with a clear overview of all the subnets that you will provide.
* Add the network printer, so it is available at the reception.
* You are given the network 202.202.202.0/24 and that is the network that you will have to subnet
* The hotst on the network must be able to surf on the internet.
You'll have to keep track in a separate document what your CLI commands are for the different routers & switches that you'll want to configure. You'll have to configure all these machines using the CLI. You do not have access to the config tab.
You may (must) choose additional material to complete this assignment. You will not be able to change the network of the ISP for obvious reasons.
Keep in mind best practices, logical naming conventions, security, etc.
merci
19 août 2013 à 10:07
Tu as besoin de plus d'infos ?
Modifié par julie le 20/08/2013 à 10:01
Si c'est possible pour vous, pourriez-vous me donner plus d'information ?
Comment dois-je découper le réseau ?
Et quelles commandes faut-il faire ?
D'avance un grand merci à vous pour votre aide précieuse.