Does anyone have experience with creating HP and Cisco devices? I created a simple OSPF config, but I can't see any neighbours.
Here is my basic config.
# #HP 5500-48G-PoE+-4SFP HI Switch # router id 30.0.0.1 # ospf 2 area 0.0.0.0 network 0.0.0.0 255.255.255.255 # interface GigabitEthernet1/0/1 port link-mode route ip address 30.0.0.1 255.0.0.0 # # #Cisco IOS Software, 2800 Software (C2800NM-ADVIPSERVICESK9-M), Version 15.0(1)M7, RELEASE SOFTWARE (fc2) # interface FastEthernet0/0 ip address 20.0.0.1 255.0.0.0 duplex auto speed auto ! # router ospf 2 router-id 20.0.0.1 log-adjacency-changes network 0.0.0.0 255.255.255.255 area 0 #