Configurer un router avec 2 switch 2 subnitting
julie
-
brupala Messages postés 112026 Date d'inscription Statut Membre Dernière intervention -
brupala Messages postés 112026 Date d'inscription Statut Membre Dernière intervention -
Bonjour,
e veux configurer un router avec 2 switch 2 subnitting différents pour router.
Voici l'adresse 200.200.200.0/24 je veux mettre 200.200.200.0/25
Quelle commande pour la configuration de router et de switch ?
merci de votre aide
e veux configurer un router avec 2 switch 2 subnitting différents pour router.
Voici l'adresse 200.200.200.0/24 je veux mettre 200.200.200.0/25
Quelle commande pour la configuration de router et de switch ?
merci de votre aide
A voir également:
- Configurer un router avec 2 switch 2 subnitting
- Supercopier 2 - Télécharger - Gestion de fichiers
- 2 ecran pc - Guide
- Switch 2 - Accueil - Jeu vidéo
- Whatsapp avec 2 sim - Guide
- Nintendo switch 2 - Accueil - Jeu vidéo
1 réponse
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
200.200.200.0 overlaps with FastEthernet0/0
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 ?
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
Tu as besoin de plus d'infos ?
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.