X2T SVC configuration example

Network requirements

As shown in Figure 150, the router connects X.25 and IP networks together.

In this connection, the X.25 terminal communicates with the router through SVC and the X2T technology applied on the router enables the communication between X.25 terminal and IP host.

Figure 150: Network diagram

Configuration procedure

# Enable X.25 switching.

<Router> system-view
[Router] x25 switching

# Configure interface Serial 2/0.

[Router] interface serial 2/0
[Router-Serial2/0] link-protocol x25 dce
[Router-Serial2/0] x25 x121-address 1111
[Router-Serial2/0] quit

# Configure interface Ethernet 1/1.

[Router] interface ethernet 1/1
[Router-Ethernet1/1] ip address 10.1.1.1 255.255.255.0
[Router-Ethernet1/1] quit

# Configure an X.25 route.

[Router] x25 switch svc 2222 interface serial 2/0

# Configure an X2T route.

[Router] translate ip 10.1.1.1 port 102 x25 2222
[Router] translate x25 1111 ip 10.1.1.2 port 102