Skip to content

Instantly share code, notes, and snippets.

@nathanscott
Created April 16, 2012 13:14
Show Gist options
  • Save nathanscott/2398696 to your computer and use it in GitHub Desktop.
Save nathanscott/2398696 to your computer and use it in GitHub Desktop.
FortiOS v4.2
Commands:
show system modem
# FWF60C Modem Config Example with Sierra Aircard 312 on FortiOS v4.2
config system modem
set status enable
set mode redundant
set holddown-timer 45
set interface "wan1"
set phone1 "*99**1#"
set extra-init1 "AT+CGDCONT=1,\"IP\",\"telstra.internet\""
end
# FWF60C Modem Config Example with Telstra 4G/Sierra Aircard 320U on FortiOS v4.2
config system modem
set status enable
set wireless-custom-vendor-id 0x0f3d
set wireless-custom-product-id 0x68aa
set wireless-port 4
set phone1 "*99#"
end
# Note: wireless port would be 0 <zero> on the FGT60C rather than the
# WiFi enabled FWF60C. To be tested.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment