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 14:22] – [Memento GNS3] orelrx2:index [2024/03/18 15:06] (current) – external edit 127.0.0.1
Line 17: Line 17:
 <code bash> <code bash>
  
-  # sh ip int br    // affichage interfaces et IPs+// configuration IP sur interface FastEthernet 0/0 
 +int f0/0 
 +ip address 192.168.0.1 255.255.255.0 
 +no shut 
 +exit
  
-  sh vlan-switch  // affichage des VLAN sur un switch administable +sh ip int br      // affichage interfaces et IPs 
-  # sh int trunk    // affichage des liens trunk (dot1q)+ 
 +sh arp            // affichage cache ARP 
 +clear arp-cache   // suppression cache ARP 
 + 
 +ip route 0.0.0.0 0.0.0.0 192.168.0.254   // configuration route par défaut 
 +sh ip route                              // affichage table de routage 
 + 
 +sh vlan-switch    // affichage des VLAN sur un switch administable 
 +sh int trunk      // affichage des liens trunk (dot1q)
  
-  # sh arp          // affichage cache ARP 
-  # clear arp-cache // suppression cache ARP 
  
-  # sh ip route     // affichage table de routage 
  
-  # 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 
 </code> </code>
  
Line 53: 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.1449152539.txt.gz · Last modified: 2024/03/18 15:05 (external edit)