Sie sind auf Seite 1von 2

Routing STATIC

(Router 1)
en
conf t
hostname R1
int fa0/0
ip address 192.168.2.1 255.255.255.0
no shutdown
ex
int se0/0
ip address 192.168.0.1 255.255.255.0
no shut
exit

(Router 2)
no
en
conf t
hostname R2
int fa0/0
ip address 192.168.3.1 255.255.255.0
no shut
ex
int se0/0
ip address 192.168.0.2 255.255.255.0
no shut
ex
int se0/1
ip address 192.168.1.1 255.255.255.0
no shut
ex

(Router 3)
no
en
conf t
hostname R3
int fa0/0
ip address 192.168.4.1 255.255.255.0
no shut
ex
int se0/1
ip address 192.168.1.2 255.255.255.0
no shut
ex

kemudian konfigurasi IP adress pada Client

melakukan routing
(router 1)
en
conf t
ip route 192.168.1.0 255.255.255.0 se0/0
ip route 192.168.3.0 255.255.255.0 se0/0
ip route 192.168.4.0 255.255.255.0 se0/0
do show ip route
ex

(router 2)
en
conf t
ip route 192.168.2.0 255.255.255.0 se0/0
ip route 192.168.4.0 255.255.255.0 se0/1
do show ip route
ex

(router 3)
en
conf t
ip route 192.168.0.0 255.255.255.0 se0/1
ip route 192.168.2.0 255.255.255.0 se0/1
ip route 192.168.3.0 255.255.255.0 se0/1
do show ip route
ex

SELESAI ............................................

Das könnte Ihnen auch gefallen