How can i query traffic statistics on sub interface for ZTE CTN 6120H?
Tech Junction Answered question November 16, 2023
For example if you want to enable statistics for sub-interfaces (e.g for vlan 100, 200, 300) on physical interface: xgei-0/0/0/1 you can run the following commands in CLI:
config t
intf-statistics
interface xgei-0/0/0/1.100
traffic-statistics enable
interface xgei-0/0/0/1.200
traffic-statistics enable
interface xgei-0/0/0/1.300
traffic-statistics enable
Tech Junction Answered question November 16, 2023