Wireless Access

last person joined: yesterday 

Access network design for branch, remote, outdoor, and campus locations with HPE Aruba Networking access points and mobility controllers.
Expand all | Collapse all

update ip access-list session

This thread has been viewed 2 times
  • 1.  update ip access-list session

    Posted Aug 26, 2015 07:24 AM

    Dears,

    I have noticed that there is a role missing in the local controller ip access-list session although it is found in the master controller , how can I push the missing role to be in the local controller ?



  • 2.  RE: update ip access-list session

    EMPLOYEE
    Posted Aug 26, 2015 07:30 AM
    You need to click on the save configuration button on the master, or type write mem on the command line of the master.


  • 3.  RE: update ip access-list session

    Posted Aug 26, 2015 08:09 AM

    I already did this but nothing change , the missing line still missing in the local controller



  • 4.  RE: update ip access-list session

    EMPLOYEE
    Posted Aug 26, 2015 08:42 AM

    What line is that, and on what ACL?

     



  • 5.  RE: update ip access-list session

    Posted Aug 26, 2015 08:50 AM

    line: any any any  src-nat pool Internet_Pool 

    ip access-list session Allow_All



  • 6.  RE: update ip access-list session

    EMPLOYEE
    Posted Aug 26, 2015 08:59 AM

    ip pools need to be created on the local controller.  Create the pool with the exact same name on the local controller under VPN.



  • 7.  RE: update ip access-list session

    Posted Aug 26, 2015 09:10 AM

    where can I find it ?



  • 8.  RE: update ip access-list session
    Best Answer

    EMPLOYEE
    Posted Aug 26, 2015 09:16 AM

    Configuration> Advanced Services> VPN.  If that controller is not the one that gives out ip addresses from a pool, you can ignore the config mismatch.



  • 9.  RE: update ip access-list session

    Posted Aug 28, 2015 11:56 PM

    On the local controller use the command "show audit-trail 100 | include failed" to see the last 100 failed changes.   If the master is pushing the changes to the controller and they are not taking then you will see the fails there.  Copy and paste the failed line into the CLI when in config mode and you will get more details on why it failed.  

     

    Its most likely the issue is as pointed out above that the pool was not created on the local controller so the command thats pointing to the pool is not valid.  Create the pool first then try pasting the other failed config in again.

     



  • 10.  RE: update ip access-list session

    EMPLOYEE
    Posted Aug 29, 2015 12:06 AM

    Config Sync errors do not show up in the audit trail.  Only commits that were typed into the local controller or entered into the GUI actually show up there....  Even successful changes that are synced from a master to a local do not show up in the audit trail.  Those are strictly manual inputs entered in the local controller.



  • 11.  RE: update ip access-list session

    Posted Aug 29, 2015 12:24 AM
    Ok Joseph thanks. I don't have master local all mine are master and I use this trick when airwave has issues pushing commands because missing vlans and such. Thanks for the correction.