- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- trace route issue w OSPF
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2015 08:30 AM
02-23-2015 08:30 AM
trace route issue w OSPF
Hi All:
We are a school district with about 16 buildings. We have HP 5406 as our edge switches in all buidlings except our high school, which is has a HP 5412.
I recently created a vlan, with vlan id 75, to be used for our wireless clients on the 10.x.176.0 network. From the HP 5412, most of the traceroutes are working, however I have a few schools where it is not working. At the locations where the traceroute does not go thru, the teachers are complaining the wireless is slow. I beleive it is a routing issue, but when I do a show ip route, everything looks correct.
We are using ospf routing, with 1 area.
For example, I can do a traceroiute from the HP 5412 to 10.130.176.1, and it goes thru:
traceroute 10.130.176.1
traceroute to 10.130.176.1 ,
1 hop min, 30 hops max, 5 sec. timeout, 3 probes
1 192.168.50.24 13 ms 3 ms 2 ms
But when I do a traceroute to 10.140.176.1, it times out:
10.140.176.1 ,
1 hop min, 30 hops max, 5 sec. timeout, 3 probes
1 * * *
2 * * *
If I do a show ip route on the HP 5412 , it shows this for the 10.130.176.0 network:
10.130.112.0/21 192.168.50.24 99 ospf External2 10 110
10.130.128.0/24 192.168.50.24 99 ospf External2 10 110
10.130.176.0/21 192.168.50.24 99 ospf External2 10 110
10.130.192.0/24 192.168.50.24 99 ospf External2 10 110
Here is the show ip route for the 10.140.176.0 network:
10.140.112.0/21 192.168.50.84 99 ospf External2 10 110
10.140.128.0/24 192.168.50.84 99 ospf External2 10 110
10.140.176.0/21 192.168.50.84 99 ospf External2 10 110
10.140.192.0/24 192.168.50.84 99 ospf External2 10 110
Here is the vlan and routing config from the HP 5406 switch at the 10.140.176.0 location:
router ospf
area backbone
redistribute connected
enable
exit
vlan 75
name "PK_TEMP"
tagged A1,B1-B6,B21
ip address 10.140.176.1 255.255.248.0
ip helper-address 204.234.4.40
ip igmp
ip pim-dense
ip-addr any
exit
exit
And here is the router and vlan config information form the 10.130.x.x site, where the traceroute does work:
router ospf
area backbone
redistribute connected
enable
exit
vlan 75
name "NE_TEMP"
tagged A6,A8-A12,A14,A16-A22,B15
ip address 10.130.176.1 255.255.248.0
ip helper-address 204.234.4.40
ip igmp
ip pim-dense
ip-addr any
exit
exit
Appreciate any assistance you may be able to provide wiht this!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2015 06:20 AM
02-24-2015 06:20 AM
Re: trace route issue w OSPF
Apologize, don't mean to bump this, ( if this board does that), but I beleive this may have something to do with the ICMP configuration on the switch. It seems strange the pings go thru, but traceroute does not, yet on some of the other switches both pings and traceroute goes thru and completes. I'm going to look at the configs on the switches that do work and see if I can find anything.