Resource Type: router

NOTE: This page was generated from the Puppet source code on 2018-08-28 06:48:02 -0700

router

Description

Manages connected router.

Attributes

router { 'resource title':
  url => # (namevar) An SSH or telnet URL at which to access the...
  # ...plus any applicable metaparameters.
}

url

(Namevar: If omitted, this attribute’s value defaults to the resource’s title.)

An SSH or telnet URL at which to access the router, in the form ssh://user:pass:enable@host/ or telnet://user:pass:enable@host/.

(↑ Back to router attributes)

NOTE: This page was generated from the Puppet source code on 2018-08-28 06:48:02 -0700