[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

Configuring Selective Stateless Packet-Based Services

Selective stateless packet-based services are configured using the stateless firewall filters (ACLs). You classify traffic for packet-based forwarding by specifying match conditions in the firewall filters and configure a packet-mode action modifier to specify the action. Once match conditions and actions are defined, firewall filters are applied to relevant interfaces.

To configure a firewall filter:

  1. Define the address family—First define the address family of the packets that a firewall filter matches. To define the family name, specify inet to filter IPv4 packets. Specify mpls to filter MPLS packets. Specify ccc to filter Layer 2 switching cross-connects.
  2. Define terms—Define one or more terms that specify the filtering criteria and the action to take if a match occurs. Each term consists of two components—match conditions and actions.
  3. Apply firewall filters to interfaces—To have the firewall filter take effect, apply it to an interface.

When the packet comes in on an interface, the input packet filters configured on the interface are applied. If the packet matches the specified conditions and packet-mode action is configured, the packet bypasses the flow-based forwarding completely.

When configuring filters, be mindful of the order of the terms within the firewall filter. Packets are tested against each term in the order in which it is listed in the configuration. When the first matching conditions are found, the action associated with that term is applied to the packet and the evaluation of the firewall filter ends, unless the next term action modifier is included. If the next term action is included, the matching packet is then evaluated against the next term in the firewall filter; otherwise, the matching packet is not evaluated against subsequent terms in the firewall filter.

When configuring firewall filters for selective stateless packet-based services:

Note: Nested firewall filters (configuring a filter within the term of another filter) are not supported with selective stateless packet-based services.

Some typical deployment scenarios where you can configure selective stateless packet-based services are:

This chapter covers the deployment scenarios for end-to-end packet-based forwarding and traffic flow with packet-based to flow-based forwarding. For information about configuring other deployment scenarios, contact your Juniper channel-partner/value-added-reseller, sales account team or customer support representative, or refer to the Selective Packet Services App. Note.


[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]