cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1626
Views
0
Helpful
1
Replies

ISE: SMS Gateway Debugs

LordOfThePings
Level 1
Level 1

I am trying to create an SMS provider that post XML to a third-party gateway.  

When I send a test message in the portal, it says that it was sent successfully but the SMS gateway does not show anything was ever received.  

Which debug logs will capture the HTTP POST and associated return codes?  Are there any debug commands that I can run from the console to troubleshoot?

Thanks,

Matt

1 Reply 1

Rahul Govindan
VIP Alumni
VIP Alumni

I have used the TCPDump functionality on the ISE to capture traffic to troubleshoot similar issues. Since this is in HTTP, you should be able to see the HTTP body and headers in the clear. Just use "ip host <sms-gateway-ip>" as the filter for the tcpdump to only catch the relevant traffic.