From 7179276b9f8867d85c644b8de1fba65d87143f2d Mon Sep 17 00:00:00 2001 From: Ernesto Castellotti Date: Tue, 21 Feb 2023 15:56:51 +0100 Subject: FS: Removed useless Vendor ID for setting hardware version (#154) The Vendor ID is in any case replaced with the one present in the EEPROM and possibly set with sfp_i2c -i7 -s "YOUR_VENDOR_ID", so it's totally useless to specify in the MIB file and causes unnecessary confusion --- _ont/ont-fs-com-gpon-onu-stick-with-mac.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_ont/ont-fs-com-gpon-onu-stick-with-mac.md b/_ont/ont-fs-com-gpon-onu-stick-with-mac.md index 92d504a..b75265f 100644 --- a/_ont/ont-fs-com-gpon-onu-stick-with-mac.md +++ b/_ont/ont-fs-com-gpon-onu-stick-with-mac.md @@ -196,7 +196,7 @@ sfp_i2c -i7 -s "YOUR_VENDOR_ID" ## Changing ONU hardware version (ME 256) ```sh -sed 's/256 0 HWTC 0000000000000/256 0 YOUR_VENDOR_ID YOUR_ONU_VERSION/' /rom/etc/mibs/data_1g_8q.ini > /etc/mibs/data_1g_8q.ini +sed 's/256 0 HWTC 0000000000000/256 0 HWTC YOUR_ONU_VERSION/' /rom/etc/mibs/data_1g_8q.ini > /etc/mibs/data_1g_8q.ini ``` ## Restore the default ONU hardware version (ME 256) @@ -535,4 +535,4 @@ The FS GPON-ONU-34-20BI stores the content of the emulated EEPROM in U-Boot env --- -[^subunit]: The subunit are 10000 times smaller than the specified unit \ No newline at end of file +[^subunit]: The subunit are 10000 times smaller than the specified unit -- cgit v1.2.3