Labor 3: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(→R1) |
|||
| (2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
| + | =Physikalischer Netzplan= | ||
| + | {{#drawio:lab3-physikalischer-plan}} | ||
| + | |||
| + | |||
=Win10= | =Win10= | ||
Weg vom Switch und an R1 auf FastEthernet1/1 | Weg vom Switch und an R1 auf FastEthernet1/1 | ||
=Switch1= | =Switch1= | ||
| − | *Alle | + | *Alle Ports auf Access und VLAN1 |
| + | |||
=R1= | =R1= | ||
<pre> | <pre> | ||
| Zeile 14: | Zeile 19: | ||
R1(config-if)#exit | R1(config-if)#exit | ||
R1(config)#exit | R1(config)#exit | ||
| − | R1(config)#running-config startup-config | + | R1(config)# copy running-config startup-config |
</pre> | </pre> | ||
| + | |||
| + | =Logischer Netzplan= | ||
| + | {{#drawio:lab2-logischer-plan}} | ||
Aktuelle Version vom 8. Februar 2023, 07:47 Uhr
Physikalischer Netzplan
Win10
Weg vom Switch und an R1 auf FastEthernet1/1
Switch1
- Alle Ports auf Access und VLAN1
R1
R1#configure terminal R1(config)#no interface fastEthernet 0/0.1 R1(config)#no interface fastEthernet 0/0.7 R1(config)#interface fastEthernet 1/1 R1(config-if)# ip address 11.12.19.94 255.255.255.0 R1(config-if)# ip ospf 1 area 0 R1(config-if)#no shutdown R1(config-if)#exit R1(config)#exit R1(config)# copy running-config startup-config

