![Patton 3086 User Manual Download Page 159](http://html1.mh-extra.com/html/patton/3086/3086_user-manual_4029755159.webp)
Generic Frame Relay
159
Model 3086 G.SHDSL Integrated Access Device User Guide
E • Frame Relay to ATM Internetworking
tion or an IP connection. This is similar to the current implementation of PPP. Note the difference in the
following block diagram to the generic frame relay implementation and the FRS implementation.
Connection #1
Connection number 1 is created using the following mechanism through the CLI:
1. Create a frame relay connection using the “framerelay” CLI commands
2. Create an ATM connection using the “rfc1483” CLI commands
3. Create two IP interfaces
4. Connect the atm and framerelay connections to the IP interfaces
Example Connection 1
--> i
p clear interfaces
--> bridge clear interfaces
--> framerelay clear transports
--> rfc1483 clear transports
--> framerelay add transport fr1 fr 171
Create a framerelay transport named fr1 with a DLCI of 171
--> rfc1483 add transport rfc1 atm 100 200 llc routed
Create an ATM transport named rfc1 with vpi=100 vci=200 and llc and routed mode
--> ip add interface ip1 192.168.50.20
--> ip add interface ip2 192.168.60.20
--> ip list interfaces
IP Interfaces:
ID | Name | IP Address | DHCP | Transport
-----|--------------|------------------|----------|----------------
1 | ip1 | 192.168.50.20 | disabled | Not attached
2 | ip2 | 192.168.60.20 | disabled | Not attached
-------------------------------------------------------------------
Create two IP interfaces and perform a list to view the status (note that they are not connected to any
transports)
--> ip attach ip1 rfc1