AOS-CX Switch Simulator

 View Only
last person joined: 22 hours ago 

Expand all | Collapse all

Access-List Permission

This thread has been viewed 21 times
  • 1.  Access-List Permission

    Posted Jan 04, 2023 09:47 AM
    Hello,

    I want to permit in an access-list, a computer (192.168.10.67) to access a network (192.168.41.0).

    My access-list configuration :

    # IP access-list extensed "Manage"
    > deny IP 192.168.41.0/0 192.168.10.0/0 log
    > permit IP any any

    #Vlan 41
    > ip access-group Manage vlan-in


    My Vlan :
    Vlan 1 : 192.168.10.0/24 (User's Vlan)
    Vlan 41 : 192.168.41.0/24 (Management Vlan)

    Can you help me, please ?

    Thank you

    Regards,​​


  • 2.  RE: Access-List Permission

    EMPLOYEE
    Posted Jan 05, 2023 04:53 AM
    Is this for the CX Switch Emulator? Can you share your network topology and VRF configuration?
    And can you share what traffic you try to do and what works or doesn't work?

    ------------------------------
    Herman Robers
    ------------------------
    If you have urgent issues, always contact your Aruba partner, distributor, or Aruba TAC Support. Check https://www.arubanetworks.com/support-services/contact-support/ for how to contact Aruba TAC. Any opinions expressed here are solely my own and not necessarily that of Hewlett Packard Enterprise or Aruba Networks.

    In case your problem is solved, please invest the time to post a follow-up with the information on how you solved it. Others can benefit from that.
    ------------------------------



  • 3.  RE: Access-List Permission

    Posted Jan 05, 2023 08:18 AM
    do you have the correct routes?


  • 4.  RE: Access-List Permission

    Posted Jan 05, 2023 11:02 AM
    Hi

    You need to permit the host to the destination you need before any deny statement, access list is read from top down therefore your deny statement cancels everything