Configuring Egress Tagging

You can use the egress tagging functionality to add a VLAN tag to the packet transmitted from the tool port.

Reference

Command

{no} egress-tagging enable

Description

Egress-tagging configuration

Parameters

None

Mode

INTERFACE

Example

pbnoscli# configure terminal 
pbnoscli(config)# interface ethernet Ethernet4/1
pbnoscli(config-if)# egress-        
  egress-tagging        Add egress tagging
pbnoscli(config-if)# egress-tagging enable 
pbnoscli(config-if)# 

You can verify the configuration by using the command(s) below:

pbnoscli# show interface npb Ethernet4/1

===================================
Interface : Ethernet4/1       
===================================
Type           : tool            
Mode           : vlan-aware      
Ingress-vlan   : 6               
Egress-tagging : enable          
Loopback-mode  : disable         

pbnoscli# 

Last updated