======Links======
[[http://articles.techrepublic.com.com/5100-1009_11-5726522.html|How do I... Wipe data from Cisco routers and switches before discarding them]] \\
[[http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/|Cisco IOS Release 12.2]] \\
[[http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fipr_c/ipcprt1/1cfdhcp.htm|Configuring DHCP]] \\
[[http://www.cisco.com/en/US/docs/ios/12_1/iproute/command/reference/1rddhcp.html|DHCP Commands]] \\
[[http://www.cisco.com/en/US/docs/routers/access/800/820/software/configuration/guide/swg.html|Cisco 826, 827, 828, 831, 836, and 837 and SOHO 76, 77, 78, 91, 96, and 97 Routers Software Configuration Guide]] \\
[[http://www.cisco.com/en/US/docs/switches/lan/catalyst2950/software/release/12.1_22ea/SCG/scg.html|Catalyst 2950 and Catalyst 2955 Switch Software Configuration Guide, 12.1(22)EA7]] \\
[[http://www.tek-tips.com/viewthread.cfm?qid=1415509&page=9|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: \\
[[http://www.petri.co.il/csc_basics_of_cisco_switch_administration_01.htm|Basics of Cisco Switch Administration - Part 1]] \\
[[http://www.cisco.com/en/US/docs/switches/lan/catalyst2960/software/release/12.2_44_se/configuration/note/ol14988.html#wp1028704|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 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:[[http://tambelan.blogspot.com/2008/09/cara-solve-problem-cisco-catalyst-3560.html|Cara Solve Problem Cisco Catalyst 3560-24TS FastEthernet0/x is down, line protocol is down (err-disabled)]] en [[http://chicagotech.net/netforums/viewtopic.php?t=1783|Solved: line protocol is down (err-disabled)]] \\
======Reset Cisco 877 router======
* Sluit de router aan op de PC
* Maak met PuTTY een connectie naar de juiste COM poort
* Wacht tot de volgende tekst verschijnt:
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
* Druk op Ctrl+Break, als het goed is zou nu de volgende prompt moeten verschijnen:
rommon 1 >
* Voer op deze prompt de volgende twee commando's uit:
confreg 0x2142
reset
De router is gereset en klaar voor hernieuwd gebruik.
Bron:[[http://www.cisco.com/en/US/docs/routers/access/800/850/software/configuration/guide/trouble.html|Cisco 850 Series and Cisco 870 Series Access Routers Software Configuration Guide - Troubleshooting]] \\