
258 Chapter 7 • Configuring and Backing Up Permanent Connections
Figure 7.11 Continued.
interface Serial0
no ip address ! the ip address is supplied on the
subinterface
encapsulation frame-relay
frame-relay lmi-type cisco
!
interface Serial0.1 multipoint
ip address 192.168.101.2 255.255.255.0 !Notice the ip addresses for
main, branch1-1, branch2-2 are in the same subnet
frame-relay map 192.168.101.1 30 ! Remote ip address maps to local
DLCI
Branch2-2 Router Configuration
Branch2-2#
!
interface Serial0
no ip address
encapsulation frame-relay
frame-relay lmi-type cisco
!
interface Serial0.1 multipoint
ip address 192.168.101.3 255.255.255.0
frame-relay map 192.168.101.2 ...