PDA

Επιστροφή στο Forum : EIRP over Frame Relay



JohnF
01-03-12, 21:37
Σας παραθέτω το topology και ενδεικτικά running configs

R1

interface Loopback0
ip address 192.168.1.1 255.255.255.0
!
interface FastEthernet0/0
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/0
bandwidth 128
no ip address
encapsulation frame-relay IETF
clock rate 2000000
!
interface Serial0/0.1 point-to-point
description FR to WAN1
ip address 192.168.253.1 255.255.255.0
frame-relay interface-dlci 101
!
interface Serial0/0.2 point-to-point
ip address 192.168.254.1 255.255.255.0
frame-relay interface-dlci 102
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/1
no ip address
shutdown
clock rate 2000000
!
router eigrp 10
network 192.168.0.0
auto-summary
eigrp stub connected
!
ip classless
!
!
no 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
login
!
!
end


WAN1


interface FastEthernet0/0
ip address 192.168.252.1 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0
no ip address
encapsulation frame-relay
clock rate 2000000
!
interface Serial0/0.1 multipoint
bandwidth 512
ip address 192.168.253.254 255.255.255.0
frame-relay interface-dlci 101
frame-relay interface-dlci 102
frame-relay interface-dlci 103
frame-relay interface-dlci 104
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/1
no ip address
shutdown
clock rate 2000000
!
interface Serial0/2
no ip address
shutdown
clock rate 2000000
!
router eigrp 10
network 192.168.0.0
auto-summary
!
ip classless
!
!
no ip http server
no ip http secure-server
!
access-list 100 permit eigrp any any
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
logging synchronous
line aux 0
line vty 0 4
login
!
!
end


Το πρόβλημα είναι πως δεν γίνονται neigbors o R1 (και ο 2 ,3,4) με τους WAN Routers
Aπό την μεριά των Routers υπάρχουν 2 PVC 101 και 102 προς WAN 1 και 2 αντίστοιχα. Τα subinterfaces των router είναι point-to-point και των WAN Multipoint. Ping κάνουν όλοι προς όλους . Καμιά ιδέα ? Μήπως είναι bug του GNS ?

JohnF
01-03-12, 22:11
Solved ! Συγγνώμη για το post. H λύση είναι η εξής : Bάζοντας στο network statement network 192.168.0.0 , έκανε summarize στο classful 192.168.0.0/24 που δεν υπάρχει. Απλά άλλαξα το statement ως εξής network 192.168.0.0 0.0.255.255. Eίναι οκ!

Το περίεργο είναι πως κατέβασα τα configs των router για το Lab , και είναι λάθος

@ ADSLgr.com All rights reserved.