随笔 - 63  文章 - 0  评论 - 4  阅读 - 49804

神州数码OSPF基于端口认证(简单认证、MD5认证)

实验要求:掌握OSPF基于端口认证方式

拓扑如下

简单认证

R1

enable  进入特权模式

config   进入全局模式

hostname R1  修改名称

interface s0/1  进入端口

ip aadress 192.168.1.1 255.255.255.0  设置IP地址

physical-layer speed 64000  设置同步时钟

interface l0  进入端口

ip address 192.168.2.254 255.255.255.0  设置IP地址

exit   返回上一级

router ospf 1  启动OSPF协议

network 192.168.1.0 255.255.255.0 area 0  添加直连网段到OSPF

network 192.168.2.0 255.255.255.0 area 0  添加直连网段到OSPF

interface s0/1  进入端口

ip ospf authentication simple  启动OSPF端口简单认证

 ip ospf password 978285   设置简单认证密码

 

R2

enable  进入特权模式

config   进入全局模式

hostname R1  修改名称

interface s0/1  进入端口

ip aadress 192.168.1.2 255.255.255.0  设置IP地址

physical-layer speed 64000  设置同步时钟

interface l0  进入端口

ip address 192.168.3.254 255.255.255.0  设置IP地址

exit   返回上一级

router ospf 1  启动OSPF协议

network 192.168.1.0 255.255.255.0 area 0  添加直连网段到OSPF

network 192.168.3.0 255.255.255.0 area 0  添加直连网段到OSPF

interface s0/1  进入端口

ip ospf authentication simple  启动OSPF端口简单认证

ip ospf password 978285   设置简单认证密码

 

MD5认证

R1

enable  进入特权模式

config   进入全局模式

hostname R1  修改名称

interface s0/1  进入端口

ip aadress 192.168.1.1 255.255.255.0  设置IP地址

physical-layer speed 64000  设置同步时钟

interface l0  进入端口

ip address 192.168.2.254 255.255.255.0  设置IP地址

exit   返回上一级

router ospf 1  启动OSPF协议

network 192.168.1.0 255.255.255.0 area 0  添加直连网段到OSPF

network 192.168.2.0 255.255.255.0 area 0  添加直连网段到OSPF

interface s0/1  进入端口

ip ospf authentication message-digest       启动OSPF端口MD5认证

 ip ospf message-digest-key 1 md5 978285   设置MD5认证密码

 

R2

enable  进入特权模式

config   进入全局模式

hostname R1  修改名称

interface s0/1  进入端口

ip aadress 192.168.1.1 255.255.255.0  设置IP地址

physical-layer speed 64000  设置同步时钟

interface l0  进入端口

ip address 192.168.3.254 255.255.255.0  设置IP地址

exit   返回上一级

router ospf 1  启动OSPF协议

network 192.168.1.0 255.255.255.0 area 0  添加直连网段到OSPF

network 192.168.3.0 255.255.255.0 area 0  添加直连网段到OSPF

interface s0/1  进入端口

ip ospf authentication message-digest      启动OSPF端口MD5认证

ip ospf message-digest-key 1 md5 978285   设置MD5认证密码

 

相关命令

基于端口的简单认证

ip ospf authentication simple 在相应端口启动简单认证

ip ospf password [密码] 在相应端口设置认证密码

 

基于端口的MD5认证

ip ospf authentication message-digest 在相应端口启动认证

ip ospf message-digest-key [keyID] md5 [密码] 在相应端口设置keyID以及认证密码

posted on   学不动了呀~~~~  阅读(757)  评论(0编辑  收藏  举报
编辑推荐:
· 智能桌面机器人:用.NET IoT库控制舵机并多方法播放表情
· Linux glibc自带哈希表的用例及性能测试
· 深入理解 Mybatis 分库分表执行原理
· 如何打造一个高并发系统?
· .NET Core GC压缩(compact_phase)底层原理浅谈
阅读排行:
· 新年开篇:在本地部署DeepSeek大模型实现联网增强的AI应用
· DeepSeek火爆全网,官网宕机?本地部署一个随便玩「LLM探索」
· Janus Pro:DeepSeek 开源革新,多模态 AI 的未来
· 互联网不景气了那就玩玩嵌入式吧,用纯.NET开发并制作一个智能桌面机器人(三):用.NET IoT库
· 上周热点回顾(1.20-1.26)
< 2025年1月 >
29 30 31 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1
2 3 4 5 6 7 8

点击右上角即可分享
微信分享提示