Chapter 6 Configuring Interfaces DGS-3610 Series Configuration Guide
switchport hybrid allowed vlan
[[add] [tagged | untaged]] |remove ] vlist
Set the output rule for the port
DGS-3610# configure terminal
DGS-3610(config)# interface g 0/1
DGS-3610(config-if)# switchport mode hybrid
DGS-3610(config-if)# switchport hybrid native vlan 3
DGS-3610(config-if)# switchport hybrid allowed vlan untagged 20-30
DGS-3610(config-if)# end
DGS-3610# show running interface g 0/1
6.2.8.2 Configuring L2 Aggregate Ports
This section describes how to create an L2 Aggregate Port and some related settings.
You may create an L2 Aggregate Port by using aggregateport in interface configuration
mode. For details, see Configuring Aggregate Port.
6.2.8.3 Clearing Interface Statistics and Then
Resetting this interface
In privileged EXEC mode, you may clear the statistics of an interface and then reset it by
using the clear command. This command is only applicable to the Switch Port, member of
L2 Aggregate port, Routed port, and member of L3 Aggregate port. The clear command is
as follows.
DGS-3610# clear counters [interface-id]
Clear interface statistics.
DGS-3610# clear interrface interface-id
Reset interface hardware.
In privileged EXEC mode, use show interfaces to display the counters. In privileged EXEC
mode, use clear counters to clear the counters. If the interface is not specified, the counters
on all interfaces will be cleared.
The following example shows how to clear the counter of gigabitethernet 1/1.
DGS-3610# clear counters gigabitethernet 1/1
6.2.9 Configuring L3 Interfaces
Configuring L3 Interfaces:
DGS-3610(config-if)# no switchport
Shut down the interface and change it to L3
mode. This command applies to Switch Ports
and L2 Aggregate ports only.