SSM160
To configure Jumbo Frames on an SSM160, run this command for each SSM and port:
asg_chassis_ctrl set_port_mtu <ssm_id> <port_id> <mtu_size>
Parameter
|
Description
|
<ssm_id>
|
SSM identifier (1-4 or all )
|
<port_id>
|
Port number
|
<mtu_size>
|
This MTU size can be one of these values:
- Integer value up to 12,288
- - Maximum supported MTU size
- - System default MTU size (typically 1544)
|
Examples
> asg_chassis_ctrl set_port_mtu 1 3 max
MTU of port 3 on SSM1 was set to 12288
> asg_chassis_ctrl set_port_mtu 2 4 9146
MTU of port 4 on SSM2 was set to 9146
|