User manual

8 Frame relay configuration
Nortel Secure Router 8000 Series
Configuration -WAN Access
8-48 Nortel Networks Inc. Issue 5.3 (
30 March 2009)
# Configure the static address mapping.
[RouterC] interface serial 1/0/0.1
[RouterC-Serial1/0/0.1] fr dlci 80
[RouterC-fr-dlci-Serial1/0/0.1-80] quit
[RouterC-Serial1/0/0.1] ip address 202.38.164.252 24
[RouterC-Serial1/0/0.1] fr map ip 202.38.164.251 80
[RouterC-Serial1/0/0.1] quit
Step 4 Check the configuration.
On Router A, ping the interface on Router B.
[RouterA] ping 202.38.163.252
PING 202.38.163.252: 56 data bytes, press CTRL_C to break
Reply from 202.38.163.252: bytes=56 Sequence=1 ttl=255 time=14 ms
Reply from 202.38.163.252: bytes=56 Sequence=2 ttl=255 time=9 ms
Reply from 202.38.163.252: bytes=56 Sequence=3 ttl=255 time=9 ms
Reply from 202.38.163.252: bytes=56 Sequence=4 ttl=255 time=9 ms
Reply from 202.38.163.252: bytes=56 Sequence=5 ttl=255 time=9 ms
--- 202.38.163.252 ping statistics ---
5 packet(s) transmitted
5 packet(s) received
0.00% packet loss
round-trip min/avg/max = 9/10/14 ms
Router B and Router A can ping through each other, and Router A and Router C can also ping
through each other.
----End
Configuration files
z
Configuration file of Router A
#
sysname RouterA
#
interface Serial1/0/0
link-protocol fr
#
interface Serial1/0/0.1
fr map ip 202.38.163.252 50
fr dlci 50
ip address 202.38.163.251 255.255.255.0
#
interface Serial1/0/0.2
fr map ip 202.38.164.252 60
fr dlci 60
ip address 202.38.164.251 255.255.255.0
#
return
z
Configuration file of Router B
#
sysname RouterB
#