EXPECT - cisco show fex mac-address table.expect: Revision history

From IT-Arts.net

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 June 2026

26 June 2026

  • curprev 13:0713:07, 26 June 2026 Admin talk contribs 1,762 bytes +1,762 Created page with "Category:Wiki '''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]''''' <nowiki> #!/usr/bin/expect -f # # USAGE: # ./cisco_show_interfaces_fex_mac-address_table.expect <HOST> '<FEX_ID1 FEX_ID2 FEX_ID3...>' # # Example: # ./cisco_show_interfaces_fex_mac-address_table.expect USA-SW-CLI04 "101 102 103" # # DISABLE OUTPUT BUFFERING fconfigure stdout -buffering none set timeout 10 set HOST [lindex $argv 0] set FEX_ID_LIST [lindex $argv 1] puts "..."