Archive for the ‘Networking’ Category

Spanning-Tree topology explained

Friday, June 29th, 2007

On the cisco website i found a nice presentation (i converted to PDF) about the layer 2 redundancy protocol “Spanning-Tree”. In the document there is explained, how spanning-tree works and how to protect your spanning-tree configuration in your LAN.

This is a document wich every network administrator should read :-)

Download file: Chapter 10 - protrecting the Spanning-Tree topology

Backup Tool for Cisco Devices

Tuesday, June 5th, 2007

Because i have a lot to do with cisco network environments, i searched for a tool, wich i can use, to backup a amount of cisco network devices quick and easy through TFTP. But i didn’t find any good tool, wich provides this feature. After a lot of research work, i deceided to write my own “Cisco Device Backup Tool”.

The basics on my tool based on a simple theory. One unique username must be configured on all cisco devices, and an easy configurable .ini file wehre i can do the main configuration and backup settings.

For my tool i used the scripting language AutoIT Script. A powerful development kit where you easily can create GUI’s, fuctions and much more things. Since version 3.2.x AutoIt even supports commands to control the Windows TCP stack.

The function of my tool is very simple.

(more…)

BinTEC Router: Ping zu einem Remote-Host durch einen VPN-Tunnel senden

Friday, May 25th, 2007

Wenn man sich auf der Konsole eines BinTEC Routers eingeloggt hat, moechte man sicher mal gerne von diesem Punkt aus pruefen, ob die Remotehosts über einen VPN Tunnel erreichbar sind.

Ein Standard ICMP (ping) Kommando wird von einem BinTEC Router immer mit dem WAN-Interface weggeschickt. (more…)

Befehl “ip default-gateway” unwirksam sobald Layer 3 Routing / HSRP / OSPF auf Cisco Core Switchen (3700, 6000 Series…)

Friday, May 25th, 2007

Sobald auf einem Cisco Core Switch mit Layer 3 IP-Routing funktionalitaeten eingeschaltet werden, funktioniert das Command: ip default-gateway 12.13.14.15 nicht mehr richtig.

Es kann zu Komplikationen (more…)

SNMP OID’s von Netzwek Devices herausfinden

Wednesday, May 23rd, 2007

Ich habe heute ein tolles Wiki gefunden, dass schnell und einfach darstellt welcher Counter sich hinter einer bestimmten SNMP OID’s findet. SNMP ist ein sehr umfangreiches Protokoll um ganz einfach sehr viele Informationen aus einem Geraet herauszubekommen. Nur ist es immer sehr laestig, wenn man sich die gewuenschten Counter von seinem Geraet zusammentragen muss, da sucht man manchmal schon eine ganze Weile.

[[snmp:start]] (http://www.nagios-wiki.de/doku.php/snmp/start)