Introduction to Static Routing and Configuration - Tech CCNA

Tech CCNA

Today E - Learning , is a best idea to study , therefore this website is best for network and network security concepts.

Breaking

Post Top Ad

Responsive Ads Here

Thursday 12 October 2017

Introduction to Static Routing and Configuration

Introduction to Static Routing and Configuration | Tech CCNA

Introduction to Static Routing



Before you start

Objectives : You will be able understand and configure static route & default route on CISCO router.

Prerequisites: You have to know the basic concept of networking.

Tags : Static Routing, Default Route, Routing.


Static Routing

Static routing is the procedure that follows when you physically include courses in every switch's routing table. Typically, there are upsides and downsides to static routing, however that is valid for all routing approaches.



http://techccna.com

Static vs Dynamic Routing

Static routing is a type of routing that happens when a switch utilizes a physically arranged routing section, instead of data from a dynamic routing movement. Much of the time, static courses are physically designed by a system executive by including passages into a routing table, however this may not generally be the situation. Not at all like dynamic routing, static courses are settled and don't change if the system is changed or reconfigured. Static routing and dynamic routing are not fundamentally unrelated. Both dynamic routing and static routing are normally utilized on a switch to boost routing productivity and to give reinforcements if dynamic routing data neglects to be traded. Static routing can likewise be utilized as a part of stub organizes, or to give an entryway of final resort.



Configuration

On Router 1:
in fa0/0
ip add 192.168.1.1 255.255.255.0
no shut
in se2/0
ip add 12.1.1.1 255.255.255.0
no shut
exit
ip route 192.168.2.0 255.255.255.0 12.1.1.2
exit


On Router 2:
in se2/0
ip add 12.1.1.2 255.255.255.0
no shut
in fa0/0
ip add 192.168.2.1 255.255.255.0
no shut
exit
ip route 192.168.1.0 255.255.255.0 12.1.1.1
end

No comments:

Post a Comment

Pages