[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Configuring Frame Relay over GRE

Before you configure Frame Relay over GRE, configure the CPE-facing and core-facing Frame Relay interfaces. Once Frame Relay interfaces have been created, you must connect the two Frame Relay subinterfaces by layering a CBF interface above both and establishing a CBF connection.

NOTE: To configure Frame Relay interfaces, see JUNOSe Link Layer Configuration Guide, Chapter 2, Configuring Frame Relay.


To configure Frame Relay over GRE on the CPE-facing interface:

  1. Specify the physical interface on which you want to configure Frame Relay. For example:
  2. host1(config)#interface serial 1/0
    
    host1(config-if)#frame-relay intf-type dce
    
    
    
  3. Enable Frame Relay encapsulation.
  4. host1(config-if)#encapsulation frame-relay ietf
    
    
    
  5. Create and configure a Frame Relay subinterface.
  6. host1(config-if)#interface serial 1/0.1
    
    
    
  7. Configure a DLCI on a Frame Relay subinterface.
  8. host1(config-if)#frame-relay interface-dlci 100 ietf
    
    
    
  9. Create a CBF interface.
  10. host1(config-subif)#cbf
    
    
    
  11. Create and configure a GRE tunnel interface.
  12. host1(config)# interface tunnel gre:east
    
    host1(config-if)#tunnel source 20.0.0.2
    
    host1(config-if)#tunnel destination 20.0.0.2
    
    host1(config-if)#tunnel mtu 10240 
    
    host1(config-if)#tunnel sequence-datagrams
    
    
    
  13. Enable Frame Relay encapsulation.
  14. host1(config-if)#encapsulation frame-relay ietf
    
    host1(config-if)#frame-relay intf-type nni
    
    
    
  15. Create and configure a Frame Relay subinterface.
  16. host1(config-if)#interface tunnel gre:east.1
    
    
    
  17. Configure a DLCI on a Frame Relay subinterface.
  18. host1(config-subif)#frame-relay interface-dlci 200 ietf
    
    
    
  19. Create a CBF interface.
  20. host1(config-subif)#cbf
    
    
    
  21. Create a bidirectional CBF connection between the two CBF interfaces.
  22. host1(config)#cbf connection serial 1/0.1 tunnel gre:east.1
    

cbf

cbf connection

interface tunnel

tunnel destination

tunnel mtu

tunnel sequence-datagrams

tunnel source


[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]