OSPF POINT-TO-POINT NETWORK

tháng 11 08, 2018
Point-To-Point 



Đối với mạng point-to-point các router sử dụng phát đa hướng để khám phá các láng giềng. Không có cuộc bầu cử DR / BDR vì chỉ có hai bộ định tuyến có thể được kết nối trên một phân đoạn điểm-điểm. Đây là loại mạng OSPF mặc định cho các liên kết nối tiếp và các giao diện con của Frame Relay điểm-tới-điểm.

Hellos được trao đổi sau mỗi 10 giây, và khoảng thời gian chết được thiết lập là 40 giây 

Các router sử dụng 224.0.0.5 để tạo thành một adjacency và gửi tin nhắn hello.

OSPF Point-to-Point example





OSPF Point-To-Point Network
cấu hình:

R1#configure terminal
R1(config)#interface Loopback 0
R1(config-if)#ip address 1.1.1.1 255.255.255.0
R1(config-if)#ip ospf network point-to-point
R1(config)#interface Ethernet0/0
R1(config-if)#ip address 192.168.12.1 255.255.255.0
R1(config-if)#ip ospf network point-to-point
R1(config-if)# no shutdown
R1(config)# router ospf 1
R1(config-router)#router-id 0.0.0.1
R1(config-router)#network 1.1.1.1 0.0.0.0 area 0
R1(config-router)#network 192.168.12.1 0.0.0.0 area 0
R1(config-router)#end

R2#configure terminal
R2(config)#interface Loopback 0
R2(config-if)#ip address 2.2.2.2 255.255.255.0
R2(config-if)#ip ospf network point-to-point
R2(config)#interface Ethernet0/0
R2(config-if)#ip address 192.168.12.2 255.255.255.0
R2(config-if)#ip ospf network point-to-point
R2(config-if)# no shutdown
R2(config)# router ospf 1
R2(config-router)#router-id 0.0.0.2
R2(config-router)#network 2.2.2.2 0.0.0.0 area 0
R2(config-router)#network 192.168.12.2 0.0.0.0 area 0
R2(config-router)#end
kiểm tra: 




Artikel Terkait

Next Article
« Prev Post
Previous Article
Next Post »
Penulisan markup di komentar
  • Untuk menulis huruf bold gunakan <strong></strong> atau <b></b>.
  • Untuk menulis huruf italic gunakan <em></em> atau <i></i>.
  • Untuk menulis huruf underline gunakan <u></u>.
  • Untuk menulis huruf strikethrought gunakan <strike></strike>.
  • Untuk menulis kode HTML gunakan <code></code> atau <pre></pre> atau <pre><code></code></pre>, dan silakan parse kode pada kotak parser di bawah ini.

Disqus
Tambahkan komentar Anda

Không có nhận xét nào