10 authorization, 10 authorization -72 – PLANET WGSW-52040 User Manual
Page 73
1-72
<ipv6-addr> is the security IPv6 address which can login the switch.
Default:
No security IPv6 addresses are configured by default.
Command Mode:
Global Mode.
Usage Guide:
IPv6 address of the client which can login the switch is not restricted before the security IPv6 address is not
configured. After the security IPv6 address is configured, only clients with security IPv6 addresses are able to login
the switch. Up to 32 security IPv6 addresses can be configured in the switch.
Example:
Configure the security IPv6 address is 2001:da8:123:1::1.
Switch(config)# authentication securityipv6 2001:da8:123:1::1
1.2.10 authorization
Command:
authorization line {console | vty | web} exec method [method…]
no authorization line {console | vty | web} exec
Function:
Configure the list of the authorization method for the login user with VTY (login with Telnet and SSH), Web and
Console. The no command restores the default authorization method.
Parameters:
line selects the authorization line, including console, vty (telnet and ssh) and web; method is the list of the
authorization method, it must be among local, tacacs and radius keywords; local uses the local database to
authorize; tacacs uses the remote TACACS+ server to authorize; radius uses the remote RADIUS server to
authorize.
Default:
There is no authorization mode.
Command Mode:
Global Mode.