3 configuring access port – CANOGA PERKINS CanogaOS Configuration Guide User Manual

Page 34

Advertising
background image

CanogaOS Configuration Guide

Proprietary & Confidential Canoga Perkins Metro Ethernet Switches

Page 34 of 350

Trunk Link

Both tagged and untagged frames can be transmitted on this link. Trunk link allow for multiple
VLANs to cross this link.

Access Link

Only untagged frames can be transmitted on this link. Access link is at the edge of the network,
where end stations attach.

5.3 Configuring Access Port

Access port only receives untagged or priority-tagged frames, and transmits untagged frames.

5.3.1 Topology

5.3.2 Configurations
Bridge 1

DUT#configure terminal

Enter the Configure mode.

DUT(config)#vlan database

Enter the VLAN database mode.

DUT(config-vlan)#vlan 2

Create VLAN 2

DUT(config-vlan)#exit

Exit VLAN database mode.

DUT(config)#interface eth-0-1

Enter the interface mode.

DUT(config-if)#switchport mode access

Set the switching characteristics of this interface to access
mode.

DUT(config-if)#switchport access vlan 2

Enable VLAN port access by specifying the VLAN ID 2 on
this interface.

DUT(config-if)#end

Exit to exec mode.

DUT#show vlan brief

Display vlan’s configurations.

DUT#show interface switchport interface eth-0-1

Display interface’s switch configurations.

Advertising