hub and spoke frame relay help
TurK-FX
Member Posts: 174
in CCNA & CCENT
I am trying to create this hub and spoke frame relay. so i can follow and practice what Chris Bryant does in his videos. But i seem to fail somewhere. Can any1 help me with the commands, so i can compare what i did wrong? I am trying to statically configure to follow his static routing video
WGU classes: Transferred -> AGC1, CLC1, TBP1, CJC1, BVC1, C278, CRV1, IWC1, IWT1, C246, C247, C132, C164, INC1, C277. Appealed -> WFV1 and C393.
What is Left to take - > EUP1, EUC1, C220, C221, BNC1, GC1, C299, CTV1, DJV1, DHV1, CUV1, CJV1, TPV1, C394
Currently Studying -> CCNA security (Designing Customized Security & Security)
What is Left to take - > EUP1, EUC1, C220, C221, BNC1, GC1, C299, CTV1, DJV1, DHV1, CUV1, CJV1, TPV1, C394
Currently Studying -> CCNA security (Designing Customized Security & Security)
Comments
-
kambalpogi Member Posts: 38 ■■□□□□□□□□Did you already tried to configure this topology?
let me see your configuration -
mapletune Member Posts: 316yup, if you have any questions dealing with topology and configuration, it's best to just post your lab configs here. It helps us identify what the problem is, and could lead to solving your problem in a more timely manner.
that said, don't post any sensitive information on a public forum... =pStudying: vmware, CompTIA Linux+, Storage+ or EMCISA
Future: CCNP, CCIE -
NetworkVeteran Member Posts: 2,338 ■■■■■■■■□□Yes, obviously the first step would be to accurately describe the issue you're experiencing. The second step would be to provide the actual device configurations.
OP> But i seem to fail somewhere.
Imagine you visit your mechanic. When he asks you what's wrong with your car, you say, "But i seem to fail somewhere." What do you imagine he would say? -
TurK-FX Member Posts: 174Here are configs, i am in my ICND1 study, so dont laugh at me pls
I tried as much as my knowledge goes.
Also, i did not put R1`s bolded frame-relay map ip commands, i dont know how they showed up there. I tried to disable them, i put no in front, but it didnt work.interface FastEthernet0/0
R1 running config
no ip address
duplex auto
speed auto
shutdown
!
interface FastEthernet1/0
no ip address
duplex auto
speed auto
shutdown
!
interface Serial2/0
ip address 172.12.123.1 255.255.255.0
encapsulation frame-relay
frame-relay map ip 10.1.123.2 102 broadcast
frame-relay map ip 10.1.123.3 103 broadcast
clock rate 64000
!
interface Serial3/0
no ip address
shutdown
!
interface FastEthernet4/0
no ip address
shutdown
!
interface FastEthernet5/0
no ip addressRouter2 running config
interface Loopback0
ip address 2.2.2.2 255.255.255.0
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
shutdown
!
interface FastEthernet1/0
no ip address
duplex auto
speed auto
shutdown
!
interface Serial2/0
ip address 172.12.123.2 255.255.255.0
clock rate 64000
!
interface Serial3/0
no ip address
shutdown
!
interface FastEthernet4/0
no ip address
shutdown
!
interface FastEthernet5/0
no ip address
shutdown
!
ip classless
!
!
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
!
endRouter3 running config
interface Loopback0
ip address 3.3.3.3 255.255.255.0
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
shutdown
!
interface FastEthernet1/0
no ip address
duplex auto
speed auto
shutdown
!
interface Serial2/0
ip address 172.12.123.3 255.255.255.0
clock rate 64000
!
interface Serial3/0
no ip address
shutdown
!
interface FastEthernet4/0
no ip address
shutdown
!
interface FastEthernet5/0
no ip address
shutdown
!
ip classless
ip route 2.2.2.0 255.255.255.0 172.12.123.1
!
!
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
!
endWGU classes: Transferred -> AGC1, CLC1, TBP1, CJC1, BVC1, C278, CRV1, IWC1, IWT1, C246, C247, C132, C164, INC1, C277. Appealed -> WFV1 and C393.
What is Left to take - > EUP1, EUC1, C220, C221, BNC1, GC1, C299, CTV1, DJV1, DHV1, CUV1, CJV1, TPV1, C394
Currently Studying -> CCNA security (Designing Customized Security & Security) -
NetworkVeteran Member Posts: 2,338 ■■■■■■■■□□You've given us your car, but still no description of your problem.
-
NetworkVeteran Member Posts: 2,338 ■■■■■■■■□□I will describe the problems/solutions without providing exact commands--
L2
1. Your hub is speaking frame-relay while your spokes are speaking cHDLC.
2. R2 doesn't know what DLCI to use to reach R3 and vice-versa. This is not necessarily a problem, but has implications for spoke-to-spoke connectivity.
L3
3. R3 is sending packets for 2.2.2.0/24 to R1, but R1 is unaware of that network.
Suggestion:
Learn static routes on an Ethernet topology; learn Frame Relay using dynamic routing; then combine them together. Trying to learn two things you don't understand at the same time makes it harder for you to grasp what's happening or to debug the issues yourself. Good luck, mate. -
Ltat42a Member Posts: 587 ■■■□□□□□□□Here is Chris Bryant's tutorial on Frame Relay -
Frame Relay Switch Configuration For Cisco Lab
Here's a video series on configuring Frame Relay. This is done in Packet Tracer -
Cisco CCNA 4 - Accessing the WAN - YouTube
hth -
TurK-FX Member Posts: 174Here is Chris Bryant's tutorial on Frame Relay -
Frame Relay Switch Configuration For Cisco Lab
Here's a video series on configuring Frame Relay. This is done in Packet Tracer -
Cisco CCNA 4 - Accessing the WAN - YouTube
hthWGU classes: Transferred -> AGC1, CLC1, TBP1, CJC1, BVC1, C278, CRV1, IWC1, IWT1, C246, C247, C132, C164, INC1, C277. Appealed -> WFV1 and C393.
What is Left to take - > EUP1, EUC1, C220, C221, BNC1, GC1, C299, CTV1, DJV1, DHV1, CUV1, CJV1, TPV1, C394
Currently Studying -> CCNA security (Designing Customized Security & Security) -
TurK-FX Member Posts: 174I come across to this lab when i was watching the TrainSignal(Chris Bryant`s) ICND1 study, part: Static Routing. I wanted to do what he is doing in the video, but he is kind of start to video in the middle. He already set up that DLCI stuff. I will finish the second part of the video and read the similar chapter on Wendel Odom`s book before i move on.NetworkVeteran wrote: »I will describe the problems/solutions without providing exact commands--
L2
1. Your hub is speaking frame-relay while your spokes are speaking cHDLC.
2. R2 doesn't know what DLCI to use to reach R3 and vice-versa. This is not necessarily a problem, but has implications for spoke-to-spoke connectivity.
L3
3. R3 is sending packets for 2.2.2.0/24 to R1, but R1 is unaware of that network.
Suggestion:
Learn static routes on an Ethernet topology; learn Frame Relay using dynamic routing; then combine them together. Trying to learn two things you don't understand at the same time makes it harder for you to grasp what's happening or to debug the issues yourself. Good luck, mate.WGU classes: Transferred -> AGC1, CLC1, TBP1, CJC1, BVC1, C278, CRV1, IWC1, IWT1, C246, C247, C132, C164, INC1, C277. Appealed -> WFV1 and C393.
What is Left to take - > EUP1, EUC1, C220, C221, BNC1, GC1, C299, CTV1, DJV1, DHV1, CUV1, CJV1, TPV1, C394
Currently Studying -> CCNA security (Designing Customized Security & Security)