layouts

This command configures the KPI Layouts table, which defines graph layout pages for the device's performance monitoring parameters.

Syntax

(config-system)# kpi
(kpi)# layouts <Index>
(layouts-<Index>)#

Command

Description

Index

Defines the table row index.

layouts-description

Defines an arbitrary name to easily identify the layout.

layouts-graph1

layouts-graph2

layouts-graph3

layouts-graph4

Defines the graph for the layout.

layouts-layout {1x1|1x2|2x1|2x2}

Defines the layout, regarding number and positioning of graphs.

layouts-title

Defines a name for the layout.

Command Mode

Privileged User

Example

This example configures a KPI Layout with a 1x1 layout:

(config-system)# kpi 
(kpi)# layouts 0 
(layouts-0)# layouts-title SBC
(layouts-0)# layouts-layout 1x1
(layouts-0)# activate