[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.3

Routing Isses between HP and Cisco

Asked by crmcIT in Miscellaneous Networking, Transport, Network Operations

Long story short, I have two sites. Both sites run OSPF, on is using HP ProCurve the othe a Cisco 6513 Cat.

On the side running the 6513, I have configured a new network segment 10.18.88.X and I want it to be able to see everything on both sites. OSPF has picked up on the network and I can see it on the routing table at both sites.

From the site using the HP, I can see the new network and access it as I wish. But from the site using the Cisco, I cannot. I can see only devices on that subnet local to the switch.

Below is the code from both sides.
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:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
Cisco 6513
int 1/1 is the fiber connection to the other site
 
interface GigabitEthernet1/1
 no ip address
 switchport
 switchport access vlan 999
 switchport mode access
 
interface GigabitEthernet13/48
 no ip address
 switchport
 switchport trunk native vlan 60
 switchport mode trunk
!
interface Vlan1
 ip address 10.10.198.92 255.255.255.0
 ip ospf cost 9999
!
interface Vlan39
 ip address 10.10.39.1 255.255.255.0
!
interface Vlan60
 ip address 10.10.10.4 255.255.254.0
!
interface Vlan88
 ip address 10.18.88.1 255.255.255.0
!
interface Vlan226
 ip address 10.10.226.30 255.255.255.0
!
interface Vlan250
 ip address 10.1.250.10 255.255.255.0
!
interface Vlan999
 ip address 172.30.254.1 255.255.255.0
 ip ospf cost 5
!
router ospf 1
 router-id 10.10.10.4
 log-adjacency-changes
 network 10.10.0.0 0.0.255.255 area 0
 network 10.18.88.1 0.0.0.0 area 0
 network 172.30.254.1 0.0.0.0 area 0
 network 172.0.0.0 0.31.255.255 area 0
 
C       10.18.88.0/24 is directly connected, Vlan88
 
_________________________________________________
 
HP Code 
 
vlan 88
   name "VLAN88"
   ip address 10.18.88.253 255.255.255.0
   tagged B23,Trk1
   exit
 
router ospf
   area backbone
   redistribute connected
   redistribute static
   restrict 10.1.250.0 255.255.255.0
   restrict 10.10.200.0 255.255.255.0
   exit
 
   Destination        Gateway         VLAN Type      Sub-Type   Metric     Dist.
  ------------------ --------------- ---- --------- ---------- ---------- -----
 
  10.18.88.0/24      VLAN88          88   connected            1          0
  172.30.254.0/24    VLAN999         999  connected            1          0
[+][-]05/05/09 04:11 AM, ID: 24303334Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zones: Miscellaneous Networking, Transport, Network Operations
Sign Up Now!
Solution Provided By: red_nectar
Participating Experts: 1
Solution Grade: A
 
 
Loading Advertisement...
20091111-EE-VQP-89 - Hierarchy / EE_QW_3_20080625