
KSwitch D10 MMT Managed Time Sensitive Ethernet Switch - Preliminary User Guide, Rev. 0.99
// 91
9.7.2.9.
Switchport Hybrid Acceptable-Frame-Type
Description- Set Ingress acceptance criteria.
switchport hybrid acceptable-frame-type
{ all | tagged | untagged }
no switchport hybrid acceptable-frame-type
Parameter
Description
Parameter
all
Both tagged and untagged frames are accepted
tagged
Only frames tagged with the corresponding port type tag are
accepted.
untagged
Only untagged frames are accepted.
Default
Hybrid Port is set to accept all frames (tagged and untagged)
Mode
Port List Interface Mode
Usage
Configure type of frames accepted on ingress. Use the no version of the command to revert to
default.
Examples
Example#1 (configure port 3 as hybrid and accept tagged frames only on ingress)
# configure terminal
(config)# interface GigabitEthernet 1/3
(config-if)# switchport mode hybrid
(config-if)# switchport hybrid acceptable-frame-type tagged
9.7.2.10.
Switchport Hybrid Egress-Tag
Description- Configure Egress tagging.
switchport hybrid egress-tag
{ none | all [ except-native ] }
no switchport hybrid egress-tag
Parameter
Description
Parameter
none
No Egress tagging. All frames transmitted without a tag.
all
Tag all frames. All frames transmitted with a tag.
except-native
Tag all frames except frames classified to native VLAN.
Default
Hybrid Port is set to tag all frames except frames classified to native VLAN
Mode
Port List Interface Mode VLAN.
Usage
Configure egress tagging. Use the no version of the command to revert to default.
Examples
Example#1 (configure port 3 as hybrid and set egress tagging to all)
# configure terminal
(config)# interface GigabitEthernet 1/3
(config-if)# switchport mode hybrid
(config-if)# switchport hybrid egress-tag all