Hi,
I am trying to automate and gather some information using Ansible.
For most commands that is not an issue, but a few commands as the below gives errors
The output seems to add the symbol " ° " using Chinese encoding.
Is there a way to set ouput to English character sets only?
display transceiver diagnosis interface
SecureCRT setting: UTF-8
Port XGigabitEthernet0/0/24 transceiver diagnostic information:
Parameter Current Low Alarm High Alarm
Type Value Threshold Threshold Status
------------- --------- --------- ---------- --------
TxPower(dBm) -2.43 -10.19 1.49 normal
RxPower(dBm) -8.19 -18.38 1.49 normal
Current(mA) 46.25 1.00 70.00 normal
Temp.( 41.11 -10.00 85.00 normal
Voltage(V) 3.25 3.00 4.00 normal
SecureCRT setting: ANSI/OEM simplified chinese
Port XGigabitEthernet0/0/24 transceiver diagnostic information:
Parameter Current Low Alarm High Alarm
Type Value Threshold Threshold Status
------------- --------- --------- ---------- --------
TxPower(dBm) -2.55 -10.19 1.49 normal
RxPower(dBm) -8.32 -18.38 1.49 normal
Current(mA) 46.25 1.00 70.00 normal
Temp.(°C) 40.97 -10.00 85.00 normal
Voltage(V) 3.25 3.00 4.00 normal
Output taken from S6720-EI switch
Jon