IP HOST command cisco 2500, 2600
Armo
Mr. Nice Guy Is Dead,Only Aqua Remains Member
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 ;\
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 ;\
0
Comments
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.
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.
we have to build
3 routers
3 domain controlers
and 6 workstations
it fails so do i
I'd probably fail on the routers, and pass on the rest. Is it timed?