Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I want to translate the TCL script for NXOS style. It’s working in IOS but not NXOS. proc find_matching_ints { cmd } {set output [exec "show run"]set ints [list]set currint ""foreach line [split $output "\n"] {if { [regexp {^interface (.*)$} $line ig...
We are running a pair of N7K in NX-OS mode. These two switches are connected in a vPC peer set up.And N3K#1 uplinked to both N7K switches and it's spanning tree root for all VLANs. (it means non-vPC member port) In this scenario the N3K switch is roo...
I checked loop avoidance behavior with vPC member ports. But in my case the N3K is not configured port-channel and both N9K switches are not configured vPC member. Just working as legacy RSTP. In my opinion, N3K is root bridge and both N9K switches p...