Monitoring Software Event Broker Interfaces

You can use show commands to monitor and validate physical interface and IP VRF configurations as well as status on Solace PubSub+ software event brokers.

Viewing Interface Information

To view the current configuration parameters and traffic statistics for interfaces on software event brokers, enter the following command:

solace> show interface [<phy-interface>] [detail]

Where:

<phy-interface> is an ASCII string specifying the interface to be displayed. The default interface in the software event broker is intf0.

detail asks to show detailed interface information.

Example:

solace> show interface intf0

Interface: intf0
  OS Physical Interface: eth0
  MAC address: 02:56:4d:52:84:1e
  Enabled: yes
  Operational State: Up
  Last Failure Reason: N/A
  Last Failure Time: N/A
  Rx pkts:         37212972        Rx bytes:       3292430748
  Tx pkts:          3915192        Tx bytes:       1114036673
  Link detected: yes
  Media type: N/A

Viewing IP VRF Information

To view the configuration and status of the Management VRF within a software event broker, enter the following User EXEC command:

solace> show ip vrf [<name> [{route | interface <interface-pattern>} [detail]]]

Where:

<name> is the name of the management VRF object. Entering no name displays all VRF objects configured on the system.

route asks to show detailed IP routing information for the specified VRF object.

interface <interface-pattern> shows VRF IP interface information.

detail asks to show detailed information.

When no parameters are entered, one line of output for each VRF object configured on the system is displayed. Each line contains the VRF object name and the number of interfaces currently attached to the VRF object. When a specific VRF object name is specified, the output displayed is the IP routing table for that interface and the list of interfaces currently attached to that VRF object.

Example:

solace> show ip vrf management

VRF: management
Number of interfaces: 1

Status Flags:   R=Redundancy,  A=Admin,  O=Oper,  P=Physical
Status Values:  U=Up,  D=Down,  N=Not Applicable

Status
Interface       V Router  IP Address          Source  R  A  O  P
--------------  --------  ------------------  ------  -----------
intf0:1         static    192.168.132.30/20   system  U  U  U  U

Number of active global routes: 5

Destination       Gateway           Network Mask      Interface
----------------  ----------------  ----------------  ----------
169.254.169.254   *                 255.255.255.255   N/A
172.17.0.0        *                 255.255.0.0       N/A
default           192.168.128.1     0.0.0.0           intf0
169.254.0.0       *                 255.255.0.0       intf0
192.168.128.0     *                 255.255.240.0     intf0