The establishment of OSPF limit FULL Neighbor Relationship in Multiple Access Networks

Source: Internet
Author: User

OSPF limits the establishment of the FULL Neighbor Relationship-practice 2

Uses OSPF port authentication to establish the adjacent relationship.

The OSPF port on R1 is configured as follows:

 
 
  1. Interface FastEthernet1/0
  2. Ip address 1.1.123.1 255.255.255.0
  3. Ip ospf authentication message-digest start authentication
  4. Ip ospf message-digest-key 1 md5 cisco specifies the key required for authentication

The OSPF port on R2 is configured as follows:

 
 
  1. Interface FastEthernet1/0
  2. Ip address 1.1.123.2 255.255.255.0
  3. Ip ospf authentication message-digest start authentication
  4. Ip ospf message-digest-key 2 md5 ccxx specifies the key required for authentication

The OSPF port on R3 is configured as follows:

 
 
  1. Interface FastEthernet1/0
  2. Ip address 1.1.123.3 255.255.255.0
  3. Ip ospf authentication message-digest start authentication
  4. Ip ospf message-digest-key 1 md5 cisco specifies the key required for authentication
  5. Ip ospf message-digest-key 2 md5 ccxx specifies the key required for authentication

OSPF limits the establishment of FULL Neighbor Relationship-method 3

It is adjusted through the DR election mechanism of OSPF. The OSPF priority of ports R1 and R2 running OSPF can be adjusted to 0, so that the two drothers between R1 and R2 form a 2-way relationship, but do not form a FULL relationship, in this way, the LSA is not exchanged between R1 and R2.

 
 
  1. R1# show ip ospf neighbor  
  2. Neighbor ID     Pri   State           Dead Time   Address         Interface  
  3. 1.1.123.2         0   2WAY/DROTHER    00:00:30    1.1.123.2       FastEthernet1/0  
  4. 1.1.123.3         1   FULL/DR         00:00:32    1.1.123.3       FastEthernet1/0  
  5.  
  6. R2# show ip ospf neighbor  
  7. Neighbor ID     Pri   State           Dead Time   Address         Interface  
  8. 1.1.123.1         0   2WAY/DROTHER    00:00:37    1.1.123.1       FastEthernet1/0  
  9. 1.1.123.3         1   FULL/DR         00:00:35    1.1.123.3       FastEthernet1/0  
  10.  
  11. R3# show ip ospf neighbor  
  12. Neighbor ID     Pri   State           Dead Time   Address         Interface  
  13. 1.1.123.1         0   FULL/DROTHER    00:00:33    1.1.123.1       FastEthernet1/0  
  14. 1.1.123.2         0   FULL/DROTHER    00:00:39    1.1.123.2       FastEthernet1/0 

The establishment of OSPF's limit on the FULL neighbor relationship has been completed. I hope you can learn it through practice. For more information, see setting up OSPF to limit the FULL relationship.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.