交换机与路由器技术-24-OSPF单区域配置

简介: 交换机与路由器技术-24-OSPF单区域配置

pc1
en 
conf t
no ip routing
int f0/0
ip add 192.168.10.10 255.255.255.0
no shut
exit
ip default-gateway 192.168.10.254
pc2
en 
conf t
no ip routing
int f0/0
ip add 192.168.20.20 255.255.255.0
no shut
exit
ip default-gateway 192.168.20.254
R1
en
conf t
int f0/0
ip add 192.168.10.254 255.255.255.0
no shut
int f1/0
ip add 10.10.10.1 255.255.255.252
no shut
exit
R2
en
conf t
int f0/0
ip add 10.10.10.2 255.255.255.252
no shut
int f1/0
ip add 20.20.20.1 255.255.255.252
no shut
exit
R3
en
conf t
int f0/0
ip add 192.168.20.254 255.255.255.0
no shut
int f1/0
ip add 20.20.20.2 255.255.255.252
no shut
exit
目录
相关文章
|
2月前
|
网络安全 数据安全/隐私保护 网络虚拟化
|
15天前
|
数据中心
配置案例 | CE交换机如何配置堆叠?
配置案例 | CE交换机如何配置堆叠?
|
15天前
盒式交换机又是如何配置堆叠的呢?
盒式交换机又是如何配置堆叠的呢?
|
7天前
|
算法 网络架构
|
15天前
|
前端开发 数据中心
数据中心框式交换机如何配置堆叠?
数据中心框式交换机如何配置堆叠?
|
16天前
|
Shell 网络安全 Python
网络工程师如何在ensp模拟器上玩python自动化配置交换机。
网络工程师如何在ensp模拟器上玩python自动化配置交换机。
|
16天前
|
网络虚拟化 数据安全/隐私保护
手把手教网络工程师2种方法如何恢复交换机配置
手把手教网络工程师2种方法如何恢复交换机配置
|
2月前
|
安全 网络安全 网络虚拟化
路由器与交换机:Access/Trunk,Wan/Lan
路由器与交换机:Access/Trunk,Wan/Lan
50 0
|
4月前
|
网络性能优化 网络虚拟化 网络架构
配置接口限速示例(盒式交换机)
接口限速简介 接口限速对通过整个端口的全部报文流量速率进行限制,不对具体流量进行区分,可以实现给某个接口分配固定的带宽,控制方式单一,配置简单。 入方向与出方向的接口限速属于并列关系,用户可以根据需要同时配置,也可以单独配置。
|
4月前
|
网络协议 网络虚拟化 网络架构
交换机入门快速配置
交换机入门快速配置
下一篇
云函数