IfIndexMode |
dont_verify: the interface index is not verified
verify: check interface index
delete: delete this rule
Enumerations: - dont-verify (1)
- verify (2)
- delete (3)
|
IfIndex |
This rule is applied to services originating and/or
(see sapAllowDirection) destined for the interface
with this index. |
Direction |
dont_verify: the interface index is not verified
outgoing: this rule is applied to services being sent
incoming: this rule is applied to incoming services
both: this rule is applied to incoming and outgoing services
Enumerations: - dont-verify (1)
- outgoing (2)
- incoming (3)
- both (4)
|
TypeMode |
dont_verify: don't check service type
verify: check service type
Enumerations: - dont-verify (1)
- verify (2)
|
Type |
The service type to be checked. Examples:
4: file server
7: print server
|
NetMode |
dont_verify: don't check network number
verify: check network number
Enumerations: - dont-verify (1)
- verify (2)
|
Net |
the service's network number to be checked
|
NodeMode |
dont_verify: don't check node number
verify: check node number
Enumerations: - dont-verify (1)
- verify (2)
|
Node |
the service's node number to be checked
|
SockMode |
dont_verify: don't check socket number
verify: check socket number
Enumerations: - dont-verify (1)
- verify (2)
|
Sock |
the service's socket number to be checked
|
Name |
Instead of entering Type/Net/Node/Socket directly,
you could fill in the server name here. The
Type/Net/Node/Socket fields will then be looked
up in the ipxDestServTable. If a service of this
name exists, the values of this rule will be set.
Caution: the Brick IPX does not use this name field
for filtering. It is just meant for easier usage.
Only Type/Net/Node/Socket fields above
will be checked (according to the dont_verify/verify fields)
|