Configuring the NAS-Port-Type Attribute Manually

You can manually configure the NAS-Port-Type RADIUS attribute (attribute 61) in AAA profiles for ATM and Ethernet interfaces. Doing so allows AAA profiles to determine the NAS port type for a given connection.

To set the NAS-Port-Type attribute for ATM or Ethernet interfaces:

  1. Create an AAA profile.
    host1(config)#aaa profile nasPortType
  2. (Optional) Set the NAS-Port-Type attribute for ATM interfaces.
    host1(config-aaa-profile)#nas-port-type atm wireless-80211
  3. (Optional) Set the NAS-Port-Type attribute for Ethernet interfaces.
    host1(config-aaa-profile)#nas-port-type ethernet wireless-cable

Related Documentation