Cisco ASA Series Cli Configuration Manual page 1727

Software version 9.0 for the services module
Hide thumbs Also See for ASA Series:
Table of Contents

Advertisement

Chapter 1
Configuring Connection Profiles, Group Policies, and Users
hostname(config-username)#
Note
Clientless SSL VPN does not use ACLs defined in the vpn-filter command.
The following example shows how to set a filter that invokes an access list named acl_vpn for the user
named anyuser:
hostname(config)# username anyuser attributes
hostname(config-username)# vpn-filter value acl_vpn
hostname(config-username)#
Specifying the IPv4 Address and Netmask
Specify the IP address and netmask to assign to a particular user. To remove the IP address, enter the no
form of this command.
hostname(config-username)# vpn-framed-ip-address {ip_address}
hostname(config-username)# no vpn-framed-ip-address
hostname(config-username)
The following example shows how to set an IP address of 10.92.166.7 for a user named anyuser:
hostname(config)# username anyuser attributes
hostname(config-username)# vpn-framed-ip-address 10.92.166.7
hostname(config-username)
Specify the network mask to use with the IP address specified in the previous step. If you used the
no vpn-framed-ip-address command, do not specify a network mask. To remove the subnet mask, enter
the no form of this command. There is no default behavior or value.
hostname(config-username)# vpn-framed-ip-netmask {netmask}
hostname(config-username)# no vpn-framed-ip-netmask
hostname(config-username)
The following example shows how to set a subnet mask of 255.255.255. 254 for a user named anyuser:
hostname(config)# username anyuser attributes
hostname(config-username)# vpn-framed-ip-netmask 255.255.255.254
hostname(config-username)
Specifying the IPv6 Address and Netmask
Specify the IPv6 address and netmask to assign to a particular user. To remove the IP address, enter the
no form of this command.
hostname(config-username)# vpn-framed-ipv6-address {ip_address}
hostname(config-username)# no vpn-framed-ipv6-address
hostname(config-username)
The following example shows how to set an IP address and netmask of 2001::3000:1000:2000:1/64 for
a user named anyuser. This address indicates a prefix value of 2001:0000:0000:0000 and an interface ID
of 3000:1000:2000:1.
hostname(config)# username anyuser attributes
hostname(config-username)# vpn-framed-ipv6-address
hostname(config-username)
Configuring User Attributes
2001::3000:1000:2000:1/64
Cisco ASA Series CLI Configuration Guide
1-93

Advertisement

Table of Contents
loading

Table of Contents