User Guide
197
TENDA(config)# monitor source interface range gigabitethernet 0/1-3 rx
Note:
Config ports 1-3 as mirroring source ports and sniffer mode as Ingress.
TENDA(config)# monitor source interface range gigabitethernet 0/4-5 tx
Note:
Config ports 4-5 as mirroring source ports and sniffer mode as Egress.
TENDA(config)# monitor source interface gigabitethernet 0/6 both
Note:
Config port 6 as mirroring source port and sniffer mode as Egress & Ingress.
TENDA(config)# no monitor
Note:
Clear mirroring settings
5.3.12 View RX/TX packet statistics
TENDA# show interface gigabitethernet 0/2 counter
Note:
View RX packet statistics on port 2
TENDA# show interfaces counter
Note:
View statistics on all ports
5.3.13 Config Port Rate Limit
TENDA(config)# interface range gigabitethernet 0/1
TENDA(config-if)# rate-limit input 100
Note:
Set ingress rate limit to 100M on port 1
TENDA(config-if)# rate-limit output 10
Note:
Set egress rate limit to 10M on port 1
TENDA(config-if)# no rate-limit input
Note:
Clear ingress rate limit on the port
TENDA(config-if)# no rate-limit output
Note:
Clear egress rate limit on the port
5.3.14 Config Link Aggregation
Create aggregation group
TENDA(config)# interface range gigabitethernet 0/1-4
Note:
Set ports 1-4 as link aggregation member ports
TENDA(config-if)# trunk-group 1 type static
Note:
Set aggregation group ID to 1 and type to static
TENDA(config-if)# trunk-group 2 type lacp
Note:
Create a LACP static aggregation group: 2
Delete aggregation group