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

Aliases definition

This thread has been viewed 11 times
  • 1.  Aliases definition

    Posted Jul 01, 2017 08:25 AM

    Hi all,

    I am a bit confused with alias definition.

     

    If i have a firewall policy: any any svc-icmp permit

     

    Who is the alias?
    - network source
    - network destination
    - network service




  • 2.  RE: Aliases definition

    EMPLOYEE
    Posted Jul 01, 2017 08:30 AM

    An alias typically refers to a variable that represents an ip address or network:

    http://www.arubanetworks.com/techdocs/ArubaOS_65x_WebHelp/Web_Help_Index.htm#ArubaFrameStyles/Firewall_Roles/Policies.htm

    Screenshot 2017-07-01 at 07.29.03.png

     

    In your example, the alias would be "any" because it would represent any network traffic.



  • 3.  RE: Aliases definition

    MVP EXPERT
    Posted Jul 01, 2017 08:33 AM

    Hi, there is a couple of Aliases. A network service alias :

     

    A network service alias defines a TCP, UDP or IP protocol and a list or range of ports supported by that service. When you create a network service alias, you can use that alias when specifying the network service for multiple session ACLs.

     

    (host)(config) #netservice <name> <protocol>|tcp|udp {list <port>,<port>}|{<port> [<port>]} [ALG <service>

     

    Or a Network Alias which can be either your source or destination subnet. So this is a network IP or IP ranges.

     

    (host)(config) #netdestination “Internal Network”

    network 10.0.0.0 255.0.0.0 network 172.16.0.0 255.255.0.0


  • 4.  RE: Aliases definition

    Posted Jul 03, 2017 03:35 AM

    Thank you guys. This question was in an exam and it was with alternatives.

    Only one answer should be chosen,..so Im confused:

     

    A. Net service

    B. Net source

    C. Net destination



  • 5.  RE: Aliases definition

    EMPLOYEE
    Posted Feb 22, 2019 04:28 AM

    Thank you guys. This question was in an exam and it was with alternatives.

    Only one answer should be chosen,..so Im confused:

     

    A. Net service

    B. Net source

    C. Net destination

     

    The Answer is A. Should I say A is the more complete answer.