Protocol |
This object specifies the protocol, for which the table
entry shall be valid. Enumerations: |
IfIndex |
This object specifies the interface index, for which the
table entry shall be valid. |
IntPort |
This object specifies the internal target host port-number
for incoming calls matching the table entry. |
Description |
This object specifies an optional description
for this entry. |
Status |
This object specifies whether this entry is currently
enabled or disabled. Enumerations: - delete (10)
- enabled (20)
- disabled (30)
|
IntAddr |
This object specifies the internal target host IP address
for incoming calls matching the table entry.
An incoming call matching this entry will be routed to the
internal server specified by this object. |
ExtPort |
This object specifies the destination port number for
incoming calls. An incoming call can only be accepted if
the destination port is the one specified by this object.
If this object is set to -1, the entry is valid for all
port numbers. |
RemoteAddr |
This object specifies the IP address of the remote host
initiating the connection. An incoming call can only be
accepted if the IP adress of the remote host initiating
the connection is the one specified by this object.
If this object is set to 0.0.0.0, the table entry will
be valid for any remote host. |
LeaseDuration |
This object specifies a lease duration in seconds. The
entry is discarded at the end of this time. If this object
is set to 0, the lease duration is infinite, and the entry
will have to be explicitely deleted by a UPnP client. |