close Warning: Can't synchronize with repository "(default)" (/common/SVN/wimax does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Initial Version and Version 1 of Internal/Teltonika


Ignore:
Timestamp:
Jul 10, 2012, 2:50:06 PM (12 years ago)
Author:
dmeyer@…
Comment:

Initial import of wiki

Legend:

Unmodified
Added
Removed
Modified
  • Internal/Teltonika

    v1 v1  
     1= Teltonika UM62x1 =
     2
     3[http://www.teltonika.lt/en/pages/view/?id=1010 Teltonika UM62x1]
     4
     5== How To's ==
     6
     7=== Linux ===
     8
     9Device will look like a cdrom
     10
     11{{{
     12eject
     13}}}
     14
     15If you install usb-modeswitch and usb-modeswitch-data then it will appear as a network interface and not USB storage by default, and you won't need to "eject" the device.
     16
     17
     18Can use:
     19
     20{{{
     21wget --http-user admin --http-password admin -qO - http://192.168.0.1/cgi/cli?[command]
     22}}}
     23See data collection below for how to find a list of commands.
     24
     25=== Embedded Linux ===
     26
     27Verified working with Openwrt on Routerstation Pro.
     28
     29TODO:  Complete kernel module list.
     30Kernel has to be compiled with cdc_ether, scsi cdrom
     31
     32If using Openwrt, compile busybox with eject command or dmesg to find out what the device shows up as:
     33
     34{{{
     35opkg update
     36opkg install sdparm
     37sdparm --command=eject /dev/sg? 
     38}}}
     39
     40Then use the above Linux tutorial.
     41
     42=== Windows ===
     43
     44Verified working in Windows 7 64-bit
     45
     46Did not test without installing Teltonika software
     47
     48Install software when prompted to.
     49
     50=== Mac OS ===
     51
     52Verified working under Lion
     53
     54TODO.
     55
     56== Settings ==
     57
     58After the device is set up, the USB device will appear as a wired Ethernet device with the, dhcp release, IP address of 192.168.0.x.
     59
     601.  Favorite browser ==> 192.168.0.1
     61    a.  To login, press ctrl+shift and click on the Teltonika logo on the top of the web page.  The default username for the administrative interface that we will be using is:[[BR]]
     62   Username:  admin[[BR]]
     63   Password:  EifAFKt8
     64
     652.  Configure Wimax
     66    a.  Click on WiMAX tab
     67    b.  Click on Channels sub-tab
     68    c.  Add your base station(s) information
     693.  Verify connectivity
     70
     71Note that your settings are stored on the device, so this will only have to be done once for each device.
     72
     73== Telnet ==
     741.  telnet 700
     75    a.  Notice that above the port is 700[[BR]]
     76   Username:  admin[[BR]]
     77   Password:  admin01
     78
     792.  To make change to files (At your own risk of making a paper weight):
     80    a.  mount -o,remount,rw /
     81
     82== Data collection & Misc ==
     83
     84One tab I would like to point out is the CLI (command line interface) that you can run several commands to collect all kinds of information.  A list of commands can be viewed with the help command.  There is also more options that you can get by typing in 'setuser su' and then type help.
     85
     86Output of help command (as Normal user):
     87{{{
     88COMMAND HELP
     89============
     90    CMD   help                   Get help on commands
     91    RFC   resetRfcSdcDbgStats    reset rfcSdc dbg stats
     92    CBE   showMacUl              Show the MAC uplink configuration
     93    CBE   showMacDl              Show the MAC downlink configuration
     94    CBE   showMacFrame           Show the MAC frame configuration
     95    CBE   showMacStatsRx         Show MAC message reception statistics
     96    CBE   showSsCaps             Show negotiated capabilities of an SS
     97    CBE   showCaps               Show global capabilities
     98    CBE   setCaps                Set global capabilities
     99    CBE   setHarqCategory        Changes the *declared* HARQ category.
     100    CBE   loadCalibrationFromHost   Load calibration file from host
     101    CBE   showSf                 Show SF information
     102    CBE   createSf               Declare a SF in the local SFD
     103    CBE   changeSf               Change a SF in the local SFD
     104    CBE   deleteSf               Delete a SF in the local SFD
     105    CBE   setSfEnable            Enable/disable a SF in the local SFD
     106    CBE   showPhsSf              Show PHS rules for Sf creation
     107    CBE   createPhsSf            Create/change PHS rules for Sf creation
     108    CBE   deletePhsSf            Delete PHS rules for Sf creation
     109    CBE   setMii                 Set MII link configuration
     110    CBE   showMii                Show the MII configuration
     111    CBE   showTime               Show the current time
     112    CBE   filterLog              filter logging. Syntax is '(+/-)MOD[/SUB]'. '*' is supported at the end.
     113    CBE   enableLog              Enable logging. Syntax is 'MOD[/SUB]'.
     114    CBE   disableLog             Disable logging. Syntax is 'MOD[/SUB]'.
     115    CBE   showLog                show logging state. Syntax is 'MOD[/SUB]'. '*' is supported
     116    CBE   suppressLogWarnings    Enable/Disable warnings from disabled logs
     117    CBE   enableSniffer          enable packet sniffing
     118    CBE   setSnifferVerbose      set verbose level for the packet dumping
     119    CBE   setSnifferParams       set the sniffer parameters
     120    CBE   disableSniffer         disable packet sniffing
     121    CBE   showSniffer            show sniffer state and filters
     122    CBE   clearSnifferFilters    clear all sniffer filters
     123    CBE   createSnifferFilter    create a new sniffer filter
     124    CBE   deleteSnifferFilter    remove the specified filter from the sniffer
     125    CBE   showMacAddress         Show the mac address
     126    CBE   setFatalErrorMode      Set value of fatal error mode
     127    CBE   showFatalErrorMode     Show value of fatal error mode
     128    CBE   showPkmCs              Show pkm settings related to crypto suites
     129    CBE   setPkmCs               Set pkm settings related to crypto suites
     130    CBE   showNeighborBs         Display a neighbor BS descriptor from the handover database
     131    CBE   showPsc                Show the Power Saving Classes information
     132    CBE   createPsc              Declare a PSC in the local PSCD
     133    CBE   changeSleepId          Modify a PSC config
     134    CBE   modifyPsc              Modify a PSC config
     135    CBE   deletePsc              Delete a PSC from the PSC database
     136    CBE   activatePsc            Activate a PSC
     137    CBE   deactivatePsc          Deactivate a PSC
     138    CBES  setQosRedUlDefaultProfile   Configure the uplink RED drop profile for Sf without max latency
     139    CBES  setQosRedUlMaxLatencyProfile   Configure the uplink RED drop profile for Sf with non null max latency
     140    CBES  setQosRedUlDefault     Configure congestion control in uplink for Sf without max latency
     141    CBES  showQosUl              Show Ul Qos configuration
     142    CBES  showSsPhyStatsDl       display the downlink physical statistics
     143    CBES  startSs                start the 802.16 MAC
     144    CBES  stopSs                 stop the 802.16 MAC
     145    CBES  resetSs                stop and restart the 802.16 MAC
     146    CBES  showSs                 Show SS information
     147    CBES  performHandover        Jump to a neighbor BS (small cell jump)
     148    CBES  requestPowerModeChange   Request power control mode change
     149    CBES  setTxPower             Set TX power to specified value
     150    CBES  setMaxTxPower          set Max Tx Power
     151    CBES  showSsAuth             Show SS Authorization
     152    CBES  resetSsAuth            reset SS Authorization
     153    CBES  showSa                 Show Security Association
     154    CBES  showRfRx               Show the radio frequency receiver configuration
     155    CBES  showRfTx               Show the radio frequency transmitter configuration
     156    CBES  showRfConfig           Show radio frequency configuration
     157    CBES  showLinkAdaptationDl   Show the downlink adaptation configuration
     158    CBES  setLinkAdaptationDl    Configures the downlink adaptation
     159    CBES  showPhyStatsRx         Show the downlink physical stats
     160    CBES  setRfTx                Set radio frequency / base band parameters for TX
     161    CBES  showPacketFlow         Show the packet flow statistics
     162    CBES  resetPacketFlow        Reset the packet flow statistics
     163    CBES  showVersion            Show the system version
     164    CBES  setGpiosState          Set the state of GPIO manager
     165    CBES  setIdleMode            Start IDLE mode
     166    CBES  showProvisionedPsc     Show the provisioned Power Saving Class config
     167    CBES  setProvisionedPsc      Set the full provisioned Power Saving Class config
     168    CBES  modifyProvisionedPsc   Modify some param of the provisioned Power Saving Class config
     169    CBES  crashMeNow             test delivery of fatals
     170    CBES  sendRssiToHost         test delivery of rssi level changes notifications to host via THP
     171    CBES  enableSendingRssiToHost   test enable the sending of RSSI range
     172    CBES  setDebugAsicOutput     Configure the ASIC debug output signals
     173    CBES  setScanning            Configure periodic scanning
     174    CBES  showScanning           Display periodic scanning parameters
     175    CBES  setHandover            Configure handover trigger
     176    CBES  showHandover           Display handover trigger parameters
     177    CBES  showNeighborBsStat     Diplay statistics of neighbor BS
     178    CBES  setIotMode             set IOT mode
     179    CBES  showIotMode            show the current IOT mode
     180    CBES  enableMrctMs11         Enable MRCT MS-11.1 MS-11.2 compliance
     181    CBES  enableMrctMs05         Enable MRCT MS-05.1 MS-05.2 compliance
     182    CBES  setDeviceMode          set DEVICE mode
     183    CBES  showDeviceMode         show the current DEVICE mode
     184    CBES  addChannelToScanner    Add a new channel to the scanning list
     185    CBES  showScanner            Show the the scanning list
     186    CBES  removeChannelFromScanner   Remove a channel from the scanning list
     187    CBES  clearScannerChannels   Reset all scanner entries
     188    CBES  showHomeNsp            Display the current home NSP
     189    CBES  setHomeNsp             Set the home NSP with on NSP ID
     190    CBES  showProvisionedNAPs    Show the list of authorized and forbidden NAPs (CAPL)
     191    CBES  addProvisionedNAP      Add a provisioned Nap
     192    CBES  removeProvisionedNAP   Remove a provisioned Nap
     193    CBES  clearProvisionedNAPs   Clear the list of provisioned NAPs
     194    CBES  showProvisionedNSPs    Show the list of authorized and forbidden NSPs
     195    CBES  addProvisionedNSP      Add a provisioned NSP
     196    CBES  removeProvisionedNSP   Remove a provisioned NSP
     197    CBES  clearProvisionedNSPs   Clear the list of provisioned NSPs
     198    CBES  showNdssConfig         Show NDSS parameters.
     199    CBES  setNdssConfig          Set NDSS parameters.
     200    CBES  showDurationTimeout    Show scan duration timeout.
     201    CBES  setDurationTimeout     Set scan duration timeout.
     202    CBES  showHoldingTimeout     Show scan holding timeout.
     203    CBES  setHoldingTimeout      Set scan holding timeout.
     204    CBES  forceScanning          Forces scanning when NDSS is in Zzz mode
     205    CBES  connect                Forces connection to BS
     206    CBES  showPlatform           Show the configuration of the platform
     207    CBES  setWatchDog            Enable or Disable  watchdog
     208    CBES  showWatchDog           Show watchdog status
     209}}}
     210