0% found this document useful (0 votes)
7 views

Ospf 9.2

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views

Ospf 9.2

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Sudah Bisa Seperti ini

Lanjut

Slide Berikutnya tambahkan 2 pc


Buatlah tambahan pc seperti gambar
Router#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Gateway of last resort is not set
10.0.0.0/8 is variably subnetted, 3 subnets, 2 masks
C 10.10.1.0/30 is directly connected, Serial0/1
C 10.10.2.0/30 is directly connected, Serial0/0
C 10.10.5.0/24 is directly connected, FastEthernet1/0
C 192.168.1.0/24 is directly connected, FastEthernet0/0
Router#configure terminal
Router(config)#router ospf 90
Router(config-router)#network 10.10.1.0 255.255.255.252 area 90
Router(config-router)#network 10.10.2.0 255.255.255.252 area 90
Router(config-router)#network 10.10.5.0 255.255.255.0 area 90
Router(config-router)#network 192.168.1.0 255.255.255.0 area 90
Router(config-router)#log-adjacency-changes
Router(config-router)#end
Router#
%SYS-5-CONFIG_I: Configured from console by console
Router#write
Building configuration...
[OK]

You might also like