802.1X provides LAN access to nonresponsive hosts (hosts where 802.1X is not enabled). These hosts, referred to as guests, typically are provided access only to the Internet.
To create a guest VLAN and to verify the configuration:
[edit]
user@host# set vlans visitor-vlan vlan-id 300
top [edit] user@host# set protocols dot1x authenticator interface all guest-vlan visitor-vlan
[edit] user@host> show configuration
- protocols {
-
- dot1x {
-
- authenticator {
-
- interface {
-
- all {
-
- guest-vlan {
-
- visitor-vlan;
- }
- }
- }
- }
- }
- }
- vlans {
-
- visitor-vlan {
-
- vlan-id 300;
- }
- }