Monitoring Physical Interfaces & IP VRFs
You can use show commands to monitor and validate physical interface and IP VRF configurations and status on Solace PubSub+ appliances.
Viewing Interface Information
To view the current configuration parameters and traffic statistics for the physical interfaces on appliances, enter the following User EXEC command:
solace> show interface [<phy-interface>] [detail]
Where:
<phy-interface>
is an ASCII string specifying the physical Ethernet interface port or LAG to be displayed.
Valid values may include:
eth<port>
, for example,eth1
<cartridge>/<slot>/<port>
, for example,1/1/8
<cartridge>/<slot>/lag<N>
, for example,1/1/lag1
There is no default value.
detail
asks to show detailed information on the physical interfaces
solace> show interface 1/1/lag1
Interface: 1/1/lag1
MAC address: 00:50:c2:44:b0:24
Enabled: yes
Rx pkts: 25763843 Rx bytes: 3032103187
Tx pkts: 228708 Tx bytes: 78771246
Configured members: 1/1/1, 1/1/2, 1/1/3, 1/1/4, 1/1/5, 1/1/6, 1/1/7, 1/1/8
Operational members: 1/1/2
Errors:
Fragmented IP packets dropped: 0
solace> show interface 1/1/1 detail
Interface: 1/1/1
MAC address: 00:50:c2:44:b2:cc
Enabled: yes
Rx pkts: 868406 Rx bytes: 187449788
Tx pkts: 2741 Tx bytes: 348480
Link detected: yes
Media type: 10G Direct-Attached Copper
************************** Ingress Statistics *****************************
Rx MAC Stats:
Rx Good Frames 868406
Rx BCast Frames 65525
Rx MCast Frames 706495
Rx 64B Frames 747389
Rx 65B To 127B Frames 18190
Rx 128B To 255B Frames 12359
Rx 256B To 511B Frames 1331
Rx 512B To 1023B Frames 167
Rx 1024B To 1518B Frames 88970
Rx Jumbo Frames 0
Rx Oversize Frames 0
Rx Undersize Frames 0
Rx Fragments 0
Rx Jabbers 0
Rx Too Long Jabbers 0
Rx Out Of Range Len 0
Rx Frame Too Long Errors 0
Rx MAC Ctrl Frames 0
Rx Unsupported Opcodes 0
Rx Good VLAN Frames 0
Rx SA Error Frames 0
Rx Data Error Frames 0
Rx MCast Drops 0
Rx BCast Drops 0
Rx Filter Drops 0
Rx Bad Frames 0
Rx CRC Error Frames 0
Rx MAC Drop Ctrl Stats:
Rx Tail Dropped Frames 0
Rx Def Dropped Frames 0
Rx BCast Dropped Frames 0
Rx MCast Dropped Frames 0
Rx MPLS Dropped Frames 0
Rx VLAN SVLAN Ether Dropped Frames 0
Rx VLAN Ctrl Dropped Frames 0
Rx MAC Dropped Frames 1054
Rx DSCP IP Dropped Frames 0
Rx Illegal Type Len Frames 1054
Rx Common SPI Stats:
Rx DIP2 Errors 0
*************************** Egress Statistics *****************************
Tx MAC Stats:
Tx Good Frames 2741
Tx BCast Frames 37
Tx MCast Frames 2704
Tx MAC Ctrl Frames 0
Tx VLAN Frames 0
Tx 64B Frames 37
Tx 65B To 127B Frames 0
Tx 128B To 255B Frames 2704
Tx 256B To 511B Frames 0
Tx 512B To 1023B Frames 0
Tx 1024B To 1518B Frames 0
Tx Over 1518B Frames 0
Tx Error Frames 0
Viewing IP VRF Information
To view the configuration and status of the Management or Message Backbone VRF within appliances, enter the following User EXEC command:
solace> show ip vrf [<name> [route]]
Where:
<name>
is the name of the VRF object, either management
or msg-backbone
. Entering no name displays all VRF objects configured on the system.
route
asks to show detailed IP routing information for the specified VRF object.
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.
solace> show ip vrf
VRF Interfaces Routes
--------------------------------------
management 1 1
msg-backbone 2 1
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
-------------- -------- ------------------ ------- -----------
eth1:1 static 192.168.128.55/22 user N U U U
Number of global routes: 1
Destination Gateway Network Mask Interface
---------------- ---------------- ---------------- ----------
default 192.168.128.1 0.0.0.0 eth1:1
solace> show ip vrf msg-backbone
VRF: msg-backbone
Number of interfaces: 2
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 #Conn #Frag
-------------- -------- ------------------ ------ ---------- ----- -----
1/6/1:1 primary 192.168.160.155/20 user U U U U 0 0
1/6/1:3 static 192.168.160.55/20 user U U U U 0 0
Number of routes: 1
Destination Gateway Network Mask Interface
---------------- ---------------- ---------------- ----------
default 192.168.160.1 0.0.0.0 1/6/1:1