Tylogix.com  -> Cisco What Were They Thinking  (WWTT) !???!  Notes - The lighter side of learning Cisco.....

                                                                                                                                               

Back to Tylogix.com home page               
                                                                                                           

Back to Tylogix Networking page

 

The purpose of this page is just as much to inform as it is to ask the simple question: "What were they thinking?????" - This is a polite WTF, btw.

In this page, I have chosen to enter oddities that I have noticed in the CCNA (so far!) curriculum. If you have the answer, the inclination and the time, do e-mail me if you understand the answer better than I do!

I understand IOS is the standard, as far as routing operating systems, but truly, some of those commands and replies make me wonder how this has come to be.

 Cisco-Speak!

Category

IOS "Feature"

Explanation

My question

Explanations Anyone?

PPP

ppp: ipcp_reqci: returning CONFACK

What the Cisco router is really trying to tell you:

The router has agreed on IP parameters
The router has negotiated LCP successfully

What were they thinking?

Does Cisco have a strange sense of humour? 

 

PPP

LCP: I CONFREQ [ACKrcvd] id 8 len 14
LCP: AuthProto PAP (0x0304C023) 
LCP: MagicNumber 0x507A214D (0x0506507A214D)
LCP: 0 CONFNAK [ACKrcvd] id 8 len 9
LCP: AutoProto CHAP (0x0305C22305)

What the Cisco router is really trying to tell you:

One router has suggested PAP authentication,  the other has accepted authentication, but suggested CHAP authentication

Wow, that was real obvious!

 

Command Line

erase startup-config

 

delete vlan.dat

What the Cisco router is really trying to tell you:

-  the verb "erase" is applicable to memory

- the verb "delete" is applicable to a file

Why not use one verb only, like "clear"? Too simple?

 

 

 

Command Line

Command Mode

Access Method

Prompt

Fact:

-  In the Exec mode, the verb show is allowed.

 

-  In the Global Configuration mode, verbs such as show and ping are NOT allowed.

 

To overcome the fact that the show command is not allowed, Cisco introduced an override verb, which does allow the show and ping to work in Global Configuration mode - as in : "do show" or "do ping"

Why not simply allow the show and ping command in Global Configuration mode?

 

Why use <my opinion> the most cheesy "do show" or "do ping" instead?   

 

To boot,  "do ?" in Global Configuration mode does not yield the possible commands it allows to perform.... What was the idea? 

 

EXEC

Log in.

Router>

EXEC

From user EXEC mode, issue the enable command.

Router#

Global Configuration

From privileged EXEC mode, issue the configure terminal command.

Router(config)#

Command Line

line console 0

logging synchronous

Without these two instructions, anything you type may be interrupted by spurts of Cisco messages.

 

Why is logging not synchronous by default?

 

 

Frame Relay

Router#show frame-relay map

Serial0/0/0 (up): ip 175.15.3.22 dlci 201(0xC9,0x3090), dynamic, broadcast, status defined, active

What the Cisco router is really trying to tell you:

Serial 0/0/0 has the feature frame-relay inverse-arp enabled.

How obvious is that?

 

Elections

- OSPF likes to use the highest RID or IP address as the   Designated Router (DR)

- Switches like to use the lowest Mac Address to elect the Root Bridge

 

One high, one low....

Why so many inconsistent methods? 

 

 

EIGRP

In EIGRP, Cisco's prized protocol, a "Successor" is a neighbouring router used for packet forwarding that has the least cost path to a destination that is guaranteed not to be part of a routing loop.

In effect, confusingly the designation "Successor" is a first choice route, and "Feasible Successor" as a backup to the "Successor.

 

Why use such confusing terminology?

Successor to what?

Why not use "primary route" 

and "backup route"?

 

Memory

- Flash: Stores IOS

- NVRAM: Non-Volatile RAM, stores router configuration, aka startup-config

- RAM:Random Access Memory

 

IOS memory? I guess "flash" looked more "flashy"....

Configuration memory? NVRAM, well, I guess you have to figure out for yourself what it contains.

 

                                                                                                    

 

 

Can anyone explain how the protocol abbreviations were decided upon?

 

Routing Abbreviation

Routing Protocol

B

BGP

*

Candidate default

C

Connected

E

EGP

D

EIGRP

EX

EIGRP External

I

IGRP

i

IS-IS

L1

IS-IS - Level 1

L2

IS-IS - Level 2

ia

IS-IS Inter Area

M

Mobile

O

ODR

E1

OSPF External Type 1

E2

OSPF External Type 2

N1

OSPF NSSA External Type 1

N2

OSPF NSSA External Type 2

P

Periodic Download Static Route

U

Per-User Static Router

R

RIP

S

Static

 

 

 

 

Back to Tylogix.com home page

                                                                                                    

Back to Tylogix Networking page