# Copyright (c) 2025, Ciena Corporation

The programs in this tools directory are for use "as is".

1) tibitVlanSet - This utility reads and sets the management VLAN ID and TPID values
                  for OLTs running R2.1.2 or greater.

	$ sudo ./tibitVlanSet 
	R1.0.2
	usage:
	 ./tibitVlanSet -i <ifname> -t <remote_mac> [-v [S|C]<vid>] [-r]
	 Example: ./tibitVlanSet -i ens9f0 -t 70:b3:d5:52:3b:2e -v S4090

2) rcli - This utility is a Remote CLI tool for use by Tibit Customer Support for debugging.

	$ sudo ./rcli
	V1.4.0
	usage:
	 ./rcli -i <ifname> [-t <remote_mac>] [-v [S|C]<vid>] [-f <upgrade_file>] [-e <exc_save_file>]
	 Example: ./rcli -i ens9f0 -v S4090


