Protocol-vlan protocol-group (configuring groups), Protocol-vlan protocol-group (configuring vlans) – LevelOne FGL-2870 User Manual

Page 688

Advertising
background image

Command Line Interface

4-322

4

protocol-vlan protocol-group (Configuring Groups)

This command creates a protocol group, or adds specific protocols to a group. Only
one frame type and protocol type can be added to a protocol group. Use the no form
to remove a protocol group.

Syntax

protocol-vlan protocol-group group-id [{add | remove} frame-type frame

protocol-type protocol]

no protocol-vlan protocol-group group-id

group-id - Group identifier of this protocol group. (Range: 1-2147483647)
frame

29

- Frame type used by this protocol. (Options: ethernet, rfc-1042,

llc-other)

protocol - Protocol type. The only option for the llc-other frame type is

ipx-raw. The options for all other frames types include: ip, arp, and rarp.

Default Setting

No protocol groups are configured.

Command Mode

Global Configuration

Example
The following creates protocol group 2, and specifies Ethernet frames transmitting
ARP protocol type traffic:

protocol-vlan protocol-group (Configuring VLANs)

This command globally maps a protocol group to a VLAN. Use the no form to
remove the protocol mapping.

Syntax

protocol-vlan protocol-group group-id vlan vlan-id
no protocol-vlan protocol-group group-id vlan

group-id - Group identifier of this protocol group. (Range: 1-2147483647)
vlan-id - VLAN to which matching protocol traffic is forwarded.

(Range: 1-4094)

Default Setting

No protocol groups are mapped to any VLANs.

Command Mode

Global Configuration

29. SNAP frame types are not supported by this switch due to hardware limitations.

Console(config)#protocol-vlan protocol-group 2 add frame-type ethernet

protocol-type arp

Console(config)#

Advertising