CCIE Lab备战实验配置之三_CCIE
hostname ingo.sitamoht.com
service password-encryption
enable password ihatecisco
username michel password ihatecisco
ip routing
ip subnet-zero
interface ethernet 1
ip address 192.168.3.1 255.255.255.0
no shutdown
interface ethernet 0
ip address 192.168.4.1 255.255.255.0
no shutdown
interface serial 0
ip address 192.168.5.2 255.255.255.0
encapsulation frame-relay ietf
frame-relay lmi-type ansi
frame-relay map ip 192.168.5.1 100 broadcast
no keepalives
ip ospf network point-to-multipoint
no shutdown
interface serial 1
ip address 192.168.2.2 255.255.255.0
encapsulation frame-relay ietf
frame-relay lmi-type ansi
frame-relay map ip 192.168.2.1 200 broadcast
no keepalives
ip ospf network point-to-multipoint
no shutdown
router ospf 30
network 192.168.5.0 0.0.0.255 area 0
network 192.168.2.0 0.0.0.255 area 0
network 192.168.4.0 0.0.0.255 area 2
network 192.168.3.0 0.0.0.255 area 3
line con 0
login local
line vty 0 4
login local
_______________________________________________________
hostname knuckle.sitamoht.com
service password-encryption
enable password ihatecisco
username michel password ihatecisco
ip routing
ip subnet-zero
interface ethernet 0/0
ip address 192.168.7.1 255.255.255.0
no shutdown
interface ethernet 0/1
ip address 192.168.6.1 255.255.255.0
no shutdown
interface ethernet 0/2
ip address 192.168.4.2 255.255.255.0
no shutdown
interface serial 2/0
ip address 192.168.5.1 255.255.255.0
encapsulation frame-relay ietf
frame-relay lmi-type ansi
frame-relay map ip 192.168.5.2 100 broadcast
no keepalives
ip ospf network point-to-multipoint
no shutdown
access-list 1 permit 192.168.6.0 0.0.0.255
access-list 1 deny any
access-list 2 permit 192.168.7.0 0.0.0.255
access-list 2 deny any
access-list 3 permit 192.168.1.0 0.0.4.255
access-list 3 deny any
router ospf 20
redistribute eigrp 90 metric 5 metric-type 1 2 subnets
redistrubute igrp 80 metrci 5 metric-type 1 2 subnets
network 192.168.5.0 0.0.0.255 area 0
network 192.168.4.0 0.0.0.255 area 2
distribute-list 1 out eigrp 90
distribute-list 2 out igrp 80
router eigrp 90
redistribute igrp 80 metric 100000 1 255 1 1500
redistrubute ospf 20 metric 100000 1 255 1 1500
network 192.168.6.0
no auto-summary
distribute-list 2 out igrp 80
distribute-list 3 out ospf 20
router igrp 80
redistribute eigrp 90 metric 100000 1 255 1 1500
redistrubute ospf 20 metric 100000 1 255 1 1500
network 192.168.7.0
no auto-summary
distribute-list 1 out eigrp 90
distribute-list 3 out ospf 20
line con 0
login local
line vty 0 4
login local
________________________________________________
hostname gohma.sitamoht.com
service password-encryption
enable password ihatecisco
username michel password ihatecisco
ip routing
ip subnet-zero
interface ethernet 0
ip address 192.168.7.2 255.255.255.0
no shutdown
router igrp 80
network 192.168.7.0
no auto-summary
line con 0
login local
line vty 0 4
login local
________________________________________________
hostname bongo.sitamoht.com
service password-encryption
enable password ihatecisco
username michel password ihatecisco
ip routing
ip subnet-zero
interface serial 0
ip address 192.168.2.1 255.255.255.0
encapsulation frame-relay ietf
frame-relay lmi-type ansi
frame-relay map ip 192.168.2.2 200 broadcast
no keepalives
ip ospf point-to-multipoint
no shutdown
interface fddi 0
ip address 192.168.1.1 255.255.255.0
early-token-release
no shutdown
router ospf 10
network 192.168.1.0 0.0.0.255 area 1
network 192.168.2.0 0.0.0.255 area 0
line con 0
login local
line vty 0 4
login local