Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.

Uvezivanje 3 Cisco rutera-problem??

[es] :: Enterprise Networking :: Uvezivanje 3 Cisco rutera-problem??

Strane: 1 2

[ Pregleda: 4451 | Odgovora: 21 ] > FB > Twit

Postavi temu Odgovori

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

Dylan2

Član broj: 12352
Poruke: 33
*.kauppa.turkuamk.fi.



Profil

icon Uvezivanje 3 Cisco rutera-problem??21.05.2007. u 08:20 - pre 206 meseci
Treba da uvezem tri Cisco 2500 rutera da bi mogao dobiti zavrsnu ocjenu iz CCNA2.
Pokusavao sam ali ne ide.

Konfigurisao sam na svakom serial interface i pazio gdje mi je DCE (clockrate).
Protokol je Rip2.
Medjutim nisam uspio, ne znam gdje sam pogresio?
Nedostatak mi je i slabo znanje engleskog pa nemam puno koristi od raznih objasnjenja
na internetu.
Pokusavao sam mjenjati kablove, mjenjao DCE mjesto ali nisam nista napravio.

Zasto mi uvjek prilikom startanja javlja da su interface podignuti pa onda da su down?
Tako za svaki ruter, evo kopija sa prvog:

00:00:05: %LINK-3-UPDOWN: Interface Ethernet0, changed state to up
00:00:05: %LINK-3-UPDOWN: Interface Serial0, changed state to down
00:00:05: %LINK-3-UPDOWN: Interface Serial1, changed state to up
00:00:06: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1, changed state
to up
00:00:31: %LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet0, changed sta
te to down
00:00:34: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1, changed state
to up
00:00:47: %LINEPROTO-5-UPDOWN: Line proto
Router>col on Interface Serial0, changed state to down
00:00:51: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1, changed state
to down
00:03:54: %LINK-3-UPDOWN: Interface Serial1, changed state to down
00:10:05: %IP-5-WEBINST_KILL: Terminating DNS process
00:10:06: %LINK-5-CHANGED: Interface Ethernet0, changed state to administrativel
y down
00:10:06: %LINK-5-CHANGED: Interface Serial0, changed state to administratively
down
00:10:06: %LINK-5-CHANGED: Interface Serial1, changed state to administratively
down
00:10:06: %SYS-5-RESTART: System restarted --
Cisco Internetwork Operating System Software
IOS (tm) 2500 Software (C2500-I-L), Version 12.0(7)T, RELEASE SOFTWARE (fc2)
Copyright (c) 1986-1999 by cisco Systems, Inc.
Compiled Mon 06-Dec-99 14:50 by phanguye
Router>Press RETURN to get started!



Nekako sam uspio poloziti sve teoretske testove u CCNA2 (sve na engleskom), samo mi je jos ovo ostalo pa zato
molim za savjet.

Hvala unaprijed



Ruter1

Code:

Router#show configuration
Using 578 out of 32762 bytes
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
!
!
!
!
!
ip subnet-zero
!
!
!
!
interface Ethernet0
 ip address 192.168.11.1 255.255.255.0
 no ip directed-broadcast
!
interface Serial0
 no ip address
 no ip directed-broadcast
!
interface Serial1
 ip address 192.168.10.1 255.255.255.0
 no ip directed-broadcast
 clockrate 56000
!
router rip
 version 2
 network 192.168.10.0
 network 192.168.11.0
!
ip classless
no ip http server
!
!
line con 0
 transport input none
line aux 0
line vty 0 4
!
end


Ruter2

Code:

Router#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is not set


Router#show configuration
Using 595 out of 32762 bytes
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
!
!
!
!
!
ip subnet-zero
!
!
!
!
interface Ethernet0
 no ip address
 no ip directed-broadcast
!
interface Serial0
 ip address 192.168.10.2 255.255.255.0
 no ip directed-broadcast
 clockrate 56000
!
interface Serial1
 ip address 192.168.40.2 255.255.255.0
 no ip directed-broadcast
 clockrate 56000
!
router rip
 version 2
 network 192.168.10.0
 network 192.168.40.0
!
ip classless
no ip http server
!
!
line con 0
 transport input none
line aux 0
line vty 0 4
!
end

Router#


Ruter3
(izgleda da jos nije konfigurisan,mozda nisam snimio konfiguraciju prije restarta, ali ako sredim ova prva dva onda ce ici i treci)

Code:

Router#show configuration
%% Non-volatile configuration memory is not present


[Ovu poruku je menjao markom dana 24.05.2007. u 11:34 GMT+1]
 
Odgovor na temu

machiavelli
Beograd

Član broj: 7080
Poruke: 216
212.124.181.*



+164 Profil

icon Re: Uvezivanje 3 Cisco rutera-problem??21.05.2007. u 09:45 - pre 206 meseci
Kazes da si pazio koji je DCE... Router1 je preko svog S1 interfejsa povezan na S0 Router-a 2, jel tako? Zasto onda na oba ta interfejsa imas konfigurisan clocking?

Znaci, proveri jos jednom koji interfejs je DTE, a zatim mu ukloni "clock rate"

Pozdrav.
 
Odgovor na temu

Dylan2

Član broj: 12352
Poruke: 33
*.235.183.lpoy.fi.



Profil

icon Re: Uvezivanje 3 Cisco rutera-problem??21.05.2007. u 12:38 - pre 206 meseci
Citat:
Kazes da si pazio koji je DCE... Router1 je preko svog S1 interfejsa povezan na S0 Router-a 2, jel tako? Zasto onda na oba ta interfejsa imas konfigurisan clocking?


Drugi interfejs S1 je prikopcan na treci ruter. Ranije mi je ovdje bio DTE a na trecem ruteru DCE, i nije radilo.
Zbog toga sam prebacio, pokusao da su oba DCE na jednom (srednjem) ruteru koji je povezan sa ostala dva.
Na ostala dva je DTE.
Medjutim, ne radi ni ovako ni onako..

[ mod markom: ispravljen citat ]

[Ovu poruku je menjao markom dana 21.05.2007. u 14:43 GMT+1]
 
Odgovor na temu

markom
Marko Milivojević
Network Engineer
Google
Mountain View

Član broj: 18427
Poruke: 4227
*.raf.is.

Sajt: https://markom.rs


+16 Profil

icon Re: Uvezivanje 3 Cisco rutera-problem??21.05.2007. u 13:42 - pre 206 meseci
Hajde ovde posalji output ovih komandi sa sva tri rutera:

show controller serial 0
show controller serial 1
show running-config

Takođe, pomoglo bi da nam tačno kažeš kako su ruteri povezani:

R1 S0 - Rx Sx
R1 S1 - Rx Sx
R2 S0 - Rx Sx
R2 S1 - Rx Sx
R3 S0 - Rx Sx
R3 S1 - Rx Sx

Možda je najbolje da na odgovarajuće interfejse dodaš opis (description ...)
 
Odgovor na temu

Dylan2

Član broj: 12352
Poruke: 33
*.kauppa.turkuamk.fi.



Profil

icon Re: Uvezivanje 3 Cisco rutera-problem??22.05.2007. u 08:01 - pre 206 meseci
Ponovo sam sve prespojio i provjerio sam jos jednom da su svi kablovi cvrsto prikopcani.
Na svakom ruteru imam dva serial i jedan ethernet interfejs.

Zasto nemogu da snimim postojece stanje kad odradim komandu Router#copy running-config startup-config ?
On me pita u koji fajl da dodam (ako sam dobro razumio) ja pritisnem enter, sacekam dok odradi i on javi OK.
Medjutim ako restartam ruter gubim sve, nista nije sacuvano?

Evo sa prvog Rutera.
Na serial 0 mi je prikopcan DCE kabl a drugi kraj DTE je na drugom ruteru.
Serial 1 mi nije potreban pa nije ni konfigurisan.
Podigao sam rip protokol, i "rekao" da treba da se interface 0 reklamira na drugi ruter na kojem je ip 192.168.20.1
Da nisam pogresio sa ovim ip adresama, koristio sam 10,20,30 itd adrese, 192.168.10.0 itd ?



Ruter 1:

Code:
Router#show runn
Router#show running-config
Building configuration...

Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
!
!
!
!
!
ip subnet-zero
!
!
!
!
interface Ethernet0
 ip address 192.168.11.1 255.255.255.0
 no ip directed-broadcast
!
interface Serial0
 ip address 192.168.10.1 255.255.255.0
 no ip directed-broadcast
 clockrate 56000
!
interface Serial1
 no ip address
 no ip directed-broadcast
 shutdown
!
router rip
 network 192.168.20.0
!
ip classless
no ip http server
!
!
line con 0
 transport input none
line aux 0
line vty 0 4
!
end


Code:
Router>enable
Router#show contr ser 0
HD unit 0, idb = 0xF8B6C, driver structure at 0xFEA40
buffer size 1524  HD unit 0, V.35 DCE cable, clockrate 56000
cpb = 0x1, eda = 0x4828, cda = 0x483C
RX ring with 16 entries at 0x4014800
00 bd_ptr=0x4800 pak=0x10014C ds=0x4018E80 status=80 pak_size=283
01 bd_ptr=0x4814 pak=0x0FFEFC ds=0x40187C4 status=80 pak_size=22
02 bd_ptr=0x4828 pak=0x0FFCAC ds=0x4018108 status=80 pak_size=22
03 bd_ptr=0x483C pak=0x1021AC ds=0x401ECC8 status=80 pak_size=283
04 bd_ptr=0x4850 pak=0x101F5C ds=0x401E60C status=80 pak_size=22
05 bd_ptr=0x4864 pak=0x101D0C ds=0x401DF50 status=80 pak_size=22
06 bd_ptr=0x4878 pak=0x101ABC ds=0x401D894 status=80 pak_size=22
07 bd_ptr=0x488C pak=0x10186C ds=0x401D1D8 status=80 pak_size=22
08 bd_ptr=0x48A0 pak=0x10161C ds=0x401CB1C status=80 pak_size=22
09 bd_ptr=0x48B4 pak=0x1013CC ds=0x401C460 status=80 pak_size=22
10 bd_ptr=0x48C8 pak=0x10117C ds=0x401BDA4 status=80 pak_size=283
11 bd_ptr=0x48DC pak=0x100F2C ds=0x401B6E8 status=80 pak_size=22
12 bd_ptr=0x48F0 pak=0x100CDC ds=0x401B02C status=80 pak_size=22
13 bd_ptr=0x4904 pak=0x100A8C ds=0x401A970 status=80 pak_size=22
14 bd_ptr=0x4918 pak=0x10083C ds=0x401A2B4 status=80 pak_size=22
15 bd_ptr=0x492C pak=0x1005EC ds=0x4019BF8 status=80 pak_size=22
16 bd_ptr=0x4940 pak=0x10039C ds=0x401953C status=80 pak_size=22
cpb = 0x1, eda = 0x5014, cda = 0x5014
TX ring with 1 entries at 0x4015000
00 bd_ptr=0x5000 pak=0x000000 ds=0x4030BD8 status=80 pak_size=22
01 bd_ptr=0x5014 pak=0x000000 ds=0x4030BD8 status=80 pak_size=22
0 missed datagrams, 0 overruns
0 bad datagram encapsulations, 0 memory errors
0 transmitter underruns
0 residual bit errors





Ruter 2
Ovdje moram konfigurisati oba serial interfejsa ali kako da kazem jednom da se reklamira na ruter jedan a
drugi serial na ruter 3, mislim na ip adrese mreze?


Code:
Router#show runn
Router#show running-config
Building configuration...

Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
!
!
!
!
!
ip subnet-zero
!
!
!
!
interface Ethernet0
 ip address 192.168.21.1 255.255.255.0
 no ip directed-broadcast
!
interface Serial0
 ip address 192.168.20.1 255.255.255.0
 no ip directed-broadcast
!
interface Serial1
 ip address 192.168.30.1 255.255.255.0
 no ip directed-broadcast
 clockrate 56000
!
router rip
 network 192.168.10.0
!
ip classless
no ip http server
!
!
line con 0
 transport input none
line aux 0
line vty 0 4
!
end


Code:
Router#
Router#show controllers ser 0
HD unit 0, idb = 0xF8B6C, driver structure at 0xFEA40
buffer size 1524  HD unit 0, V.35 DTE cable
cpb = 0x1, eda = 0x48B4, cda = 0x48C8
RX ring with 16 entries at 0x4014800
00 bd_ptr=0x4800 pak=0x1005EC ds=0x4019BF8 status=80 pak_size=22
01 bd_ptr=0x4814 pak=0x10039C ds=0x401953C status=80 pak_size=22
02 bd_ptr=0x4828 pak=0x10014C ds=0x4018E80 status=80 pak_size=22
03 bd_ptr=0x483C pak=0x0FFEFC ds=0x40187C4 status=80 pak_size=22
04 bd_ptr=0x4850 pak=0x0FFCAC ds=0x4018108 status=80 pak_size=283
05 bd_ptr=0x4864 pak=0x1023FC ds=0x401F384 status=80 pak_size=22
06 bd_ptr=0x4878 pak=0x1021AC ds=0x401ECC8 status=80 pak_size=22
07 bd_ptr=0x488C pak=0x101F5C ds=0x401E60C status=80 pak_size=22
08 bd_ptr=0x48A0 pak=0x101D0C ds=0x401DF50 status=80 pak_size=22
09 bd_ptr=0x48B4 pak=0x101ABC ds=0x401D894 status=80 pak_size=22
10 bd_ptr=0x48C8 pak=0x10161C ds=0x401CB1C status=80 pak_size=22
11 bd_ptr=0x48DC pak=0x1013CC ds=0x401C460 status=80 pak_size=22
12 bd_ptr=0x48F0 pak=0x10117C ds=0x401BDA4 status=80 pak_size=22
13 bd_ptr=0x4904 pak=0x100F2C ds=0x401B6E8 status=80 pak_size=22
14 bd_ptr=0x4918 pak=0x100CDC ds=0x401B02C status=80 pak_size=283
15 bd_ptr=0x492C pak=0x100A8C ds=0x401A970 status=80 pak_size=22
16 bd_ptr=0x4940 pak=0x10083C ds=0x401A2B4 status=80 pak_size=22
cpb = 0x1, eda = 0x5000, cda = 0x5000
TX ring with 1 entries at 0x4015000
00 bd_ptr=0x5000 pak=0x000000 ds=0x40318E8 status=80 pak_size=22
01 bd_ptr=0x5014 pak=0x000000 ds=0x40318E8 status=80 pak_size=22
0 missed datagrams, 0 overruns
0 bad datagram encapsulations, 0 memory errors
0 transmitter underruns
0 residual bit errors

Router#show contr ser 1
HD unit 1, idb = 0x1036C8, driver structure at 0x1095A0
buffer size 1524  HD unit 1, V.35 DCE cable, clockrate 56000
cpb = 0x2, eda = 0x3078, cda = 0x308C
RX ring with 16 entries at 0x4023000
00 bd_ptr=0x3000 pak=0x10A118 ds=0x4024E18 status=80 pak_size=22
01 bd_ptr=0x3014 pak=0x10CD08 ds=0x402CE0C status=80 pak_size=22
02 bd_ptr=0x3028 pak=0x10A368 ds=0x40254D4 status=80 pak_size=22
03 bd_ptr=0x303C pak=0x10A5B8 ds=0x4025B90 status=80 pak_size=22
04 bd_ptr=0x3050 pak=0x10DF88 ds=0x40303EC status=80 pak_size=22
05 bd_ptr=0x3064 pak=0x10D648 ds=0x402E8FC status=80 pak_size=283
06 bd_ptr=0x3078 pak=0x10D1A8 ds=0x402DB84 status=80 pak_size=22
07 bd_ptr=0x308C pak=0x109A28 ds=0x40239E4 status=80 pak_size=22
08 bd_ptr=0x30A0 pak=0x10AEF8 ds=0x4027680 status=80 pak_size=283
09 bd_ptr=0x30B4 pak=0x10B5E8 ds=0x4028AB4 status=80 pak_size=22
10 bd_ptr=0x30C8 pak=0x10BA88 ds=0x402982C status=80 pak_size=22
11 bd_ptr=0x30DC pak=0x10BCD8 ds=0x4029EE8 status=80 pak_size=22
12 bd_ptr=0x30F0 pak=0x10BF28 ds=0x402A5A4 status=80 pak_size=22
13 bd_ptr=0x3104 pak=0x10C178 ds=0x402AC60 status=80 pak_size=22
14 bd_ptr=0x3118 pak=0x1097D8 ds=0x4022964 status=80 pak_size=22
15 bd_ptr=0x312C pak=0x109C78 ds=0x40240A0 status=80 pak_size=283
16 bd_ptr=0x3140 pak=0x10C868 ds=0x402C094 status=80 pak_size=22
cpb = 0x2, eda = 0x3814, cda = 0x3814
TX ring with 1 entries at 0x4023800
00 bd_ptr=0x3800 pak=0x000000 ds=0x40318E8 status=80 pak_size=22
01 bd_ptr=0x3814 pak=0x000000 ds=0x4045D4C status=80 pak_size=283
0 missed datagrams, 0 overruns
0 bad datagram encapsulations, 0 memory errors
0 transmitter underruns
0 residual bit errors





Ruter 3
Ovdje trebam da kazem serial 0 interfejsu da se reklamira na Ruter2 na njegov serial 1 cija je ip 192.168.30.1

Code:
Router#show running-config
Building configuration...

Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
!
!
!
!
!
ip subnet-zero
!
!
!
!
interface Ethernet0
 ip address 192.168.41.1 255.255.255.0
 no ip directed-broadcast
!
interface Serial0
 ip address 192.168.40.1 255.255.255.0
 no ip directed-broadcast
 no ip mroute-cache
 no fair-queue
!
interface Serial1
 no ip address
 no ip directed-broadcast
!
router rip
 network 192.168.30.0
!
ip classless
no ip http server
!
!
line con 0
 exec-timeout 0 0
 transport input none
line aux 0
line vty 0 4
!
end


Code:
Router#show contr
Router#show controllers ser 0
HD unit 0, idb = 0xF8B6C, driver structure at 0xFEA40
buffer size 1524  HD unit 0, V.35 DTE cable
cpb = 0x1, eda = 0x48B4, cda = 0x48C8
RX ring with 16 entries at 0x4014800
00 bd_ptr=0x4800 pak=0x203B78 ds=0x401A970 status=80 pak_size=22
01 bd_ptr=0x4814 pak=0x203928 ds=0x401A2B4 status=80 pak_size=283
02 bd_ptr=0x4828 pak=0x2036D8 ds=0x4019BF8 status=80 pak_size=22
03 bd_ptr=0x483C pak=0x203488 ds=0x401953C status=80 pak_size=22
04 bd_ptr=0x4850 pak=0x203238 ds=0x4018E80 status=80 pak_size=22
05 bd_ptr=0x4864 pak=0x202FE8 ds=0x40187C4 status=80 pak_size=22
06 bd_ptr=0x4878 pak=0x202D98 ds=0x4018108 status=80 pak_size=22
07 bd_ptr=0x488C pak=0x0FF5BC ds=0x401F384 status=80 pak_size=22
08 bd_ptr=0x48A0 pak=0x0FF36C ds=0x401ECC8 status=80 pak_size=283
09 bd_ptr=0x48B4 pak=0x205048 ds=0x401E60C status=80 pak_size=22
10 bd_ptr=0x48C8 pak=0x204BA8 ds=0x401D894 status=80 pak_size=22
11 bd_ptr=0x48DC pak=0x204958 ds=0x401D1D8 status=80 pak_size=283
12 bd_ptr=0x48F0 pak=0x204708 ds=0x401CB1C status=80 pak_size=22
13 bd_ptr=0x4904 pak=0x2044B8 ds=0x401C460 status=80 pak_size=22
14 bd_ptr=0x4918 pak=0x204268 ds=0x401BDA4 status=80 pak_size=22
15 bd_ptr=0x492C pak=0x204018 ds=0x401B6E8 status=80 pak_size=22
16 bd_ptr=0x4940 pak=0x203DC8 ds=0x401B02C status=80 pak_size=22
cpb = 0x1, eda = 0x5050, cda = 0x5050
TX ring with 4 entries at 0x4015000
00 bd_ptr=0x5000 pak=0x000000 ds=0x4000FEC status=80 pak_size=22
01 bd_ptr=0x5014 pak=0x000000 ds=0x4000FEC status=80 pak_size=22
02 bd_ptr=0x5028 pak=0x000000 ds=0x4045690 status=80 pak_size=283
03 bd_ptr=0x503C pak=0x000000 ds=0x4000FEC status=80 pak_size=22
04 bd_ptr=0x5050 pak=0x000000 ds=0x4000FEC status=80 pak_size=22
0 missed datagrams, 0 overruns
0 bad datagram encapsulations, 0 memory errors
0 transmitter underruns
0 residual bit errors




[Ovu poruku je menjao markom dana 24.05.2007. u 11:36 GMT+1]
 
Odgovor na temu

machiavelli
Beograd

Član broj: 7080
Poruke: 216
212.124.181.*



+164 Profil

icon Re: Uvezivanje 3 Cisco rutera-problem??22.05.2007. u 13:47 - pre 206 meseci
Koliko vidim, sada bi sve trebalo da bude u redu sto se tice konektivnosti na drugom sloju, ali kao i u prethodnom postu, primecuje se pogresno adresiranje serial interfejsa.

Izmeni sledeca podesavanja pa probaj da li radi...

Na ruteru 1, ostavi IP adresu i masku Serial0 interfejsa kako jeste sad. Na ruteru 2, na Serial0 interfejsu promeni IP adresu na sledeci nacin:

Code:
Router#conf t
Router(config)#int S0
Router(confg-if)#no ip address 192.168.20.1 255.255.255.0
Router(config-if)#ip address 192.168.10.2 255.255.255.0
Router(config-if)#no shutdown



Na isti nacin promeni adresu Serial0 interfejsa na ruteru 3, iz 192.168.40.1 u 192.168.30.2.

Probaj, pa javi...



Pozdrav,
Igor

[Ovu poruku je menjao markom dana 24.05.2007. u 11:37 GMT+1]
 
Odgovor na temu

Ivek33

Član broj: 66174
Poruke: 2898



+66 Profil

icon Re: Uvezivanje 3 Cisco rutera-problem??22.05.2007. u 17:58 - pre 206 meseci
Machiveli ti je dobro rekao ali evo ti malo detaljnije ( s mog gledišta )
pa probaj riješiti na ovaj način.
Ja sebi uvijek prvo nacrtam shemu da bi bio siguran )

evo sheme


napominjem da sam koristio RIP v.1
a evo i source sa rutera: ( iz donjih tekstova brisao sam neupotrebljene interface da ne zauzimaju prostor u postu )
svi pingovi prolaze

............................................

Code:
R1#show running-config
!
version 12.2
!
hostname R1
!
interface FastEthernet0/0
 ip address 172.16.1.1 255.255.255.0
 duplex auto
 speed auto
!
interface Serial2/0
 ip address 172.17.1.1 255.255.0.0
!
router rip
 network 172.16.0.0
 network 172.17.0.0
!
ip classless

!
line con 0
!
end

...................................................

Code:
R2#show running-config
!
version 12.2
!
hostname R2
!
interface FastEthernet0/0
 ip address 172.19.1.1 255.255.0.0
 duplex auto
 speed auto
!
interface Serial2/0
 ip address 172.18.1.1 255.255.0.0
!
interface Serial3/0
 ip address 172.17.1.2 255.255.0.0
 clock rate 56000
!
router rip
 network 172.17.0.0
 network 172.18.0.0
 network 172.19.0.0
!
ip classless
!
line con 0
!
end

..........................................

Code:
R3#show running-config
!
version 12.2
!
hostname R3
!
interface FastEthernet0/0
 ip address 172.20.1.1 255.255.0.0
 duplex auto
 speed auto
!
interface Serial2/0
 ip address 172.18.1.2 255.255.0.0
 clock rate 56000
!
router rip
 network 172.18.0.0
 network 172.20.0.0
!
ip classless
!
line con 0
!
end

....................................

EVO I RUTE
......................................
Code:
R1#show ip route

C    172.16.0.0/16 is directly connected, FastEthernet0/0
C    172.17.0.0/16 is directly connected, Serial2/0
R    172.18.0.0/16 [120/1] via 172.17.1.2, 00:00:11, Serial2/0
R    172.19.0.0/16 [120/1] via 172.17.1.2, 00:00:11, Serial2/0
R    172.20.0.0/16 [120/2] via 172.17.1.2, 00:00:11, Serial2/0

...............................................................................................

Code:
R2#show ip route

R    172.16.0.0/16 [120/1] via 172.17.1.1, 00:00:22, Serial3/0
C    172.17.0.0/16 is directly connected, Serial3/0
C    172.18.0.0/16 is directly connected, Serial2/0
C    172.19.0.0/16 is directly connected, FastEthernet0/0
R    172.20.0.0/16 [120/1] via 172.18.1.2, 00:00:04, Serial2/0

.....................................................................................

Code:
R3#show ip route

R    172.16.0.0/16 [120/2] via 172.18.1.1, 00:00:28, Serial2/0
R    172.17.0.0/16 [120/1] via 172.18.1.1, 00:00:28, Serial2/0
C    172.18.0.0/16 is directly connected, Serial2/0
R    172.19.0.0/16 [120/1] via 172.18.1.1, 00:00:28, Serial2/0

......................................................................................

EVO I PROTOKOLI

Code:
R1#show ip protocol
Routing Protocol is "rip"
Sending updates every 30 seconds, next due in 22 seconds
Invalid after 180 seconds, hold down 180, flushed after 240
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Redistributing: rip
Default version control: send version 1, receive any version
  Interface             Send  Recv  Triggered RIP  Key-chain
  Serial2/0             1     2 1   
  FastEthernet0/0       1     2 1   
Automatic network summarization is in effect
Maximum path: 4
Routing for Networks:
    172.16.0.0
    172.17.0.0
Passive Interface(s):
Routing Information Sources:
    Gateway         Distance      Last Update
    172.17.1.2           120
Distance: (default is 120)
C    172.20.0.0/16 is directly connected, FastEthernet0/0

................................................................

Code:
R2#show ip protocol
Routing Protocol is "rip"
Sending updates every 30 seconds, next due in 1 seconds
Invalid after 180 seconds, hold down 180, flushed after 240
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Redistributing: rip
Default version control: send version 1, receive any version
  Interface             Send  Recv  Triggered RIP  Key-chain
  FastEthernet0/0       1     2 1   
  Serial3/0             1     2 1   
  Serial2/0             1     2 1   
Automatic network summarization is in effect
Maximum path: 4
Routing for Networks:
    172.17.0.0
    172.18.0.0
    172.19.0.0
Passive Interface(s):
Routing Information Sources:
    Gateway         Distance      Last Update
    172.17.1.1           120
    172.18.1.2           120
Distance: (default is 120)

...............................................................................

Code:
R3#show ip protocol
Routing Protocol is "rip"
Sending updates every 30 seconds, next due in 23 seconds
Invalid after 180 seconds, hold down 180, flushed after 240
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Redistributing: rip
Default version control: send version 1, receive any version
  Interface             Send  Recv  Triggered RIP  Key-chain
  Serial2/0             1     2 1   
  FastEthernet0/0       1     2 1   
Automatic network summarization is in effect
Maximum path: 4
Routing for Networks:
    172.18.0.0
    172.20.0.0
Passive Interface(s):
Routing Information Sources:
    Gateway         Distance      Last Update
    172.18.1.1           120
Distance: (default is 120)

.............................................................

valjda sam ti pomogao a možda i nisam ( ako sam zbrljao nešto ;-)

[Ovu poruku je menjao markom dana 24.05.2007. u 11:38 GMT+1]
 
Odgovor na temu

Dylan2

Član broj: 12352
Poruke: 33
*.235.183.lpoy.fi.



Profil

icon Re: Uvezivanje 3 Cisco rutera-problem??24.05.2007. u 10:19 - pre 206 meseci
Uradio sam ovako kako mi je Ivek33 predlozio. Koristio sam i iste ip adrese jer se cesto kod njih zbunim pa onda ne ispadne dobro. Ipak cini mi se da nisam dobio identicne konfiguracije?
Kod mene je samo negdje drugaciji kabl, DTE i DCE ali to se vidi u konfiguraciji.
I dalje nemogu snimiti postojece stanje na ruteru, ako ga ugasim gubim sve.

Moram sjesti i uciti engleski pa onda posvetiti se detalnnije ruterima.
Hvala svima na pomoci.

Evo konfiguracuje rutera i tracert koji moram isto poslati da bi dobio prolaz za ovo.
Tracert prolazi, valjda je sad sve OK i mogu poslati profesoru?

Ruter 1 (DTE)

Code:
Router#show running-config
Building configuration...

Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
!
!
!
!
!
ip subnet-zero
!
!
!
!
interface Ethernet0
 ip address 172.16.1.1 255.255.255.0
 no ip directed-broadcast
!
interface Serial0
 ip address 172.17.1.1 255.255.255.0
 no ip directed-broadcast
!
interface Serial1
 no ip address
 no ip directed-broadcast
 shutdown
!
router rip
 network 172.16.0.0
 network 172.17.0.0
!
ip classless
no ip http server
!
!
line con 0
 transport input none
line aux 0
line vty 0 4
!
end





Code:
Router#show ip protocols
Routing Protocol is "rip"
  Sending updates every 30 seconds, next due in 28 seconds
  Invalid after 180 seconds, hold down 180, flushed after 240
  Outgoing update filter list for all interfaces is
  Incoming update filter list for all interfaces is
  Redistributing: rip
  Default version control: send version 1, receive any version
    Interface        Send  Recv  Triggered RIP  Key-chain
    Ethernet0        1     1 2
    Serial0          1     1 2
  Automatic network summarization is in effect
  Routing for Networks:
    172.16.0.0
    172.17.0.0
  Routing Information Sources:
    Gateway         Distance      Last Update
    172.17.1.2           120      00:00:03
  Distance: (default is 120)



Code:
Router#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is not set

     172.17.0.0/24 is subnetted, 1 subnets
C       172.17.1.0 is directly connected, Serial0
     172.16.0.0/24 is subnetted, 1 subnets
C       172.16.1.0 is directly connected, Ethernet0
R    172.18.0.0/16 [120/1] via 172.17.1.2, 00:00:04, Serial0

========================================================

Ruter 2 (serial 0 je DCE i dolazi sa rutera 1)

Code:
Router#show running-config
Building configuration...

Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
!
!
!
!
!
ip subnet-zero
!
!
!
!
interface Ethernet0
 ip address 172.19.1.1 255.255.255.0
 no ip directed-broadcast
!
interface Serial0
 ip address 172.17.1.2 255.255.255.0
 no ip directed-broadcast
 clockrate 56000
!
interface Serial1
 ip address 172.18.1.1 255.255.255.0
 no ip directed-broadcast
!
router rip
 network 172.17.0.0
 network 172.18.0.0
 network 172.19.0.0
!
ip classless
no ip http server
!
!
line con 0
 transport input none
line aux 0
line vty 0 4
!
end



Code:
Router#show ip protocols
Routing Protocol is "rip"
  Sending updates every 30 seconds, next due in 18 seconds
  Invalid after 180 seconds, hold down 180, flushed after 240
  Outgoing update filter list for all interfaces is
  Incoming update filter list for all interfaces is
  Redistributing: rip
  Default version control: send version 1, receive any version
    Interface        Send  Recv  Triggered RIP  Key-chain
    Ethernet0        1     1 2
    Serial0          1     1 2
    Serial1          1     1 2
  Automatic network summarization is in effect
  Routing for Networks:
    172.17.0.0
    172.18.0.0
    172.19.0.0
  Routing Information Sources:
    Gateway         Distance      Last Update
    172.17.1.1           120      00:00:07
  Distance: (default is 120)


Code:
Router#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is not set

     172.17.0.0/24 is subnetted, 1 subnets
C       172.17.1.0 is directly connected, Serial0
R    172.16.0.0/16 [120/1] via 172.17.1.1, 00:00:17, Serial0
     172.18.0.0/24 is subnetted, 1 subnets
C       172.18.1.0 is directly connected, Serial1


==================================================

Ruter 3 (serial 0 je DCE a drugi kraj DTE je na ruteru 2, serial 1)

Code:
Router#show runn
Building configuration...

Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
!
!
!
!
!
ip subnet-zero
!
!
!
!
interface Ethernet0
 ip address 172.20.1.1 255.255.255.0
 no ip directed-broadcast
!
interface Serial0
 ip address 172.18.1.2 255.255.255.0
 no ip directed-broadcast
 no ip mroute-cache
 no fair-queue
 clockrate 56000
!
interface Serial1
 no ip address
 no ip directed-broadcast
 shutdown
!
router rip
 network 172.18.0.0
 network 172.20.0.0
!
ip classless
no ip http server
!
!
line con 0
 transport input none
line aux 0
line vty 0 4
!
end


Code:
Router#show ip protocols
Routing Protocol is "rip"
  Sending updates every 30 seconds, next due in 20 seconds
  Invalid after 180 seconds, hold down 180, flushed after 240
  Outgoing update filter list for all interfaces is
  Incoming update filter list for all interfaces is
  Redistributing: rip
  Default version control: send version 1, receive any version
    Interface        Send  Recv  Triggered RIP  Key-chain
    Ethernet0        1     1 2
    Serial0          1     1 2
  Automatic network summarization is in effect
  Routing for Networks:
    172.18.0.0
    172.20.0.0
  Routing Information Sources:
    Gateway         Distance      Last Update
    172.18.1.1           120      00:00:26
  Distance: (default is 120)


Code:
Router#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is not set

R    172.17.0.0/16 [120/1] via 172.18.1.1, 00:00:18, Serial0
R    172.16.0.0/16 [120/2] via 172.18.1.1, 00:00:18, Serial0
     172.18.0.0/24 is subnetted, 1 subnets
C       172.18.1.0 is directly connected, Serial0


=======================================================
======================================================

Prikopcao sam jedan komp i evo tracert sa njega:

C:\>ping 172.19.1.1

Pinging 172.19.1.1 with 32 bytes of data:

Reply from 172.19.1.1: bytes=32 time=4ms TTL=25
Reply from 172.19.1.1: bytes=32 time=2ms TTL=25
Reply from 172.19.1.1: bytes=32 time=2ms TTL=25
Reply from 172.19.1.1: bytes=32 time=2ms TTL=25

Ping statistics for 172.19.1.1:
Packets: Sent = 4, Received = 4, Lost = 0 (
Approximate round trip times in milli-seconds:
Minimum = 2ms, Maximum = 4ms, Average = 2ms


C:\>tracert 172.19.1.1

Tracing route to 172.19.1.1 over a maximum of 30 hops

1 2 ms 2 ms 2 ms 172.19.1.1

Trace complete.

C:\>tracert 172.17.1.2

Tracing route to 172.17.1.2 over a maximum of 30 hops

1 2 ms 2 ms 2 ms 172.17.1.2

Trace complete.

C:\>tracert 172.18.1.2

Tracing route to 172.18.1.2 over a maximum of 30 hops

1 2 ms 2 ms 2 ms 172.19.1.1
2 35 ms 31 ms 31 ms 172.18.1.2

Trace complete.

C:\>
C:\>tracert 172.17.1.1

Tracing route to 172.17.1.1 over a maximum of 30 hops

1 2 ms 2 ms 2 ms 172.19.1.1
2 35 ms 31 ms 31 ms 172.17.1.1

Trace complete.

C:\>


[Ovu poruku je menjao markom dana 24.05.2007. u 11:40 GMT+1]
 
Odgovor na temu

markom
Marko Milivojević
Network Engineer
Google
Mountain View

Član broj: 18427
Poruke: 4227
*.du.xdsl.is.

Sajt: https://markom.rs


+16 Profil

icon Re: Uvezivanje 3 Cisco rutera-problem??24.05.2007. u 10:33 - pre 206 meseci
Citat:
I dalje nemogu snimiti postojece stanje na ruteru, ako ga ugasim gubim sve.


Configuration register...

Pošalji output komande "show version" sa jednog od rutera na kojem ne možeš da snimiš konfiguraciju.

P.S. Koristi "code" tagove za output sa rutera - vidi izmenjene poruke iznad.
 
Odgovor na temu

Dylan2

Član broj: 12352
Poruke: 33
*.235.183.lpoy.fi.



Profil

icon Re: Uvezivanje 3 Cisco rutera-problem??24.05.2007. u 11:54 - pre 206 meseci
Ovo za koristenje code, je vjerovatno tag code /code u zagradi, nisam primjetio ovdje s lijeve strane.

Vidjecu sutra da posaljem i verziju IOS-a, moze biti da je do toga.
Profesor je govorio da bi IOS trebalo instalirati.

Nego da li je sad ovo sve OK, narocito ovaj tracert, prolazi li saobracaj kako treba, mislim da li su ovi ruteri sad uvezani i mogu li poslati ovu konfiuguraciju profesoru?



 
Odgovor na temu

Dylan2

Član broj: 12352
Poruke: 33
*.kauppa.turkuamk.fi.



Profil

icon Re: Uvezivanje 3 Cisco rutera-problem??28.05.2007. u 08:52 - pre 205 meseci
Evo skinuo sam i verzije. Ali niko ne dira rutere pa nbije toliko ni bitno mogu li snimiti ili ne. Snimio sam u tekst konfiguracije i to mi je potrebno.
Ivek_33 mozes li poslati tracert svoje konfiguracije da uporedim i vidim da li sam pogrjesio?
Hvala svima na pomoci...

Code:


R1

Router>enable
Router#show version
Cisco Internetwork Operating System Software
IOS (tm) 2500 Software (C2500-I-L), Version 12.0(7)T,  RELEASE SOFTWARE (fc2)
Copyright (c) 1986-1999 by cisco Systems, Inc.
Compiled Mon 06-Dec-99 14:50 by phanguye
Image text-base: 0x0303C728, data-base: 0x00001000

ROM: System Bootstrap, Version 5.2(8a), RELEASE SOFTWARE
BOOTFLASH: 3000 Bootstrap Software (IGS-RXBOOT), Version 10.2(8a), RELEASE SOFTW
ARE (fc1)

Router uptime is 4 days, 4 minutes
System returned to ROM by power-on
System image file is "flash:c2500-i-l_120-7_T.bin"

cisco 2500 (68030) processor (revision D) with 16384K/2048K bytes of memory.
Processor board ID 02378558, with hardware revision 00000000
Bridging software.
X.25 software, Version 3.0.0.
1 Ethernet/IEEE 802.3 interface(s)
2 Serial network interface(s)
32K bytes of non-volatile configuration memory.
8192K bytes of processor board System flash (Read ONLY)

Configuration register is 0x42


R2
Router#show version
Cisco Internetwork Operating System Software
IOS (tm) 2500 Software (C2500-I-L), Version 12.0(7)T,  RELEASE SOFTWARE (fc2)
Copyright (c) 1986-1999 by cisco Systems, Inc.
Compiled Mon 06-Dec-99 14:50 by phanguye
Image text-base: 0x0303C728, data-base: 0x00001000

ROM: System Bootstrap, Version 5.2(8a), RELEASE SOFTWARE
BOOTFLASH: 3000 Bootstrap Software (IGS-RXBOOT), Version 10.2(8a), RELEASE SOFTW
ARE (fc1)

Router uptime is 4 days, 5 minutes
System returned to ROM by power-on
System image file is "flash:c2500-i-l_120-7_t.bin"

cisco 2500 (68030) processor (revision F) with 16384K/2048K bytes of memory.
Processor board ID 04793307, with hardware revision 00000000
Bridging software.
X.25 software, Version 3.0.0.
1 Ethernet/IEEE 802.3 interface(s)
2 Serial network interface(s)
32K bytes of non-volatile configuration memory.
8192K bytes of processor board System flash (Read ONLY)

Configuration register is 0x2142


R3
Router#show version
Cisco Internetwork Operating System Software
IOS (tm) 2500 Software (C2500-I-L), Version 12.0(7)T,  RELEASE SOFTWARE (fc2)
Copyright (c) 1986-1999 by cisco Systems, Inc.
Compiled Mon 06-Dec-99 14:50 by phanguye
Image text-base: 0x0303C728, data-base: 0x00001000

ROM: System Bootstrap, Version 5.2(5), RELEASE SOFTWARE
BOOTFLASH: 3000 Bootstrap Software (IGS-RXBOOT), Version 10.2(5), RELEASE SOFTWA
RE (fc1)

Router uptime is 4 days, 5 minutes
System returned to ROM by power-on
System image file is "flash:c2500-i-l_120-7_T.bin"

cisco 2500 (68030) processor (revision D) with 16384K/2048K bytes of memory.
Processor board ID 01530742, with hardware revision 00000000
Bridging software.
X.25 software, Version 3.0.0.
1 Ethernet/IEEE 802.3 interface(s)
2 Serial network interface(s)
32K bytes of non-volatile configuration memory.
8192K bytes of processor board System flash (Read ONLY)

Configuration register is 0x24

 
Odgovor na temu

Ivek33

Član broj: 66174
Poruke: 2898



+66 Profil

icon Re: Uvezivanje 3 Cisco rutera-problem??28.05.2007. u 10:25 - pre 205 meseci
evo ti tracert

prvo od PC0 prema PC1 pa PC0 => PC2
ali da se razumijemo, ovo je simulacija a ne stvarna situacija.

Code:

PC0>tracert 172.20.1.10

Tracing route to 172.20.1.10 over a maximum of 30 hops: 

  1   58 ms     25 ms     25 ms     172.16.1.1
  2   49 ms     52 ms     49 ms     172.17.1.2
  3   74 ms     75 ms     72 ms     172.18.1.2
  4   *         96 ms     96 ms     172.20.1.10

Trace complete.

PC0>tracert 172.19.1.10

Tracing route to 172.19.1.10 over a maximum of 30 hops: 

  1   35 ms     23 ms     5 ms      172.16.1.1
  2   47 ms     51 ms     47 ms     172.17.1.2
  3   *         72 ms     72 ms     172.19.1.10

Trace complete.

PC0>
 
Odgovor na temu

markom
Marko Milivojević
Network Engineer
Google
Mountain View

Član broj: 18427
Poruke: 4227
213.176.148.*

Sajt: https://markom.rs


+16 Profil

icon Re: Uvezivanje 3 Cisco rutera-problem??28.05.2007. u 12:30 - pre 205 meseci
Cekaj, stani, ovo je u pitanju nekakav simulator, a ne pravi ruteri!?
 
Odgovor na temu

machiavelli
Beograd

Član broj: 7080
Poruke: 216
212.124.181.*



+164 Profil

icon Re: Uvezivanje 3 Cisco rutera-problem??28.05.2007. u 12:48 - pre 205 meseci
Kod Dylan-a su ruteri verovatno pravi jer, citiram Dylana: "Ponovo sam sve prespojio i provjerio sam jos jednom da su svi kablovi cvrsto prikopcani.", a Ivek33 je verovatno simulirao Dylan-ovu mrezu.
 
Odgovor na temu

Ivek33

Član broj: 66174
Poruke: 2898



+66 Profil

icon Re: Uvezivanje 3 Cisco rutera-problem??28.05.2007. u 20:47 - pre 205 meseci
Citat:
machiavelli:a Ivek33 je verovatno simulirao Dylan-ovu mrezu.

..............upravo tako,
uff, nisam valjda nešto zbrljao :(
 
Odgovor na temu

markom
Marko Milivojević
Network Engineer
Google
Mountain View

Član broj: 18427
Poruke: 4227
213.176.148.*

Sajt: https://markom.rs


+16 Profil

icon Re: Uvezivanje 3 Cisco rutera-problem??28.05.2007. u 22:12 - pre 205 meseci
Ne, ne, ne, taman posla! Nego me kopka zašto ne može da snimi konfiguracije, pa sam taman mislio da krenem sa flejmom na temu simulatora, ali očigledno problem nije tako jednostavan :-)
 
Odgovor na temu

machiavelli
Beograd

Član broj: 7080
Poruke: 216
212.124.181.*



+164 Profil

icon Re: Uvezivanje 3 Cisco rutera-problem??29.05.2007. u 08:14 - pre 205 meseci
@Dylan2

Daj nam outpute sledecih komandi sa rutera na kome ne mozes da uradis "show config":

1. show version
2. show config
3. show logging

Da li na sva tri rutera imas isti problem?


U stvari, sad vidim da je markom vec trazio slican output, ali niko nije komentarisao.... Ruteri 1 i 3 imaju conf reg 0x42, a ruter 2 0x2142. Mislim da je u tome problem.


Pozdrav.
 
Odgovor na temu

Ivek33

Član broj: 66174
Poruke: 2898



+66 Profil

icon Re: Uvezivanje 3 Cisco rutera-problem??29.05.2007. u 15:30 - pre 205 meseci
"Config reg" ?

Primjetio sam ja to već, jer je kod mene 2102 ali nisam htio ulaziti u to jer nisam siguran.
Pa sam se sada sjetio toga kada sam pročitao post @markoma na mejlu. i vidim da si ti već to postao.
Nemam prave rutere pa nisam htio reagirati ;-)

Pomislio sam da mu se Boot ne odvija kako treba.
 
Odgovor na temu

markom
Marko Milivojević
Network Engineer
Google
Mountain View

Član broj: 18427
Poruke: 4227
*.du.xdsl.is.

Sajt: https://markom.rs


+16 Profil

icon Re: Uvezivanje 3 Cisco rutera-problem??29.05.2007. u 15:57 - pre 205 meseci
I ja sam sumnjao na config-reg, ali su vrednostiispravne, tj. ruter ne bi trebalo da ignoriše konfiguraciju sa tim vrednostima.

Mada, hell, nikad nisam umeo da zapamtim te brojeve.
 
Odgovor na temu

optix
CH

SuperModerator
Član broj: 7009
Poruke: 1867
89.216.214.*



+101 Profil

icon Re: Uvezivanje 3 Cisco rutera-problem??29.05.2007. u 16:50 - pre 205 meseci
0x2142 nije ispravno, vec upravo ignorise nvram.

Citat:
Cisco: 0x2142 • Ignores the contents of Non-Volatile RAM (NVRAM) (ignores configuration)


0x42 se, koliko se secam, koristi pri password recovery-u, pa sigurno i ono ignorise konfiguraciju.
0x24 nisam siguran sta tacno znaci.

U svakom slucaju, trebalo bi da stoji default vrednost 0x2102
"99% of your thought process is protecting your self-conceptions,
and 98% of that is wrong."
 
Odgovor na temu

[es] :: Enterprise Networking :: Uvezivanje 3 Cisco rutera-problem??

Strane: 1 2

[ Pregleda: 4451 | Odgovora: 21 ] > FB > Twit

Postavi temu Odgovori

Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.