December 2006
Intermediate to advanced
1188 pages
72h 8m
English
You want to configure Frame Relay services so that each PVC is assigned to a separate subinterface.
Probably the cleanest way to set up a Frame Relay network is to use point-to-point subinterfaces. If you have a host site that connects to two or more branches through a Frame Relay WAN, you could configure the central host router like this:
Central#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Central(config)#interfaceCentral(config-if)#Serial0descriptionCentral(config-if)#Frame-Relay host circuitno ip addressCentral(config-if)#encapsulation frame-relayCentral(config-if)#exitCentral(config)#interfaceSerial0.1point-to-pointCentral(config-subif)#descriptionCentral(config-subif)#PVC to first branch - DLCI 101ip addressCentral(config-subif)#192.168.1.5 255.255.255.252frame-relay interface-dlciCentral(config-fr-dlci)#101exitCentral(config-subif)#exitCentral(config)#interfaceSerial0.2point-to-pointCentral(config-subif)#descriptionCentral(config-subif)#PVC to second branch - DLCI 102ip addressCentral(config-subif)#192.168.1.9 255.255.255.252frame-relay interface-dlciCentral(config-fr-dlci)#102exitCentral(config-subif)#exitCentral(config)#endCentral#
And all of the branches would follow the same basic configuration, but with different IP addresses and DLCI numbers:
Branch1#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Branch1(config)# ...Read now
Unlock full access