User manual

Nortel Secure Router 8000 Series
Configuration -WAN Access 7 LAPB and X.25 configuration
Issue 5.3 (
30 March 2009) Nortel Networks Inc. 7-67
[RouterD-Serial1/0/0]link-protocol x25 dce
[RouterD-Serial1/0/0] quit
# Configure IP addresses on Ethernet 2/0/0.
[RouterD] interface ethernet 2/0/0
[RouterD-Ethernet2/0/0] ip address 10.1.1.2 255.255.255.0
[RouterD-Ethernet2/0/0] quit
# Enable the X.25 switching in the system view.
[RouterD] x25 switching
# Configure the X.25 switching route whose forwarding address is the XOT Tunnel.
[RouterD] x25 switch svc 1111 xot 10.1.1.1
# Configure the X.25 switching route that is forwarded to Router E.
[RouterD] x25 switch svc 8888 interface serial 1/0/0
Step 5 Verify the configuration.
View that the packets sent to the destination address 8888 are implemented the load balancing
on Router B, Router C, and Router E.
[RouterA] display x25 switch-table svc static
Number Destination Substitute-src Substitute-dst CUD SwitchTo(type/name)
1 2222 3333 8888 H/hg1
2 1111 I/Serial3/0/0
3 1112 I/Serial2/0/0
4 1119 I/Serial1/0/0
Total of static svc is 4.
The item type of SwitchTo meaning:
I: interface H: hunt-group T: xot
----End
Configuration files
z
Configuration file of Router A
#
sysname RouterA
#
x25 switching
#
interface Ethernet4/0/0
ip address 10.1.1.1 255.255.255.0
#
interface Serial1/0/0
link-protocol x25 dce
#
x25 hunt-group hg1 round-robin
channel interface Serial6/0/0
channel xot 10.1.1.2
#
x25 switch svc 2222 sub-dest 8888 sub-source 3333 hunt-group hg1
x25 switch svc 1111 interface Serial3/0/0
x25 switch svc 1119 interface Serial1/0/0