Previous Topic: ‘Address only’ Examples

Next Topic: Masked Address Examples

Address and Port Examples
<element value="192.160.0.5:10"/>

The NBA applies a filter to packets sent to or from IP address 192.160.0.5, but only if the packets are sent to or from port 10.

<element value="192.160.0.5:128-1023"/>

The NBA applies a filter to packets sent to or from IP address 192.160.0.5, but only if the packets are sent to or from ports 128 to 1023.

<element value="10.0.0.5-10.0.3.250:100"/>

The NBA applies a filter to packets sent to or from IP addresses 10.0.0.5 to 10.0.3.250, but only if the packets are sent to or from port 100.