Skip to content

Release of cisco-network-node-utils v1.10.0

Compare
Choose a tag to compare
@saichint saichint released this 19 Sep 15:54
· 117 commits to master since this release
66c23d0

New Cisco Resources

Added

  • Added syslog_facility with attribute:
    • level
  • Extend syslog_server with attribute:
    • facility
  • Extend interface with attributes:
    • ipv6_redirects
  • Extend ace with attributes:
    • proto_option
    • vlan
    • set_erspan_dscp
    • set_erspan_gre_proto
  • Extend network_dns with attributes:
    • hostname
  • Added ability to specify environment at run time

Example:

env = { host: '192.168.1.1', port: nil, username: 'admin', password: 'admin123', cookie: nil }
Cisco::Environment.add_env('default', env)

Changed

Removed

Issues Addressed

  • Removed default values for authentication in interface_hsrp_group