Options

hub and spoke frame relay help

TurK-FXTurK-FX Member Posts: 174
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)

Comments

  • Options
    kambalpogikambalpogi Member Posts: 38 ■■□□□□□□□□
    Did you already tried to configure this topology?
    let me see your configuration
  • Options
    mapletunemapletune Member Posts: 316
    yup, 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... =p
    Studying: vmware, CompTIA Linux+, Storage+ or EMCISA
    Future: CCNP, CCIE
  • Options
    NetworkVeteranNetworkVeteran 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?
  • Options
    TurK-FXTurK-FX Member Posts: 174
    Here 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 address
    Router2 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
    !
    !
    !
    end

    Router3 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
    !
    !
    !
    end
    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)
  • Options
    NetworkVeteranNetworkVeteran Member Posts: 2,338 ■■■■■■■■□□
    You've given us your car, but still no description of your problem.
  • Options
    NetworkVeteranNetworkVeteran 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.
  • Options
    Ltat42aLtat42a 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
  • Options
    TurK-FXTurK-FX Member Posts: 174
    Ltat42a wrote: »
    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
    thnx bro, i will get on top of that.
    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)
  • Options
    TurK-FXTurK-FX Member Posts: 174
    I 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.
    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)
Sign In or Register to comment.