112G ANLT协议分析测试仪

遵循IEEE802.3CK 112Gb/S PAM4 8x100G,4x200G,2x400G,1x800G Auto-Negotiation,Link Training协议测试与分析仪

载入中...
次浏览
2023-04-26发布
咨询
  • 产品介绍
  • 技术参数
  • 应用案例

产品介绍

信雅纳Xena Freya ANLT tester提供112G PAM4的Auto-Negotiation,Link Training协议测试与分析功能

速率模式:8x100G,4x200G,2x400G,1x800GbE

制式:112Gb/S PAM4

遵循规范:IEEE802.3CK

功能支持:

RS-FEC性能评估,Pre-FEC,Post-FEC,Symbol Error distribution

Auto-Negotiation,Link Training自协议和链路学习测试与分析

可独立使用,进行AN/LT过程的仿真与互操作测试,并记录交互过程的细节,可通过改变仪表参数来验证800G 112Gb/S DUT在不同AN/LT参数情况下的匹配情况

可使用验证AN/LT,也可以AN/LT与L23 Traffic结合验证,测试完整的L1/2/3层的性能,Traffic Tx/Rx等指标



async anlt_status(port)

Get ANLT status

Parameters

port (GenericAnyPort) – the port to get ANLT status from

Returns

ANLT status

Return type

Dict[str, Any]

async an_config(port, allow_loopback, enable)

Configure auto-negotiation

Parameters

port (GenericAnyPort) – the port to configure AN

allow_loopback (bool) – whether allowing the port in loopback mode

enable (bool) – enable or disable autonegotiation

Returns


Return type

None

async an_status(port)

Get the auto-negotiation status

Parameters

port (GenericAnyPort) – the port to get auto-negotiation status

Returns


Return type

Dict[str, Any]

async an_log(port)

Show the auto-negotiation logs

Parameters

port (GenericAnyPort) – the port to get auto-negotiation logs

Returns

auto-negotiation log

Return type

str

async lt_config(port, enable, timeout_enable, mode, link_recovery)

Configure link training on a port

Parameters

port (GenericAnyPort) – the port to configure LT on

enable (bool) – whether LT should be enabled on the port

timeout_enable (bool) – whether LT timeout should be enabled on the port

mode (str) – LT mode, auto or interactive

Returns


Return type

None

async lt_clear(port, lane)

Clear the LT command sequence for the lane.

Parameters

port (GenericAnyPort) – the port to configure

lane (int) – lane index, starting from 0

Returns


Return type

None

async lt_coeff_inc(port, lane, coeff, value)

Increase coeff for a lane on a port

Parameters

port (GenericAnyPort) – the port to configure

lane (int) – lane index, starting from 0

coeff (int) – coefficient index (-3, -2, -1, 0, 1)

value – the increase value

Returns


Return type

None