Mudanças entre as edições de "Programação do Roteador Cisco 2514"

De MediaWiki do Campus São José
Ir para navegação Ir para pesquisar
(New page: * <enter> * password: A * enable * password: A * configure terminal * interface s0 * no shutdown * ip adress 200.200.3.1/30 255.255.255.252 * band...)
 
 
(4 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 1: Linha 1:
     * <enter>
+
     * enter
 
     * password: A  
 
     * password: A  
 
     * enable
 
     * enable
Linha 11: Linha 11:
 
     * bandwidth 64
 
     * bandwidth 64
 
     * encapsulation ppp  
 
     * encapsulation ppp  
 +
  
  
Linha 16: Linha 17:
 
     * shutdown
 
     * shutdown
  
   
+
 
 +
 
     * interface ethernet 0
 
     * interface ethernet 0
 
     * no shutdown
 
     * no shutdown
 
     * ip address 192.168.10.2/24 255.255.255.0  
 
     * ip address 192.168.10.2/24 255.255.255.0  
 +
  
  
 
     * interface ethernet 1  
 
     * interface ethernet 1  
 
     * shutdown
 
     * shutdown
   
+
 
 
 
  
 +
 
 
     * router rip
 
     * router rip
 
     * version 2
 
     * version 2
     * network 200.200.x.0
+
     * network 200.200.3.0
     * network 200.200.x.0
+
     * network 192.168.10.0
     * network 192.168.x.0  
+
     * network 192.168.20.0  
 +
 
  
  
     * ip route 200.200.x.0 255.255.255.x 192.168.x.0
+
     * ip route 192.168.20.0 255.255.255.0 serial 0
    * ip route 200.200.x.0 255.255.255.x 192.168.x.0
+
     * ip route 192.168.30.0 255.255.255.0 serial 0
     * ip route 192.168.x.0 255.255.255.x 200.200.x.0
+
 
    * ip route 192.168.x.0 255.255.255.x 200.200.x.0
 
  
  

Edição atual tal como às 20h08min de 21 de julho de 2008

   * enter
   * password: A 
   * enable
   * password: A 
   * configure terminal 


   * interface s0 
   * no shutdown
   * ip adress 200.200.3.1/30 255.255.255.252
   * bandwidth 64
   * encapsulation ppp 


   * interface s1 
   * shutdown


   * interface ethernet 0
   * no shutdown
   * ip address 192.168.10.2/24 255.255.255.0 


   * interface ethernet 1 
   * shutdown
  


   * router rip
   * version 2
   * network 200.200.3.0
   * network 192.168.10.0
   * network 192.168.20.0 


   * ip route 192.168.20.0 255.255.255.0 serial 0
   * ip route 192.168.30.0 255.255.255.0 serial 0
  


   * exit
   * WR
   * reload