20 grudnia, 2012

Reset hasła router cisco 29xx


1. Either switch off or shut down the router.

2. Remove the compact flash that is on the rear of the router. This image shows the rear of the 2951 router:

karta flash jest pod numerem 12

3. Switch on the router.

4. Once the router is on Rommon mode, reinsert the compact flash.

5. Type confreg 0x2142 at the rommon 1> prompt in order to boot from Flash.
    This step bypasses the startup configuration where the passwords are stored.

6. Type reset at the rommon 2> prompt.
    The router reboots, but ignores the saved configuration.

7. Type no after each setup question, or press Ctrl-C in order to skip the initial setup procedure.

8. Type enable at the Router> prompt.
    You are in enable mode and should see the Router# prompt.

9. Type configure memory or copy startup-config running-config in order to copy the nonvolatile RAM (NVRAM) into memory.

10. Issue the show running-config command.

     The show running-config command shows the configuration of the router. In this configuration, the shutdown command appears under all interfaces, which indicates all interfaces are currently shut down. In addition, the passwords (enable password, enable secret, vty, and console passwords) are in either an encrypted or unencrypted format. You can reuse unencrypted passwords. You must change encrypted passwords to a new password.

11. Type configure terminal.
      
The hostname(config)# prompt appears.

12. Type enable secret <password> in order to change the enable secret password. For example:
     
 hostname(config)#enable secret cisco

13. Issue the no shutdown command on every interface that you use.
     
 If you issue a show ip interface brief command, every interface that you want to use should  display up up.

14. Type config-register <configuration_register_setting> . Where <configuration_register_setting> is either the value you recorded in step 2 or 0x2102 . For example:
       
hostname(config)#config-register 0x2102

15. Press Ctrl-z or end in order to leave the configuration mode.
      The hostname# prompt appears.

16. Type write memory or copy running-config startup-config in order to commit the changes.

19 grudnia, 2012

Kable sieciowe - prosty i crossowy


Kable proste są używane do następujących połączeń:

przełącznik z routerem
przełącznik z komputerem PC
koncentrator z komputerem PC
koncentrator z serwerem

    W standardzie T568A:
    Końcówka 1 --> Końcówka 2
    ----------------------------------------------------
    Pin1 - zielono-biały --> Pin1 - zielono-biały
    Pin2 - zielony --> Pin2 - zielony
    Pin3 - pomarańczowo-biały --> Pin3 - pomarańczowo-biały
    Pin4 - niebieski --> Pin4 - niebieski
    Pin5 - niebiesko-biały--> Pin5 - niebiesko-biały
    Pin6 - pomarańczowy --> Pin6 - pomarańczowy
    Pin7 - brązowo-biały --> Pin7 - brązowo-biały
    Pin8 - brązowy --> Pin8 - brązowy

    W standardzie T568B wygląda to tak:
    Końcówka 1 --> Końcówka 2
    ----------------------------------------------------
    Pin1 - pomarańczowo-biały --> Pin1 - pomarańczowo-biały
    Pin2 - pomarańczowy --> Pin2 – pomarańczowy
    Pin3 -  zielono-biały --> Pin3 - zielono-biały
    Pin4 - niebieski --> Pin4 - niebieski
    Pin5 - niebiesko-biały --> Pin5 - niebiesko-biały
    Pin6 - zielony --> Pin6 - zielony
    Pin7 - brązowo-biały --> Pin7 - brązowo-biały
    Pin8 - brązowy --> Pin8 - brązowy

Kable z przeplotem są używane do następujących połączeń:

przełącznik z przełącznikiem,
komputer osobisty z komputerem PC,
przełącznik z koncentratorem,
koncentrator z koncentratorem,
router z routerem,
router z serwerem.

    W standardzie T568B wygląda to tak:
    Końcówka 1 --> Końcówka 2
    ------------------------------------
    Pin1 - pomarańczowo-biały --> Pin1 - zielono-biały
    Pin2 - pomarańczowy --> Pin2 - zielony
    Pin3 - zielono-biały --> Pin3 - pomarańczowo-biały
    Pin4 - niebieski  --> Pin4 – niebieski
    Pin5 - niebiesko-biały --> Pin5 - niebiesko-biały
    Pin6 - zielony --> Pin6 - pomarańczowy
    Pin7 - brązowo-biały --> Pin7 - brązowo-biały
    Pin8 - brązowy --> Pin8 – brązowy

17 grudnia, 2012

Routing statyczny + zadanie




##################  R1 ##################


ip route 192.2.0.0 255.255.255.0 192.12.0.254
ip route 192.2.0.0 255.255.255.0 192.15.0.1 4
ip route 192.23.0.0 255.255.255.0 192.12.0.254
ip route 192.23.0.0 255.255.255.0 192.15.0.1 3
ip route 192.43.0.0 255.255.255.0 192.12.0.254 2
ip route 192.43.0.0 255.255.255.0 192.15.0.1 2
ip route 192.54.0.0 255.255.255.0 192.12.0.254 3
ip route 192.54.0.0 255.255.255.0 192.15.0.1
ip route 192.4.0.0 255.255.255.0 192.12.0.254 3
ip route 192.4.0.0 255.255.255.0 192.15.0.1 2

##################  R2 ##################

ip route 192.43.0.0 255.255.255.0 192.23.0.254
ip route 192.43.0.0 255.255.255.0 192.12.0.1 3
ip route 192.4.0.0 255.255.255.0 192.23.0.254 2
ip route 192.4.0.0 255.255.255.0 192.12.0.1 3
ip route 192.54.0.0 255.255.255.0 192.23.0.254 2
ip route 192.54.0.0 255.255.255.0 192.12.0.1 2
ip route 192.15.0.0 255.255.255.0 192.23.0.254 3
ip route 192.15.0.0 255.255.255.0 192.12.0.1
ip route 192.1.0.0 255.255.255.0 192.12.0.1
ip route 192.1.0.0 255.255.255.0 192.23.0.254 4

##################  R3 ##################

ip route 192.4.0.0 255.255.255.0 192.43.0.254
ip route 192.54.0.0 255.255.255.0 192.43.0.254
ip route 192.12.0.0 255.255.255.0 192.23.0.1
ip route 192.4.0.0 255.255.255.0 192.23.0.1 4
ip route 192.54.0.0 255.255.255.0 192.23.0.1 3
ip route 192.15.0.0 255.255.255.0 192.43.0.254 2
ip route 192.15.0.0 255.255.255.0 192.23.0.1 2
ip route 192.1.0.0 255.255.255.0 192.43.0.254 3
ip route 192.1.0.0 255.255.255.0 192.23.0.1 2
ip route 192.12.0.0 255.255.255.0 192.43.0.254 3
ip route 192.2.0.0 255.255.255.0 192.23.0.1
ip route 192.2.0.0 255.255.255.0 192.43.0.254 4


##################  R4 ##################

ip route 192.15.0.0 255.255.255.0 192.54.0.254
ip route 192.15.0.0 255.255.255.0 192.43.0.1 3
ip route 192.1.0.0 255.255.255.0 192.54.0.254 2
ip route 192.1.0.0 255.255.255.0 192.43.0.1 3
ip route 192.12.0.0 255.255.255.0 192.54.0.254 2
ip route 192.12.0.0 255.255.255.0 192.43.0.1 2
ip route 192.2.0.0 255.255.255.0 192.54.0.254 3
ip route 192.2.0.0 255.255.255.0 192.43.0.1 2
ip route 192.23.0.0 255.255.255.0 192.54.0.254 3
ip route 192.23.0.0 255.255.255.0 192.43.0.1

##################  R5 ##################

ip route 192.1.0.0 255.255.255.0 192.15.0.254
ip route 192.12.0.0 255.255.255.0 192.15.0.254
ip route 192.1.0.0 255.255.255.0 192.54.0.1 4
ip route 192.12.0.0 255.255.255.0 192.54.0.1 3
ip route 192.2.0.0 255.255.255.0 192.15.0.254 2
ip route 192.2.0.0 255.255.255.0 192.54.0.1 3
ip route 192.23.0.0 255.255.255.0 192.15.0.254 2
ip route 192.23.0.0 255.255.255.0 192.54.0.1 2
ip route 192.43.0.0 255.255.255.0 192.15.0.254 3
ip route 192.43.0.0 255.255.255.0 192.54.0.1
ip route 192.4.0.0 255.255.255.0 192.54.0.1
ip route 192.4.0.0 255.255.255.0 192.15.0.254 4

A tutaj zadanie do wykonania. Wpisz odpowiednie trasy statyczne w każdym z routerów żeby serwer o adresie 8.0.0.2 mógł pingować PC w sieciach LAN_1, LAN_2, LAN_3



16 grudnia, 2012

Reset hasła router cisco17xx

Podłączamy się do konsoli i uruchamiając router musimy mieć wciśnięty klawisz brake (ja wciskam Ctrl+ kilka razy Break). To powinno sprawić, że zostaniemy przełączeni do trybu rommon.

Teraz trzeba zrobić następujące rzeczy:

- wpisujemy "confreg 0x2142"
- resetujemy urządzenie home
- omijamy dialog konfiguracji
- logujemy się do trybu uprzywilejowanego i zapisujemy konfiguracje domyślną "wr mem"
- wchodzimy do trybu configuracji "conf term"
- ustawiamy rejestr na właściwą wartość "config-register 0x2102"
- restartujemy urządzenie aby upewnić się czy wszystko poszło jak należy

Po przeładowaniu routera system nie powinien pytać się nas o hasło a ustawienia być wyzerowane. Teraz możemy przejść do dalszej konfiguracji.