When an alert occurs on a port, the portmanager will attempt to execute /etc/config/scripts/portXX.alert (where XX is the port number, e.g. 08)

The script is run with STDIN containing the data which triggered the alert, and STDOUT redirected to /dev/null, NOT to the serial port. If you wish to communicate with the port, use pmshell or pmchat from within the script.

If the script cannot be executed, then the alert will be mailed to the address configured in the system administration section.

III.When a user connects to any port:

If a file called /etc/config/pmshell-start.shexists, it is run when a user connects to a port. It is provided with 2 arguments, the "Port number" and the "Username". Here is a simple example:

</etc/config/pmshell-start.sh >

#!/bin/sh

PORT="$1"

USER="$2"

echo "Welcome to port $PORT $USER"

< /etc/config/pmshell-start.sh>

The return value from the script controls whether the user is accepted or not. If 0 is returned (or nothing is done on exit as in the above script), then the user is permitted, otherwise, the user is denied access.

Here is a more complex script which reads from configuration to display the port label if available and denies access to the root user:

</etc/config/pmshell-start.sh> #!/bin/sh

PORT="$1"

USER="$2"

LABEL=$(config -g config.ports.port$PORT.label cut -f2- -d' ')

if [ "$USER" == "root" ]; then

echo "Permission denied for Super User" exit 1

_____________________________________________________________________

B096-016 B096-048 and B092-016 User Manual

Page 172

Page 172
Image 172
Tripp Lite B096-048, 93-2879, B096-016 owner manual

93-2879, B096-016, B096-048 specifications

Tripp Lite is a renowned manufacturer of high-quality connectivity products, and their series of HDMI over IP extenders, including the B096-048, B096-016, and 93-2879, showcase the company's commitment to delivering innovative solutions for audio-visual distribution. These products are designed for seamless video and audio transmission over standard Ethernet networks, making them ideal for a wide range of applications in both commercial and residential settings.

The Tripp Lite B096-048 is a remarkable model capable of transmitting HDMI signals over an IP network with exceptional clarity and reliability. It supports resolutions up to 4K at 60Hz, enabling users to enjoy high-definition content without any compromise in quality. The B096-048 can extend signals up to 150 meters using a single Cat6 cable, making it perfect for large spaces or setups where long distances between source and display are required.

Similarly, the B096-016 offers impressive capabilities, supporting HDMI signals over IP and allowing users to extend 1080p signals up to a distance of 120 meters. This model is particularly suitable for applications where full HD resolution is adequate, making it a cost-effective solution for smaller installations or environments where the highest resolutions are not necessary. Both models benefit from advanced features such as EDID management, which ensures compatibility between various devices, and plug-and-play operation for quick and easy setup.

The Tripp Lite 93-2879 complements this product range by providing a versatile option for users looking to simplify their HDMI distribution. This device serves as a matrix switcher, allowing multiple HDMI sources to connect to different displays over an IP infrastructure. The unique capability of routing signals as needed gives users the flexibility to control multiple displays conveniently from a central location.

Features such as support for HDR and a variety of audio formats, including multi-channel audio, enhance the versatility and appeal of these products. Additionally, they incorporate robust security protocols to ensure safe data transmission, along with streamlined network management compatibility.

Overall, Tripp Lite’s B096-048, B096-016, and 93-2879 models represent the forefront of HDMI distribution technology, combining robust performance, user-friendly design, and advanced features to meet the demands of modern AV environments. Whether for corporate presentations, digital signage, or home theater setups, these products provide reliable solutions for high-quality audio and video transmission.