SSM160
To run the validation tests on the SSM160:
- Show the Jumbo Frames configuration on the specified SSM:
> asg_chassis_ctrl jumbo_frames show < ssm_id>
- Show the configured MTU on the specified port:
> asg_chassis_ctrl get_port_mtu < ssm_id> < port_id>
Example
> asg_chassis_ctrl jumbo_frames show 1
Jumbo frames are enabled on SSM1
> asg_chassis_ctrl get_port_mtu 1 1
MTU of port 1 on SSM1 is 1544
|