| 网管联盟 | 网管论坛 | 网管u家 | 网管博客 | 网管软件 | 网管求职 | 小游戏 | 网管搜索 | 网管原创 | 网管聚合 | 网管读摘 | 网管焦点 | 世界素材 | 会员投稿 | 会员中心 |
![]() |
| Windows Linux Cisco 网络技术 数据库 黑客攻防 DotNet Java PHP 认证 新闻资讯 服务器 存储资讯 网络设备 网管学堂 技术专题 焦点 网吧频道 |
R1配置,区域0,S1为完全STUB区域内
使用3个R背对背的实验环境,其中R1、R2、属于AREA0,且R2是ABR,在R3做STUB区域。
R1属于区域0与1 网管论坛bbs_bitsCN_com
R2属于区域2与完全STUB区域。并且模拟网段,做汇总。
R3是STUB区域内的普通R,做简单的配置
并且在接口上使用认证与区域认证。 网管联盟bitsCN@com
步骤: 网管联盟bitsCN_com
1、配置好个接口IP地址,确认其连通性。
2、在R2上ABR使用 area 2 stub no-summary,其他路由器不必打,但是不能忘记 area 2 stub命令
3、在接口上与区域上使用认证功能。
中国网管论坛bbs.bitsCN.com
-------------------------R1配置----------- Router>en Router#config Configuring from terminal, memory, or network [terminal]? Enter configuration commands, one per line. End with CNTL/Z. Router(config)#ho R1 R1(config)#no ip domain-lo R1(config)#line c 0 R1(config-line)#logg syn R1(config-line)#exec-t 0 0 R1(config-line)#exit R1(config)#int ser0 R1(config-if)#ip add 10.0.0.1 255.255.255.252 R1(config-if)#no shut R1(config-if)#exit R1(config)#int e0 R1(config-if)#ip add 10.1.1.1 255.255.255.252 R1(config-if)#no shut R1(config-if)#exit R1(config)#int lo 0 R1(config-if)#ip add 172.17.0.1 255.255.255.0 R1(config-if)#exit R1(config)#router ospf 100 R1(config-router)#net 10.0.0.0 0.0.0.3 area 0 R1(config-router)#net 172.17.0.0 0.0.0.255 area 1 R1(config-router)#area 1 authentication message-digest (加入区域认证) R1(config-router)#area 0 authentication message-digest R1(config-router)#exit R1(config)#int ser0 R1(config-if)#ip ospf me R1(config-if)#ip ospf message-digest-key 1 md5 cisco (加入接口认证) R1(config-if)#exit R1(config)#int e 0 R1(config-if)#ip ospf message-digest-key 1 md5 cisco R1(config-if)#no shut R1(config-if)#exit 网管u家u.bitsCN.com |
网管u家u.bitsCN.com
网管联盟bitsCN@com
|
0
|
评论加载中…