
Configuration Note
3. VLANs
Version 6.8
13
Mediant MSBR
An advanced example shows when the MSBR can recognize LAN ports as Trunk mode:
VLAN 100 is configured on both the MSBR1 and switch devices.
On the switch, VLAN 100 and VLAN 300 is configured with clients.
On MSBR1, only enable VLAN 300 with access to the private network.
Figure
3-2: Trunk
Client 1
Host on Vlan100
Client 3
Host on Vlan100
Client 4
Host on Vlan300
Trunk Link
(Pass Vlan 100,300)
MSBR
Gig 4/1
Switch
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
Summary of Contents for Mediant
Page 2: ......