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


Make sure to set strong passwords before running the units in production.

Step 3

Check the firmware version and upgrade the units to the 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 Infinet ftp server: ftphttps://ftp.infinet.ru/pub/Firmware/XG/H12. In case a newer version is available 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 match at both units. Otherwise the wireless link won’t be established:

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

In order to apply the same settings to the another unit you should use the following command output "xg config -peer-exported". Execute these commands in CLI of the another unit.

Code Block
languagetext
themeEmacs
#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 status.

Code Block
languagepowershell
themeEmacs
Sys log show | grep UP

In case of success configuration:

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

...