神州数码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以及认证密码
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】凌霞软件回馈社区,博客园 & 1Panel & Halo 联合会员上线
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 智能桌面机器人:用.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)