___________________________________________________________________________
_______________________________________________________________________________
LTP-8X optical line terminal
63
parameter, pass the number of the logical interface.
LTP-8X(switch)(config)# interface front-port 0 - 4
LTP-8X(switch)(config-if-range)# channel-group port-channel 3
The
channel-group
command can be executed in the configure view of an interface (a range)
of the switch.
Step 9.
This step should only be performed for LACP configuration. Set a priority for the physical
interface with the help of the
lacp port-priority
command if necessary. The
no lacp port-priority
command resets port priority to the default value of 32768; 1 is the highest priority.
LTP-8X(switch)(config-if-range)# no lacp port-priority
LTP-8X(switch)(config-if-range)# exit
LTP-8X(switch)(config)# interface front-port 0
LTP-8X(switch)(config-if)# lacp port-priority 256
The
lacp port-priority
command can be executed in the configure view of the terminal's
switch.
Step 10.
This step should only be performed for LACP configuration. Use the
lacp mode
command to set
an active or passive LACP mode.
LTP-8X(switch)(config-if)# exit
LTP-8X(switch)(config)# interface port-channel 3
LTP-8X(switch)(config-if)# lacp mode active
Step 10.
This step should only be performed for LACP configuration. In case of the active LACP mode, set
an interval for transmission of LACP control packets with the help of the
lacp rate
command. Pass slow
(30 seconds) or fast (1 second) as a parameter.
LTP-8X(switch)(config-if)# lacp rate slow
Step 11.
Apply the configuration by using the
commit
command.
LTP-8X(switch)(config-if)# exit
LTP-8X(switch)(config)# commit