Restrict Traffic with ACLs on Juniper aka (Firewall Filters)

Поделиться
HTML-код
  • Опубликовано: 5 окт 2024
  • Learn how to block and accept specific traffic based on protocols and address using firewall filters on Juniper devices.
    Below is a link to Juniper's official documentation for information on how to configure firewall filters on Junos.
    www.juniper.ne...

Комментарии • 15

  • @jongreenit
    @jongreenit  Год назад

    Note: On some versions of Junos you may need to specify the filter under the family hierarchy in order for the filter to be referenced properly: "edit firewall family filter inet"
    See Juniper's documentation for more information on how to further configure firewall filters (acls) on Junos:
    www.juniper.net/documentation/us/en/software/junos/routing-policy/topics/concept/firewall-filter-stateless-guidelines-for-configuring.html

  • @zoltron30
    @zoltron30 Год назад +1

    Good videos and straight to the point.

  • @zoltron30
    @zoltron30 Год назад

    Nice video.... Going to renew my JNCIA soon and this topic was always challenging.

  • @brandonkang2509
    @brandonkang2509 4 месяца назад

    What about for allowing certain network protocols? For example, a network scan that uses port 8834

    • @jongreenit
      @jongreenit  4 месяца назад

      Yes, firewall filters will allow you to restrict specific TCP/UDP ports aswell

  • @explorerreviews5675
    @explorerreviews5675 8 месяцев назад

    will this work for juniper ex 4300 and 2200 swiches as well ?

    • @jongreenit
      @jongreenit  8 месяцев назад +1

      Hi, and yes. Firewall filters (aka ACLs) are built into all Junos devices.

  • @phallout01
    @phallout01 5 месяцев назад

    great guide. thanks

  • @system62_
    @system62_ 8 месяцев назад

    Hi please tutor VLAN juniper srx

    • @jongreenit
      @jongreenit  8 месяцев назад

      VLAN configuration is pretty standard across the different Juno’s devices. However there’s a slight difference between the routing and switching platforms. Heres a video I put together explaining the differences:
      ruclips.net/user/shorts0RpuvGVVV-o?feature=share

  • @BrandonImperia
    @BrandonImperia Год назад

    Hi, my sw output the next messsage " Referenced filter 'PRUEBA' is not defined"

    • @BrandonImperia
      @BrandonImperia Год назад

      set firewall filter PRUEBA term 1 from source-address 172.16.100.21
      set firewall filter PRUEBA term 1 from protocol icmp
      set firewall filter PRUEBA term 1 then reject
      set firewall filter PRUEBA term 2 then accept
      set interface ge-0/0/1.0 family inet filter input PRUEBA
      commit
      [edit interfaces ge-0/0/1 unit 0 family inet]
      'filter'
      Referenced filter 'PRUEBA' is not defined
      error: Failed to read config
      commit-check failed
      commit-check failed
      error: configuration check-out failed

    • @jongreenit
      @jongreenit  Год назад

      ​@@BrandonImperia Hi Brandon, your config looks correct. However I should note on some versions of Junos you may need to specify the filter under the family hierarchy in order for the filter to be referenced properly: "edit firewall family filter inet"