Specifications
VPN Setup 485
Chapter 22
Configure the VLAN port using the following CLI commands.
(Set the default gateway using the following CLI command.
Test the connectivity to the default gateway and RADIUS server.
RADIUS Server Setup
This section describes the steps necessary to setup the Alcatel switch to use
a RADIUS server for authentication.
NOTE—If you are using an internal database for authentication, SKIP THIS SEC-
TION.
Setup the RADIUS server using the following CLI commands.
CAUTION—Make sure you use the same name (RADIUS server) in each step.
Set the authport, host IP, and RADIUS server key for a named RADIUS server.
Set a named server as the VPN authentication server.
Set a named server as the Captive Portal authentication server.
(Alcatel) (config) # interface fastethernet 2/0 <Enter>
[Makes port 2/0 a Fast Ethernet (10/100 Mbps) port]
(Alcatel) (config-if) # trusted <Enter> [Makes the port 2/0 a trusted port]
(Alcatel) (config-if) # switchport access vlan 1 <Enter> [Puts port 2/0 on VLAN
1]
(Alcatel) (config-if) # exit <Enter>
(Alcatel) (config) # ip default-gateway 3.3.3.254 <Enter>
(Alcatel) (config) # ping 3.3.3.254 <Enter>
(Alcatel) (config) # ping 4.4.4.1 <Enter>
2
3
(Alcatel) (config) #aaa radius-server name authport 1645 host 4.4.4.1
key Alcatel <Enter>
(Alcatel) (config) # aaa vpn-authentication auth-server name <cr
(Alcatel) (config) # aaa captive-portal auth-server name <Enter>
1
2
3