|
Posted by Evolution on April 7, 2006, 10:36 am
If you were Registered and logged in, you could reply and use other advanced thread options
My EIGRP knowledge is limited. I was wondering if one of you Cisco
geniuses could help me with my configuration. First I have a scenario
here. My corporate office has a Layer 3 Switch with multiple VLANs
configured, however they want to setup a router at a DR Site. They
purchased two routers which will be connected via a DS3 for transport
to the DR Site. Is it possible to have a VLAN - 10.2.0.0 configured on
the L3 Switch, and have it route over and be accessible at the DR Site.
I would use say 10.4.2.1 and 10.4.2.2 for the Serial Interfaces, is it
possible to use EIGRP in such a scenario. I know my question is vague,
but if anyone can help, that would be great.
Here is the Diagram Link:
http://img135.imageshack.us/img135/7629/ciscoeigrplink2mh.jpg
|

| |
Posted by Merv on April 7, 2006, 10:57 am
If you were Registered and logged in, you could reply and use other advanced thread options
Yes that setup is possible using EIGRP
|
|
Posted by Merv on April 7, 2006, 11:11 am
If you were Registered and logged in, you could reply and use other advanced thread options Some switches also support routed interface
Pick a test port and see if 4506 will accept the following
int <interface>
no switchport
ip address ....
exit
sho int <interface> status ! see if it says 'routed"
#sh int fa 11/1 switch
Name: Fa11/1
Switchport: Disabled
#sh int fa 11/1 status
Port Name Status Vlan Duplex Speed Type
Fa11/1 connected routed a-full a-100
10/100BaseTX
#sh run int fa 11/1
Building configuration...
Current configuration : 68 bytes
!
interface FastEthernet11/1
ip address x.x.x.60 255.255.0.0
end
|
|
Posted by Merv on April 7, 2006, 11:20 am
If you were Registered and logged in, you could reply and use other advanced thread options If you want to extended a VLAN (10.2.0.0/16) from your HQ to the DRP
site, then you would have to bridge that VLAN across the DS3 link which
is possible
|
|
Posted by Evolution on April 7, 2006, 12:07 pm
If you were Registered and logged in, you could reply and use other advanced thread options how can i bridge the vlan?
|
| Similar Threads | Posted | | EIGRP, Want to prevent any EIGRP traffic to a interface | January 23, 2006, 11:58 am |
| EIGRP, GRE and MTU | December 17, 2004, 10:41 pm |
| CEF and EIGRP | April 4, 2005, 7:03 am |
| EIGRP and VRF | March 29, 2006, 3:30 pm |
| BGP and EIGRP | April 21, 2008, 5:13 am |
| bgp redistribution into Eigrp | November 22, 2004, 8:29 pm |
| OSPF vs. EIGRP | April 1, 2005, 12:57 pm |
| DSL, T1, GRE, EIGRP Failover | July 5, 2005, 8:39 am |
| EIGRP and OSPF | July 24, 2005, 11:42 pm |
| crypto map eigrp help | September 12, 2005, 12:09 pm |
|
|