Sunday, March 29, 2015

DHCP Configuration on CISCO router


DHCP (Dynamic Host Configuration Protocol) is the protocol used by network devices (such as PCs, network printers, etc) to automatically obtain correct network parameters so they can access network and Internet resources such as IP Address, Default Gateway, Domain Name, DNS Servers and more.

A DHCP Server is considered necessary in today's networks. Devices usally found providing this service are Windows servers, routers and layer 3 switches.

In this Senario Router will act as DHCP server.


Saturday, March 28, 2015

Terminal / Access Server Configuration

A terminal server provides out-of-band access for several devices. Out-of-band access is through a router's console or aux port versus in-band access that occurs over the network using telnet. Generally, a terminal server is a router with multiple, asynchronous ports that are connected to other devices, such as the console port of other routers or switches.

CAB-OCTAL-ASYNC Cable

This cable is referred to as a CAB-OCTAL-ASYNC cable or just OCTAL cable.It provides eight RJ-45 rolled cable asynchronous (async) ports on each 68-pin connector. The 68-pin connector is attached to Interface Async 1 of the terminal server. Each RJ-45 rolled cable is connected to the console port of each router in the lab. For configuration purposes, each rolled cable is referred to as an asynchronous line in the configuration. Each line is numbered beginning with 2001 to 2008. So, R1 is attached to async 2001, R2 is connected to 2002, and so on up to 2007, which is connected to the Catalyst 1900 switch, leaving 2008 unused.



LAB Structure



Terminal Server

Router>enable
Router# config t
Router(config) # hostname Server

Server(config)# interface fast Ethernet 0/0
Server(config)# ip address 192.168.0.1 255.255.255.0
Server(config)#  no shutdown

PC-PT-PC0

Static IP                 :  192.168.0.100
Subnet mask         :  255.255.255.0
Default gate way  :  192.168.0.1

Terminal Server:

Server(config)#  ip domain-name  siso.com
Server(config)# ip ssh version 2
Server (config)# crypto key generate RSA
How many bits mode (512) : 1024

Server(Config) # username suneesh priv 15 password cisco

Configure Lines:

Server # sh line
Server (Config) #  line 0/0/0 0/0/7
Server(config-line) # transport input all
Server(Config-line)# login local

Checking Connection

PC1> ssh -l username target

Open
Password: