Configuration Note 3. VLANs
Version 6.8 13 Mediant MSBR
An advanced example shows when the MSBR can recognize LAN ports as Trunk mode:
The above example is implemented using the following commands:
MSBR(config-data)# interface gigabitethernet 4/1
MSBR(conf-if-GE 4/1)# switchport mode trunk
MSBR(conf-if-GE 4/1)# switchport trunk allowed vlan add 100,300
MSBR(conf-if-GE 4/1)# exit
MSBR(config-data)# interface gigabitethernet 4/2
MSBR(conf-if-GE 4/2)# switchport mode access
MSBR(conf-if-GE 4/2)# switchport access vlan 100
MSBR(conf-if-GE 4/2)# exit