User`s guide

Connect to Peers
Chapter 15 Port Clustering 234
Move to and Peer list
To limit those ports that belong to the selected peer, select a peer in the
Peer list box.
The port number consists of the peer number, unit number and port
number.
This example shows the first port of slave unit 4 of the second peer.
Connect to a Port via connect.asp
Connecting by URL
Users can access to ports using the connect.asp tool on the Passport by
using the following URL construction rules. Connect.asp supports
connections by Port Title (t=) and by Port Designator (p=). Connections
made via the t= construction will be made to the first port with that title, in
the case of duplicate titles. Connections made via the p= construction will
allow explicit connection to any port.
The p= option can designate ports in the following format:
[Rpeer_number][Sunit_number][P]port_number
where peer_number is the peer number, unit_number is the slave unit
number, and port_number is port number.
For example:
http://192.168.12.8/connect.asp?t=any-unique-port-title
(anywhere in the cluster)
http://192.168.12.8/connect.asp?p=1
(This Peer – Port 1)
http://192.168.12.8/connect.asp?p=R2P1 (Peer 2 – Port 1)
http://192.168.12.8/connect.asp?p=R2S0P1
(Peer 2 – Port 1 --
Slave 0 means the master)
http://192.168.12.8/connect.asp?p=R2S4P1
(Peer 2 – Slave unit 4
– Port 1)