Community Feedback

 View Only
last person joined: 2 days ago 

How is the community doing? Do you have any questions or feedback related for the Airheads Community team? This is the place to let us know.
Expand all | Collapse all

New post

This thread has been viewed 16 times
  • 1.  New post

    Posted Jul 05, 2022 03:12 PM
    Hi,

    I've created a new post/discussion on Friday and since I'm new here, I received the ""First time post alert: If this is your first post, please allow up to 24 hours for your post to appear. Thank you for your contribution.""
    Problem is, I'm still waiting to see it, not even want to talk about someone answering me.. Is there something else I have to do for my post to be shown?

    It was about OSPF and the differences between Aruba and Cisco, when it comes to configuration.

    Needless to say.. I'm new around here, and also in the HP networking world.
    Is there any support site for Airheads community?

    Cheers,
    Damian


  • 2.  RE: New post

    EMPLOYEE
    Posted Jul 06, 2022 07:19 AM
    Hi Damian,

    What switch would you be using for OSPF?


  • 3.  RE: New post

    Posted Jul 06, 2022 07:44 AM
    Hi Matthew,

    Thank you for replying.. I created it again under Wired Intelligent Edge Community.

    Here again...

    Hello everyone,

    I'm new in Aruba (come from Cisco).. and I need some help please.

    Scenario:

    Fortigate on one side, Aruba 3810M (WC.16.10) on the other.
    I'd like to configure a transport VLAN between them and enable OSPF.
    Only the 3810 is under my administration.

    So in Cisco world, I'd go this way...

    router ospf 1
    router-id 10.28.15.243
    area 1 authentication message-digest
    redistribute connected subnets
    redistribute static metric 1000 metric-type 1 subnets
    passive-interface default
    no passive-interface Vlan700
    network 10.28.8.0 0.0.7.255 area 1

    interface vlan 700
    description L3-VLAN-700
    ip address 10.28.15.130 255.255.255.248
    ip ospf message-digest-key 1 md5 0 [key]
    ip ospf network point-to-point
    ip ospf cost 10
    no shutdown

    interface GigabitEthernet1/0/1
    description wan-01
    switchport access vlan 700
    switchport mode access


    I'm working in a document here, not the switch itself. The 3810 is in production, so I'm planning on having everything prepared and then just paste the config during migration day.
    I'm struggling with the configuration in the 3810.. this is what I'd like to do.




    OSPF configuration for the 3810:
    ip routing enable
    !
    router ospf 0
    area backbone
    enable
    redistribute connected
    exit
    !
    !
    ip router id [ip address lo0]
    !
    !
    vlan 700
    tagged 1/1
    name L3-VLAN-700
    ip address 172.20.30.1 255.255.255.252 à Fortigate .2
    ip ospf area 0
    !
    !
    interface 1/1
    name [name]
    tagged vlan 700
    !
    !
    I don't know if the above config is correct/complete.. also, I don't know if I have to add the OSPF statements in all my SVIs, like this...

    vlan 110
    tagged 1/1
    name SRV-VLAN
    ip address 172.20.3.1 255.255.255.0
    ip ospf 172.20.3.1 area 0
    !
    !
    vlan 200
    tagged 1/1
    name CORP-VLAN
    ip address 172.20.30.1 255.255.248.0
    ip helper-address 172.20.3.175
    ip helper-address 172.20.3.205
    ip ospf area 0

    Would the above be the equivalent to the "network" statement in the OSPF config for Cisco?

    I'd really appreciate any input!

    !!Parnassus, if you read this.. please help me, I've read many of your answers since I moved to HP, you are a genius man!!

    Thank you in advance!


  • 4.  RE: New post

    EMPLOYEE
    Posted Jul 06, 2022 08:27 AM
    Got it... sorry I missed it over there. I've responded in the Wired thread for consistency of future information searching :)

    Link to thread: https://community.arubanetworks.com/discussion/ospf-cisco-vs-aruba-1