access-type
This command allows you to specify the access-type for the RADIUS client or specify a default access type for all RADIUS clients under a TWAN profile.
Product
SaMOG
Privilege
Security Administrator, Administrator
Mode
Exec > Global Configuration > Context Configuration > TWAN Profile Configuration
configure > context context_name > twan-profile twan_profile_name
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-twan-profile)#
Syntax
access-type client { ipv4 | ipv6_address[/mask ] } { eogre | ip | pmip }
access-type { eogre | ip [ vrf vrf_name ]| pmip }
no access-type { client { ipv4/ipv6_address[/mask ] } | eogre | ip [ vrf ] | pmip }
no
Removes the previously configured access type for the TWAN profile.
client { ipv4 | ipv6_address [/ mask ] }
Specifies the IP address of the RADIUS client.
ipv4 | ipv6_address must be an IP address in IPv4 dotted-decimal or IPv6 colon-separated-hexadecimal notation. mask must be a subnet mask bit of the IP address. The mask bit is a numeric value which corresponds to the number of bits in the subnet mask.
ip [ vrf vrf_name ]
Specifies that all RADIUS clients under this TWAN profile will use the Layer 3 IP (L3IP) access type.
vrf : Specifies to use the VRF name to install the IP flow for L3IP subscriber session.
vrf_name must be an alphanumeric string between 1 and 63 characters.
eogre
Specifies that all RADIUS clients under this TWAN profile will use the Ethernet over GRE (EoGRE) access type.
pmip
Specifies that all RADIUS clients under this TWAN profile will use the Proxy Mobile IP version 6 (PMIPv6) access type.
Usage Guidelines
Use this command to configure the access type for a specific NAS/WLC IP address or IP address with a subnet mask, or a common access type for the entire TWAN profile.
Example
The following command sets the default access type for the TWAN profile to EoGRE
access-type eogre arg1
The following command configures a RADIUS client with IP address 192.168.15.50 with access type as eogre , and a client with IP address 192.168.16.50 with access type as pmip under the current TWAN profile.
access-type client 192.168.15.50 eogre
access-type client 192.168.16.50 pmip