Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > EIGRP Help

Reply
Thread Tools

EIGRP Help

 
 
Evolution
Guest
Posts: n/a
 
      04-07-2006
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/7...grplink2mh.jpg

 
Reply With Quote
 
 
 
 
Merv
Guest
Posts: n/a
 
      04-07-2006
Yes that setup is possible using EIGRP

 
Reply With Quote
 
 
 
 
Merv
Guest
Posts: n/a
 
      04-07-2006
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

 
Reply With Quote
 
Merv
Guest
Posts: n/a
 
      04-07-2006
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

 
Reply With Quote
 
Evolution
Guest
Posts: n/a
 
      04-07-2006
how can i bridge the vlan?

 
Reply With Quote
 
Merv
Guest
Posts: n/a
 
      04-07-2006

Evolution wrote:
> how can i bridge the vlan?


In the diagram that you posted it looks like you are only intending on
having one VLAN at the DRP site - is that the cae and are you sure that
will will not want add others VLANS now or in the future.

 
Reply With Quote
 
Evolution
Guest
Posts: n/a
 
      04-11-2006
I'll just use EIGRP then to route. You're right. May want to expand
into the future.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ISIS and EIGRP mutual redistribution --Help! phillip Cisco 2 09-19-2008 08:27 PM
Help - EIGRP design question mikebrunn Cisco 1 11-23-2006 01:32 AM
Need help with EIGRP unequal cost routing srp336@getcoactive.com Cisco 7 02-23-2006 10:39 AM
EIGRP, Want to prevent any EIGRP traffic to a interface BG Cisco 3 02-09-2006 08:05 PM
crypto map eigrp help jcharth@hotmail.com Cisco 3 09-12-2005 08:56 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57