AR100, AR120, AR150, AR160, AR200, AR1200, AR2200, AR3200, and AR3600 CLI-based Typical Configuration Examples

Example for Configuring an ATM Interface

Example for Configuring an ATM Interface

Applicability

This example applies to AR routers that run V200R001C00 and later versions and support ATM interfaces.

Networking Requirements

ATM1/0/0 of RouterA and GE1/0/0 of RouterB connect to the DSLAM. RouterA needs to use IPoA to communicate with RouterB.

Figure 5-4 Networking for IPoA configuration

Procedure

  1. Configure RouterA.

    #
    interface Atm1/0/0
     ip address 1.1.0.1 255.255.255.0    // Configure the IP address of ATM1/0/0 on RouterA.    
     pvc 0/35    // Create a PVC and enter the PVC view.           
      map ip 1.1.0.2    // Configure IPoA mapping on the PVC.                        
    #  
    return 

  2. Configure RouterB.

    #
    interface GigabitEthernet1/0/0
     ip address 1.1.0.2 255.255.255.0    // Configure the IP address of GE1/0/0 on RouterB.     
    #  
    return 

  3. Configure the DSLAM.

    # For details about how to configure the DSLAM, see the DSLAM documentation.

  4. Verify the configuration.

    # RouterA can ping RouterB.