8000 Release Release of cisco-network-node-utils v1.2.0 · cisco/cisco-network-node-utils · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Compare
Choose a tag to compare
@chrisvanheuveln chrisvanheuveln released this 11 Feb 23:00
· 1600 commits to develop since this release

New feature support

Additional platform support added to existing classes

Cisco Nexus 56xx, 60xx and 7xxx

  • AAA
    • aaa_authentication_login
    • aaa_authentication_login_service
    • aaa_authentication_service
  • BGP
    • bgp
    • bgp_af
    • bgp_af_neighobr
    • bgp_neighbor_af
  • COMMAND_CONFIG
    • command_config (config_parser)
  • DOMAIN
    • dns_domain
    • domain_name
    • name_server
  • INTERFACE
    • interface
  • NTP
    • ntp_config
    • ntp_server
  • OSPF
    • interface_ospf
    • ospf
    • ospf_vrf
  • RADIUS
    • radius_global
  • SNMP
    • snmp_community
    • snmp_group
    • snmp_notification_receiver
    • snmp_server
    • snmp_user
  • SYSLOG
    • syslog_server
    • syslog_setting
  • TACACS
    • tacacs_server
    • tacacs_server_group
    • tacacs_server_host
  • VLAN
    • vlan

Added

  • Cisco::UnsupportedError exception class, raised when a command is explicitly marked as unsupported on a particular class of nodes.
  • Extend bgp with attributes:
    • disable_policy_batching, disable_policy_batching_ipv4, disable_policy_batching_ipv6
    • event_history_cli, event_history_detail, event_history_events, event_history_periodic
    • fast_external_fallover
    • flush_routes
    • isolate
    • neighbor_down_fib_accelerate
    • route_distinguisher
  • Extend bgp_af with attributes:
    • default_metric
    • distance_ebgp, distance_ibgp, distance_local
    • inject_map
    • suppress_inactive
    • table_map
  • Extend interface with attributes:
    • fabric_forwarding_anycast_gateway
    • ipv4_acl_in, ipv4_acl_out, ipv6_acl_in, ipv6_acl_out
    • ipv4_address_secondary, ipv4_arp_timeout
    • vlan_mapping
    • vpc_id, vpc_peer_link
    • switchport mode fabricpath
  • Extend vrf with attributes:
    • vni
  • Extend vlan with attribute:
    • mode

Changed

  • Major refactor and enhancement of CommandReference YAML files:
    • Added support for auto_default, default_only, kind, and multiple
    • Added filtering by product ID (/N7K/) and by client type (cli_nexus)
    • CommandReference methods that do key-value style wildcard substitution now raise an ArgumentError if the result is empty (because not enough parameters were supplied).
0