Monitoring VPN Bridges

To monitor Message VPN bridge configuration and status, enter the following User EXEC command:

solace> show bridge <bridge-name-pattern> [message-vpn <vpn-name-pattern>] [remote-message-vpn <remote-vpn-name-pattern>] [remote-router-name <remote-router-name-pattern>] [connect-via <addr-port>] [auto | primary | backup] [subscriptions [local | remote] | stats [queues] | connections [wide] | detail | message‑spool‑stats | ssl | client‑certificate]

When no optional parameters are provided a summary of status information for the bridges is displayed in tabular form. When an optional parameter is provided (for example, connect-via <addr-port>), more detailed information is displayed.

Where:

<bridge-name-pattern> is the Message VPN bridge name. This can be its full name or part of its name when wildcard characters are used.

<vpn-name-pattern> is the name of the Message VPN local to the bridge. This can be its full name or part of its name when wildcard characters are used.

<remote-vpn-name-pattern> is the name of the Message VPN remote to the bridge. This can be its full name or part of its name when wildcard characters are used.

<remote-router-name-pattern> is the name of the appliance where the specified Message VPN remote to the bridge is located. This can be its full name or part of its name when wildcard characters are used.

<addr-port> is the IP address and TCP port of the appliance (or the local appliance itself when bridging between two different Message VPNs on the same appliance) in the form IP_address[:port]. IPv4 addresses must be specified in the dotted decimal notation form, nnn.nnn.nnn.nnn. In SolOS version 9.12.0 and later, IPv6 formatted strings (RFC 5952) are supported, however, these addresses must be enclosed in square brackets. The port is specified as a decimal value from 0 to 65535. For example, a correctly formatted IPv4 address is: 192.168.100.1:55555. The same address in IPv6 fromat is [::ffff:c0a8:6401]:55555. If the port is unspecified, the default is 55555 for non-compressed data, and 55003 for compressed data. DNS Name Lookup is supported.

primary specifies to show information for primary virtual routers only (default is to display information for both primary and backup virtual routers)

backup specifies to show information for backup virtual routers only (default is to display information for both primary and backup virtual routers)

auto specifies to show information for

subscriptions specifies to show information for all local and remote subscriptions configured for the bridge

subscriptions local specifies to show information only for local subscriptions configured for the bridge

subscriptions remote specifies to show information only for remote subscriptions configured for the bridge

stats specifies to show statistics for the specified Message VPN bridge

stats queues specifies to show statistics for the message queues associated with the specified Message VPN bridge

connections specifies to show TCP connection status information for the specified Message VPN bridge

connections wide specifies to show detailed TCP connection status information for the specified Message VPN bridge in a wide screen computer display format (300+ character width)

detail specifies to show detailed Message VPN bridge information

message-spool-stats specifies to show message spool statistics for the specified Message VPN bridge

ssl specifies to show information related to SSL encryption for the bridge.

client-certificate specifies to show information related to the client certificate that is configured for the bridge.

Clearing VPN Bridge Statistics

To clear the statistics for one or Message VPN bridges, enter the following Privileged EXEC level command:

solace> enable
solace# clear bridge <bridge-name-pattern> message-vpn <vpn-name-pattern> [primary | backup | auto] stats

Where:

<bridge-name-pattern> is the full name of the specified Message VPN bridge, or part of this Message VPN bridge name with the wildcard character ? used to represent one character of the name, or the wildcard character * used to represent zero or more characters of the name, where entering only the wildcard character * for the name clears all Message VPN bridges.

<vpn-name-pattern> is the full name of the Message VPN local to the bridge, or part of the Message VPN name with the wildcard character ? used to represent one character of the name, or the wildcard character * used to represent zero or more characters of the name, where entering only the wildcard character * for the name clears all Message VPNs local to the bridge.

primary specifies to clear information for primary virtual routers only. By default, all bridge stats are cleared.

backup specifies to clear information for backup virtual routers only. By default, all bridge stats are cleared.

auto specifies to clear information for bridge configured as using the auto virtual router. By default, all bridge stats are cleared.