Juniper JUNOS OS 10.3 - SOFTWARE Manual page 2687

For ex series ethernet switches
Hide thumbs Also See for JUNOS OS 10.3 - SOFTWARE:
Table of Contents

Advertisement

Results
Copyright © 2010, Juniper Networks, Inc.
[edit protocols]
set dot1x authenticator static 00:04:f2:11:aa:a7
Set the supplicant mode to multiple:
8.
[edit protocols]
set dot1x authenticator interface ge-0/0/2.0 supplicant multiple
Display the results of the configuration:
[edit]
user@switch# show configuration
interfaces {
ge-0/0/2 {
unit 0 {
family ethernet-switching {
port-mode access;
vlan {
members data-vlan;
}
}
}
}
}
protocols {
lldp-med {
interface ge-0/0/2.0;
}
dot1x {
authenticator {
authentication-profile-name auth-profile;
static {
00:04:f2:11:aa:a7;
}
}
interface {
ge-0/0/2.0 {
supplicant multiple;
}
}
}
}
vlans {
data-vlan {
vlan-id 77;
interface {
ge-0/0/2.0;
}
}
voice-vlan {
vlan-id 99;
}
}
ethernet-switching options {
voip {
interface ge-0/0/2.0 {
Chapter 82: Examples: Access Control Configuration
2591

Advertisement

Table of Contents
loading

Table of Contents