SSM160
To run the validation tests:
- Run this command to show the Jumbo Frames configuration on the specified SSM:
# asg_chassis_ctrl jumbo_frames show <ssm_id>
- Run this command to 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 9000
|