Command Reference Guide

314translate ip 3Com Router 5000 Family and Router 6000 Family
Command Reference
translate ip
Purpose Use the translate ip command to configure an X2T forwarding route from IP
network to X.25 network.
Use the undo translate ip command to cancel a configured X2T forwarding
route from IP network to X.25 network.
Syntax translate ip ip-address port port-number { x25 x.121-address | pvc {
interface-type interface-number } pvc-number }
undo translate ip ip-address port port-number
Parameters ip-address
Local IP address.
port-number
TCP port number on which the local router listen
messages.
x.121-address
Destination address of X.121 after translation.
interface-type
Interface type.
interface-number
Number of the port encapsulated with X25.
pvc-number
PVC number.
Example Configure an X2T forwarding route to forward the packets that the local device
receives at 10.1.1.1:102 to the X.121 address 111.
[Router] Translate ip 10.1.1.1 port 102 x25 111
Configure an X2T forwarding route to forward the packets that the local device
receives at 10.1.1.1:102 to PVC 1 on the interface serial 0/0/0. .
[Router] Translate ip 10.1.1.1 port 102 pvc serial 0/0/0 1
View This command can be used in the following views:
System view
Description When the host in IP network transmits packets to the specified IP address and port
number of the router, the router will translate these IP packets to X.25 ones and then
forward them to a specified X1.121 address or PVC in X.25 network.
x.121-address supports wildcard. For the details about how to use wildcard, refer
to the
X25 route command.