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/12/03 14:22] – [Memento GNS3] orel | rx2:index [2024/03/18 15:06] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 15: | Line 15: | ||
| ==== Memento GNS3 ==== | ==== Memento GNS3 ==== | ||
| - | # sh ip int br // affichage interfaces et IPs | + | <code bash> |
| - | # sh vlan-switch | + | // configuration IP sur interface FastEthernet 0/0 |
| - | # sh int trunk | + | int f0/0 |
| + | ip address 192.168.0.1 255.255.255.0 | ||
| + | no shut | ||
| + | exit | ||
| - | # sh arp | + | sh ip int br |
| - | # clear arp-cache // suppression cache ARP | + | |
| - | # sh ip route // affichage | + | sh arp |
| + | clear arp-cache | ||
| - | # conf t | + | ip route 0.0.0.0 0.0.0.0 |
| - | # ip route 0.0.0.0 0.0.0.0 | + | sh ip route // affichage table de routage |
| - | # no ip route 0.0.0.0 0.0.0.0 @gw | + | |
| + | sh vlan-switch | ||
| + | sh int trunk // affichage des liens trunk (dot1q) | ||
| + | |||
| + | |||
| + | |||
| + | </ | ||
| //à compléter...// | //à compléter...// | ||
| Line 50: | Line 59: | ||
| # copy run start | # copy run start | ||
| | | ||
| + | Par ailleurs, si vous manquez d' | ||
| + | |||
rx2/index.1449152520.txt.gz · Last modified: 2024/03/18 15:05 (external edit)
