Index |
This field is used for SIF-internal signalling and stores the index for the expected session for later matching. |
Source |
The source-IP-address for the expected session. A value of 0 means ANY source-address. |
Destination |
The destination-IP-address for the expected session. A value of 0 means ANY destination-address. |
Protocol |
The protocol of the expected session. Enumerations: - icmp (1)
- igmp (2)
- ip (4)
- tcp (6)
- udp (17)
- delete (255)
|
SourcePort |
The source-port-number of the expected session. A value of 0 means ANY source-port-number. |
DestPort |
The destination-port-number of the expected session. A value of 0 means ANY destination-port-number. |
Priority |
Defines the QoS-priority/policy to be used for the expected SIF-session. Enumerations: - default (1)
- low-latency (2)
- high (3)
- medium (4)
- low (5)
|
ClassId |
Internal ID for mapping SIF-policy to QoS-policy. Default-value of 0 means NOT SPECIFIED. Range: 1 to 255 |
IfIndex |
Interface-index for which the session is expected. A value of 0 means ANY interface-index. |
SrcType |
The type of the destination IP adresses, ipv4 or ipv6 Enumerations: - unknown (0)
- ipv4 (1)
- ipv6 (2)
- ipv4z (3)
- ipv6z (4)
- dns (16)
|
Src |
The source-IP/IPv6-address for the expected session. A value of 0.0.0.0 or :: means ANY source-address. Length: 0 to 255 |
DstType |
The type of the destination IP adresses, ipv4 or ipv6 Enumerations: - unknown (0)
- ipv4 (1)
- ipv6 (2)
- ipv4z (3)
- ipv6z (4)
- dns (16)
|
Dst |
The destination-IP/IPv6-address for the expected session. A value of 0.0.0.0. or :: means ANY destination-address. Length: 0 to 255 |
Type |
Defines whether packets are accepted or dropped for the expected SIF-session. The precedence of drop rules is always higher than the precedence of accept rules. Enumerations: |