0% found this document useful (0 votes)
3 views2 pages

Basic CLI Method For Cisco Router Configure

The document provides configuration commands for setting up FastEthernet interfaces and routing protocols on two routers. It includes commands for enabling interfaces with specific IP addresses, configuring RIP for dynamic routing, and establishing static routes between the routers. The configurations ensure proper network communication between the defined subnets.

Uploaded by

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

Basic CLI Method For Cisco Router Configure

The document provides configuration commands for setting up FastEthernet interfaces and routing protocols on two routers. It includes commands for enabling interfaces with specific IP addresses, configuring RIP for dynamic routing, and establishing static routes between the routers. The configurations ensure proper network communication between the defined subnets.

Uploaded by

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

Interface Configuration CLI

FastEthernet0/0 Configuration
enable
configure terminal
interface fastEthernet0/0
ip address [Link] [Link]
no shutdown
exit

FastEthernet0/1 Configuration
interface fastEthernet0/1
ip address [Link] [Link]
no shutdown
exit

RIP Setup CLI Method

Router1 – RIP Configuration


enable
conf t
router rip
network [Link]
network [Link]
end

Router2 – RIP Configuration


enable
conf t
router rip
network [Link]
network [Link]
end
Static Routing Configuration (CLI)

Router1 – Static Route Configuration


enable
configure terminal
ip route [Link] [Link] [Link]
end

Router2 – Static Route Configuration


enable
configure terminal
ip route [Link] [Link] [Link]
end

You might also like