Cisco Packet Traser (Static Serial, Static RIP, Static OSPF, Static EIGRP)

 Static Serial =


Static RIP =


Static OSPF =

Pada Router1, hanya masukan IP Pada dirinya sendiri + Netmask Negasi:
pada path config:
#router ospf 1
#network 192.168.1.0 0.0.0.255 area 75
#network 200.200.200.0 0.0.0.255 area 75
#exit
#wr atau #copy run start atau #copy running-config startup-config

#show ip route ospf
#show ip ospf database
#show ip protocols

Static EIGRP =

Pada Router1, hanya masukan IP Pada dirinya sendiri + Netmask Negasi:
pada path config:
#router eigrp 1
#network 192.168.1.0 0.0.0.255 area 75
#network 200.200.200.0 0.0.0.255 area 75
#exit
#wr atau #copy run start atau #copy running-config startup-config

#show ip route eigrp
#show ip eigrp database
#show ip protocols



0 Komentar