How to configure IP Addresses on Cisco Routers?

author
,
Network Administrator
  • Total 2 Answers
  • 5470
Can You answer this question?
author
,
Principal Network Architect - Array Networks

So you want to know How to Configure IP Addressing on Cisco Routers?

Here's a Simple Step by Step Configuration and Implementation guide Video Tutorial created by one of the students of Network Bulls:

you can look at the Video, it has been created using GNS3 old version i guess. this video will guide you on Commands to configure IP Address on Cisco Routers. You can ask your comments here and i am always here to help.

This Video tutorial and This practical question is part of basic Routers Configuration section of CCNA Course.

author
,
CCNA Routing and Switching

Ip Address Configuration : 

Practical :

R1(config)#interface fastethernet 0/0

R1(config-if)#ip address 12.0.0.01 255.0.0.0

R1(config-if)#no shutdown

R1(config-if)#exit

 

To Verify : 

R1#show ip interface brief