D-Link DES-7200 Refrigerator User Manual


  Open as PDF
of 1968
 
DES-7200 Configuration Guide Chapter 7 Protocol VLAN Configuration
7-4
For example:
DES-7200# configure terminal
DES-7200(config)# protocol-vlan profile 1 frame-type ETHERII ether-type
EHTER_AARP
DES-7200(config)# protocol-vlan profile 2 frame-type SNAP ether-type
0x809b
DES-7200(config-vlan)# end
DES-7200# show protocol-vlan profile
profile frame-type ether-type Interfaces|vid
------- --------- ---------- -----------
1 ETHERII EHTER_AARP NULL|NULL
2 SNAP ETHER_APPLETALK NULL|NULL
Note
1) The configuration will not become effective until the profile is
applied to a port.
2) Before updating a profile, you must delete the profile and
then reconfigure it.
7.2.4 Applying a
Profile
To apply a profile, execute the following commands:
Command Description
DES-7200# configure terminal
Enter the global configuration mode.
DES-7200(config)# interface
interface-id
Enter the interface configuration mode.
DES-7200(config-if)# protocol-vlan
profile id vlan vid
Apply a profile to this port.
DES-7200(config-if)# no protocol-vlan
profile id
Clear all profiles on this port .
DES-7200(config-if)# no protocol-vlan
profile
Clear a profile on this port
DES-7200(config-if)# show
protocol-vlan profile
Show the profile configuration.
The following example applies profile 1 and profile 2 to the GE interface 1 of
Slot 3. The VLAN categories are VLAN 101 and 102:
DES-7200# configure terminal
DES-7200(config)# interface gi 3/1
DES-7200(config-if)# protocol-vlan profile 1 vlan 101
DES-7200(config-if)# protocol-vlan profile 2 vlan 102