R3#sh run | b interface F interface FastEthernet0/0 ip address 180.40.7.129 255.255.255.224 ip policy route-map Prob1 duplex auto speed auto ! interface BRI0/0 no ip address shutdown ! interface FastEthernet0/1 no ip address shutdown duplex auto speed auto ! interface Serial1/0 ip address 180.40.7.66 255.255.255.224 encapsulation frame-relay ip ospf network point-to-multipoint frame-relay map ip 180.40.7.65 301 broadcast frame-relay map ip 180.40.7.67 302 broadcast ! interface Serial1/1 no ip address shutdown ! interface Serial1/2 ip address 180.40.7.1 255.255.255.224 ! interface Serial1/3 no ip address shutdown ! interface Serial1/4 no ip address shutdown ! interface Serial1/5 no ip address shutdown ! interface Serial1/6 no ip address shutdown ! interface Serial1/7 no ip address shutdown ! router ospf 1 log-adjacency-changes network 0.0.0.0 255.255.255.255 area 0 ! no ip http server no ip http secure-server ip classless ! ! ! access-list 100 permit icmp host 100.1.1.1 host 20.10.1.2 echo access-list 101 permit icmp host 100.1.1.1 20.10.1.0 0.0.0.255 echo access-list 102 permit icmp host 100.1.1.1 host 20.10.1.1 echo ! route-map Prob1 permit 10 match ip address 100 match length 0 1000 set ip next-hop 180.40.7.67 ! route-map Prob1 permit 15 match ip address 102 set interface Serial1/2 ! route-map Prob1 permit 20 match ip address 101 match length 1001 2147483647 set interface Serial1/2 !