Fortinet black logo

CLI Reference

firewall carrier-endpoint-bwl

firewall carrier-endpoint-bwl

Use this FortiOS Carrier command to create and maintain carrier endpoint blocklists and allow lists.

config firewall carrier-endpoint-bwl
    edit {id}
    # Carrier end point black/white list tables.
        set id {integer}   ID. range[0-4294967295]
        set name {string}   Name of table. size[35]
        set comment {string}   Optional comments. size[255]
        config entries
            edit {carrier-endpoint}
            # Carrier end point black/white list.
                set carrier-endpoint {string}   End point to act on. size[63]
                set status {enable | disable}   Enable/disable specified action(s) for this end point.
                set pattern-type {wildcard | regexp | simple}   Wildcard pattern or regular expression.
                        wildcard  Wildcard pattern.
                        regexp    Perl regular expression.
                        simple    Simple entry (single end point).
                set action {block | exempt | exempt-mass-mms}   Action to take on this end point
                        block            Block user messages.
                        exempt           Exempt user messages from all scanning.
                        exempt-mass-mms  Skip mass MMS scanning.
                set log-action {archive}   Action to take on this end point
                        archive  Content archive user messages.
            next
    next
end

firewall carrier-endpoint-bwl

Use this FortiOS Carrier command to create and maintain carrier endpoint blocklists and allow lists.

config firewall carrier-endpoint-bwl
    edit {id}
    # Carrier end point black/white list tables.
        set id {integer}   ID. range[0-4294967295]
        set name {string}   Name of table. size[35]
        set comment {string}   Optional comments. size[255]
        config entries
            edit {carrier-endpoint}
            # Carrier end point black/white list.
                set carrier-endpoint {string}   End point to act on. size[63]
                set status {enable | disable}   Enable/disable specified action(s) for this end point.
                set pattern-type {wildcard | regexp | simple}   Wildcard pattern or regular expression.
                        wildcard  Wildcard pattern.
                        regexp    Perl regular expression.
                        simple    Simple entry (single end point).
                set action {block | exempt | exempt-mass-mms}   Action to take on this end point
                        block            Block user messages.
                        exempt           Exempt user messages from all scanning.
                        exempt-mass-mms  Skip mass MMS scanning.
                set log-action {archive}   Action to take on this end point
                        archive  Content archive user messages.
            next
    next
end