User Tools

Site Tools


rx2:index

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
rx2:index [2015/12/03 12:41] – [TDs] orelrx2:index [2024/03/18 15:06] (current) – external edit 127.0.0.1
Line 15: Line 15:
 ==== Memento GNS3 ==== ==== Memento GNS3 ====
  
-//(...)//+<code bash>
  
-  * Configuration IP+// configuration IP sur interface FastEthernet 0/0 
 +int f0/0 
 +ip address 192.168.0.1 255.255.255.0 
 +no shut 
 +exit
  
-  # sh ip int br+sh ip int br      // affichage interfaces et IPs
  
-  * Configuration VLAN+sh arp            // affichage cache ARP 
 +clear arp-cache   // suppression cache ARP
  
-  # sh int trunk +ip route 0.0.0.0 0.0.0.0 192.168.0.254   // configuration route par défaut 
-  # sh vlan-switch+sh ip route                              // affichage table de routage
  
-  * Cache ARP+sh vlan-switch    // affichage des VLAN sur un switch administable 
 +sh int trunk      // affichage des liens trunk (dot1q)
  
-  # sh arp 
-  # clear arp-cache 
  
-  * Route par défaut 
  
-  # sh ip route +</code>
-  # conf t +
-  # ip route 0.0.0.0 0.0.0.0 @gw +
-  # no ip route 0.0.0.0 0.0.0.0 @gw+
  
-  +//à compléter...//
 ==== Projet GNS3/Cisco 2015-2016 ==== ==== Projet GNS3/Cisco 2015-2016 ====
  
Line 59: Line 59:
   # copy run start   # copy run start
      
 +Par ailleurs, si vous manquez d'espace sur votre compte "/net/cremi/<login>" (quota de 1G), vous pouvez utiliser le répertoire "/net/travail/<login>" mis à votre disposition avec 40G d'espace disponible !
 +
rx2/index.1449146514.txt.gz · Last modified: 2024/03/18 15:05 (external edit)