Hi, it has been a long time since I practice for my TSHOOT exams, so I decided today to do another lab. Now I'm stuck on the OSPF and EIGRP Redistribute. I'm able to ping from EIGRP to only Area 34 network and I'm able to ping from EIGRP to OSPF 34 network. This is the link of my topology
Tshoot Lab | Flickr - Photo Sharing! .
R4 Config
ROUTER_4#sh run
Building configuration...
Current configuration : 1450 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname ROUTER_4
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$obB1$QxAojMa08a92QoNhX2k3t.
!
no aaa new-model
memory-size iomem 5
!
!
ip cef
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Serial0/0
no ip address
encapsulation frame-relay
serial restart-delay 0
frame-relay lmi-type ansi
!
interface Serial0/0.1 point-to-point
ip address 10.1.1.10 255.255.255.252
frame-relay interface-dlci 304
!
interface Serial0/1
no ip address
shutdown
serial restart-delay 0
!
interface Serial0/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial0/3
no ip address
shutdown
serial restart-delay 0
!
interface FastEthernet1/0
ip address 10.1.4.5 255.255.255.252
duplex auto
speed auto
!
interface FastEthernet2/0
ip address 10.1.4.9 255.255.255.252
duplex auto
speed auto
!
router eigrp 10
redistribute ospf 1 metric 1500 10 255 255 1500
network 10.1.4.4 0.0.0.3
network 10.1.4.8 0.0.0.3
no default-information in
no default-information out
auto-summary
!
router ospf 1
log-adjacency-changes
area 34 nssa no-summary
redistribute eigrp 10 subnets
network 10.1.1.8 0.0.0.3 area 34
!
ip http server
no ip http secure-server
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
line aux 0
line vty 0
password cisco
login
line vty 1 4
login
!
!
end
Router 3 Config
ROUTER_3#sh run
Building configuration...
Current configuration : 1142 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname ROUTER_3
!
boot-start-marker
boot-end-marker
!
enable password cisco
!
no aaa new-model
memory-size iomem 5
!
!
ip cef
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Serial0/0
no ip address
encapsulation frame-relay
serial restart-delay 0
!
interface Serial0/0.1 point-to-point
ip address 10.1.1.6 255.255.255.252
frame-relay interface-dlci 302
!
interface Serial0/0.2 point-to-point
ip address 10.1.1.9 255.255.255.252
frame-relay interface-dlci 303
!
interface Serial0/1
no ip address
shutdown
serial restart-delay 0
!
interface Serial0/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial0/3
no ip address
shutdown
serial restart-delay 0
!
router ospf 1
log-adjacency-changes
area 34 nssa no-summary
network 10.1.1.4 0.0.0.3 area 0
network 10.1.1.8 0.0.0.3 area 34
!
ip http server
no ip http secure-server
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
line aux 0
line vty 0
password cisco
login
line vty 1 4
login
!
!
end
DSW1 Config
DSW1#sh run
Building configuration...
Current configuration : 2346 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname DSW1
!
boot-start-marker
boot-end-marker
!
no logging console
enable secret 5 $1$ohlO$Ey03qrWJqAjGFY9Vzsj19/
!
no aaa new-model
memory-size iomem 5
!
!
ip cef
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
vtp file nvram:valan.dat
!
!
!
!
!
!
!
interface Port-channel1
switchport trunk native vlan 200
switchport trunk allowed vlan 1,2,10,200,1002-1005
switchport mode trunk
!
interface Port-channel2
switchport trunk native vlan 200
switchport trunk allowed vlan 1,2,20,200,1002-1005
switchport mode trunk
!
interface FastEthernet0/0
no switchport
ip address 10.1.4.6 255.255.255.252
!
interface FastEthernet0/1
switchport trunk native vlan 200
switchport trunk allowed vlan 1,2,10,200,1002-1005
switchport mode trunk
channel-group 1 mode on
!
interface FastEthernet0/2
switchport trunk native vlan 200
switchport trunk allowed vlan 1,2,10,200,1002-1005
switchport mode trunk
channel-group 1 mode on
!
interface FastEthernet0/3
switchport trunk native vlan 200
switchport trunk allowed vlan 1,2,20,200,1002-1005
switchport mode trunk
channel-group 2 mode on
!
interface FastEthernet0/4
switchport trunk native vlan 200
switchport trunk allowed vlan 1,2,20,200,1002-1005
switchport mode trunk
channel-group 2 mode on
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
no switchport
ip address 10.2.4.13 255.255.255.252
!
interface FastEthernet0/15
!
interface FastEthernet1/0
no ip address
shutdown
duplex auto
speed auto
!
interface Vlan1
no ip address
!
interface Vlan10
ip address 10.2.1.1 255.255.255.0
!
interface Vlan20
ip address 10.2.2.2 255.255.255.0
!
interface Vlan200
ip address 192.168.1.129 255.255.255.224
!
router eigrp 10
network 10.1.1.4 0.0.0.3
network 10.2.1.0 0.0.0.255
network 10.2.2.0 0.0.0.255
network 192.168.1.128 0.0.0.31
auto-summary
!
ip http server
no ip http secure-server
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
line aux 0
line vty 0
password cisco
login
line vty 1 4
login
!
!
end