R1-gns3-lab2: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „<pre> ip dhcp pool netz network 24.12.20.0 255.255.255.0 ! ip dhcp pool kunde network 192.168.1.0 255.255.255.0 domain-name LarsGeffke.de default-router 19…“) |
|||
| Zeile 1: | Zeile 1: | ||
| + | *show running-config | ||
<pre> | <pre> | ||
ip dhcp pool netz | ip dhcp pool netz | ||
| Zeile 75: | Zeile 76: | ||
ip route 0.0.0.0 0.0.0.0 192.168.7.2 | ip route 0.0.0.0 0.0.0.0 192.168.7.2 | ||
</pre> | </pre> | ||
| + | *show ip ospf neigbor | ||
| + | Neighbor ID Pri State Dead Time Address Interface | ||
| + | 1.2.3.4 1 FULL/DROTHER 00:00:36 24.12.20.2 FastEthernet0/0 | ||
| + | 5.6.7.8 1 FULL/BDR 00:00:30 24.12.20.1 FastEthernet0/0 | ||
Version vom 31. Januar 2023, 08:29 Uhr
- show running-config
ip dhcp pool netz network 24.12.20.0 255.255.255.0 ! ip dhcp pool kunde network 192.168.1.0 255.255.255.0 domain-name LarsGeffke.de default-router 192.168.1.1 dns-server 8.8.8.8 ! ip dhcp pool windows10 network 11.12.19.0 255.255.255.0 default-router 11.12.19.94 dns-server 8.8.8.8
interface FastEthernet0/0 ip address 24.12.20.21 255.255.255.0 ip ospf 1 area 0 duplex half ! interface FastEthernet0/0.1 encapsulation dot1Q 2 ip address 11.12.19.94 255.255.255.0 ip ospf 1 area 0 ! interface FastEthernet0/0.7 ! interface FastEthernet1/0 ip address 192.168.7.1 255.255.255.0 ip ospf 1 area 0 duplex auto speed auto ! interface FastEthernet1/1 no ip address shutdown duplex auto speed auto ! interface FastEthernet2/0 no ip address shutdown duplex auto speed auto ! interface FastEthernet2/1 no ip address shutdown duplex auto speed auto ! interface FastEthernet3/0 no ip address shutdown duplex auto speed auto ! interface FastEthernet3/1 ip address 192.168.1.1 255.255.255.0 ip ospf 1 area 0 duplex auto speed auto ! router ospf 1 default-information originate always ! ip forward-protocol nd no ip http server no ip http secure-server ! ! ip route 0.0.0.0 0.0.0.0 192.168.7.2
- show ip ospf neigbor
Neighbor ID Pri State Dead Time Address Interface 1.2.3.4 1 FULL/DROTHER 00:00:36 24.12.20.2 FastEthernet0/0 5.6.7.8 1 FULL/BDR 00:00:30 24.12.20.1 FastEthernet0/0