Wired Intelligent Edge

last person joined: 22 hours ago 

Bring performance and reliability to your network with the HPE Aruba Networking Core, Aggregation, and Access layer switches. Discuss the latest features and functionality of your switching devices, and find ways to improve security across your network to bring together a mobile-first solution
Expand all | Collapse all

Policy Based Routing from comware switch to ArubaOS Switch

This thread has been viewed 3 times
  • 1.  Policy Based Routing from comware switch to ArubaOS Switch

    Posted Feb 28, 2019 03:29 PM

    I have this PBR configuration of an HP comware switch, how can I translate it to ArubaOS Switch?

     

    #
    policy-based-route correoserver deny node 1
    if-match acl 3100
    apply ip-address next-hop 192.168.20.1
    policy-based-route correoserver permit node 3
    if-match acl 3102
    apply ip-address next-hop 192.168.20.254
    #
    policy-based-route bancocajasocial deny node 1
    if-match acl 3000
    apply ip-address next-hop 172.17.0.1
    policy-based-route bancocajasocial permit node 3
    if-match acl 3002
    apply ip-address next-hop 192.168.20.254
    #
    policy-based-route routingWIFI deny node 1
    if-match acl 3200
    apply ip-address next-hop 172.18.0.2
    policy-based-route routingWIFI permit node 3
    if-match acl 3202
    apply ip-address next-hop 172.18.120.1
    #
    policy-based-route routingISSABEL permit node 1
    if-match acl 3404
    apply ip-address next-hop 10.0.0.199
    policy-based-route routingISSABEL deny node 2
    if-match acl 3400
    apply ip-address next-hop 10.0.0.1
    policy-based-route routingISSABEL permit node 3
    if-match acl 3402
    apply ip-address next-hop 10.0.0.199
    #
    policy-based-route routingACADEM deny node 1
    if-match acl 3500
    apply ip-address next-hop 172.16.0.1
    policy-based-route routingACADEM permit node 3
    if-match acl 3502
    apply ip-address next-hop 172.16.120.1



  • 2.  RE: Policy Based Routing from comware switch to ArubaOS Switch

    EMPLOYEE
    Posted Mar 01, 2019 01:06 PM

    Greetings!

     

    This CLI Reference Guide covers both ArubaOS-Switch and Comware, and should help with translation of commands between platforms. 



  • 3.  RE: Policy Based Routing from comware switch to ArubaOS Switch

    Posted Mar 01, 2019 01:28 PM

    Hello Matthew.


    I just reviewed the CLI Reference manual, and I can not find any indication of the "policy-based-route" command and its corresponding translation, how can we do this translation?



  • 4.  RE: Policy Based Routing from comware switch to ArubaOS Switch
    Best Answer

    EMPLOYEE
    Posted Mar 01, 2019 01:49 PM

    Refer to the Creating a PBR Policy section of the Advanced Traffic Management Guide. 

     

    The ArubaOS-Switch PBR implementation uses traffic classifiers rather than ACLs for matching in PBR policies, so you would need to migrate the contents of your ACLs to traffic classes and use those to apply your next-hop actions in the PBR policy (use the examples in the linked document as a guideline).