Main public logs

From IT-Arts.net

Combined display of all available logs of IT-Arts.net. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 13:07, 26 June 2026 Admin talk contribs created page EXPECT - cisco show fex mac-address table.expect (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 "...")