分类: 系统运维
2012-08-06 13:54:33
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