IP HOST command cisco 2500, 2600

ArmoArmo Mr. Nice Guy Is Dead,Only Aqua Remains Member
edited July 2004 in Science & Tech
we have 2 cisco 2500 series routers and 1 2500 series routers that we need to connect with out using the CDP. the routes will be staticly assigned but i dont remember which commands i should use.

i can use either the IP ROUTE and have about 7 routes per router

or i can use IP HOST, but i cant remember how to do ti or which interface IP's to use ;\

Comments

  • ThraxThrax 🐌 Austin, TX Icrontian
    edited July 2004
    Well, if they're connect to ethernet ports you're going to type..

    Router# config
    Router(Config)# int e0
    Router(Config)# int e1
    ...
    Router(Config)# int e24

    For whatever port you want to apply your settings to.

    To apply static routing, you must give an interface an IP address, to do so go to an interface as shown above, then do this:

    Router(config-if)#ip address (IP Address) (Subnet mask)
    Router(config-if)#no shutdown
    Router(config-if)#ctrl-Z
    Router#

    Then to establish a route to the next router:

    Router#config
    Router(config)#ip route (Destination IP) (Destination Subnet Mask) (Source IP)

    Router# copy run start

    To save.
  • ArmoArmo Mr. Nice Guy Is Dead,Only Aqua Remains Member
    edited July 2004
    i know all that, but i neeed the syntax and the exact layout of the IP HOST command and what ip to use be it the interface or the device on the interface
  • ThraxThrax 🐌 Austin, TX Icrontian
    edited July 2004
    Gotcha.

    router(config)#ip host (An alias for the IP (Chicago for example)) (IP Address (I think for that router))

    router(config)#end

    router#show hosts

    You can add up to 8 IPs to a host name (Chicago). Just enter them on separate lines.
  • ArmoArmo Mr. Nice Guy Is Dead,Only Aqua Remains Member
    edited July 2004
    do i have to turn any other protocol on for that to work, its been like 3 years
  • ThraxThrax 🐌 Austin, TX Icrontian
    edited July 2004
    I'm not absolutely certain, but I'm pretty sure the answer is no.
  • ArmoArmo Mr. Nice Guy Is Dead,Only Aqua Remains Member
    edited July 2004
    oh man, our final is hellacious, im project manager

    we have to build
    3 routers
    3 domain controlers
    and 6 workstations

    it fails so do i
  • ThraxThrax 🐌 Austin, TX Icrontian
    edited July 2004
    Rough. Much worse than what I had to go through. Best of luck.

    I'd probably fail on the routers, and pass on the rest. Is it timed?
  • ArmoArmo Mr. Nice Guy Is Dead,Only Aqua Remains Member
    edited July 2004
    no we got about 3 days, if we can get the routers working properly it will be a snap, but only 2 people have done routers, me and some 1 else, and we both did it years ago, so its gonna be rough
Sign In or Register to comment.