Labor 1: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
Zeile 39: Zeile 39:
 
===Routen===
 
===Routen===
 
*Standardgateway 192.168.0.1
 
*Standardgateway 192.168.0.1
==R1==
 
<pre>
 
ip dhcp pool valn2
 
network 172.16.0.0 255.255.255.0
 
default-router 172.16.0.1
 
!
 
ip dhcp pool valn3
 
network 172.16.1.0 255.255.255.0
 
default-router 172.16.1.1
 
!
 
ip dhcp pool vlan5
 
network 192.168.0.0 255.255.255.0
 
default-router 192.168.0.1
 
!
 
ip dhcp pool vlan6
 
network 192.168.1.0 255.255.255.0
 
default-router 192.168.1.1
 
 
 
 
interface FastEthernet0/0
 
description transit
 
ip address 192.168.7.1 255.255.255.0
 
duplex half
 
!
 
interface FastEthernet1/0
 
no ip address
 
duplex auto
 
speed auto
 
!
 
interface FastEthernet1/0.2
 
encapsulation dot1Q 2
 
ip address 172.16.0.1 255.255.255.0
 
!
 
interface FastEthernet1/0.3
 
encapsulation dot1Q 3
 
ip address 172.16.1.1 255.255.255.0
 
!
 
interface FastEthernet1/1
 
no ip address
 
duplex auto
 
speed auto
 
!
 
interface FastEthernet1/1.5
 
encapsulation dot1Q 5
 
ip address 192.168.0.1 255.255.255.0
 
!
 
interface FastEthernet1/1.6
 
encapsulation dot1Q 6
 
ip address 192.168.1.1 255.255.255.0Windows 2012
 
!
 
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
 
no ip address
 
shutdown
 
duplex auto
 
speed auto
 
!
 
</pre>
 
 
<pre>
 
 
S*    0.0.0.0/0 [1/0] via 192.168.7.2
 
      172.16.0.0/16 is variably subnetted, 4 subnets, 2 masks
 
C        172.16.0.0/24 is directly connected, FastEthernet1/0.2
 
L        172.16.0.1/32 is directly connected, FastEthernet1/0.2
 
C        172.16.1.0/24 is directly connected, FastEthernet1/0.3
 
L        172.16.1.1/32 is directly connected, FastEthernet1/0.3
 
      192.168.0.0/24 is variably subnetted, 2 subnets, 2 masks
 
C        192.168.0.0/24 is directly connected, FastEthernet1/1.5
 
L        192.168.0.1/32 is directly connected, FastEthernet1/1.5
 
      192.168.1.0/24 is variably subnetted, 2 subnets, 2 masks
 
C        192.168.1.0/24 is directly connected, FastEthernet1/1.6
 
</pre>
 
 
==Switch1==
 
==Switch1==
 
*Port 0 1 dot1q
 
*Port 0 1 dot1q

Version vom 31. Januar 2023, 08:05 Uhr

Physikalischer Netzwerk Plan

Maschinen

CL1Win10

Netzwerkkarten

Ethernet-Adapter Ethernet
  • 172.16.0.3/24

Routen

  • Standardgateway 172.16.0.1

SRV3Win2019

Netzwerkkarten

Ethernet-Adapter Ethernet
  • 172.16.1.2/24

Routen

  • Standardgateway 172.16.1.1

SRV2Win2016

Netzwerkkarten

Ethernet-Adapter Ethernet
  • 192.168.1.2/24

Routen

  • Standardgateway 192.168.1.1

SRV1Win2012

Netzwerkkarten

Ethernet-Adapter Ethernet
  • 172.16.0.2/24

Routen

  • Standardgateway 172.16.0.1

CL2Win81

Netzwerkkarten

Ethernet-Adapter Ethernet
  • 192.168.0.2/24

Routen

  • Standardgateway 192.168.0.1

Switch1

  • Port 0 1 dot1q
  • Port 1 5 access
  • Port 2 6 access
  • Port 3 7 access
  • Port 4 1 access
  • Port 5 1 access
  • Port 6 1 access
  • Port 7 1 access

Switch2

  • Port 0 1 dot1q
  • Port 1 2 access
  • Port 2 2 access
  • Port 3 3 access
  • Port 4 1 access
  • Port 5 1 access
  • Port 6 1 access
  • Port 7 1 access

Logischer Netzwerk Plan