You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a new property fabric-control for vlan MT-FULL fabricpath
Added support for bdi interfaces to interface provider.
Added a new node util to handle bridge domain range cli for member vni
Added Bridge Domain, VNI and encapsulation profile node utils for MT-FULL on Nexus 7k.
Minitests can declare the YAML feature they are exercising, and if the feature is _excluded on the node under test, the test case will automatically be skipped in full.
CliErrors raised by any NodeUtil subclass or instance will automatically prepend the to_s method output to make troubleshooting easier.
Extend Feature class with a class method to list feature compatible interfaces
Extend vdc with interface_membership methods
Extend vpc with vpc+ attributes on Nexus 5k/6k/7k:
fabricpath_emulated_switch_id
fabricpath_multicast_load_balance (only on Nexus 7k)
port_channel_limit (only on Nexus 7k)
Extend vlan with attributes:
private_vlan_association, private_vlan_type
Added N3k native support for portchannel_global
Changed
Major refactor and enhancement of CommandReference YAML files:
Filtering by platform is now by platform name only.
Replaced config_get(_token)?(_append)? with get_command, get_context, and get_value
Replaced config_set(_append)? with set_context, and set_value
Individual token values can be explicitly marked as optional (e.g., VRF context); tokens not marked as optional are mandatory.
Data format (CLI, NXAPI structured) is now assumed to be CLI unless explicitly specified otherwise using the new (get_|set_)?data_format YAML key. No more guessing based on whether a key looks like a hash key or a Regexp.
cisco_nxapi Gem is no longer a dependency as the NXAPI client code has been merged into this Gem under the Cisco::Client namespace.
Client connectivity is now specified in /etc/cisco_node_utils.yaml or ~/cisco_node_utils.yaml instead of environment variables or command-line arguments to minitest.
ruby test_foo.rb -e <node name defined in YAML>
rake test TESTOPTS='--environment=default'
Fixed
Interface:
Correctly restore IP address when changing VRF membership