Hello Marion. a VMAN is really the same as a VLAN. It is created using the create vman command and you configure the tag and add ports the same way as a VLAN.
For example
create vman extr
config extr tag 100
config extr add port 1 tag
Summit-PC.5 # sh vman
---------------------------------------------------------------------------------------
Name VID Protocol Addr Flags Proto Ports Virtual
Active router
/Total
---------------------------------------------------------------------------------------
extr 100 -------------------- ----------------------------- ANY 1 /1 VR-Default
---------------------------------------------------------------------------------------
Flags : (a) Learning Domain, (B) 802.1ah Backbone VMAN,
(c) 802.1ad customer VLAN, (C) EAPS Control vlan, (E) ESRP Enabled,
(f) IP Forwarding Enabled, (F) Learning Disabled, (i) ISIS Enabled,
(I) IP Forwarding lpm-routing Enabled, (L) Loopback Enabled,
(m) IPmc Forwarding Enabled, (n) IP Multinetting Enabled, (N) Network LogIn vlan,
(N) Network LogIn vlan, (o) OSPF Enabled, (O) Flooding Disabled,
(p) PIM Enabled, (P) EAPS protected vlan, (r) RIP Enabled,
(S) 802.1ah Service VMAN, (T) Member of STP Domain, (v) VRRP Enabled,
(V) VPLS Enabled, (W) VPWS Enabled
Total number of vman(s) : 1
* Summit-PC.6
using the command show vman ethertype will show the ethertype used for the tag. In XOS it defaults to the standard 0x88a8. to change the ethertype use the command config vman etherype
Does that help?
P