R2#sh run | b cry ! ! ! crypto isakmp policy 10 authentication pre-share crypto isakmp key cisco address 180.40.7.3 ! ! crypto ipsec transform-set prob11 ah-sha-hmac ! crypto map Prob11 10 ipsec-isakmp set peer 180.40.7.3 set transform-set prob11 match address 150 ! ! ! interface Serial1/0 no ip address encapsulation frame-relay ! interface Serial1/0.1 multipoint ip address 180.40.7.35 255.255.255.224 ip ospf network point-to-multipoint frame-relay interface-dlci 203 crypto map Prob11 ! ! interface Serial1/2 ip address 180.40.7.2 255.255.255.224 clock rate 64000 crypto map Prob11 ! access-list 150 permit icmp any any ! R3#sh run | b crypt ! ! ! crypto isakmp policy 10 authentication pre-share crypto isakmp key cisco address 180.40.7.2 ! ! crypto ipsec transform-set Prob11 ah-sha-hmac ! crypto map Prob11 10 ipsec-isakmp set peer 180.40.7.2 set transform-set Prob11 match address 150 ! ! ! ! interface Serial1/0 ip address 180.40.7.33 255.255.255.224 encapsulation frame-relay ip ospf network point-to-multipoint frame-relay map ip 180.40.7.34 301 broadcast frame-relay map ip 180.40.7.35 302 broadcast crypto map Prob11 ! ! interface Serial1/2 ip address 180.40.7.3 255.255.255.224 crypto map Prob11 ! access-list 150 permit icmp any any !