Forge Home

networkdevice

Network device extensions for Cisco

11,321 downloads

10,381 latest version

3.8 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Support the Puppet Community by contributing to this module

You are welcome to contribute to this module by suggesting new features, currency updates, or fixes. Every contribution is valuable to help ensure that the module remains compatible with the latest Puppet versions and continues to meet community needs. Complete the following steps:

  1. Review the module’s contribution guidelines and any licenses. Ensure that your planned contribution aligns with the author’s standards and any legal requirements.
  2. Fork the repository on GitHub, make changes on a branch of your fork, and submit a pull request. The pull request must clearly document your proposed change.

For questions about updating the module, contact the module’s author.

Version information

  • 0.0.4 (latest)
  • 0.0.3 (deleted)
  • 0.0.2 (deleted)
  • 0.0.1 (deleted)
released May 28th 2014

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'mburger-networkdevice', '0.0.4'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add mburger-networkdevice
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install mburger-networkdevice --version 0.0.4

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

mburger/networkdevice — version 0.0.4 May 28th 2014

Cisco Networkdevice Module

Warning: this project is currently work in progress and may **** your network.

Overview

The Cisco Networkdevice Module provides a common way to manage various configuration properties with Puppet and was initially based on the network_device utility provided by Puppet.

Currently implented / tested Puppet Types

  • cisco_aaa_group
  • cisco_acl
  • cisco_archive
  • cisco_config
  • cisco_exec
  • cisco_interface
  • cisco_line
  • cisco_radius_server
  • cisco_snmp_server_community
  • cisco_snmp_server_host
  • cisco_snmp_server
  • cisco_user
  • cisco_vlan

Partially implented

  • cisco_snmp_server_group
  • cisco_snmp_server_trap
  • cisco_snmp_server_user
  • cisco_snmp_server_view

Tested with the following Switchtypes

  • WS-C4506-E
  • WS-C3750-24TS WS-C3750-24PS WS-C3750G-24TS-1U WS-C3750G-24PS WS-C3750-24TS-S WS-C3750-24P WS-C3750-48TS WS-C3750G-24PS-S WS-C3750E-24PD
  • WS-C3560-12PC-S
  • WS-C2960G-48TC-L WS-C2960-24TC-L

Tested with the following Software Versions

  • IOS 12.2(55)SE5 12.2(55)SE6
  • IOS-XE 15.0(1r)SG7

Usage

device.conf

[$switch_fqdn]
type cisco_ios
url sshios://$user:$pass@$switch_fqdn:$ssh_port/?$flags

For various Examples see /examples

Note: If you want to see the Communication with the Switch append --debug to the Puppet device Command

Who ?

  • Markus Burger markus.burger at uni-ak.ac.at
  • Nicole Nagele nicole.nagele at uni-ak.ac.at
  • David Schmitt david at dasz.at

Code Status

Build Status Code Climate