Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
|||||||||||||
|
Posted by on March 9, 2007, 1:25 pm
Please log in for more thread options I am not a router guy but am in need of some quick assistance. We have a Cisco 3640 router, with one LAN interface and one Fast Ethernet WAN interface. We currently have two small net blocks on one circuit. We are migrating to a new circuit with a completely different net block and will be adding a second WAN interface during the cutover. We will need the two WAN interfaces up while we migrate servers over to the new circuit / new IP block so this is not a BGP scenario. My question is this, how do we configure our router's interfaces and default routes to point to the correct associated interface? Here is our current config. interface Ethernet0/0 ip address 66.239.93.194 255.255.255.252 full-duplex no mop enabled ! interface Ethernet0/1 bandwidth 10000 ip address 67.106.113.1 255.255.255.128 secondary ip address 205.158.167.129 255.255.255.224 full-duplex no mop enabled ! no ip http server no ip http secure-server ip route 0.0.0.0 0.0.0.0 66.239.93.193 Any help is greatly appreciated | |||||||||||||
|
Posted by Barry Margolin on March 9, 2007, 9:11 pm
Please log in for more thread options Use policy routing, so that traffic is sent to the appropriate default route depending on the source address. >
> > interface Ethernet0/0 > ip address 66.239.93.194 255.255.255.252 > full-duplex > no mop enabled > ! > interface Ethernet0/1 > bandwidth 10000 > ip address 67.106.113.1 255.255.255.128 secondary > ip address 205.158.167.129 255.255.255.224 > full-duplex > no mop enabled > ! > no ip http server > no ip http secure-server > ip route 0.0.0.0 0.0.0.0 66.239.93.193 > > > Any help is greatly appreciated -- Barry Margolin, barmar@alum.mit.edu Arlington, MA *** PLEASE post questions in newsgroups, not directly to me *** *** PLEASE don't copy me on replies, I'll read them in the group *** | |||||||||||||
| Similar Threads | Posted |
| routing question: configuring 2 FE interfaces NON BGP configuration | March 9, 2007, 1:25 pm |
| Configuring Routed Interfaces on 3750 Switch | July 18, 2007, 11:45 pm |
| PIX same Vlan configuration on both interfaces | October 27, 2006, 3:18 am |
| five interfaces configuration with pix515e | November 19, 2006, 10:52 am |
| Routing with multiple Interfaces | November 30, 2006, 4:03 pm |
| Routing between ethernet interfaces on 1605r | September 18, 2006, 4:59 pm |
| Routing between two interfaces ISR 1801 issue | November 20, 2007, 1:22 pm |
| Cisco 3620, interfaces question | April 25, 2006, 4:24 pm |
| Newbie Question: 802.1q and VLAN interfaces on 877w | July 21, 2007, 7:57 am |
| E1 Configuration question | September 8, 2006, 3:31 pm |
| configuration question | October 23, 2006, 7:46 pm |
| 871 configuration question | January 11, 2007, 1:23 am |
| PAT/NAT ACL configuration question | May 6, 2008, 11:23 am |
| [very simple question] configuration | December 17, 2005, 9:23 am |
| tacplus configuration question | May 11, 2007, 10:30 pm |

routing question: configuring 2 FE interfaces NON BGP configuration
Yahoo!
Windows Live
del.icio.us
digg
Netscape 


>
> I am not a router guy but am in need of some quick assistance. We
> have a Cisco 3640 router, with one LAN interface and one Fast Ethernet
> WAN interface. We currently have two small net blocks on one
> circuit. We are migrating to a new circuit with a completely
> different net block and will be adding a second WAN interface during
> the cutover. We will need the two WAN interfaces up while we migrate
> servers over to the new circuit / new IP block so this is not a BGP
> scenario.
>
> My question is this, how do we configure our router's interfaces and
> default routes to point to the correct associated interface? Here is
> our current config.