show ip-filter
Digi TransPort WR Routers User Guide
443
show ip-filter
Displays IP filter rules status.
Parameters
description
The description of this rule.
state
Whether the IP filter rule is enabled or disabled.
action
The action taken when the rule matches.
src-ip-address
The IPv4 source address of the incoming packet. Use a simple IP address, or use CIDR notation
(example: 192.168.100.0/24)
src-ip-port
The source port(s) of the incoming packet. Use a simple port, a range (lowport:highport) or a list
(port1,port2...,portn). Default '0' implies 'Any'. Source port is ignored when protocol does not explicitly
include tcp or udp.
dst-ip-address
The IPv4 destination address of the incoming packet. Use a simple IP address, or use CIDR notation
(example: 192.168.100.0/24)
dst-ip-port
The destination port(s) of the incoming packet. Use a simple port, a range (lowport:highport) or a list
(port1,port2...,portn). Default '0' implies 'Any'. Dest port is ignored when protocol does not explicitly
include tcp or udp.
src
The WAN or LAN that is the source of incoming traffic.
dst
The WAN or LAN that is the destination of outgoing traffic.
protocol
The protocol of the incoming packet. Use a single protocol, a list (tcp,udp,icmp), or exclusive value
(any). When set to 'any', src-ip-port and dst-ip-port values are ignored.