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

For ex series ethernet switches
Table of Contents

Advertisement

Results
Copyright © 2010, Juniper Networks, Inc.
Configure DHCP snooping and IP source guard on the data VLAN:
4.
[edit ethernet-switching-options]
user@switch# set secure-access-port vlan data examine-dhcp
user@switch# set secure-access-port vlan data ip-source-guard
Configure 802.1X user authentication and LLDP-MED on the interface that is shared
5.
by the data VLAN and the voice VLAN:
[edit protocols]
user@switch# set lldp-med interface ge-0/0/14.0
user@switch# set dot1x authenticator authentication-profile-name profile52
user@switch# set dot1x authenticator interface ge-0/0/14.0 supplicant single
Set the VLAN ID for the voice VLAN:
6.
[edit vlans]
user@switch# set voice vlan-id 100
Check the results of the configuration:
[edit ethernet-switching-options]
user@switch# show
voip {
interface ge-0/0/14.0 {
vlan voice;
}
}
secure-access-port {
interface ge-0/0/14.0 {
static-ip 11.1.1.1 vlan data mac 00:11:11:11:11:11;
}
interface ge-0/0/24.0 {
dhcp-trusted;
}
vlan data {
examine-dhcp;
ip-source-guard;
}
}
[edit interfaces]
ge-0/0/24 {
unit 0 {
family ethernet-switching {
vlan {
members data;
}
}
}
}
[edit vlans]
voice {
vlan-id 100;
}
[edit protocols]
Chapter 100: Examples: Port Security Configuration
3115

Advertisement

Table of Contents
loading

This manual is also suitable for:

Junos os 10.4

Table of Contents