04-04-2005 12:54 PM
I am attempting to establish SAA Echos over an MPLS VPN and have been unsuccessful to date.
I have set up customer to customer VPNs using the VRF name "vpn-test-PMT". Doing a VRF ping, I am able to VRF ping across VPN to a linux box that I have set up in the other customer network using the VRF forwarded FE sub-interface as the source:
ping vrf vpn-test-PMT ip 172.xx.xx.33 source FastEthernet0/0.300
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.xx.xx.33, timeout is 2 seconds:
Packet sent with a source address of 172.xx.xx.4
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms
I have configured an SAA instance to ICMP from customer to customer using the same sub-interface as the source. My intent is to export that info to a performance monitoring tool for analysis.
Here's the config I used:
rtr 3
type echo protocol ipIcmpEcho 172.xx.xx.33
vrf vpn-test-PMT
rtr schedule 3 start-time now
Using the above command, I get timeouts on the operational-status output. According to Cisco, I do not need to configure the source address if using a VRF because the source will be automagically selected. (I tried anyway, and still no joy)
I am confused because I'm thinking that if a VRF ping works, so too should an SAA echo using the same endpoints. The respective endpoints are both listed in the VRF via "sh ip ro vrf vpn-test-PMT".
Has anyone else out there configured SAA over MPLS VPNs and have any nuggets of knowledge to pass on?
Thanks!
04-04-2005 04:20 PM
Try configuring the source address on the following command:
type echo protocol ipIcmpEcho 172.xx.xx.33 source-ipaddr 172.xx.xx.4
Hope this helps,
04-04-2005 06:05 PM
I already tried that.. no luck.
04-04-2005 07:01 PM
I just tried the same thing and it works fine. What version are you using?
Thanks,
04-04-2005 07:03 PM
BTW: Have tried using tcpdump or other trace utility on the Linux station to see if you at least receive the ping messages.
Thanks,
04-07-2005 06:18 AM
Sorry.. should have included that.. 12.3(6a). I looked through bugtrak and didn't see anything suspicious.
04-08-2005 07:15 PM
I just tried a quick test with 12.3(6c) (12.3(6a) was not available in my test bed, and it worked well.
Could you please attach a "show rtr configuration". Also Did you check on the Linux station that is defined as the destination to see if the ping packets are received and what is the source address of the packets.
Thanks,
04-05-2005 04:01 AM
have you configured rtr responder on each router?
04-05-2005 04:30 AM
Rob,
There is no need for a responder for ICMP echo.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide