Pages

network cisco ccna gns3 certification arteq

network cisco ccna gns3 certification arteq
a network runs through it

Search insearchofthecert

Showing posts with label 3550. Show all posts
Showing posts with label 3550. Show all posts

Monday, November 21, 2011

rack mounted...

it ain't uber-geek but it's mine... voice coming later this week...


i have rack wood...

Saturday, November 12, 2011

ospf is all up in here...

r2620_01#sh ip route

Codes: C - connected, S - static, 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
i - IS-IS, su - IS-IS summary, 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

1.0.0.0/24 is subnetted, 1 subnets
C 1.1.1.0 is directly connected, Loopback0
2.0.0.0/32 is subnetted, 1 subnets
O 2.2.2.2 [110/65] via 10.0.0.2, 00:05:52, Serial0/1
100.0.0.0/32 is subnetted, 1 subnets
O 100.0.0.1 [110/2] via 192.168.1.100, 00:02:26, FastEthernet0/0
3.0.0.0/32 is subnetted, 1 subnets
O 3.3.3.3 [110/65] via 11.0.0.3, 00:05:52, Serial0/0
10.0.0.0/30 is subnetted, 1 subnets
C 10.0.0.0 is directly connected, Serial0/1
11.0.0.0/24 is subnetted, 1 subnets
C 11.0.0.0 is directly connected, Serial0/0
C 192.168.1.0/24 is directly connected, FastEthernet0/0
r2620_01#

my soho is now an ospf network...

how?
went to router 3 and added ospf (router ospf 3, the 2 networks)
same to router 2 and added the 2 directly connected networks,
then router 1 and it's 4 directly connected networks,
then went back and whacked eigrp on each router,
hopped over to the 3550, added ospf and it's directly conected networks, whacked eigrp, and
now everybody is pinging everybody...

took about 5 minutes...

xmodem...

i was getting tired by the last router upgrade from smi to emi...

but first a moment from our sponsor, the 3550 switch...
the default baud rate out of the box is 9600 for a console connection, however, did you know that this cannot be changed using the configuration register... 3560's either...  so i have what appears to be a baud rate incompatibility with my console connection because after setting the term to 9600, 8, none. 1, i get weird ascii creatures... that's a pain in the ass... hope i don't end up in rommon mode after next reload...

back to the ios upgrade... i delete the current ios in flash, copy run start, and reload the router...

shit...

after it came back it couldn't find an ios... flash was empty... i should have gone to bed... like i said, i was tired... it's been years since i've done an xmodem ios transfer... i set the baud rate on the router to 115200 and xmodemed away... 2 hours later i finally had an ios in flash again... duh...

here's the key...  don't be a hero and delete flash from the cli by hand... let copy tftp flash do it for you... it will prompt you to erase before loading the new ios, and you won't be sitting there all night watching exclamation points go across your damn screen because you bounced the router before you loaded the ios...

i am a dumbass...

Sunday, November 6, 2011

rip and eigrp together...


follow the bouncing prompts...

r2620_01#sh 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

     1.0.0.0/24 is subnetted, 1 subnets
C       1.1.1.0 is directly connected, Loopback0
R    2.0.0.0/8 [120/1] via 10.0.0.2, 00:00:10, Serial0/1
R    100.0.0.0/8 [120/1] via 192.168.1.100, 00:00:20, FastEthernet0/0
R    3.0.0.0/8 [120/1] via 11.0.0.3, 00:00:12, Serial0/0
     10.0.0.0/30 is subnetted, 1 subnets
C       10.0.0.0 is directly connected, Serial0/1
     11.0.0.0/24 is subnetted, 1 subnets
C       11.0.0.0 is directly connected, Serial0/0
C    192.168.1.0/24 is directly connected, FastEthernet0/0
r2620_01#

sw3550#sh 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    1.0.0.0/8 [120/1] via 192.168.1.50, 00:00:13, Vlan1
R    2.0.0.0/8 [120/2] via 192.168.1.50, 00:00:13, Vlan1
     100.0.0.0/24 is subnetted, 1 subnets
C       100.0.0.0 is directly connected, Loopback0
R    3.0.0.0/8 [120/2] via 192.168.1.50, 00:00:13, Vlan1
R    10.0.0.0/8 [120/1] via 192.168.1.50, 00:00:13, Vlan1
R    11.0.0.0/8 [120/1] via 192.168.1.50, 00:00:13, Vlan1
C    192.168.1.0/24 is directly connected, Vlan1
sw3550#

then eigrp comes into the mix...

r2620_01#config t
Enter configuration commands, one per line.  End with CNTL/Z.
r2620_01(config)#router eigrp 1
r2620_01(config-router)#network 1.0.0.0
r2620_01(config-router)# network 10.0.0.0
r2620_01(config-router)# network 11.0.0.0
r2620_01(config-router)# network 192.168.1.0
r2620_01(config-router)#no auto-summ
r2620_01(config-router)#end
r2620_01#

after the other 2 routers have been updated with eigrp here is the new routing table...

r2620_01#sh 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

     1.0.0.0/24 is subnetted, 1 subnets
C       1.1.1.0 is directly connected, Loopback0
     2.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
R       2.0.0.0/8 [120/1] via 10.0.0.2, 00:00:19, Serial0/1
D       2.2.2.0/24 [90/2297856] via 10.0.0.2, 00:05:26, Serial0/1
R    100.0.0.0/8 [120/1] via 192.168.1.100, 00:00:21, FastEthernet0/0
     3.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
R       3.0.0.0/8 [120/1] via 11.0.0.3, 00:00:05, Serial0/0
D       3.3.3.0/24 [90/2297856] via 11.0.0.3, 00:01:20, Serial0/0
     10.0.0.0/30 is subnetted, 1 subnets
C       10.0.0.0 is directly connected, Serial0/1
     11.0.0.0/24 is subnetted, 1 subnets
C       11.0.0.0 is directly connected, Serial0/0
C    192.168.1.0/24 is directly connected, FastEthernet0/0
r2620_01#


r2620_02#sh ip route
Codes: C - connected, S - static, 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
       i - IS-IS, su - IS-IS summary, 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

     1.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
D       1.1.1.0/24 [90/2297856] via 10.0.0.1, 00:24:20, Serial0/0
R       1.0.0.0/8 [120/1] via 10.0.0.1, 00:00:00, Serial0/0
     2.0.0.0/24 is subnetted, 1 subnets
C       2.2.2.0 is directly connected, Loopback0
R    100.0.0.0/8 [120/2] via 10.0.0.1, 00:00:00, Serial0/0
     3.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
D       3.3.3.0/24 [90/2809856] via 10.0.0.1, 00:20:14, Serial0/0
R       3.0.0.0/8 [120/2] via 10.0.0.1, 00:00:00, Serial0/0
     10.0.0.0/30 is subnetted, 1 subnets
C       10.0.0.0 is directly connected, Serial0/0
     11.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
D       11.0.0.0/24 [90/2681856] via 10.0.0.1, 00:24:20, Serial0/0
R       11.0.0.0/8 [120/1] via 10.0.0.1, 00:00:04, Serial0/0
D    192.168.1.0/24 [90/2172416] via 10.0.0.1, 00:24:24, Serial0/0
r2620_02#


r2620_02#sh ip route
Codes: C - connected, S - static, 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
       i - IS-IS, su - IS-IS summary, 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

     1.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
D       1.1.1.0/24 [90/2297856] via 10.0.0.1, 00:24:20, Serial0/0
R       1.0.0.0/8 [120/1] via 10.0.0.1, 00:00:00, Serial0/0
     2.0.0.0/24 is subnetted, 1 subnets
C       2.2.2.0 is directly connected, Loopback0
R    100.0.0.0/8 [120/2] via 10.0.0.1, 00:00:00, Serial0/0
     3.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
D       3.3.3.0/24 [90/2809856] via 10.0.0.1, 00:20:14, Serial0/0
R       3.0.0.0/8 [120/2] via 10.0.0.1, 00:00:00, Serial0/0
     10.0.0.0/30 is subnetted, 1 subnets
C       10.0.0.0 is directly connected, Serial0/0
     11.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
D       11.0.0.0/24 [90/2681856] via 10.0.0.1, 00:24:20, Serial0/0
R       11.0.0.0/8 [120/1] via 10.0.0.1, 00:00:04, Serial0/0
D    192.168.1.0/24 [90/2172416] via 10.0.0.1, 00:24:24, Serial0/0
r2620_02#



look at those friggin d's up in there...

and the 3550 wants in too...
only the 3550 is still stuck with rip version 2...

sw3550#sh 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    1.0.0.0/8 [120/1] via 192.168.1.50, 00:00:25, Vlan1
R    2.0.0.0/8 [120/2] via 192.168.1.50, 00:00:25, Vlan1
     100.0.0.0/24 is subnetted, 1 subnets
C       100.0.0.0 is directly connected, Loopback0
R    3.0.0.0/8 [120/2] via 192.168.1.50, 00:00:25, Vlan1
R    10.0.0.0/8 [120/1] via 192.168.1.50, 00:00:25, Vlan1
R    11.0.0.0/8 [120/1] via 192.168.1.50, 00:00:25, Vlan1
C    192.168.1.0/24 is directly connected, Vlan1
sw3550#

and the 2950's have a say in the matter as well on the other side of the 3550...

sw2950_02#ping 3.3.3.3

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 3.3.3.3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 32/34/44 ms
sw2950_02#

rip still hangs in the background but rips' administrative distance just got hammered by eigrp...
(output from r2601_01's sh run)


router eigrp 1
 network 1.0.0.0
 network 10.0.0.0
 network 11.0.0.0
 network 192.168.1.0
 no auto-summary
!
router rip
 version 2
 network 1.0.0.0
 network 10.0.0.0
 network 11.0.0.0
 network 192.168.1.0


eigrp and rip; like peas and carrots...

Thursday, November 3, 2011

a snap of CMS...

the 3550 i got yesterday on CMS... more later... it's simply embarrassing in light of uber-geek...



Wednesday, November 2, 2011

a new beginning...

my first shipment arrived today, the 3550, i expect the rest of the gear tomorrow... it's kind of weird having the shit in my apartment... it'll be a constant reminder; configure me, connect me, make me go to porn sites... i'll do pictures tomorrow once i have them racked...

so i take the switch out of the box, set it on a stand for now, grab the console cable and i'm ready to connect it to my laptop...  no serial port... not a problem... i break out the old desktop, monitor, etc, power it up and i'm all set...  no serial port on that either and that's got to be five years old by now... damn... off to office max, nice that it's just up the road, and i look around a bit... over ten bucks for a power cable, nearly thirty for a long rj-45... i turn a corner and there is the section i'm looking for...  37 dollars for a serial to usb adapter... i have these visions that i'm about to nickel and dime myself into the poor house with this project... all right, buy it, return it before 14 days are up, and get a cheaper one on line... not a chance, 30 bucks on line not including shipping... good God...

had to install software for it also...  connect it up, run putty, select serial, com1, defaults to 8, none, and 1
and i get errors; serial port not found...  go to control-panel, system, hardware, (xp machine) and there it is... on com3...

works great... connected it up through the wireless router to the cable modem and i'm pinging the time warner gateway within moments... routers and more switches tomorrow...

Tuesday, November 1, 2011

my plan...


i am setting up a lab comprised of 3 2610xm routers, a 3550 layer 3 switch, 2 2950 switches and all the cables...  basically, a ccnp lab in which i will share lab experiences, lab set ups and anything else i bump into along the way... all things useful that i find towards a certification end, i will post... i will continue to share networking experiences i've had over the past twenty years, as well as any tips or help i may be able to provide... test questions, labs, trial and error, etc...

a word on braindumps...  don't waste your time... trust in the materials within your reach... do it legitimately and it will be worth it in the end...  there are no shortcuts...

please post any and all comments or suggestions and feel free to email any time...   any difficult areas you might have with study materials, test questions, et al...

this will help me in my quest, and hopefully, this will help in yours...