Skip to main content

Working with Cisco: Initial Setup

Understanding Physical Indicators on Cisco Switch

a) System: Indicate primary power supply of the switch
b) RPS: Redundant Power Supply, i.e. secondary power supply of the switch.
NOTE: “Solid Green” in normal conditions, “Amber” indicates malfunctioning.
c) Modes:
a. Stat: This mode indicates whether the port is in use or not.
b. Util: Shows overall utilisation of the switch resources/power.
c. Duplex: Lit up ports that are on “Full Duplex” and ports that are not lit up considered as “half Duplex” mode.
d. Speed: Lit up ports with “100 Mbps” and leave it unlit at “10 Mbps”.

Getting Connected

a) Get a console cable:
clip_image002
Fig 1 Console Cable
b) Plug the serial end into the back of your PC.
c) Plug the RJ-45 into the console port of the switch.
clip_image004
Fig 2: Console port
d) Get a terminal program
- HyperTerminal
- PuTTY
- Tera Term
- Minicom
- Securecrt
e) Set it to connect via COM port with:
- Baud Rate: 9600
- Data Bits: 8
- Parity: None
- Stop Bits: 1
- Flow Control: None
clip_image006
Fig 3: HyperTerminal
clip_image008clip_image010
Fig 4: PuTTY

Getting Started:

Observe the boot process

Can you figure out the following?
1) Model of the device
2) IOS version
3) Memory on the device.
4) Total number and type of interfaces
5) Size of NVRAM (Non-volatile memory)
Answer them here:
NOTE: The Cisco devices prompt for initial setup wizard after booting up.
SAY “NO” TO IT.
clip_image012
a) Knowing where you are? Understanding IOS command modes:
DeviceName> USER MODE (Under-privileged mode)
DeviceName# PRIVILEGED MODE
DeviceName(config)# GLOBAL CONFIGURATION MODE
b) First things first...Looking for help:
Our saviour : “?” (the question mark)

Typing a “?” and hitting “Return” key will display all the available command options.
Our friend: “^” (Carat)
The position of the carat in the command line shows the point of error in command.
c) How to save time? Use of different short cuts:
- Use of UP/DOWN arrow key: To scroll through the previously typed commands on the prompt.

- Use of “TAB” key: To automatically complete any partially typed command but it has to be valid and unique.
- Use of “Ctrl + a”/”Ctrl + e”: “Ctrl +a” is use to jump to the start of the prompt and “Ctrl + e” to the end of the typed command.
- Use of abbreviations (Short Forms): Cisco IOS allows executing partially typed commands as long as they are unique and valid.

Well that's it. I think it was a bit intense to cramp up all this in the initial setup but trust me all this is required to be done to make it up n running.. initially.. Oo yess there's a lot more to it..

Comments

Popular posts from this blog

What is this mystical network!

There is a lot written about networks but most of the times when it comes to Basic questions like "What is a network?"(in regards to information technology), most of us will end up saying "A group of different devices that can intercommunicate in an intelligent manner (of-course you may find some that can only give you a shrug,like me)". When I asked myself all I got were random images of pcs and boxes connected via lines, bolts and clouds. Actually what we should concentrate on is what the network does instead of what the network really is? I still remember asking my high school teacher about this cloud. All I was told was that it's Internet: network of networks. Most of us will be pretty satisfied with the above definition of network but read it again, it tells us about what network is made of, and not what network exactly is. Let's take an example from the latest movie I watched, Shrek: the far away kingdom, where King stamps a letter and give ...

Cisco: Resetting Forgotten Password

I was actually made to write this blog after I end up buying a password protected Cisco 2500 router from Ebay. My room mate collected it and straight away tried to connect it to HyperTerminal as he wanted to test his newly learnt skills from CCNA classes. But more to his disappointment, the router was password protected and it was not until evening when I returned home after work. If you do end up in a similar situation, before you start have your snacks, roll up your sleeves and be prepared for a good 3-4 hrs of command line drill. Alright.. my bad.. it won’t take this long, it’s actually easier than it looks and can only take a max of 2 minutes if you got all the right stuffs with you. And here is how we do it in easy steps: 1) Connect to your router via console. 2) Power reset the Router. 3) When the router boots again, Press "Ctrl + Break” or “Ctrl +Pause”(Hyper-terminal/Putty). Pause/Break is actually the same key. And make sure to do this with in within 60 sec. And if ...

Virtualization

The word "Virtualization" on its own, is too wide to discuss. But to cut it short, its a process of making one thing look like another. For our purposes we are referring to the ability of a computer to be split into multiple parts where the parts are (relatively) indistinguishable from the whole. For example, running different Linux environment on a single machine. Virtualization is often posed as a tool to over ride accustomed practice to having dedicated environments for each application, due to this one application per server deployment model, the majority of systems are grossly under-utilised like CPU utilization below 10% is normal. By virtualizing the physical hardware so that many “servers” can run simultaneously on the same physical machine we can drive utilisation much higher, to 50% or more. Hope it help!