In article < >,
Adam Embrey <> wrote:
>Would it be possible to have two internal t1 csu/dsu wic interfaces
>each going to a separate ISP and basically use it as two logical
>routers sending data from one ethernet interface to one T1 and the
>other ethernet interface to the other.
Yes, you can do this with policy routing.
interface EthernetX
ip policy default-att
interface EthernetY
ip policy default-mci
route-map default-att permit 10
set default interface SerialX
route-map default-mci permit 10
set default interface SerialY
--
Barry Margolin,
Level(3), Woburn, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.