Cisco Workshop 1 IP Konfiguration: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „==R1== interface FastEthernet0/0 ip address 10.1.0.1 255.255.255.0 interface FastEthernet0/1 ip address 172.16.0.1 255.255.255.0 ==R2== interface FastE…“) |
|||
| (2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 2: | Zeile 2: | ||
interface FastEthernet0/0 | interface FastEthernet0/0 | ||
ip address 10.1.0.1 255.255.255.0 | ip address 10.1.0.1 255.255.255.0 | ||
| + | no shutdown | ||
interface FastEthernet0/1 | interface FastEthernet0/1 | ||
ip address 172.16.0.1 255.255.255.0 | ip address 172.16.0.1 255.255.255.0 | ||
| + | no shutdown | ||
| + | |||
| + | interface FastEthernet0/1.2 | ||
| + | encapsulation dot1Q 2 | ||
| + | ip address 10.0.12.2 255.255.255.0 | ||
| + | |||
==R2== | ==R2== | ||
interface FastEthernet0/0 | interface FastEthernet0/0 | ||
ip address 10.2.0.1 255.255.255.0 | ip address 10.2.0.1 255.255.255.0 | ||
| + | no shutdown | ||
interface FastEthernet0/1 | interface FastEthernet0/1 | ||
ip address 172.16.0.2 255.255.255.0 | ip address 172.16.0.2 255.255.255.0 | ||
| − | + | no shutdown | |
==R3== | ==R3== | ||
interface FastEthernet0/0 | interface FastEthernet0/0 | ||
ip address 10.3.0.1 255.255.255.0 | ip address 10.3.0.1 255.255.255.0 | ||
| + | no shutdown | ||
interface FastEthernet0/1 | interface FastEthernet0/1 | ||
ip address 172.16.0.3 255.255.255.0 | ip address 172.16.0.3 255.255.255.0 | ||
| + | no shutdown | ||
Aktuelle Version vom 6. Februar 2023, 09:34 Uhr
R1
interface FastEthernet0/0 ip address 10.1.0.1 255.255.255.0 no shutdown
interface FastEthernet0/1 ip address 172.16.0.1 255.255.255.0 no shutdown interface FastEthernet0/1.2 encapsulation dot1Q 2 ip address 10.0.12.2 255.255.255.0
R2
interface FastEthernet0/0 ip address 10.2.0.1 255.255.255.0 no shutdown
interface FastEthernet0/1 ip address 172.16.0.2 255.255.255.0 no shutdown
R3
interface FastEthernet0/0 ip address 10.3.0.1 255.255.255.0 no shutdown
interface FastEthernet0/1 ip address 172.16.0.3 255.255.255.0 no shutdown