From 43a2d6d8212556e730eceadd010af0fe91109090 Mon Sep 17 00:00:00 2001 From: Adam Mnemonic Date: Wed, 28 Feb 2024 18:44:12 +0100 Subject: New FW version, partition formats and default kernel command line Additional photos Setting up MAC addresses --- _ont/ont-nokia-useful-command.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to '_ont/ont-nokia-useful-command.md') diff --git a/_ont/ont-nokia-useful-command.md b/_ont/ont-nokia-useful-command.md index f4e0e48..ca888ef 100644 --- a/_ont/ont-nokia-useful-command.md +++ b/_ont/ont-nokia-useful-command.md @@ -112,6 +112,25 @@ hex_eqid: 0x594F55525F435553544F4D5F4551554944000000000000 ---ATECMDRESULT--- OK ``` +## Getting/Setting MAC address +`mac1` = Lower MAC ID (printed on label) + +`mac2` = Upper MAC ID (usually = `mac1`+`3`) +```sh +#ONT>system +#ONT/system>misc +#ONT/system/misc>mac1 get +mac1: aa.bb.12.34.56.78 +---ATECMDRESULT--- OK +#ONT/system/misc>mac2 get +mac2: aa.bb.12.34.56.7b +---ATECMDRESULT--- OK +#ONT/system/misc>mac1 set 12:34:56:11:22:33 +---ATECMDRESULT--- OK +#ONT/system/misc>mac2 set 12:34:56:11:22:44 +---ATECMDRESULT--- OK +``` + # Advanced settings ## Setting management IP -- cgit v1.2.3