Resource Type: cisco_radius_server
- Defined in:
- lib/puppet/type/cisco_radius_server.rb
- Providers:
-
cisco_ios
Overview
This represents a radius-server configuration on a router or switch.
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
-
key
encryption key shared with the radius servers
Supported values:- absent
- /^\S+$/
-
key_type
Are we dealing with an UNENCRYPTED or HIDDEN Key ?
Supported values:- absent
- 0
- 7
Parameters
-
name (namevar)
IP/IPV6 address of a Radius Server
-
provider
The specific backend to use for this ‘cisco_radius_server` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.