Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to do the experiment of ospf and Auxiliary Interface

2025-03-26 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)05/31 Report--

This article introduces you how to carry out ospf and auxiliary interface experiment, the content is very detailed, interested friends can refer to, hope to be helpful to you.

Lab name: ospf and Auxiliary Interface

Experimental purpose: configure the auxiliary interface to realize the interconnection with the same interface of different external networks.

Experimental topology diagram:

Experimental steps and their instructions

1. R 1

Router > en

Router#config t

Router (config) # int e0Universe 0

Router (config-if) # ip add 193.1.1.1 255.255.255.0

Router (config-if) # no shut

Router (config-if) # exit

Router (config) # router ospf 10

Router (config-router) # net 193.1.1.0 0.0.255 area 0

2. R2

Router > en

Router#config t

Router (config) # int e0Universe 0

Router (config-if) # ip add 193.1.1.2 255.255.255.0

Router (config-if) # no shut

Router (config-if) # int e0bin1

Router (config-if) # ip add 192.168.10.1 255.255.255.0

Router (config-if) # no shut

Router (config-if) # ip add 172.19.35.1 255.255.255.0 secondary

Router (config-if) # no shut

Router (config-if) # exit

Router (config) # router ospf 20

Router (config-router) # net 193.1.1.0 0.0.255 area 0

Router (config-router) # net 192.168.10.0 0.0.0.255 area 0

Router (config-router) # net 172.19.35.0 0.0.0.255 area 0

3. R3

Router > en

Router#config t

Router (config) # int e0Universe 0

Router (config-if) # ip add 172.19.35.15 255.255.255.0

Router (config-if) # no shut

Router (config-if) # exit

Router (config) # ip route 0.0.0.0 0.0.0.0 172.19.35.1

4. Summary of experiment

Don't forget to configure the default route on R3

On how to carry out ospf and auxiliary interface experiments to share here, I hope that the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report