alright, i'm a bit confused with the the the "network" command.
let's say I have a Cisco 2500 series router, with 2 ethernet ports and 2 serial ports.
the e0 is connected to a switch, s0 is connected to a router and s1 is connected to a router.
now... say i want to run igrp... what would the networks be?
e0 = 152.1.1.1
s0 = 206.1.1.1
s1 = 228.1.1.1
in the script would I have the following?
network 152.1.1.0
network 206.1.1.0
network 228.1.1.0
or would I ommit the e0 network, because igrp communicates only through the serial links?
I don't know if this made any sense... so if i've lost you i'll try and explain again.
the reason i'm asking is because I am not entirely sure how to setup a router... I know IGRP is a routing protocol that deals with tables and i know routers primarily communiate their tables through their serial links, so i'm not sure if you need to include the ethernet network.