Command Reference Guide
SROS Command Line Interface Reference Guide Ethernet Interface Configuration Command Set
5991-2114 © Copyright 2005 Hewlett-Packard Development Company, L.P. 475
port-auth supplicant enable [username <username> | password
<password>]
Use the port-auth supplicant enable command to enable supplicant functionality and to specify the
username and password used for IEEE 802.1x port authentication. The supplicant is the port that will
receive services from the port authenticator.
Syntax Description
enable Enables supplicant functionality.
username <username> Specifies the username to use during the authentication process. The default
username is username.
password <password> Specifies the password to use during the authentication process. The default
password is password.
Default Values
By default, this command disabled.
Command Modes
(config-interface)# Ethernet Command Mode
Usage Examples
The following example sets the username to User1 and sets the password to securePass for Ethernet
interface 0/2:
(config)#int eth 0/2
(config-eth 0/2)#port-auth supplicant enable username User1 password securePass