Resource Type: cisco_line

Defined in:
lib/puppet/type/cisco_line.rb
Providers:
cisco_ios

Overview

This represents a terminal line on the switch.

Properties

  • access_class

    The access-class for this line

    Supported values:
    • absent
    • /^.*$/
  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • exec_timeout (defaults to: absent)

    The exec-timeout for this line (in seconds).

    Supported values:
    • absent
    • /^\d+$/
  • logging (defaults to: synchronous)

    wether or not this line has synchronous logging

    Supported values:
    • absent
    • synchronous
  • transport (defaults to: ssh)

    The accepted protocol on this line

    Supported values:
    • all
    • none
    • ssh
    • telnet

Parameters

  • name (namevar)

    The line’s name.

    Supported values:
    • /^(vty|con) \d+$/
  • provider

    The specific backend to use for this ‘cisco_line` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.