Analyse und Monitoring von Netzwerken: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
Zeile 73: Zeile 73:
 
*[[Labor 1]]
 
*[[Labor 1]]
 
*[[Labor 2]]
 
*[[Labor 2]]
 +
 +
 +
R1(config)#no  interface fa
 +
R1(config)#no  interface fastEthernet 0/0.1
 +
R1(config)#no  interface fastEthernet 0/0.7
 +
R1(config)#interface fastEthernet 1.1
 +
                                  ^
 +
% Invalid input detected at '^' marker.
 +
 +
R1(config)#interface fastEthernet 1/1
 +
R1(config-if)# encapsulation dot1Q 2
 +
                            ^
 +
% Invalid input detected at '^' marker.
 +
 +
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
 +
R1(config-if)#no sh
 +
R1(config-if)#no shutdown
 +
R1(config-if)#exit
 +
R1(config)#exit
 +
R1#
  
 
=Trouble Shooting=
 
=Trouble Shooting=

Version vom 7. Februar 2023, 18:29 Uhr

Grundlegendes

Login-Daten

Nutzer auf Linux Maschinen

  • xinux

Default-Passwort

  • P@ssw0rd

Topics

  • Schwachstellensuche und -analyse
    • Portscanning
    • Gefahren des Netzwerks
    • Informationsbeschaffung- Erweiterungen
  • Monitoring
    • Netzwerkmonitoring (Grundlagen/Tools)
    • Remotemanagement
  • Protokollierung und Dokumentation
    • Einführung in Netzwerkdokumentation mit MS Visio
    • Physikalische Topologie
    • Logische Topologie

Vorüberlegungen

Protokollierung und Dokumentation

Schwachstellensuche und -analyse

Monitoring

Hostsystem Modifikationen

Verschiedenes

Misc


R1(config)#no interface fa R1(config)#no interface fastEthernet 0/0.1 R1(config)#no interface fastEthernet 0/0.7 R1(config)#interface fastEthernet 1.1

                                  ^

% Invalid input detected at '^' marker.

R1(config)#interface fastEthernet 1/1 R1(config-if)# encapsulation dot1Q 2

                            ^

% Invalid input detected at '^' marker.

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 R1(config-if)#no sh R1(config-if)#no shutdown R1(config-if)#exit R1(config)#exit R1#

Trouble Shooting