0% found this document useful (0 votes)
4 views3 pages

Basic Router IP Configuration Guide

The document provides instructions for viewing port numbers and DCE/DTE settings on a router, and configuring IP addresses on router interfaces. It includes examples of configuring IP addresses on serial and fast ethernet interfaces of three different routers with different subnets.

Uploaded by

HaRman SinGh
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views3 pages

Basic Router IP Configuration Guide

The document provides instructions for viewing port numbers and DCE/DTE settings on a router, and configuring IP addresses on router interfaces. It includes examples of configuring IP addresses on serial and fast ethernet interfaces of three different routers with different subnets.

Uploaded by

HaRman SinGh
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

# How To See Port Number

router# show ip int brief

# How To See DCE Or DTE End


router# show controller s0/1/0

#How To Give IP Address In Router

NOTE: should not repeat same network on a router and give same network in direct connected
router
# Router1
Router> enable
Router# config t
Router(config)# int s0/1/0
Router(config)# ip address [Link] [Link]
Router(config)# clock rate 64000
Router(config)# no shut
Router(config)# int f0/0
Router(config)# ip address [Link] [Link]
Router(config)# no shut

# Router2
Router> enable
Router# config t
Router(config)# int s0/1/0
Router(config)# ip address [Link] [Link]
Router(config)# no shut
Router(config)# int s0/1/0
Router(config)# ip address [Link] [Link]
Router(config)# no shut
Router(config)# int f0/0
Router(config)# ip address [Link] [Link]
Router(config)# no shut

# Router3
Router> enable
Router# config t
Router(config)# int s0/1/0
Router(config)# ip address [Link] [Link]
Router(config)# no shut
Router(config)# int f0/0
Router(config)# ip address [Link] [Link]
Router(config)# no shut

You might also like