Log in to ask questions, share your expertise, or stay connected to content you value. Don’t have a login? Learn how to become a member.
Overview This script is for performance monitoring on the SRX . This applies to SLAX version 1.0 and higher. Description It makes a clean table to see all the performance of the SRX. Source Code GitHub Links The source code below is also...
Display Similar Output to the Cisco IOS "show interface status" Command For SLAX version 1.0 and higher, you can use the show-interface-status script to mirror the Cisco IOS command "show interface status" . This script displays the logical-interface name, status, VLAN members,...
Displaying rpd Statistics in Simple Horizontal Bar Graphs For SLAX version 1.0 and higher, you can use the op-rpd-mem script to display rpd statistics in simple horizontal bar graphs. This op script uses the command "show task memory detail". The library lib-graph.slax is content...
Correlate a Host IP Address to a Switch Port Interface For SLAX version 1.0 and higher, you can use an operation command shortcut to see what IP address is bound to which interface. The shortcut c ombines the output of 'show ethernet-switching table', 'show arp' and 'show vlans'. ...
Overview An op-script to combine the output of two different EX operational commands and present it "your" way. Description Include the description field from each interface and support an optional parameter to specify the fpc member. Source Code ...
Script Format Options For SLAX version 1.0 and higher, you can format script output options. Resolution First, if you want spaced columns then you will want to use the jcs:printf() function. This returns a correctly spaced string which can then be displayed on the...
The srx-monitor script is for performance monitoring on the SRX. It makes a clean table to see all the performance of the SRX. See the document srx-monitor #How-To #display #Slax #SRX #ScriptingHow-To