Summer is almost here.
I would love to be a kid again, if only for the elation that comes with the arrival of summer days, sans responsibilty.
But for now, I am taking a deep breath, as if I'd lost my watch at the bottom of a murky lake, and need one more trip down to find it.
I have given myself exactly 21 days until I stroll into Prometric, pull out my $150, and sit for the Cisco test. That should be a hoot. One positive — I managed to coordinate this "three weeks" plan with a classmate, so I will have someone to talk to as I fidget around before the test.
I've been polling myself a lot these last few days, trying to find out what particular "feeling" I have about my prospect for success. I'll have to get back to myself on that. ◊
Three down, One to Go.
Cisco Network Academy Grades Screen Capture
CCNA Class notebook
Want to come to class with me? Okay, so it is boring to most people. I get this. But if you like being bored you can study along! ◊
Update Monday, 6/20/2005
The CCNA class notebook is now deprecated, and will not be returning to hinkybox.com. ◊
It is not yet February. Please route me directly to Spring.
It is not yet February. Please route me directly to Spring.
For the first class, we broke out the routers to do a little password recovery drill - I must say I was rusty at the ol' terminal, but I came around pretty fast. One thing I need to remember to do is to figure out how to get Linux to let me use my laptop's serial port (***note to self: look into Minicom and /dev/ttys0/.***) so I don't have to screw around with the desktop computer too much, and I can save my configurations right on my lappy.
We had a nice discussion of access control lists - the rules that routers use to permit or deny traffic, and generally one of the more confusing and head-cramping aspects of the class so far. I must say, however, that a christmas gift I received is helping me a lot: It is a book called Cisco IOS In a Nutshell, and it only took me five minutes of listening to the lecture to realize how much of a godsend this book is. I was messing around last night, trying to put my current firewall's settings for this web server into an ACL as practice. Here's what I came up with:
access list 101 permit tcp any any eq 80
! ftp
access list 101 permit tcp any any range 20 21
! allows for my rsync:// transfers
access list 101 permit tcp any any eq 873 established
! little something for my SSH access
access list 101 permit tcp any any eq 2233
! no need to operate in uncommon port ranges
access list 101 deny deny any any gt 1024
! implicit deny
access list 101 deny any any
Not
at all sure if that
is correct -- these
little buggers can
be confusing. I bet
I'd probably give
up the farm or bring
down my site if I
had to use a Cisco
router at home, but
I guess that is why
I am paying to learn
this stuff. I know
most of the people
who read my journal
are probably either
put-off by the previous
passage, and I apologize;
but it is a serious
deal to learn this
stuff and putting
it down in writing
is a tremendous help. Oh yeah! Check this puppy out -- This is one of the new toys that appeared in class today. No, silly Trekker weenies - it is not a 1:100 scale model of the Borg2, 'tis a mammoth router/switch combo called the Cisco Catalyst 4000 series3 (dig the ridiculous pose intended to make an inanimate cube look enticing). It does this fancy thing by combining both switching and routing - it takes the ARP entries it receives from the level two transmissions (through the switch) and automagically binds them to the routes in the routing table, thereby increasing throughput tremendously. I can attest to the mass of these things - I am not a small man, and I about lost it trying to pick it up.
I sure hope we get to fool with these things soon. ◊
CCNA2 - Done and Done.
http://www.hinkybox.com/images/ccna2_grades.jpg
CCNA Exam (CCNA #640-801)
Exam: CCNA Exam (CCNA #640-801)
Vendor: Cisco
Status: Went live on June 30. Available at Prometric and Pearson Vue testing centers worldwide.
Test Information: 55 to 65 questions (three simulation), 90 minute time limit, apx. score of 849 needed to pass. Cost: $125 (U.S.).
- Design a simple LAN using Cisco technology.
- Design an IP addressing scheme to meet design requirements.
- Select an appropriate routing protocol based on user requirements
- Design a simple internetwork using Cisco technology.
- Develop an access list to meet user specifications.
- Choose WAN services to meet customer requirements.