注册 | 登录 忘记密码? 51cto首页 | 博客 | 论坛 | 招聘
热点文章 IB客座主编(四)美国西蒙公..
 帮助

路由6.9.1配置ospf与验证


2008-04-20 23:58:27
 标签:配置 ospf    [推送到技术圈]

san1#show run
!
interface Loopback0
 ip address 192.168.31.11 255.255.255.255
!
interface FastEthernet0/0
 ip address 192.168.1.1 255.255.255.0
 ip ospf message-digest-key 1 md5 cisco
 ip ospf hello-interval 5
 no sh
!
router ospf 1
 area 0 authentication message-digest
 network 192.168.1.0 0.0.0.255 area 0
!
san2#show run
!
interface Loopback0
 ip address 192.168.31.22 255.255.255.255
!
interface FastEthernet0/0
 ip address 192.168.1.2 255.255.255.0
 ip ospf message-digest-key 1 md5 cisco
 ip ospf hello-interval 5
 no sh
!
router ospf 1
 area 0 authentication message-digest
 network 192.168.1.0 0.0.0.255 area 0
!
san3#show run
!
interface Loopback0
 ip address 192.168.31.33 255.255.255.255
!
interface FastEthernet0/0
 ip address 192.168.1.3 255.255.255.0
 ip ospf message-digest-key 1 md5 cisco
 ip ospf hello-interval 5
 no sh
!
router ospf 1
 area 0 authentication message-digest
 network 192.168.1.0 0.0.0.255 area 0
!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
show ip ospf nei 
show ip ospf nei de
show ip ospf int fa0/0
debug ip ospf events




    文章评论
 
 

发表评论

昵   称:
验证码:  点击图片可刷新验证码  博客过2级,无需填写验证码
内   容: