E3372 dataswitch off
This commit is contained in:
parent
1b2cf6e9af
commit
10c3d07f94
10
e3372-dataswitch-off.sh
Normal file
10
e3372-dataswitch-off.sh
Normal file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
MODEM_IP="192.168.9.1"
|
||||
curl -s -X GET "http://$MODEM_IP/api/webserver/SesTokInfo" > ses_tok.xml
|
||||
COOKIE=`grep "SessionID=" ses_tok.xml | cut -b 10-147`
|
||||
TOKEN=`grep "TokInfo" ses_tok.xml | cut -b 10-41`
|
||||
|
||||
curl -s -X POST "http://$MODEM_IP/api/dialup/mobile-dataswitch" -H "Cookie: $COOKIE" -H "__RequestVerificationToken: $TOKEN" -H "Content-Type: text/xml" -d "<request><dataswitch>0</dataswitch></request>" > modem_status.xml
|
||||
|
||||
cat modem_status.xml
|
Loading…
x
Reference in New Issue
Block a user