ATM lab TOPO

an somebody show me how to create this lab ? is it possible?
——————————–
this is sample from book.
can you show me example lab of connecting R1 to A1? b/c i havent seen any sample connecting router to ATM.
i can careless about loopback. The loopback on router are advertise network from R1 to R2 thro ATM over PVC
Configuration Steps for Frame-Mode MPLS Over RFC 2684 Routed PVC
The steps to configure RFC 2684 bridged encapsulation over MPLS on R1 and R2 are as follows. Ensure that IP addresses are preconfigured on R1 and R2, as illustrated in Figure 2-4:
Step 1. Follow the steps shown in the “Basic Frame-Mode MPLS Configuration Steps” section. These steps are the same for frame-mode MPLS over RFC 2684 routed PVC. Follow those steps to configure frame-mode MPLS on R1 and R2:
Step 1. -Enable CEF
Step 2. -Enable IGP routing protocol
Step 3. -Assign LDP router ID
Step 2. Enable IPv4 MPLS or label forwarding on the interface-Configure the ATM PVCs 2/200 on each of the appropriate subinterfaces on R1 and R2. The encapsulation used on the PVC is ATM aal5snap. Example 2-16 highlights the steps to configure ATM PVC.
Example 2-16. Configure PVCs on R1 and R2
Code:
R1(config)#interface ATM2/0.2 point-to-point
R1(config-subif)# pvc 2/200
R1(config-if-atm-vc)# encapsulation aal5snap
R1(config-if-atm-vc)# mpls ip
R2(config)#interface ATM2/0.2 point-to-point
R2(config-subif)#pvc 2/200
R2(config-if-atm-vc)#encapsulation aal5snap
R2(config-if-atm-vc)# mpls ip
A1(config-if)#interface ATM1/0/1
A1(config-if)# description Connection to A2
A1(config-if)# atm pvc 2 200 interface ATM1/0/0 2 200
A2(config-if)#interface ATM1/0/1
A2(config-if)# description connection to A1
A2(config-if)# atm pvc 2 200 interface ATM1/0/0 2 200