I am using below function to set IeeL1Defaults on Novus 100G / 25G port speed. But after updating to Active IxOS Version : 9.00.1900.10 , I see ports come up with IEEE/Consortion defaults enabled.
Is there any additional configuration required to turn off IEEE L1 defaults and AN to disable?
self.vports_obj[vport_name].L1Config.NovusHundredGigLan.IeeeL1Defaults = False
if an == "off":
self.vports_obj[vport_name].L1Config.NovusHundredGigLan.EnableAutoNegotiation = False
if fec_mode == "off":
self.vports_obj[vport_name].L1Config.NovusHundredGigLan.EnableRsFec = False
Hi,
I am using below function to set IeeL1Defaults on Novus 100G / 25G port speed. But after updating to Active IxOS Version : 9.00.1900.10 , I see ports come up with IEEE/Consortion defaults enabled.
Is there any additional configuration required to turn off IEEE L1 defaults and AN to disable?
self.vports_obj[vport_name].L1Config.NovusHundredGigLan.IeeeL1Defaults = False