Options

cisco router network work help

599gtb599gtb Member Posts: 7 ■□□□□□□□□□
cisco router network help
I do not know how this should workicon_sad.gif
The only instructions on what I have
instructions here

- Different size networks
- A link between the network addresses are / 30 mask
- Use one routing protocol, for example. OSPF and RIPv2
- Your network includes a static router and the "Gateway of last resort

packter tracer version 6,1

this what I have done

router 3
gigabitethernet 0/0
192.168.1.10
255.255.255.252


gigabitethernet 0/1


192.10.0.1
255.255.255.128


gigabitethernet 0/2
192.100.0.1
255.255.255.128






router 2
gigabitethernet 0/0
192.168.1.9
255.255.255.252


gigabitethernet 0/1
192.168.1.6
255.255.255.252
gigabitethernet 0/2


192.168.5.1
255.255.255.248


router 0


fastethernet 0/0
192.168.1.1
255.255.255.252


fastethernet 0/1
192.168.1.5
255.255.255.252


router 2


gigabitethernet 0/0
192.168.1.2
255.255.255.252


gigabitethernet 0/1
192.160.0.1
255.255.255.0


gigabitethernet 0/2
192.168.1.13
255.255.255.252


router4
gigabitethernet 0/0
192.168.10.1
255.255.255.224


gigabitethernet 0/1
192.168.1.14
255.255.255.252


gigabitethernet 0/2
192.168.50.1
255.255.255.224

Comments

  • Options
    NetworkNewbNetworkNewb Member Posts: 3,298 ■■■■■■■■■□
    I get the following when I click on your attachment, "Invalid Attachment specified. If you followed a valid link, please notify the administrator"

    Do you need help setting up OSPF? Here is random link on OSPF I just googled...
    How to configure open shortest path first routing protocol
  • Options
    599gtb599gtb Member Posts: 7 ■□□□□□□□□□
    yes i need help setting up OSPF and static route and the "Gateway of last resort
  • Options
    599gtb599gtb Member Posts: 7 ■□□□□□□□□□
    is there any way how to
    i can post my packet tracer file in here?
    thanks everyone for helps
  • Options
    Jon_CiscoJon_Cisco Member Posts: 1,772 ■■■■■■■■□□
    Welcome to the forums!


    To post packet tracer you need to attach a link to another online storage site like dropbox I believe.

    As for setting up your protocols most members will want to see you start a configuration and then we can work through any errors with you. This helps keep everyone honest (no free homework assignments) and you will learn a lot more by attempting it first.

    Maybe post your logical addressing scheme so we can see if it makes sense? I see two router twos and I stopped reading there.
  • Options
    599gtb599gtb Member Posts: 7 ■□□□□□□□□□
  • Options
    599gtb599gtb Member Posts: 7 ■□□□□□□□□□
    I do not get to work that ospf thing and how i do gateway last resort?
  • Options
    Syntax_ninja*Syntax_ninja* Member Posts: 8 ■□□□□□□□□□
    You can set the gateway of last resort for packets that don't match a route in your routing table.

    You can set it be the exit interface or the next hop IP address. I recommend the exit interface because the next hop IP address will require a recursive lookup for the exit interface.

    example: ip route 0.0.0.0 0.0.0.0 (exit interface) or (Next hop IP)
  • Options
    599gtb599gtb Member Posts: 7 ■□□□□□□□□□
    So Will it go something like this
    ip route 192.10.0.1 0.0.0.172 ?
  • Options
    Syntax_ninja*Syntax_ninja* Member Posts: 8 ■□□□□□□□□□
    The syntax to set the gateway of last resort will be in global configuration mode (config t) # ip route 0.0.0.0 0.0.0.0 (exit interface or the ip address of the next hop which is the next router). The first set of zeros represent the network the second set of zeros represent the subnet mask you will actually put zeros because its basically saying anything within this network and subnet mask send it to this ip address (next router) or use the exit interface of that router that is connected to the next hop.

    example: ip route 0.0.0.0 0.0.0.0 s0/0/0 or 192.168.1.1 (next hop ip)
  • Options
    599gtb599gtb Member Posts: 7 ■□□□□□□□□□
    Take advantage of supernet (= route summary)
    what this does or (this is one packet tracer setting)?
    how can I get this done
Sign In or Register to comment.