Configurer un router avec 2 switch 2 subnitting

julie -  
brupala Messages postés 111146 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

1 réponse

  1. zlavtok Messages postés 559 Date d'inscription   Statut Membre Dernière intervention   116
     
    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
    0
    1. julie
       
      Merci beaucoup ,J'ai toujours un message d'erreur


      200.200.200.0 overlaps with FastEthernet0/0
      0
    2. zlavtok Messages postés 559 Date d'inscription   Statut Membre Dernière intervention   116
       
      ben oui je suis bête, tu ne peux pas faire ça,
      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 ?
      0
    3. juli-e Messages postés 1 Statut Membre
       
      Je suis une formation de cisco ccna1. Voici les exercices que j'ai reçu.



      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
      0
    4. zlavtok Messages postés 559 Date d'inscription   Statut Membre Dernière intervention   116
       
      Tu découpe ton réseau en deux alors, 202.202.202.0/25 et 202.202.202.128/25 et tu mets l'imprimante le serveur et le pc de la réception dans la premier sous réseau (vlan) et les points d'accès client sur le deuxième.

      Tu as besoin de plus d'infos ?
      0
    5. julie
       
      Merci beaucoup pour votre aide.

      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.
      0