Chinaunix首页 | 论坛 | 博客
  • 博客访问: 852842
  • 博文数量: 275
  • 博客积分: 3904
  • 博客等级: 中校
  • 技术积分: 4605
  • 用 户 组: 普通用户
  • 注册时间: 2012-04-17 21:10
文章分类

全部博文(275)

文章存档

2014年(9)

2013年(124)

2012年(142)

分类: 系统运维

2013-01-28 13:00:46

R1#show run

hostname R1

no domain lookup

!       

interface Ethernet0/0

ip address 172.16.5.1 255.255.255.128

half-duplex             

interface Serial1/0

no ip address

encapsulation

serial restart-delay 0

!        

interface Serial1/0.1 multipoint

ip address 192.168.1.1 255.255.255.248

no ip split-horizon eigrp 1

frame-relay map ip 192.168.1.2 100 broadcast

frame-relay map ip 192.168.1.3 200 broadcast

!        

interface Serial1/0.2 point-to-point

ip address 192.168.2.1 255.255.255.0

ip summary-address eigrp 1 192.168.1.0 255.255.255.0 5

ip summary-address eigrp 1 172.16.5.0 255.255.255.0 5

frame-relay interface-dlci 300  

!      

router eigrp 1

network 172.16.0.0

network 192.168.1.0

network 192.168.2.0

no auto-summary

!             

line con 0

exec-timeout 0 0

logging synchronous

R2#show run

hostname R2

no ip domain lookup             

interface Ethernet0/0

ip address 172.16.6.1 255.255.255.0

half-duplex       

interface Serial1/0

ip address 192.168.1.2 255.255.255.248

encapsulation frame-relay

serial restart-delay 0

frame-relay map ip 192.168.1.1 100 broadcast

frame-relay map ip 192.168.1.3 100 broadcast    

router eigrp 1

network 172.16.0.0

network 192.168.1.0

no auto-summary

eigrp stub connected

       

line con 0

exec-timeout 0 0

logging synchronous

R3#show run

hostname R3

no ip domain lookup!    

interface Ethernet0/0

ip address 172.16.3.1 255.255.255.0

half-duplex      

interface Serial1/0

ip address 192.168.1.3 255.255.255.248

encapsulation frame-relay

serial restart-delay 0

frame-relay map ip 192.168.1.1 200 broadcast

frame-relay map ip 192.168.1.2 200 broadcast

!        

router eigrp 1

network 172.16.0.0

network 192.168.1.0

no auto-summary

eigrp stub connected

!        

line con 0

exec-timeout 0 0

logging synchronous

R4#show run

hostname R4

no ip domain lookup    

interface Ethernet0/0

ip address 172.16.2.1 255.255.255.0

half-duplex

!           

interface Serial1/0

ip address 192.168.2.2 255.255.255.0

encapsulation frame-relay

serial restart-delay 0

frame-relay interface-dlci 300

!

router eigrp 1

redistribute rip

network 172.16.0.0

network 192.168.2.0

default-metric 1544 100 254 1 1500

no auto-summary

!        

router rip

redistribute eigrp 1

network 172.16.0.0

default-metric 4

!         

line con 0

exec-timeout 0 0

logging synchronous

R5#show run

hostname R5

!

no ip domain lookup

interface Ethernet0/0

ip address 172.16.2.2 255.255.255.0

half-duplex

!        

router rip

network 172.16.0.0

line con 0

exec-timeout 0 0

logging synchronous

阅读(1120) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~