OSPF POINT-TO-POINT NETWORK
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
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:
Không có nhận xét nào :
Đăng nhận xét