Example For Configuring 802.1X; Figure 10-8 Dot1X Networking - Raisecom ISCOM2600G-HI (A) Series Configuration Manual

Table of Contents

Advertisement

Raisecom
ISCOM2600G-HI (A) Series Configuration Guide

10.7.9 Example for configuring 802.1x

Networking requirements
As shown in Figure 10-8, the network administrator configures 802.1x to control the PC to
access the Internet.

Figure 10-8 Dot1x networking

Configuration steps
Step 1 Configure the IP addresses of the Switch and RADIUS server.
Raisecom#config
Raisecom(config)#interface vlan 1
Raisecom(config-vlan1)#ip address 10.10.0.1 255.255.0.0
Raisecom(config-vlan1)#exit
Raisecom(config)#ip route 0.0.0.0 0.0.0.0 10.10.0.2
Raisecom(config)#exit
Raisecom#radius 192.168.0.1
Raisecom#radius-key raisecom
Step 2 Enable global 802.1x and interface 802.1x.
Raisecom#config
Raisecom(config)#dot1x enable
Raisecom(config)#interface gigaethernet 1/1/1
Raisecom(config-gigaethernet1/1/1)#dot1x enable
For the switch: the IP address is 10.10.0.1, the mask is 255.255.0.0, and default gateway
is 10.10.0.2.
The RADIUS server works to authenticate and authorize PCs. Its IP address is
192.168.0.1, and the password is raisecom.
The interface control mode is auto.
After the PC passes authentication, the Switch will start reauthentication every 600s.
Raisecom Proprietary and Confidential
Copyright © Raisecom Technology Co., Ltd.
10 Security
437

Advertisement

Table of Contents
loading

Table of Contents