For canoga switch – CANOGA PERKINS CanogaOS Configuration Guide User Manual

Page 318

Advertising
background image

CanogaOS Configuration Guide

Proprietary & Confidential Canoga Perkins Metro Ethernet Switches

Page 318 of 350


Step 2: configuration ip address of the interface eth0
# ifconfig eth0 1.1.1.1 netmask 255.255.255.0

Step 3: add user “user_test” to RADIUS server database. Username: user_test, password: 9170.
RADIUS server database is usually in /etc/raddb/users.

Step 4: run RADIUS server.
#radiusd -x

For Canoga Switch

Step 1: login into the Canoga Switch system and enter into configuration mode
DUT1#configure terminal
DUT1(config)#

Step 2: configuration enable aaa
DUT1(config)#aaa new-model
DUT1(config)#

Step 2: configuration authentication login method list. “radius-login” is the login method list
name.
DUT1(config) # aaa authentication login radius-login radius local line enable
DUT1(config)#

Step 3: configuration RADIUS server parameter.
DUT1(config) # radius-server host 1.1.1.1 key 9170
DUT1(config)#

Step 4: configuration interface ip address.
DUT1(config) # interface eth-0-1
DUT1(config -if)# no switchport
DUT1(config -if)# ip address 1.1.1.2/24
DUT1(config -if)# quit

Advertising