当前位置: 移动技术网 > 网络运营>网络>协议 > ISIS OSPF双向重发布

ISIS OSPF双向重发布

2018年03月24日  | 移动技术网网络运营  | 我要评论

ISIS OSPF双向重发布

 

R1—-ISIS&OSPF—–R2

r1#sh run 

Building configuration…

Current configuration : 1558 bytes 

version 12.4 

service timestamps debug datetime msec 

service timestamps log datetime msec 

no service password-encryption 

hostname r1 

boot-start-marker 

boot-end-marker 

no aaa new-model 

memory-size iomem 5 

ip cef 

no ip domain lookup 

clns routing 

frame-relay switching 

interface Loopback0 

ip address 10.10.1.1 255.255.255.0 

ip router isis 

interface Loopback10 

no ip address 

interface Loopback100 

ip address 111.111.111.111 255.255.255.0 

interface FastEthernet0/0 

no ip address 

shutdown 

duplex auto 

speed auto 

interface Serial1/0 

no ip address 

shutdown 

serial restart-delay 0 

interface Serial1/1 

ip address 1.1.12.1 255.255.255.0 

ip router isis 

encapsulation frame-relay 

ip ospf network point-to-point 

serial restart-delay 0 

clock rate 64000 

clns router isis 

frame-relay map ip 1.1.12.2 102 broadcast 

frame-relay map clns 102 broadcast 

no frame-relay inverse-arp 

frame-relay intf-type dce 

interface Serial1/2 

no ip address 

shutdown 

serial restart-delay 0 

interface Serial1/3 

no ip address 

shutdown 

serial restart-delay 0 

router ospf 10 

log-adjacency-changes 

redistribute isis level-2 subnets 

network 1.1.12.1 0.0.0.0 area 0 

network 111.111.111.111 0.0.0.0 area 0 

router isis 

net 49.1111.1111.1111.00 

is-type level-2-only 

metric-style wide 

redistribute ospf 10 metric 100 

ip http server 

no ip http secure-server 

control-plane 

!         

line con 0 

exec-timeout 0 0 

logging synchronous 

line aux 0 

line vty 0 4 

end

r2#sh run 

Building configuration…

Current configuration : 1432 bytes 

version 12.4 

service timestamps debug datetime msec 

service timestamps log datetime msec 

no service password-encryption 

hostname r2 

boot-start-marker 

boot-end-marker 

no aaa new-model 

memory-size iomem 5 

ip cef 

no ip domain lookup 

clns routing 

interface Loopback10 

ip address 11.11.2.2 255.255.255.0 

ip router isis 

interface Loopback11 

ip address 222.222.222.222 255.255.255.0 

interface FastEthernet0/0 

no ip address 

shutdown 

duplex auto 

speed auto 

interface Serial1/0 

ip address 1.1.12.2 255.255.255.0 

ip router isis 

encapsulation frame-relay 

ip ospf network point-to-point 

serial restart-delay 0 

clock rate 64000 

clns router isis 

frame-relay map ip 1.1.12.1 102 broadcast 

frame-relay map clns 102 broadcast 

no frame-relay inverse-arp 

!         

interface Serial1/1 

no ip address 

shutdown 

serial restart-delay 0 

interface Serial1/2 

no ip address 

shutdown 

serial restart-delay 0 

interface Serial1/3 

no ip address 

shutdown 

serial restart-delay 0 

router ospf 10 

log-adjacency-changes 

redistribute isis level-2 subnets 

network 1.1.12.2 0.0.0.0 area 0 

network 222.222.222.222 0.0.0.0 area 0 

router isis 

net 49.1111.2222.2222.00 

is-type level-2-only 

metric-style wide 

redistribute ospf 10 metric 100 

ip http server 

no ip http secure-server 

control-plane 

!         

line con 0 

line aux 0 

line vty 0 4 

end

如对本文有疑问, 点击进行留言回复!!

相关文章:

验证码:
移动技术网