Juniper JUNOS OS 10.4 - FOR EX REV 1 Manual page 2919

For ex series ethernet switches
Table of Contents

Advertisement

Step-by-Step
Procedure
Results
Copyright © 2010, Juniper Networks, Inc.
Configure VoIP:
Configure the VLANs for data and voice:
1.
[edit vlans]
user@switch# set data-vlan vlan-id 77
user@switch# set voice-vlan vlan-id 99
Configure the VLAN
data-vlan
2.
[edit vlans]
user@switch# set data-vlan interface ge-0/0/2.0
Configure VoIP on the interface and specify the
3.
to provide the most dependable class of service:
[edit ethernet-switching-options]
user@switch# set voip interface ge-0/0/2.0 vlan voice-vlan
user@switch# set voip interface ge-0/0/2.0 forwarding-class assured-forwarding
Add the interface as a member of the voice VLAN:
4.
[edit interfaces]
set ge-0/0/2 unit 0 family ethernet-switching vlan members voice-vlan
Configure
as native to this trunk interface:
5.
data-vlan
[edit interfaces]
user@switch# set ge-0/0/2 unit 0 family ethernet-switching native-vlan-id data-vlan
Display the results of the configuration:
[edit]
user@switch# show configuration
interfaces {
ge-0/0/2 {
unit 0 {
family ethernet-switching {
port-mode trunk;
vlan {
members voice-vlan;
}
native-vlan-id data-vlan;
}
}
}
}
vlans {
data-vlan {
vlan-id 77;
interface {
ge-0/0/2.0;
}
}
voice-vlan {
vlan-id 99;
}
}
Chapter 88: Examples: Access Control Configuration
on the interface:
assured-forwarding
forwarding class
2815

Advertisement

Table of Contents
loading

This manual is also suitable for:

Junos os 10.4

Table of Contents