|
Posted by Merv on April 20, 2007, 4:42 pm
If you were Registered and logged in, you could reply and use other advanced thread options
> All right guys I am totally brain dead today.
> I am in need of assistance with routing metrics. My company just
> added a satellite internet fail over for internet service in case our
> cable modem goes down. I need to keep this as simple as possible. I
> can't run BGP or dial backup asneither the cable modem nor the sat
> modem support these.
>
> The setup is a cisco into a 5 port switch via FE 0/0
> cable modem and sat modem into the same 5 port switch
> This unfortunately can't be changed, it needs to stay this way for
> now.
> Serial0/0 into LAN gateway.
> The soul purpose of this router is for internet fail over processing.
>
> This is what my router currently looks like.
> IOS 12.3
> interface FastEthernet0/0
> description $WAN$
> ip address 66.181.50.122 255.255.255.248 secondary <----ip for sat
> ip address 66.169.235.226 255.255.255.248 <---ip for
> cable
> ip policy route-map gcd
> speed 100
> full-duplex
> no cdp enable
> no mop enabled
> !
> interface Serial0/0
> description $LAN$
> ip address 192.168.254.1 255.255.255.248 <--- to LAN Gateway
> speed 100
> full-duplex
> no cdp enable
> !
> router rip
> version 2
> network 192.168.254.1
>
> Im sure this looks totally wrong but if someone could give me a brief
> example or a link to a web site i would be GREATLY appreciative.
>
> Thanks you in advance
|