C613-50170-01 Rev B
Command Reference for x510 Series
1720
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
A
UTHENTICATION
C
OMMANDS
AUTH
CRITICAL
auth critical
Overview
This command enables the critical port feature on the interface. When the critical
port feature is enabled on an interface, and all the RADIUS servers are unavailable,
then the interface becomes authorized.
The
no
variant of this command disables critical port feature on the interface.
Syntax
auth critical
no auth critical
Default
The critical port of port authentication is disabled.
Mode
Interface Configuration for a static channel, a dynamic (LACP) channel group, or a
switch port; or Authentication Profile mode.
Examples
To enable the critical port feature on interface
port1.0.2
, use the following
commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.2
awplus(config-if)#
auth critical
To disable the critical port feature on interface
port1.0.2
, use the following
commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.2
awplus(config-if)#
no auth critical
To enable the critical port feature on authentication profile ‘student’, use the
commands:
awplus#
configure terminal
awplus(config)#
auth profile student
awplus(config-auth-profile)#
auth critical
To disable the critical port feature on authentication profile ‘student’, use the
commands:
awplus#
configure terminal
awplus(config)#
auth profile student
awplus(config-auth-profile)#
no auth critical
Related
Commands