User manual

Nortel Secure Router 8000 Series
Configuration -WAN Access 10 Low-speed ATM configuration
Issue 5.3 (
30 March 2009) Nortel Networks Inc. 10-39
[RouterA-Atm1/0/0] ip address 202.38.160.1 255.255.255.0
# Create a PVC and configure the IPoA mapping.
[RouterA-Atm1/0/0] pvc to_b 0/40
[RouterA-atm-pvc-Atm1/0/0-0/40-to_b] map ip 202.38.160.2
[RouterA-atm-pvc-Atm1/0/0-0/40-to_b] quit
[RouterA-Atm1/0/0] pvc to_c 0/41
[RouterA-atm-pvc-Atm1/0/0-0/41-to_c] map ip 202.38.160.3
Step 2 Configure Router B.
# Enter the ATM interface and configure an IP address for it.
<RouterB> system-view
[RouterB] interface atm 1/0/0
[RouterB-Atm1/0/0] ip address 202.38.160.2 255.255.255.0
# Create a PVC and configure the IPoA mapping.
[RouterB-Atm1/0/0] pvc to_a 0/40
[RouterB-atm-pvc-Atm1/0/0-0/40-to_a] map ip 202.38.160.1
[RouterB-atm-pvc-Atm1/0/0-0/40-to_a] quit
[RouterB-Atm1/0/0] pvc to_c 0/42
[RouterB-atm-pvc-Atm1/0/0-0/42-to_c] map ip 202.38.160.3
Step 3 Configure Router C.
# Enter the ATM interface view and configure an IP address for it.
<RouterC> system-view
[RouterC] interface atm 1/0/0
[RouterC-Atm1/0/0] ip address 202.38.160.3 255.255.255.0
# Create a PVC and configure the IPoA mapping.
[RouterC-Atm1/0/0] pvc to_a 0/41
[RouterC-atm-pvc-Atm1/0/0-0/41-to_a] map ip 202.38.160.1
[RouterC-atm-pvc-Atm1/0/0-0/41-to_a] quit
[RouterC-Atm1/0/0] pvc to_b 0/42
[RouterC-atm-pvc-Atm1/0/0-0/42-to_b] map ip 202.38.160.2
Step 4 Verify the configuration.
# Check the PVC status information on Router A.
VPI/VCI |STATE|PVC-NAME |INDEX |ENCAP|PROT |INTERFACE
--------|-----|----------------|--------|-----|-----|---------------------
0/40 |UP |to_b |1 |SNAP |IP |Atm1/0/0 (UP)
0/41 |UP |to_c |2 |SNAP |IP |Atm1/0/0 (UP)
# Check the PVC mapping information on Router A.
[RouterA] display atm map-info
Atm1/0/0, PVC 0/40, IP, State UP
202.38.160.2, vlink 17
Atm1/0/0, PVC 0/41, IP, State UP
202.38.160.3, vlink 18
Similarly, check the PVC status information and the PVC mapping information on Router B
and Router C.