Version 7.2 313 Mediant MSBR
Reference Guide 47. network-dev
47 network-dev
This command configures the Ethernet Devices table, which lets you define Ethernet
Devices. An Ethernet Device represents a Layer-2 bridging device and is assigned a unique
VLAN ID and an Ethernet Group (Ethernet port group).
Syntax
(config-network)# network-dev <Index>
(network-dev-<Index>)#
Command Description
mtu
Configures the Maximum Transmission Unit (MTU)
size.
Configures a name for the Ethernet Device.
tagging {tagged|untagged}
Configures VLAN tagging for the Ethernet Device.
Assigns an Ethernet Group to the Ethernet Device.
Configures a VLAN ID for the Ethernet Device.
Command Mode
Privileged User
Example
This example configures an Ethernet Device with VLAN ID 2 for Ethernet Group 0 and
untagged:
(config-network-0)# network-dev
(network-dev-0)# name VLAN 2
(network-dev-0)# vlan-id 2
(network-dev-0)# underlying-if 0
(network-dev-0)# tagging untagged