You are here: Articles > Networking > Cisco

 See more articles about "Cisco "

Assign or configure IP addresses on Cisco routers

 

Every active interface on a Cisco router to be used with IP requires an IP address assigned to it. This short recipe describes how to set an interface 's IP address.

Given an interface fastethernet1, the IP address 192.168.1.5 with the subnet mask 255.255.255.0 can be assigned to it using the following command from privileged mode:



Router(config)# interface fastethernet1

Router(config-if)#ip address 192.168.1.5 255.255.255.0

Router(config-if)#no shut



The last command is important. It is an abbreviated form of "no shutdown." The default state of an interface is "shutdown" which makes the interface administratively down. If you plumb up an interface and it doesn't work, check to make sure it isn't administratively down first.

 

Also see ...

Configure a Cisco VWIC card
H3Cisco VWIC cards need configuration before their serial ports will appear in the interface list. Once the VWIC configured, HDLC, frame relay, or ATM with an AIM processor can be configured./H3PThe Cisco VWIC cards can be configured with different channel groups to support different applicat

Copy Cisco router config into flash to backup or replace hardware
H3When replacing a faulty router that is not completely dead, it may be possible to copy the startup configuration to the removable flash memory and swap the flash to get the new router up and configured in as short a time as possible. Without this procedure, it will be necessary to manually copy

Increase or change Cisco router log size
H3Messages logged by a router can make troubleshooting problems substantially easier. However, the default size of most Cisco routers is 4096 bytes which typically accomodates fewer than 60 messages. While this may help in many situations, adding some additional space can save the day when a rou

Configure ATM on a Cisco Router
H3ATM is growing in popularity as a wide area network (WAN) medium. ATM offers small cell size and strict quality of service, allowing voice, video, and data to coexist./H3PFirst, Terminology: br / br /VPI Virtural Path Identifier, 5 in this example br /VCI Virtual Circuit Identifie

Configuring a Cisco router as a terminal server
H3When you have a home lab you want to have console connectivity to all your routers at the same time. By using a terminal server (2509 2512 router range) we can accomplish this./H3PTo use a terminal server we need a 2509/2510 8 lines or 2511/2512 16 lines router and 1 or 2 octal cables. br