Resource Type: cisco_aaa_group
- Defined in:
- lib/puppet/type/cisco_aaa_group.rb
- Providers:
-
cisco_ios
Overview
This represents an Authentication, Authorization and Accounting group.
Properties
-
acct_port
(defaults to: absent)
UDP port for RADIUS accounting server.
Supported values:- absent
- /^\d+$/
-
auth_port
(defaults to: absent)
UDP port for RADIUS authentication server.
Supported values:- absent
- /^\d+$/
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
hostname
The hostname of the switch.
Supported values:- /^\S+$/
-
local_authentication
(defaults to: false)
Whether to use this server group for local login authentication
Supported values:- true
- false
-
local_authorization
(defaults to: false)
Whether to use this server group for local login authorization
Supported values:- true
- false
-
protocol
The URL at which the router or switch can be reached.
Supported values:- radius
- tacacs
Parameters
-
name (namevar)
The configuration’s name. Must always be ‘running’.
Supported values:- /^\w+$/
-
provider
The specific backend to use for this ‘cisco_aaa_group` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.