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

Getting Started - I

We can start off our campaign by configuring a small LAN network. We will configure a cisco switch that is connected to end user device and eventually forward traffic to a router with connects our LAN with outside network/ Internet. In our scenario, the configuration will be done on the switch, here we are going to divide the whole process into six stages: 1) Beginning: start up new switch/ wipe out existing configs. 2) Security: passwords & banner. 3) Cosmetics: name & work environment. 4) Management: IP address & gateway. 5) Interfaces: speed, duplex & description. 6) Verify & backup: CDP, TFTP, show interfaces. BEGINNING Very few of us will be born with the silver spoon to have a brand new switch to start off the proceedings, for other not so lucky comrades like me, before we can start any configuration we need to make sure that previous configuration do not effect what we are about to do. At boot up of a brand new switch, it always prompts with a qu

A much needed Intro

Hi all, am just one of those million computer geeks out there that do happen to blog randomly about Cisco and Linux world. I started of this blog to brush up my knowledge and also thought it might be a bit of help for some stranded surfer who do eventually happen to end up reading this blog. I've taken of most of my previous posts in an urge to revamp this blog and give it a new structure. I will try to coverup some of the basics of networking or rather Cisco network ing with the perspective for CCNA. Location: Winter Ave,Stratford,United Kingdom

Getting Started - II

Starting off where we had left it from last post..As we have already covered the first three points, we are going to look into management of the swtich: MANAGEMENT We are going to enable the remote management features of the switch/router, so we don’t have to stand in those cold IT rooms while configuring or monitoring our devices. To start we will look from a perspective of a configuring a Cisco switch. Ethernet allow devices to exchange packets (aka communicate) inter-network with the aid of IP addressing and our case being no exception, we will start by allocating an IP address to our switch.. hmm.. Well some of might be confused by the fact that as switches are layer 2 devices and work with MAC addresses. So what on Earth make us allocate an IP address that is a Layer 3 (refer OSI model) to a layer 2 device like switch. Well it is done solely for remote management purpose. Sounds Alright.. but hey if all the ports on a Switch are layer 2, where are we going to provide the IP a