cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
297
Views
0
Helpful
3
Replies

Eigrp and L3 Switching Help

shufordm
Level 1
Level 1

Our current network configuration is follows:

Corp office - 2600 router and 3750 L3 Switch

19 other facilities - 3750 L3 Switch

Each building is interconnected by Metro Ethernet, each have their own subnet (10.70.0.0, 10.80.0.0, etc.), and routing between each other is done via the 3750 switches. The corp office router routes all internet traffic.

We are currently using static routes but would like to initiate EIRGP. Can someone point me in the right direction for configuring the eigrp on the switches.

I have enabled ip routing and configured 2 of the switches with eigrp (with network statements) as test but they aren't passing eigrp info to each other. The routing table only shows directly connected networks and the default-gateway.

Thanks for any help you can give.

3 Replies 3

Jon Marshall
Hall of Fame
Hall of Fame

Hi

What does a "sh ip eigrp neighnbour" on the 3750'S show. Do you see any entries.

Does your eigrp config look something like

router eigrp 1

network 10.0.0.0

no auto-summary

Attached is a link to configuring EIGRP on 3750 switches

http://www.cisco.com/en/US/products/hw/switches/ps5023/products_configuration_guide_chapter09186a00802c109a.html#wp1039833

HTH

Jon

Thanks for the link.

I will check the neighbor relationship tomorrow at work an yes my eigrp config looks like what you posted.

Mark

The show ip eigrp neighbor command will show what neighbor relationships have formed and is a useful command in troubleshooting EIGRP issues. I would suggest that another useful command is show ip eigrp interface. Using this command allows you to check a couple of useful things:

- are the interfaces that you expect to be running EIGRP actually showing up in the list? (if not check for typo error in the network statement, incorrect mask used in the network statement, or the interface is configured as passive).

- have the interfaces formed any neighbor relationships? (if not look for mismatched EIGRP AS numbers, passive interfaces, access list blocking EIGRP hello, mismatched subnets between neighbors).

If these commands do not point you to the solution then it would be helpful to post the details of the EIGRP configurations.

HTH

Rick

HTH

Rick
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card