4.
Configure DHCP snooping and IP source guard on the data VLAN:
[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
5.
Configure 802.1X user authentication and LLDP-MED on the interface that is shared
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
6.
Set the VLAN ID for the voice VLAN:
[edit vlans]
user@switch#
set voice
vlan-id
100
Results
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]
2891
Copyright © 2010, Juniper Networks, Inc.
Chapter 94: Examples: Port Security Configuration
Summary of Contents for JUNOS OS 10.3 - SOFTWARE
Page 325: ...CHAPTER 17 Operational Mode Commands for System Setup 229 Copyright 2010 Juniper Networks Inc ...
Page 1323: ...CHAPTER 56 Operational Mode Commands for Interfaces 1227 Copyright 2010 Juniper Networks Inc ...
Page 2841: ...CHAPTER 86 Operational Commands for 802 1X 2745 Copyright 2010 Juniper Networks Inc ...
Page 3367: ...CHAPTER 113 Operational Mode Commands for CoS 3271 Copyright 2010 Juniper Networks Inc ...
Page 3435: ...CHAPTER 120 Operational Mode Commands for PoE 3339 Copyright 2010 Juniper Networks Inc ...
Page 3529: ...CHAPTER 126 Operational Mode Commands for MPLS 3433 Copyright 2010 Juniper Networks Inc ...