Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Step 1

CLI is available via telnet: "cmd> telnet 10.10.10.1" or use any suitable telnet client such as Putty.

Center

Step 2

Use any letters or numbers for initial authentication, for example:

  • User name: "login".
  • Password: "password".
Note
titleNOTE

After the initial login to the units, it is recommended to change the user and password to more secure permanent valuesMake sure to set strong passwords before running the units in production.

Step 3

Chech Check the firmware version and upgrade the units to the newest available latest stable firmware version.

You can check firmware version via command:

Code Block
languagepowershell
themeEmacs
xginfo version

Compare current version of the unit with version on official InfiNet ftp server: ftp://ftp.infinet.ru/pub/Firmware/XG/H12. In case of a newer version is available it is recommended to upgrade the firmware we recommend upgrading.

Note

For more details go to the section "Maintenance".


Step 4

Configure radio parameters.

Center
ParameterCommandValue (example)
Node Typexg -typemaster (slave)
Link IDxg -cell-id1
Channel Widthxg -channel-width40
Frame periodxg -sframelen5
Max Distancexg -max-distance1
Downlink Center Frequency
xg -freq-dl4960
Uplink Center Frequency
xg -freq-ul 5010
Maximal Transmit Power
xg -txpwr10
Note
titleNOTE

Commands description is given in the section "Commands for modem configuration".

Warning
titleCAUTION

 Please note that the following parameters must have the same values at each of the two units in the PtP linkmatch at both units. Otherwise the wireless link between them won’t be established:

  • Center Frequency
  • Channel Width
  • Frame Period
  • Max Distance
  • Short Cyclic Prefix
  • Link ID
Note
titleNOTE

In order to synchronize the units settings, copy from one unit and paste to another the "Peer exported config" line shown in the "xg config -peer-exported" command output. See the configuration example below:

Code Block
languagejava
themeDJango
#Peer exported config:
xg -v3-start
xg -v3 a01b833402f59907abdcb812d5de20fd.Ko7ClHTRVps/8oyNjnucBcSqUlcCJbOae9Kf4OZ
xg -v3 zRU7tYm1REMTUyHWYTaGGuuooDp2DWkcxyFGLmEb5yx45wFImL5Nx72XK6bnl9AzRdZjWVSN
xg -v3 xCrliSUfn7JZazn1yTEKE90fKLIK/HKNJXYN7vg4lEocgBWguYdFc/u8fEwENtJYBSKNGbu3
xg -v3 HQ0HvIdTqAwOz5vXM89CkhL5ZZmDuYN3FFSo6wV+h//zBuSfuJ5QVb6fv2Do6tPIE4kuZSsB
xg -v3 UXLavUriPtSlRxzIYUO7+9XSMggomrf7NZtM37PxQkUYIZ116K3++w5HPVXXq8Po7xVmotnq
xg -v3 px1uDbYtSjs2O9yx6h6Z0HGp8GLAEY7Ka5ZRoyAvyfA73pobYrEhzZ+hdwWnDDJYM3DmAhuW
xg -v3 yAUgtVHJ4hC9u6BP5IAlQXsm5QSbuRwihWdmrwiThwSGmXiZWCXOmxzg1IA==
xg -v3-end
Step 5

Save configuration.

Code Block
languagepowershell
themeEmacs
config save
Step 6

Restart the unit.

Code Block
languagepowershell
themeEmacs
restart yes
Step 7

Check the link establishmentstatus.

Code Block
languagepowershell
themeEmacs
Sys log show | grep UP

In case of success configuration:

Code Block
languagepowershell
themeEmacs
[XG]: changed state UP->DOWN

...