Menu Content/Inhalt
Accueil arrow Cisco CCNA (English) arrow Routing arrow Solution to Exercise 1

Identification






Mot de passe oublié ?
Solution to Exercise 1 Convertir en PDF Version imprimable Suggérer par mail
Écrit par CCNA   
26-05-2008
Static Routing
  1. Configure static routing for R1
         R1# show ip route
         R1# conf t
         R1(conf)# ip route 20.0.0.0 255.0.0.0 s1/0
         R1(conf)# ip route 30.0.0.0 255.0.0.0 s1/0
         R1(conf)# ip route 40.0.0.0 255.0.0.0 s1/0
         R1(conf)# exit
         R1# show ip route
         R1# wr
     
  2. Configure static routing for R2
         R2# show ip route
         R2# conf t
         R2(conf)# ip route 30.0.0.0 255.0.0.0 s1/0
         R2(conf)# ip route 40.0.0.0 255.0.0.0 s1/0
         R2(conf)# exit
         R2# show ip route
         R2# wr
     
  3. Configure static routing for R3
         R3# show ip route
         R3# conf t
         R3(conf)# ip route 10.0.0.0 255.0.0.0 s0/0
         R3(conf)# exit
         R3# show ip route
         R3# wr
     
  4. Configure static routing for PC1
         c:>ipconfig /dg 30.0.0.1
     
  5. Configure static routing for PC2 
         c:>ipconfig /dg 40.0.0.1
     
  6. Check connectivity
    (R1-->PC1/PC2)
         R1# ping 30.0.0.2
         R1# ping 40.0.0.2
    (PC1-->R1/PC2)
         c:>ping 10.0.0.1
         c:>ping 40.0.0.2
    (PC2-->R1/PC1)
         c:>ping 10.0.0.1
         c:>ping 30.0.0.2
Dernière mise à jour : ( 09-06-2008 )
 
< Précédent   Suivant >