Labor 3: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „<pre> 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(co…“) |
|||
| Zeile 9: | Zeile 9: | ||
R1(config-if)#exit | R1(config-if)#exit | ||
R1(config)#exit | R1(config)#exit | ||
| − | R1# | + | R1(config)#running-config startup-config |
</pre> | </pre> | ||
Version vom 7. Februar 2023, 18:32 Uhr
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)#running-config startup-config