Test interface connectivity for router OSPF Configuration

Source: Internet
Author: User

Basic configuration of router OSPF-test interface connectivity

Interface connectivity is the most important step. If this step is not guaranteed, the following operations cannot be performed.

In the privileged mode of each vro, enter the following command to view the interface status:

 
 
  1. R1#sh ip interface brief  
  2.  
  3. Interface                  IP-Address       OK?  Method Status                Protocol  
  4.  
  5. Serial1/0                  199.99.1.1        YES  manual  up                      up  
  6.  
  7. Loopback0                  1.1.1.1         YES  manual  up                      up  
  8.  
  9. R2# sh ip interface brief  
  10.  
  11. Interface                  IP-Address      OK? Method Status                Protocol  
  12.  
  13. Serial1/0                  199.99.1.2      YES manual     up                    up  
  14.  
  15. Serial1/1                  199.99.2.1      YES manual     up                    up  
  16.  
  17. Loopback0                  2.2.2.2         YES manual   up                    up  
  18.  
  19. R3#sh ip interface brief  
  20.  
  21. Interface                  IP-Address      OK? Method Status                Protocol  
  22.  
  23. Serial1/1                  199.99.2.2      YES manual     up                    up  
  24.  
  25. Loopback0                  3.3.3.3         YES manual   up                    up 

Note: The gray part must be "UP ".

Enter the following commands in the privileged mode of the intermediate router R2:

R2 # ping 199.99.1.1 use the ping command to test the connectivity of the direct connection interface

 
 
  1. Type escape sequence to abort.  
  2.  
  3. Sending 5, 100-byte ICMP Echos to 199.99.1.1, timeout is 2 seconds:  
  4.  
  5. !!!!!  
  6.  
  7. Success rate is 100 percent (5/5), round-trip min/avg/max = 8/28/84 ms  
  8.  
  9. R2#ping 199.99.2.2  
  10.  
  11. Type escape sequence to abort.  
  12.  
  13. Sending 5, 100-byte ICMP Echos to 199.99.2.2, timeout is 2 seconds:  
  14.  
  15. !!!!!  
  16.  
  17. Success rate is 100 percent (5/5), round-trip min/avg/max = 12/26/60 ms 

You can also enter the following command in the intermediate router R2 configuration mode: the new version of IOS12.4 command)

 
 
  1. R2(config)#do ping 199.99.1.1  
  2.  
  3. Type escape sequence to abort.  
  4.  
  5. Sending 5, 100-byte ICMP Echos to 199.99.1.1, timeout is 2 seconds:  
  6.  
  7. !!!!!  
  8.  
  9. R2(config)#do ping 199.99.2.2  
  10.  
  11. Sending 5, 100-byte ICMP Echos to 199.99.2.2, timeout is 2 seconds:  
  12.  
  13. !!!!!  
  14.  
  15. Success rate is 100 percent (5/5), round-trip min/avg/max = 12/26/60 ms 

"!" "." Or "U" indicates "reachable.

The connectivity configuration of the test interface in the router OSPF configuration is complete. I hope you have mastered it. Next, we will introduce step 3 of router OSPF configuration: basic configuration and connectivity test of OSPF.

  1. Result Analysis of router OSPF Configuration
  2. Basic description of router OSPF Configuration
  3. Describes the basic interface configuration for router OSPF configuration.
  4. Describes how to query the OSPF neighbor table on a router in the OSPF configuration of a router.
  5. Describes the basic configuration and connectivity test of OSPF in Router OSPF configuration.
  6. Describes how to query the connection status database of ospf on a Router Based on the OSPF configuration of a router.

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.