Subscriber Filters Operational Commands

Subscriber Filters Show Commands

The show commands provide detailed information about the subscriber filter.

Subscriber ACL (Filter) Information

The show subscriber <id> acl command provides a comprehensive list of all ACL instances initiated for the subscriber, including RBFS Subscriber Filters and Ascend Data Filters (ADF). Additionally, this command provides the option to view detailed information for each filter instance by appending the corresponding filter name. Consequently, the filters are displayed with all variables, such as destination-ipv4-subscriber-prefix, replaced by their actual prefixes for clarity.

Syntax:

show subscriber <subscriber-id> acl <acl_name> type (l3v4 | l3v6)

Attribute Description

<subscriber-id>

Identifier of the subscriber for which to display ACL information.

<acl_name>

Name of the ACL associated with the subscriber.

type (l3v4|l3v6)

Type of the ACL, either IPv4 (l3v4) or IPv6 (l3v6).

Example: ACL summary information for a specific subscriber

supervisor@rtbrick: op> show subscriber 72339069014638594 acl
Rule                                                Ordinal    Priority     Type
REDIRECT_SUBS-ppp-0/1/23/72339069014638594          1          1000         l3v4
                                                    2          1000         l3v4

Example: Summary information for a specific subscriber ACL

supervisor@rtbrick: op> show subscriber 1369375761697341441 acl ipv4-acl-in-ipoe-lag-1/1369375761697341441
Rule: ipv4-acl-in-ipoe-lag-1/1369375761697341441
  ACL type: l3v4
  Ordinal: 1
  Priority: 1001
    Match:
      Direction: ingress
      Destination L4 port: 80
      IP protocol: TCP
    Action:
      HTTP-redirect: True       URL: www.rtbrick.com

Example: Display the ACL information for a subscriber '72339069014638594' for a specified ACL.

supervisor@rtbrick: op> show subscriber 72339069014638594 acl REDIRECT_SUBS-ppp-0/1/23/72339069014638594
Rule: REDIRECT_SUBS-ppp-0/1/23/72339069014638594
  ACL type: l3v4
  Ordinal: 1             Priority: 1000
    Match:
      Attachment point: ppp-0/1/23/72339069014638594
      Direction: ingress
      Source IPv4 prefix: 198.51.100.101/32
      IP protocol: tcp
    Action:
      HTTP redirect: True	URL: None
  Ordinal: 2             Priority: 1000
    Match:
      Attachment point: ppp-0/1/23/72339069014638594
      Direction: ingress
      Source IPv4 prefix: 198.51.100.102/32
      IP protocol: tcp
    Action:
      HTTP redirect: True	URL: None