Cisco HWIC-4ESW User Guide - Page 19

Configuring 802.1x Authentication - how to configure

Page 19 highlights

Cisco HWIC-4ESW and HWIC-D-9ESW EtherSwitch Interface Cards How to Configure EtherSwitch HWICs Step 6 Command or Action switchport access vlan vlan-number Step 7 Example: Router(config-if)# switchport access vlan 1 no shutdown Step 8 Example: Router(config-if)# no shutdown end Example: Router(config-if)# end Purpose For access ports, specifies the access VLAN. • Enter the VLAN number. Activates the interface. • Required only if you shut down the interface. Exits configuration mode. Configuring 802.1x Authentication • Enabling 802.1x Authentication, page 19 • Configuring the Switch-to-RADIUS-Server Communication, page 21 • Enabling Periodic Reauthentication, page 23 • Changing the Quiet Period, page 24 • Changing the Switch-to-Client Retransmission Time, page 25 • Setting the Switch-to-Client Frame-Retransmission Number, page 26 • Enabling Multiple Hosts, page 27 • Resetting the 802.1x Configuration to the Default Values, page 28 • Displaying 802.1x Statistics and Status, page 29 Enabling 802.1x Authentication To enable 802.1x port-based authentication, you must enable AAA and specify the authentication method list. A method list describes the sequence and authentication methods to be queried to authenticate a user. The software uses the first method listed to authenticate users; if that method fails to respond, the software selects the next authentication method in the method list. This process continues until there is successful communication with a listed authentication method or until all defined methods are exhausted. If authentication fails at any point in this cycle, the authentication process stops, and no other authentication methods are attempted. For additional information on default 802.1x configuration refer "Default 802.1x Configuration" section on page 5. Complete these steps to configure 802.1x port-based authentication. This procedure is required. SUMMARY STEPS 1. enable 2. configure terminal 19

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104

Cisco HWIC-4ESW and HWIC-D-9ESW EtherSwitch Interface Cards
How to Configure EtherSwitch HWICs
19
Configuring 802.1x Authentication
Enabling 802.1x Authentication, page 19
Configuring the Switch-to-RADIUS-Server Communication, page 21
Enabling Periodic Reauthentication, page 23
Changing the Quiet Period, page 24
Changing the Switch-to-Client Retransmission Time, page 25
Setting the Switch-to-Client Frame-Retransmission Number, page 26
Enabling Multiple Hosts, page 27
Resetting the 802.1x Configuration to the Default Values, page 28
Displaying 802.1x Statistics and Status, page 29
Enabling 802.1x Authentication
To enable 802.1x port-based authentication, you must enable AAA and specify the authentication
method list. A method list describes the sequence and authentication methods to be queried to
authenticate a user.
The software uses the first method listed to authenticate users; if that method fails to respond, the
software selects the next authentication method in the method list. This process continues until there is
successful communication with a listed authentication method or until all defined methods are
exhausted. If authentication fails at any point in this cycle, the authentication process stops, and no other
authentication methods are attempted.
For additional information on default 802.1x configuration refer
“Default 802.1x Configuration” section
on page 5
.
Complete these steps to configure 802.1x port-based authentication. This procedure is required.
SUMMARY STEPS
1.
enable
2.
configure terminal
Step 6
switchport access vlan
vlan
-
number
Example:
Router(config-if)# switchport access vlan 1
For access ports, specifies the access VLAN.
Enter the VLAN number.
Step 7
no shutdown
Example:
Router(config-if)# no shutdown
Activates the interface.
Required only if you shut down the interface.
Step 8
end
Example:
Router(config-if)# end
Exits configuration mode.
Command or Action
Purpose