TAP Series Switch Command Line Reference
Examples
The following example shows how to add an ingress-interface with mark-source 100:
Switch(config)# tap-group test001
Switch(config-tap-test001)# ingress eth-0-1 mark-source 100
Switch(config-tap-test001)#
The following example shows how to add an ingress-interface with un-tag:
Switch(config)# tap-group test001
Switch(config-tap-test001)# ingress eth-0-1 un-tag
Switch(config-tap-test001)#
The following example shows how to add an ingress-interface with flow flow001:
Switch(config)# tap-group test001
Switch(config-tap-test001)# ingress eth-0-1 flow flow001
Switch(config-tap-test001)#
The following example shows how to add an ingress interface eth-0-1:
Switch(config)# tap-group tap1
Switch(config-tap-tap1)# ingress eth-0-1
The following example shows how to add an ingress interface agg1:
Switch(config)# interface eth-0-2
Switch(config-if-eth-0-2)# static-channel-group 1
Switch(config-if-eth-0-2)# exit
Switch(config)# tap-group tap1
Switch(config-tap-tap1)# ingress agg1
The following example shows how to add an ingress interface eth-0-1 and remark source vlan
id as 300:
Switch(config)# tap-group tap1
Switch(config-tap-tap1)# ingress eth-0-1 mark-source 300
Related Commands
tap-group
egress