40
# Assign an IP address to VLAN-interface 2 (the interface connected to the Telnet user).
<Switch> system-view
[Switch] interface vlan-interface 2
[Switch-Vlan-interface2] ip address 192.168.1.70 255.255.255.0
[Switch-Vlan-interface2] quit
# Assign an IP address to VLAN-interface 3 (the interface connected to the RADIUS server).
[Switch] interface vlan-interface 3
[Switch-Vlan-interface3] ip address 10.1.1.2 255.255.255.0
[Switch-Vlan-interface3] quit
# Enable Telnet server.
[Switch] telnet server enable
# Enable scheme authentication on the user lines for Telnet users.
[Switch] line vty 0 63
[Switch-line-vty0-63] authentication-mode scheme
[Switch-line-vty0-63] quit
# Enable remote-then-local authentication for temporary user role authorization.
[Switch] super authentication-mode scheme local
# Create RADIUS scheme
radius
and enter RADIUS scheme view.
[Switch] radius scheme radius
# Specify the primary authentication server address and the shared key in the scheme for
secure communication between the switch and the server.
[Switch-radius-radius] primary authentication 10.1.1.1 key simple expert
# Exclude ISP domain names from the usernames sent to the RADIUS server.
[Switch-radius-radius] user-name-format without-domain
[Switch-radius-radius] quit
# Create ISP domain
bbb
and enter ISP domain view.
[Switch] domain bbb
# Configure ISP domain
bbb
to use local authentication for login users.
[Switch-isp-bbb] authentication login local
# Configure ISP domain
bbb
to use local authorization for login users.
[Switch-isp-bbb] authorization login local
# Apply RADIUS scheme
radius
to the ISP domain for user role authentication.
[Switch-isp-bbb] authentication super radius-scheme radius
[Switch-isp-bbb] quit
# Create a device management user named
test
and enter local user view.
[Switch] local-user test class manage
# Set the user service type to
Telnet
.
[Switch-luser-manage-test] service-type telnet
# Set the user password to
aabbcc
.
[Switch-luser-manage-test] password simple aabbcc
# Assign
level-0
to the user.
[Switch-luser-manage-test] authorization-attribute user-role level-0
# Remove the default user role (
network-operator)
.
[Switch-luser-manage-test] undo authorization-attribute user-role network-operator
[Switch-luser-manage-test] quit
# Set the local authentication password to
abcdef654321
for user role
network-admin
.
[Switch] super password role network-admin simple abcdef654321
Содержание FlexNetwork 10500 Series
Страница 139: ...130 Sysname display version ...