Table of Contents

Links

How do I... Wipe data from Cisco routers and switches before discarding them
Cisco IOS Release 12.2
Configuring DHCP
DHCP Commands
Cisco 826, 827, 828, 831, 836, and 837 and SOHO 76, 77, 78, 91, 96, and 97 Routers Software Configuration Guide
Catalyst 2950 and Catalyst 2955 Switch Software Configuration Guide, 12.1(22)EA7

Group policy problems when 2950 link speed set to Auto

IOS Commands

Toon de VLAN configuratie:

show vlan

Toon de status van alle poorten:

show interfaces status

Show the mac-addres table:

show mac address-table

Show IP ARP table (IP + MAC):

show ip arp

Show the Power over Ethernet (PoE) mode of all ports:

show power inline

Show the Power over Ethernet (PoE) mode of a specific port:

show power inline gi1/0/1

Zet poort aan:

no shutdown

Zet poort uit:

shutdown

Zet de poort op 10 MBit:

speed 10

Zet de poort op 100 MBit:

speed 100

Zet de poort op auto:

speed auto

Enable PoE mode on auto:

power inline auto

Show Redundant Power Supply status:

show env rps

Show dialup users:

show caller

Bronnen:
Basics of Cisco Switch Administration - Part 1
Cisco - Configuring a Power Management Mode on a PoE Port

Reset Cisco router:

Log on. 
	enable
	configure terminal
	config-register 0x2102
	end
	write erase
	reload
When asked to save configuration enter no.

Poort op err-disabled weer enablen

Een keer gezien op een poort waar een HP4700 printer op aangesloten was, bij een show interface <interfacenaam/nummer> zie je het volgende:

show interface gi1/0/45
GigabitEthernet1/0/45 is down, line protocol is down (err-disabled)

Om dit te omzeilen moet de poort even uit en aan gezet worden. Dit gaat als volgt:

conf t
int gi1/0/45
shutdown
no shutdown
exit
exit

Daarna zou een show interface het volgende moeten laten zien:

show interface gi1/0/45
GigabitEthernet1/0/45 is up, line protocol is up (connected)

En kun je de wijziging opslaan:

wr

Bronnen:Cara Solve Problem Cisco Catalyst 3560-24TS FastEthernet0/x is down, line protocol is down (err-disabled) en Solved: line protocol is down (err-disabled)

Reset Cisco 877 router

System Bootstrap, Version 12.3(8r)YI3, RELEASE SOFTWARE
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 2006 by cisco Systems, Inc.

C870 series (Board ID: 1-148) platform with 131072 Kbytes of main memory
rommon 1 >
confreg 0x2142
reset

De router is gereset en klaar voor hernieuwd gebruik.

Bron:Cisco 850 Series and Cisco 870 Series Access Routers Software Configuration Guide - Troubleshooting