=> Static Route is lesson that teach about Router configuration that has different Vlan IP and other site location also. We configure from other site to other site can recognize each other via network so we can copy data and connect each other via other purpose.
so please see diagram image and practice like command below:
1. Command set IP and route to Router TV3
Router TV3
Router>enable
Router#configure terminal
Router(config)#interface fa0/0
Router(config-if)#ip add 201.1.1.5 255.255.255.252
Router(config-if)#no shut
Router(config-if)#exit
Router(config)#interface fa0/1
Router(config-if)#ip add 192.2.2.1 255.255.255.0
Router(config-if)#no shut
Router(config-if)#exit
Router(config)#ip route 177.7.7.0 255.255.255.0 201.1.1.6
1. Command set IP and route to Router TV5
Router TV5
Router>enable
Router#configure terminal
Router(config)#interface fa0/0
Router(config-if)#ip add 201.1.1.6 255.255.255.252
Router(config-if)#no shut
Router(config-if)#exit
Router(config)#interface fa0/1
Router(config-if)#ip add 177.7.7.1 255.255.255.0
Router(config-if)#no shut
Router(config-if)#exit
Router(config-if)#ip route 192.2.2.0 255.255.255.0 201.1.1.5
******** Lesson ************
Static Route: Route data to specific destination via specific gateway
Sample Config
Option 1:
(config)# ip route [dst-network] [dst-subnet-mask] [gateway/next-hop-ipaddress]
Option 2:
(config)# ip route [dst-network] [dst-subnet-mask] [exit-interface]
===============
Default Route: Route data to any destination via specific gateway
Sample Config
Option 1:
(config)# ip route 0.0.0.0 0.0.0.0 [gateway/next-hop-ipaddress]
Option 2:
(config)# ip route 0.0.0.0 0.0.0.0 [exit-interface]
============
Serial Connection
DCE (Data Communication Equipment) connector
DTE (Data Terminal Equipment) connector
clock rate command : provide serial connection operational
: configure on interface which plug DCE connector.
(config-if)# clock rate number(bps)
============
Show the routing table on Router:
# show ip route
Subscribe to:
Post Comments (Atom)
1 comments:
Bardzo fajnie napisane. Jestem pod wrażeniem i pozdrawiam.
EmoticonEmoticon