Cisco Workshop 1 IP Konfiguration: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
| Zeile 3: | Zeile 3: | ||
ip address 10.1.0.1 255.255.255.0 | ip address 10.1.0.1 255.255.255.0 | ||
no shutdown | 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 | ||
| Zeile 10: | Zeile 11: | ||
ip address 10.2.0.1 255.255.255.0 | ip address 10.2.0.1 255.255.255.0 | ||
no shutdown | 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 | ||
| Zeile 17: | Zeile 19: | ||
ip address 10.3.0.1 255.255.255.0 | ip address 10.3.0.1 255.255.255.0 | ||
no shutdown | 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 | no shutdown | ||
Version vom 3. Februar 2023, 10:50 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
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