大家好,今天给大家带来的是华三OSPF的配置,主要介绍两个模型,基本上涵盖了ospf基础配置的所有可能,大家可以掌握这两个模型后举一反三,让我们直接开始吧! OSPF配置模型一S9500E-1 OSPF 配置示例:ospf 1 router-id 10.254.0.1 // 手工指定 router-id 为 loopback0 接口地址spf-schedule-interval 1 200 500 // 根据需要调整 SPF 参数(可选)area 0.0.0.0authentication-mode md5 // 指定区域认证模式为 md5network 10.10.0.1 0.0.0.0 // 使用全 0 反掩码方式添加 VLAN10 接口进入区域 0network 10.95.0.1 0.0.0.0 // 使用全 0 反掩码方式添加 VLAN95 接口进入区域 0network 10.254.0.1 0.0.0.0 //使用全 0 反掩码方式添加 loopback0 接口进入区域 0#interface Vlan-interface10description S9500E-2 inter connectionundo shutdownip address 10.10.0.1 255.255.255.252ospf authentication-mode md5 1 cipher test // 接口设置认证算法及预共享口令ospf network-type p2p // 设置接口 OSPF 网络类型为 P2Pospf timer hello 1 // 将 OSPF 发送 Hello 的时间间隔设置为 1s(可选)#interface Vlan-interface95description S12500-IRF inter connectionundo shutdownip address 10.95.0.1 255.255.255.252ospf authentication-mode md5 1 cipher test // 接口设置认证算法及预共享口令ospf bfd enable // 设置接口 BFD 与 OSPF 联动以提高收敛速度(可选) #
S9500E-2 OSPF 配置示例:ospf 1 router-id 10.254.0.2 // 手工指定 router-id 为 loopback 接口地址spf-schedule-interval 1 200 500 // 根据需要调整 SPF 参数(可选)area 0.0.0.0authentication-mode md5 // 指定区域认证模式为 md5network 10.10.0.2 0.0.0.0 // 使用全 0 反掩码方式添加 VLAN10 接口进入区域 0network 10.95.0.2 0.0.0.0 // 使用全 0 反掩码方式添加 VLAN95 接口进入区域 0network 10.254.0.2 0.0.0.0 //使用全 0 反掩码方式添加 loopback0 接口进入区域 0#interface Vlan-interface10description S9500E-1 inter connectionundo shutdownip address 10.10.0.2 255.255.255.252ospf authentication-mode md5 1 cipher test // 接口设置认证算法及预共享口令ospf network-type p2p // 设置接口 OSPF 网络类型为 P2Pospf timer hello 1 // 将 OSPF 发送 Hello 的时间间隔设置为 1s(可选)#interface Vlan-interface95description S12500-IRF inter connectionundo shutdownip address 10.95.0.2 255.255.255.252ospf authentication-mode md5 1 cipher test // 接口设置认证算法及预共享口令ospf bfd enable // 设置接口 BFD 与 OSPF 联动以提高收敛速度(可选)#
S12500-IRF OSPF 配置示例:ospf 1 router-id 10.254.0.3 // 手工指定 router-id 为 loopback 接口地址spf-schedule-interval 1 200 500 // 根据需要调整 SPF 参数(可选)area 0.0.0.0authentication-mode md5 // 指定区域认证模式为 md5network 10.95.0.3 0.0.0.0 // 使用全 0 反掩码方式添加 VLAN95 接口进入区域 0network 10.254.0.3 0.0.0.0 //使用全 0 反掩码方式添加 loopback0 接口进入区域 0area 0.0.0.18authentication-mode md5 // 指定区域认证模式为 md5network 10.18.0.1 0.0.0.0 // 使用全 0 反掩码方式添加 VLAN18 接口进入区域 18nssa no-summary // 配置 nssa totally stub 区域,优化路由条目#interface Vlan-interface95description S9500E inter connectionundo shutdownip address 10.95.0.3 255.255.255.252ospf authentication-mode md5 1 cipher test // 接口设置认证算法及预共享口令ospf bfd enable // 设置接口 BFD 与 OSPF 联动以提高收敛速度(可选)#interface Vlan-interface18description S5800-IRF inter connectionundo shutdownip address 10.18.0.1 255.255.255.252ospf authentication-mode md5 1 cipher test // 接口设置认证算法及预共享口令ospf network-type p2p // 设置接口 OSPF 网络类型为 P2Pospf timer hello 1 // 将 OSPF 发送 Hello 的时间间隔设置为 1s(可选)#
S5800-IRF OSPF 配置示例:ospf 1 router-id 10.254.18.1 // 手工指定 router-id 为 loopback 接口地址spf-schedule-interval 1 200 500 // 根据需要调整 SPF 参数(可选)silent-interface vlan-interface 181 // 将接入 VLAN181 设置成静默接口area 0.0.0.18authentication-mode md5 // 指定区域认证模式为 md5network 10.18.0.2 0.0.0.0 // 使用全 0 反掩码方式添加 VLAN18 接口进入区域 18network 10.181.0.1 0.0.0.0 // 使用全 0 反掩码方式添加 VLAN181 接口进入区域 18network 10.254.18.1 0.0.0.0 //使用全 0 反掩码方式添加 loopback0 接口进入区域 18nssa // 配置 nssa 区域,与 ABR 保持一致#interface Vlan-interface18description S12500-IRF inter connectionundo shutdownip address 10.18.0.2 255.255.255.252ospf authentication-mode md5 1 cipher test // 接口设置认证算法及预共享口令ospf network-type p2p // 设置接口 OSPF 网络类型为 P2Pospf timer hello 1 // 将 OSPF 发送 Hello 的时间间隔设置为 1s(可选)#interface Vlan-interface181description Server Accessundo shutdownip address 10.181.0.1 255.255.255.0
OSPF配置模型二本模型适用于两级都采用两台路由器组网,并且业务需要进行分流(正常情 况下生产业务走主线路,办公业务走副线路;主线路中断了,生产业务切换到副 线路;副线路中断了,办公业务可以切换到主线路)。
注:本文由网络技术干活圈提供; S7500E-1 OSPF 配置示例:ospf 1 router-id 10.254.0.1 // 手工指定 router-id 为 loopback0 接口地址spf-schedule-interval 1 200 500 // 根据需要调整 SPF 参数(可选)area 0.0.0.0authentication-mode md5 // 指定区域认证模式为 md5network 10.10.0.1 0.0.0.0 // 使用全 0 反掩码方式添加 VLAN10 接口进入区域 0network 10.1.1.0 0.0.0.255 //发布省局生产网段路由进入区域 0network 20.1.1.0 0.0.0.255 //发布省局办公网段路由进入区域 0network 10.254.0.1 0.0.0.0 //使用全 0 反掩码方式添加 loopback0 接口进入区域 0#interface Vlan-interface10description connection SR6602-1undo shutdownip address 10.10.0.1 255.255.255.252ospf authentication-mode md5 1 cipher test // 接口设置认证算法及预共享口令ospf network-type p2p // 设置接口 OSPF 网络类型为 P2Pospf timer hello 1 // 将 OSPF 发送 Hello 的时间间隔设置为 1s(可选)#
S7500E-2 OSPF 配置示例:ospf 1 router-id 10.254.0.2 // 手工指定 router-id 为 loopback0 接口地址spf-schedule-interval 1 200 500 // 根据需要调整 SPF 参数(可选)area 0.0.0.0authentication-mode md5 // 指定区域认证模式为 md5network 10.20.0.1 0.0.0.0 // 使用全 0 反掩码方式添加 VLAN20 接口进入区域 0network 10.1.1.0 0.0.0.255 //发布省局生产网段路由进入区域 0network 20.1.1.0 0.0.0.255 //发布省局办公网段路由进入区域 0network 10.254.0.2 0.0.0.0 //使用全 0 反掩码方式添加 loopback0 接口进入区域 0#interface Vlan-interface20description connection SR6602-2undo shutdownip address 10.20.0.1 255.255.255.252ospf authentication-mode md5 1 cipher test // 接口设置认证算法及预共享口令ospf network-type p2p // 设置接口 OSPF 网络类型为 P2Pospf timer hello 1 // 将 OSPF 发送 Hello 的时间间隔设置为 1s(可选)#
SR6602-1 OSPF 配置示例:ospf 1 router-id 10.254.0.3 // 手工指定 router-id 为 loopback0 接口地址spf-schedule-interval 1 200 500 // 根据需要调整 SPF 参数(可选)area 0.0.0.0abr-summary 10.1.1.0 255.255.255.0 cost 10 //在 ABR 上配置省局生产网段路由聚合,手工配置聚合路由开销为 10abr-summary 20.1.1.0 255.255.255.0 cost 100 //在 ABR 上配置省局办公网段路由聚合,手工配置聚合路由开销为 100authentication-mode md5 // 指定区域认证模式为 md5network 10.10.0.2 0.0.0.0 // 使用全 0 反掩码方式添加 G0/1 接口进入区域 0network 10.30.0.1 0.0.0.0 // 使用全 0 反掩码方式添加 G0/0 接口进入区域 0network 10.254.0.3 0.0.0.0 //使用全 0 反掩码方式添加 loopback0 接口进入区域 0area 0.0.0.1abr-summary 30.1.1.0 255.255.255.0 cost 10 //在 ABR 上配置地市生产网段路由聚合,手工配置聚合路由开销为 10abr-summary 40.1.1.0 255.255.255.0 cost 100 //在 ABR 上配置地市办公网段路由聚合,手工配置聚合路由开销为 100authentication-mode md5 // 指定区域认证模式为 md5network 10.40.0.1 0.0.0.0 // 使用全 0 反掩码方式添加 G0/2 接口进入区域 1#interface GigabitEthernet0/0description connection SR6602-2undo shutdownip address 10.30.0.1 255.255.255.252ospf authentication-mode md5 1 cipher test // 接口设置认证算法及预共享口令ospf network-type p2p // 设置接口 OSPF 网络类型为 P2Pospf timer hello 1 // 将 OSPF 发送 Hello 的时间间隔设置为 1s(可选)#interface GigabitEthernet0/1description connection S7500E-2undo shutdownip address 10.20.0.2 255.255.255.252ospf authentication-mode md5 1 cipher test // 接口设置认证算法及预共享口令ospf network-type p2p // 设置接口 OSPF 网络类型为 P2Pospf timer hello 1 // 将 OSPF 发送 Hello 的时间间隔设置为 1s(可选)#interface GigabitEthernet0/2description connection MSR3011-1undo shutdownip address 10.40.0.1 255.255.255.252ospf authentication-mode md5 1 cipher test // 接口设置认证算法及预共享口令ospf network-type p2p // 设置接口 OSPF 网络类型为 P2Pospf bfd enable // 设置接口 BFD 与 OSPF 联动以提高收敛速度(可选)#
SR6602-2 OSPF 配置示例:ospf 1 router-id 10.254.0.4 // 手工指定 router-id 为 loopback0 接口地址spf-schedule-interval 1 200 500 // 根据需要调整 SPF 参数(可选)area 0.0.0.0abr-summary 10.1.1.0 255.255.255.0 cost 100 //在 ABR 上配置省局生产网段路由聚合,手工配置聚合路由开销为 100abr-summary 20.1.1.0 255.255.255.0 cost 10 //在 ABR 上配置省局办公网段路由聚合,手工配置聚合路由开销为 10authentication-mode md5 // 指定区域认证模式为 md5network 10.20.0.2 0.0.0.0 // 使用全 0 反掩码方式添加 G0/1 接口进入区域 0network 10.30.0.2 0.0.0.0 // 使用全 0 反掩码方式添加 G0/0 接口进入区域 0network 10.254.0.4 0.0.0.0 //使用全 0 反掩码方式添加 loopback0 接口进入区域 0area 0.0.0.1abr-summary 30.1.1.0 255.255.255.0 cost 100 //在 ABR 上配置地市生产网段路由聚合,手工配置聚合路由开销为 100abr-summary 40.1.1.0 255.255.255.0 cost 10 //在 ABR 上配置地市办公网段路由聚合,手工配置聚合路由开销为 10authentication-mode md5 // 指定区域认证模式为 md5network 10.50.0.1 0.0.0.0 // 使用全 0 反掩码方式添加 G0/2 接口进入区域 1#interface GigabitEthernet0/0description connection SR6602-1undo shutdownip address 10.30.0.2 255.255.255.252ospf authentication-mode md5 1 cipher test // 接口设置认证算法及预共享口令ospf network-type p2p // 设置接口 OSPF 网络类型为 P2Pospf timer hello 1 // 将 OSPF 发送 Hello 的时间间隔设置为 1s(可选)#interface GigabitEthernet0/1description connection S7500E-1undo shutdownip address 10.20.0.2 255.255.255.252ospf authentication-mode md5 1 cipher test // 接口设置认证算法及预共享口令ospf network-type p2p // 设置接口 OSPF 网络类型为 P2Pospf timer hello 1 // 将 OSPF 发送 Hello 的时间间隔设置为 1s(可选)#interface GigabitEthernet0/2description connection MSR3011-2undo shutdownip address 10.50.0.1 255.255.255.252ospf authentication-mode md5 1 cipher test // 接口设置认证算法及预共享口令ospf network-type p2p // 设置接口 OSPF 网络类型为 P2Pospf bfd enable // 设置接口 BFD 与 OSPF 联动以提高收敛速度(可选)#
MSR3011-1 OSPF 配置示例:ospf 1 router-id 10.254.0.5 // 手工指定 router-id 为 loopback0 接口地址spf-schedule-interval 1 200 500 // 根据需要调整 SPF 参数(可选)area 0.0.0.1authentication-mode md5 // 指定区域认证模式为 md5network 10.40.0.2 0.0.0.0 // 使用全 0 反掩码方式添加 VLAN10 接口进入区域 1network 30.1.1.0 0.0.0.255 //发布地市生产网段路由进入区域 1network 40.1.1.0 0.0.0.255 //发布地市办公网段路由进入区域 1network 10.254.0.5 0.0.0.0 //使用全 0 反掩码方式添加 loopback0 接口进入区域 1#interface GigabitEthernet0/0description connection SR6602-1undo shutdownip address 10.40.0.2 255.255.255.252ospf authentication-mode md5 1 cipher test // 接口设置认证算法及预共享口令ospf network-type p2p // 设置接口 OSPF 网络类型为 P2Pospf bfd enable // 设置接口 BFD 与 OSPF 联动以提高收敛速度(可选)#
MSR3011-2 OSPF 配置示例:ospf 1 router-id 10.254.0.6 // 手工指定 router-id 为 loopback0 接口地址spf-schedule-interval 1 200 500 // 根据需要调整 SPF 参数(可选)area 0.0.0.1authentication-mode md5 // 指定区域认证模式为 md5network 10.50.0.2 0.0.0.0 // 使用全 0 反掩码方式添加 G0/0 接口进入区域 1network 30.1.1.0 0.0.0.255 //发布地市生产网段路由进入区域 1network 40.1.1.0 0.0.0.255 //发布地市办公网段路由进入区域 1network 10.254.0.6 0.0.0.0 //使用全 0 反掩码方式添加 loopback0 接口进入区域 1#interface GigabitEthernet0/0description connection SR6602-2undo shutdownip address 10.50.0.2 255.255.255.252ospf authentication-mode md5 1 cipher test // 接口设置认证算法及预共享口令ospf network-type p2p // 设置接口 OSPF 网络类型为 P2Pospf bfd enable // 设置接口 BFD 与 OSPF 联动以提高收敛速度(可选)
想听6IE闫辉老师的直播课学习,并且想要逐步提升的网络工程师们,也欢迎添加小老虎微信,小老虎会拉你进入学习群,我们会在直播课开课之前给大家提醒。
添加太阁老师个人微信领取:
|