Chapter 12 DOT1X Configuration
The criteria is that Internet resources can only be accessed through
the authentication host and only enterprise network resources can
be accessed by other hosts.
�
Divide the hosts in the enterprise into a sub-network (or mul-
tiple sub-networks), where the hosts can access each other.
�
Enable the 802.1X trunk function on the Ethernet switch inside
the sub-network and enable 802.1X authentication on the Eth-
ernet port of the sub-network gateway.
�
Do not charge users inside the enterprise, and only authenti-
cate them on the Radius server. The master/slave authentica-
tion servers are 10.1.1.1/10.1.1.2 respectively. It is assumed
that the enterprise uses the 2826E Ethernet switch inside it
and gateway uses the ZXR10 5900/5200.
2826E configuration:
Set dot1xreley enable
ZXR10 5900/5200 configuration:
ZXR10(config)#radius authentication-group 1
ZXR10(config-authgrp-1)#server 1 10.1.1.1 key aaazte port 1812
ZXR10(config-authgrp-1)#server 2 10.1.1.2 key aaazte port 1812
ZXR10(config-authgrp-1)#exit
ZXR10(config)#nas
ZXR10(config-nas)#create aaa 1 port gei_1/1
ZXR10(config-nas)#aaa 1 control dot1x enable
ZXR10(config-nas)#aaa 1 authentication radius
ZXR10(config-nas)#aaa 1 authorization auto
ZXR10(config-nas)#aaa 1 accounting disable
ZXR10(config-nas)#aaa 1 multiple-hosts enable
ZXR10(config-nas)#aaa 1 default-isp zte163.net
ZXR10(config-nas)#aaa 1 fullaccount disable
ZXR10(config-nas)#aaa 1 radius-server authentication 1
Dot1x Local Authentication
Application
In the applications shown in
Figure 29
and
Figure 30
, the enter-
prise wants to register the network card address of each host.
Only the MAC address of the network card is checked when the
user uses any account to log in from the dot1x client. User can
log in only when address is legal. In addition, enterprise numbers
each MAC address and sums up Internet access duration of the
user based on the number. ZXR10 5900/5200 can implement the
application requirement. Authenticator adopts ZXR10 5900/5200,
as shown in
Figure 29
and
Figure 30
, to implement the application
configuration as follows:
ZXR10(config)#radius accounting-group 1
ZXR10(config-acctgrp-1)#server 1 10.1.1.1 key aaazte
port
<auth server port num >
ZXR10(config-acctgrp-1)#server 2 10.1.1.2 key aaazte port
<auth server port num >
ZXR10(config-acctgrp-1)#exit
ZXR10(config)#nas
ZXR10(config-nas)#create aaa 1 port gei_1/1
ZXR10(config-nas)#aaa 1 control dot1x enable
ZXR10(config-nas)#aaa 1 authentication local
ZXR10(config-nas)#aaa 1 authorization auto
ZXR10(config-nas)#aaa 1 accounting disable
Confidential and Proprietary Information of ZTE CORPORATION
139