December 2006
Intermediate to advanced
1188 pages
72h 8m
English
You want to run use PPP encapsulation over a Frame Relay PVC.
To configure PPP over Frame Relay, you need to associate the DLCI with a Virtual Template, which will carry the Layer 3 information. Because PPP fundamentally involves a single connection between two devices, it is most natural to use this feature on point-to-point subinterfaces:
Router1#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router1(config)#interfaceRouter1(config-if)#Loopback1ip addressRouter1(config-if)#10.1.200.5 255.255.255.252exitRouter1(config)#interface Virtual-TemplateRouter1(config-if)#1ip unnumberedRouter1(config-if)#Loopback1encapsulation pppRouter1(config-if)#exitRouter1(config)#interfaceRouter1(config-if)#Serial0no ip addressRouter1(config-if)#encapsulation frame-relayRouter1(config-if)#exitRouter1(config)#interfaceSerial0.1point-to-pointRouter1(config-subif)#frame-relay interface-dlci104ppp Virtual-TemplateRouter1(config-fr-dlci)#1exitRouter1(config-subif)#exitRouter1(config)#endRouter1#
You can also use this feature directly on a physical interface:
Router2#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router2(config)#interfaceRouter2(config-if)#Loopback1ip addressRouter2(config-if)#10.1.200.6 255.255.255.252exitRouter2(config)#interface Virtual-TemplateRouter2(config-if)#1ip unnumberedRouter2(config-if)#Loopback1encapsulation pppRouter2(config-if)#exitRouter2(config)# ...
Read now
Unlock full access