SrcIfIndex |
The originating interface index of the call. If this object
is set to zero, the originating interface index will not
be checked for the matching process. If this field is set to
one, the route is only valid for call originating locally. |
SrcLinkAddr |
The originating (MAC-)address of the call. If this object
is a zero length string, the originating address will not
be checked for the matching process. |
DstIfIndex |
The interface index the call has to be sent to. If this
value is set to one, the call will be used locally.
If the value is set to zero, the call will be refused. The
routing entry will only be used if the destination interface
status is up or dormant. Additionally the target link must
be in the state ready, if it is permanently activated, i.e.
the x25LkL2IdleTimer is set to -1. |
DstLinkAddr |
The (MAC-)address of the station, the call has to be sent
to. This object is ignored for point-to-point interfaces. |
DstLinkAddrMode |
This object specifies the way, the destination link address
is generated. Default will use the default method for the
target interface. When direct is selected, the destination
address is taken from the route entry. Set to rule(4), the
the address is generated according the rule defined in the
x25RtDstLinkAddrRule entry of the x25RouteTable.
Other methods will be developed in the future. Enumerations: - default (1)
- direct (2)
- delete (3)
- rule (4)
- auto (5)
|
SrcAddr |
The source X.121 address in the X25 call packet. If empty, the
source address will not be matched. Extended Adresses are
indicated by a leading '@'. The wildcards '*', '?', '[',
']', '{', '}' may be used. |
SrcNSAP |
The source NSAP in the X25 call packet. If empty, the
source NSAP will not be matched. The NSAP is preceeded
by an 'X' if it is an OSI compatible NSAP or by a 'N' if
the NSAP is in a not OSI compatible format. The wildcards
'*', '?', '[', ']', '{', '}' may be used. |
DstAddr |
The target X.121 address in the X25 call packet. If empty, the
source address will not be matched. Extended Adresses are
indicated by a leading '@'. The wildcards '*', '?', '[',
']', '{', '}' may be used. |
DstNSAP |
The target NSAP in the X25 call packet. If empty, the
source address will not be matched. The NSAP is preceeded
by an 'X' if it is an OSI compatible NSAP or by a 'N' if
the NSAP is in a not OSI compatible format. The wildcards
'*', '?', '[', ']', '{', '}' may be used. |
ProtocolId |
The protocol id of the X25 call packet. The protocol id
will not be used for the matching process, when this
object is set to -1 |
CallUserData |
The call user data field of the X25 call packet behind the
protocol id. If empty, the call user data field will not
be used for matching. |
RPOA |
This object will be compared to the first value in the
list of RPOAs in the X25 call packet, if not set to -1. |
NUI |
This object will be compared to the NUI facility supplied
with the call. If this object is an empty string, the
NUI facility will not be used for the matching process. |
RewritingRule |
This Object specifies a rewriting rule in the X25 Rewriting
Rule table. The call packed will be processed according
to this rewriting rule before the call is being delivered.
If this value is set to zero, no rewriting will take
place. |
Metric |
This object specifies a metric similar to the metric of an
IP routing entry. If a call matches multiple entries in the
X25 routing table, the routing entry with the lowest value
of Metric will be used to route the call. |
Cug |
This object will be compared to the CUG facility supplied
with the call, if not set to -1. |
CugOutgoing |
This object will be compared to the Outgoing CUG facility
supplied with the call, if not set to -1. |
CugBilateral |
This object will be compared to the Bilateral CUG facility
supplied with the call, if not set to -1. |
DstLinkAddrRule |
If x25RtDstLinkAddrMode is set to rule this object describes,
how to develop the destination link address (may be ISDN
call number, MAC address or IP address) from destination X.25
address or destination X.25 NSAP. |