09-17-2013 01:21 PM - edited 03-04-2019 09:04 PM
Hello I am looking for help with this problem i am having. 6513 vlan48 connects to 3750-e switch
I can ping each side of that vlan ip address successfully
traceroute the ip address find
I can ping each side using the source ping option
ping ip 10.200.0.13 source vlan 48 works fine
I have check each port to look for any inputs errors, crc,frame,overrun,ignored etc... all are zero
The intefaces are not passive
This the logging information from the 6513 switch
Sep 17 14:45:05: EIGRP: Packet from ourselves ignored
Sep 17 14:45:10: EIGRP: Packet from ourselves ignored
Sep 17 14:45:16: EIGRP: Packet from ourselves ignored
Sep 17 14:45:19: EIGRP: Packet from ourselves ignored
Sep 17 14:45:25: EIGRP: Packet from ourselves ignored
Sep 17 14:45:28: EIGRP: Packet from ourselves ignored
Sep 17 14:45:32: EIGRP: Packet from ourselves ignored
Sep 17 14:45:38: EIGRP: Packet from ourselves ignored
Sep 17 14:45:43: EIGRP: Packet from ourselves ignored
Sep 17 14:45:47: EIGRP: Packet from ourselves ignored
Sep 17 14:45:50: EIGRP: Packet from ourselves ignored
Sep 17 14:45:56: EIGRP: Packet from ourselves ignored
Sep 17 14:46:01: EIGRP: Packet from ourselves ignored
Sep 17 14:46:04: EIGRP: Packet from ourselves ignored
Sep 17 14:46:10: EIGRP: Packet from ourselves ignored
Sep 17 14:46:13: EIGRP: Packet from ourselves ignored
Sep 17 14:46:18: EIGRP: Packet from ourselves ignored
Sep 17 14:46:23: EIGRP: Retransmission retry limit exceeded
Sep 17 14:46:23: EIGRP: Holdtime expired
Sep 17 14:46:23.237 CDT: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 500: Neighbor 10.200.0.13 (Vlan48) is down: retry limit exceeded
Sep 17 14:46:23: EIGRP: Neighbor 10.200.0.13 went down on Vlan48
Sep 17 14:46:24: EIGRP: Packet from ourselves ignored
Sep 17 14:46:27: EIGRP: New peer 10.200.0.13
Sep 17 14:46:27.397 CDT: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 500: Neighbor 10.200.0.13 (Vlan48) is up: new adjacency
show ip eigrp interfaces
IP-EIGRP interfaces for process 500
Xmit Queue Mean Pacing Time Multicast Pending
Interface Peers Un/Reliable SRTT Un/Reliable Flow Timer Routes
Vl48 1 0/0 0 0/1 50 63
6513 has a loopback address
3750e does not have a loopback address
I am sure there is more i need to give but I cant think of anything right now please i will provide
Solved! Go to Solution.
09-18-2013 09:22 AM
Packet from ourselves ignored is probably coming from your loopback address. Do you need the no passive-interface Loopback0 in there for some reason?
09-18-2013 04:59 PM
What is your loopback0 specifically doing? Loopbacks are typically used for routing and management but I'm curious if your loopback is actually doing these things.
09-17-2013 02:42 PM
Can you post the config from both switches?
HTH,
John
09-18-2013 06:53 AM
Which part of the config you need to see because the 6513 config is really long and 3750e config is not bad?
09-18-2013 07:02 AM
I should have explained myself better. We only need to see the eigrp section and possibly the "show ip eigrp neigh"
HTH,
John
*** Please rate all useful posts ***
09-18-2013 07:44 AM
From the 6513
spanning-tree mode rapid-pvst
spanning-tree portfast bpduguard default
no spanning-tree optimize bpdu transmission
spanning-tree extend system-id
spanning-tree vlan 1-47,49-4094 priority 8192
spanning-tree vlan 48 priority 4096
router eigrp 500
redistribute static
passive-interface default
no passive-interface Loopback0
no passive-interface Vlan48
network 10.200.0.0 0.0.0.3
network 10.200.0.12 0.0.0.3
distribute-list EIGRP_DL_CORE2 out Vlan48
no auto-summary
show ip eigrp neighbors
IP-EIGRP neighbors for process 500
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
0 10.200.0.13 Vl48 10 00:00:42 1 5000 2 0
4 172.16. Vl23 12 2w5d 8 200 0 1056
2 172.16. Vl23 10 6w5d 1 200 0 3628
1 172.16. Vl23 10 6w5d 1 200 0 2880
6 10.200.0.1 Vl50 12 29w3d 6 300 0 4220
3 172.16. Vl23 10 29w3d 6 200 0 4225
From the 3750e
spanning-tree mode rapid-pvst
spanning-tree portfast default
spanning-tree portfast bpduguard default
no spanning-tree optimize bpdu transmission
spanning-tree etherchannel guard misconfig
spanning-tree extend system-id
no spanning-tree vlan 214
spanning-tree vlan 48 priority 8192
router eigrp 500
distribute-list EIGRP_DL_CORE3 out Vlan48
network 10.200.0.12 0.0.0.3
passive-interface default
no passive-interface Vlan48
show ip eigrp neighbors
EIGRP-IPv4 Neighbors for AS(500)
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
0 10.200.0.10 Vl47 13 8w5d 3 200 0 4226
I told forgot about that show ip eigrp neighbors command
Still need help fixing that
Thank you
09-18-2013 08:28 AM
From the looks of the log, it looks like the hello packet is being reflected back somehow. Can you post the route map for the distribute-list? From the looks of it, you don't currently have an adjacency correct?
HTH,
John
*** Please rate all useful posts ***
09-18-2013 09:32 AM
Well this project was given to me yesterday the previous network engineer was working on it, but no helpful notes.
When I show route-map on the 3750e nothing, on the 6513 it shows route-map to our F5 device
What is the command to enter to get exactly what you are looking for ?
Sorry i have not said this sooner thank you for helping with this problem.
09-18-2013 11:27 AM
Can you post this acl from the two switches?
EIGRP_DL_CORE3
EIGRP_DL_CORE2
And you're welcome! I hope we can get it working for you
HTH,
John
*** Please rate all useful posts ***
09-18-2013 01:20 PM
Here you go I thought this is what you wanted, i took at the routes that i know that are nothing to do with this
I would like to get this fixed and learn from it so if i see this on another network i can fixed and refer people to here for great help.
6513
ip access-list standard EIGRP_DL_CORE2
permit 0.0.0.0
permit 172.16.255.3
permit 172.16.255.2
permit 172.16.255.1
permit 172.16.255.4
permit 10.200.0.0 0.0.0.3
permit 10.200.0.4 0.0.0.3
permit 10.200.0.8 0.0.0.3
permit 10.200.0.12 0.0.0.3
permit 10.1.6.0 0.0.0.255
permit 10.20.0.0 0.1.255.255
permit 10.100.6.0 0.0.1.255
permit 172.16.1.0 0.0.0.255
permit 172.16.2.0 0.0.0.255
permit 172.16.3.0 0.0.0.255
deny any
from the 3750e
ip access-list standard EIGRP_DL_CORE3
permit 0.0.0.0
permit 172.16.255.3
permit 172.16.255.2
permit 172.16.255.1
permit 172.16.255.4
permit 10.200.0.8 0.0.0.3
permit 10.200.0.12 0.0.0.3
permit 10.200.0.4 0.0.0.3
permit 10.200.0.0 0.0.0.3
permit 172.16.5.0 0.0.0.255
permit 10.100.6.0 0.0.1.255
permit 10.1.0.0 0.0.3.255
permit 10.1.4.0 0.0.1.255
permit 10.2.0.0 0.0.255.255
permit 10.3.0.0 0.0.255.255
permit 172.16.0.32 0.0.0.15
permit 172.16.1.0 0.0.0.255
permit 172.16.2.0 0.0.0.255
permit 172.16.3.0 0.0.0.255
deny any
If you see something that should be there asked i will send it
Thank you again for contiuning help me with this problem
09-18-2013 02:16 PM
Adam,
Robert mentioned it earlier, but it didn't dawn on me until now. I'd recommend you put your loopback interface back to passive. This may very well fix your issue. You're receiving the packet back to yourself on this interface I believe. Test that and let us know...
Thanks!
HTH,
John
*** Please rate all useful posts ***
09-19-2013 06:06 AM
Well, I will try to put the loopback into passive on the 6513 i have to schedule a maintence window for this.
6513 has the loopback0 but the 3750e does not have a loopback
Question, on the other 6513 we have here that connects to 3750e on a different vlan is not showing flapping and the loopback0 is set the same as the other 6513 that is flapping, how can i make sure that the other 6513 is not flapping to?
Thank you for keep helping me with this problem !!!
09-19-2013 06:24 AM
"and the loopback0 is set the same as the other 6513 that is flapping,"
This may be part of the problem....I'm going to lab this up. Are you using the loopbacks as anycast addresses by chance? The loopback interface isn't used as a source (usually) and doesn't need to be in non-passive in order to be advertised. The only thing that non-passive does is allow for hellos to be sent out of the interface. If you're advertising the loopback into eigrp, it will still work if you put the loopback in passive.
Are the loopback interfaces /32 or a different mask?
HTH,
John
*** Please rate all useful posts ***
09-19-2013 06:35 AM
Adam,
I don't get the same result with two loopbacks, so I'm not sure that's your issue either. Do you have a physical loop anywhere, even if on purpose? You should still try to put your interface in passive. Can you post the interface configurating? sh run int lo
HTH,
John
*** Please rate all useful posts ***
09-19-2013 06:54 AM
loopback0 from the flapping 6513
interface Loopback0
ip address 172.16.255.2 255.255.255.255
end
loopback0 from no flapping 6513
interface Loopback0
ip address 172.16.255.1 255.255.255.255
end
These loopback address are used alot in the ACL lines groups
you can see there are in the
EIGRP_DL_CORE2 and 3 lists
09-26-2013 09:42 PM
Adam,
Is it not possible that the 3750e is on the wrong vlan connecting to the 6500?
show ip eigrp neighbors
EIGRP-IPv4 Neighbors for AS(500)
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
0 10.200.0.10 Vl47 13 8w5d 3 200 0 4226
Thanks
Tony
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide