Comware

 View Only
  • 1.  ACL allow specific destination AND port

    Posted Sep 30, 2020 02:36 PM

    Using simple ACL I can allow access from restricted VLAN to specific host in another VLAN

    But can I specify ALSO a specific PORT? (seems not to be the case, just need confirmation)

    I need BYOD clients to be able to access mobility print from Papercut

    https://go.papercut.com/Article-Landing-Pages_1509-Mobility-Print-Support-Tip.html

    But would need to only access a single port 9163 and not the "whole" server

    Thanks

    Seb

     



  • 2.  RE: ACL allow specific destination AND port

    Posted Sep 30, 2020 11:12 PM

    Hi @spgsitsupport ,

    Can you please let me know the device model you are trying to apply the ACL ? 

    Yes you can give access only to specifty port and below is the example in which you can acheive it .

    ACL 3100

    rule 10 permit tcp source <IP > destination-port eq 9163 destnation <IP >

    rule 2 0 deny ip source <IP> destination <IP>



  • 3.  RE: ACL allow specific destination AND port

    Posted Oct 01, 2020 03:27 AM

    HPE Comware Software, Version 7.1.045, Release 2432P06

    5900AF-48XG-4QSFP+ Switch

    It was that simple, how did I miss it when trying?

    Thanks

    Seb