Command Manual – Getting Started
H3C VG Series Voice Gateways
Chapter 1 Fundamental Configuration Commands
1-21
The MTU on the interface affects segmentation and reassembly of the IP packets.
Related command:
send-frame-type
and
display interfaces
.
Example
# Set the MTU size on the interface to 1492.
[VG-Ethernet0] mtu 1492
1.3.12 send-frame-type
Syntax
send-frame-type
{
ethernet_ii
|
ethernet_snap
}
undo
send-frame-type
View
Ethernet interface view
Parameter
ethernet_ii
: The interface sends IP packets in
Ethernet_II
frames.
ethernet_snap
: The interface sends IP packets in
Ethernet_SNAP
frames.
Description
Use the
send-frame-type
command to set the send frame format of the IP packets on
the interface.
Use the
undo send-frame-type
command to reset the send frame format to the default
value.
By default, IP packets are sent in
Ethernet_II
frames.
The Ethernet interface of the VG supports two types of frames:
z
Ethernet_II
z
Ethernet_SNAP
The Ethernet interface can identify received frame formats, and therefore it can receive
IP packets in these two types of frames simultaneously. But it can only send IP packets
in uniform frames.
Related command:
mtu
and
display interfaces
.
Example
# Set the send frame on the interface as Ethernet_SNAP.
[VG-Ethernet0]send-frame-type ethernet_snap