rx2:index
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| rx2:index [2015/11/30 14:36] – [Projet GNS3/Cisco 2015-2016] orel | rx2:index [2024/03/18 15:06] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 13: | Line 13: | ||
| * [[http:// | * [[http:// | ||
| + | ==== Memento GNS3 ==== | ||
| + | |||
| + | <code bash> | ||
| + | |||
| + | // 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 // affichage interfaces et IPs | ||
| + | |||
| + | sh arp // affichage cache ARP | ||
| + | clear arp-cache | ||
| + | |||
| + | ip route 0.0.0.0 0.0.0.0 192.168.0.254 | ||
| + | sh ip route // affichage table de routage | ||
| + | |||
| + | sh vlan-switch | ||
| + | sh int trunk // affichage des liens trunk (dot1q) | ||
| + | |||
| + | |||
| + | |||
| + | </ | ||
| + | |||
| + | //à compléter...// | ||
| ==== Projet GNS3/Cisco 2015-2016 ==== | ==== Projet GNS3/Cisco 2015-2016 ==== | ||
| Line 26: | Line 52: | ||
| - | {{ : | + | {{ :rx2:gns3-vlan.png? |
| __Nota Bene__ : Pour sauvegarder entièrement son travail, il faut taper les commandes ci-dessous dans toutes les consoles, avant d' | __Nota Bene__ : Pour sauvegarder entièrement son travail, il faut taper les commandes ci-dessous dans toutes les consoles, avant d' | ||
| # write mem | # write mem | ||
| - | # copy running-config startup-config | + | # copy run start |
| | | ||
| + | Par ailleurs, si vous manquez d' | ||
| + | |||
rx2/index.1448894171.txt.gz · Last modified: 2024/03/18 15:05 (external edit)
