R4#show run Building configuration... Current configuration: ! version 12.1 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname R4 ! enable password cisco ! ! ! ! ! memory-size iomem 25 ip subnet-zero ! ! ! ! interface Loopback0 ip address 10.4.4.4 255.255.255.248 ! interface Serial0 no ip address encapsulation frame-relay no frame-relay inverse-arp ! interface Serial0.1 multipoint ip address 10.100.100.3 255.255.255.240 frame-relay map ip 10.100.100.1 100 broadcast frame-relay map ip 10.100.100.2 102 broadcast frame-relay interface-dlci 100 class ccie no frame-relay inverse-arp ! interface FastEthernet0 ip address 10.40.40.1 255.255.255.240 speed auto ! router rip version 2 passive-interface default no passive-interface Serial0.1 network 10.0.0.0 no auto-summary ! ip classless no ip http server ! ! map-class frame-relay ccie no frame-relay adaptive-shaping frame-relay fair-queue frame-relay fragment 320 access-list 101 permit ip any 20.200.200.0 0.0.0.255 access-list 102 permit ip any 200.20.20.0 0.0.0.255 access-list 102 permit ip any 30.30.30.24 0.0.0.7 dialer-list 10 protocol ip permit route-map as10 permit 10 match ip address 101 set ip next-hop 10.100.100.1 ! route-map as10 permit 20 match ip address 102 set ip next-hop 10.100.100.2 ! ! line con 0 exec-timeout 0 0 password cisco login transport input none line aux 0 line vty 0 4 exec-timeout 0 0 password cisco login ! end