Reference Guide

0511587-03 | September 2014 Dell Networking W-Series Instant 6.4.2.0-4.1.1 | CLI Reference Guide
Command/Parameter Description Range Default
wired profile.
You can specify any of the
following modes:
l Access—Use this mode to
allow the port to carry a single
VLAN specified as the native
VLAN.
l Trunk—Use this mode to allow
the port to carry packets for
multiple VLANs specified as
allowed VLANs.
type <type>
Defines the primary usage of the
wired profile.
employee, guest employee
uplink-enable
Enables uplink for the wired profile
no
Removes any existing configuration
Usage Guidelines
Use this command to create a wired profile for employee and guest users. The Ethernet ports allow third-party
devices such as VoIP phones or printers (which support only wired connections) to connect to the wireless
network. You can also configure an Access Control List (ACL) for additional security on the Ethernet downlink.
Example
The following example configures a wired profile for an employee network:
(Instant AP)(config)# wired-port-profile employeeWired1
(Instant AP)(wired ap profile"employeeWired1")# type employee
(Instant AP)(wired ap profile"employeeWired1")# speed auto
(Instant AP)(wired ap profile"employeeWired1")# duplex auto
(Instant AP)(wired ap profile"employeeWired1")# no shutdown
(Instant AP)(wired ap profile"employeeWired1")# poe
(Instant AP)(wired ap profile"employeeWired1")# uplink-enable
(Instant AP)(wired ap profile"employeeWired1")# content-filtering
(Instant AP)(wired ap profile"employeeWired1")# switchport-mode trunk
(Instant AP)(wired ap profile"employeeWired1")# allowed-vlan 2,3,5
(Instant AP)(wired ap profile"employeeWired1")# native-vlan 1
(Instant AP)(wired ap profile"employeeWired1")# mac-authentication
(Instant AP)(wired ap profile"employeeWired1")# dot1x
(Instant AP)(wired ap profile"employeeWired1")# l2-auth-failthrough
(Instant AP)(wired ap profile"employeeWired1")# auth-server server1
(Instant AP)(wired ap profile"employeeWired1")# server-load-balancing
(Instant AP)(wired ap profile"employeeWired1")# radius-reauth-interval 20
(Instant AP)(wired ap profile"employeeWired1")# access-rule-name wiredACL
(Instant AP)(wired ap profile"employeeWired1")# set-role Group-Name contains wired wired-
instant
(Instant AP)(wired ap profile"employeeWired1")# set-vlan ap-name equals test 400
(Instant AP)(wired ap profile"employeeWired1")# end
(Instant AP)# commit apply
The following example configures a guest wired profile:
(Instant AP)(config)# wired-port-profile guestWired1
(Instant AP)(wired ap profile"guestWired1")# type guest