By default all ports are mapped to default vlan
config default delete ports all ----this command removes all ports from default vlan.
create vlan vlan10
config vlan10 tag 10
config vlan10 add ports 1-10 untagged------------------to configure access ports...
config vlan10 delete ports 11-48
config vlan10 add ports 48 tagged----------------to configure uplink ports[trunk ports]
config vlan10 ipaddres 1.1.1.1/24
enable ipforwarding -----------------------equivalent to ip routing command in cisco.
By default there is VR-default and Vr-mgmt
show vlans
show vlan vlan10
show log to see logs in exos