Rack Cisco Entities
Cisco 1905 Serial Integrated Services Router
- Preview
- Usage
- Definition
import { Cisco1905SerialIntegratedServicesRouter } from '@dinghy/diagrams/entitiesRackCisco'
<Cisco1905SerialIntegratedServicesRouter/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_1905_SERIAL_INTEGRATED_SERVICES_ROUTER } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_1905_SERIAL_INTEGRATED_SERVICES_ROUTER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_1905_serial_integrated_services_router;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 15,
}
Cisco 1921 Integrated Services Router
- Preview
- Usage
- Definition
import { Cisco1921IntegratedServicesRouter } from '@dinghy/diagrams/entitiesRackCisco'
<Cisco1921IntegratedServicesRouter/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_1921_INTEGRATED_SERVICES_ROUTER } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_1921_INTEGRATED_SERVICES_ROUTER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_1921_integrated_services_router;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 30,
}
Cisco 1941 Series Integrated Services Router
- Preview
- Usage
- Definition
import { Cisco1941SeriesIntegratedServicesRouter } from '@dinghy/diagrams/entitiesRackCisco'
<Cisco1941SeriesIntegratedServicesRouter/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_1941_SERIES_INTEGRATED_SERVICES_ROUTER } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_1941_SERIES_INTEGRATED_SERVICES_ROUTER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_1941_series_integrated_services_router;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 30,
}
Cisco 2901 Integrated Services Router
- Preview
- Usage
- Definition
import { Cisco2901IntegratedServicesRouter } from '@dinghy/diagrams/entitiesRackCisco'
<Cisco2901IntegratedServicesRouter/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_2901_INTEGRATED_SERVICES_ROUTER } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_2901_INTEGRATED_SERVICES_ROUTER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_2901_integrated_services_router;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 15,
}
Cisco 2911 Integrated Services Router
- Preview
- Usage
- Definition
import { Cisco2911IntegratedServicesRouter } from '@dinghy/diagrams/entitiesRackCisco'
<Cisco2911IntegratedServicesRouter/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_2911_INTEGRATED_SERVICES_ROUTER } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_2911_INTEGRATED_SERVICES_ROUTER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_2911_integrated_services_router;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 45,
}
Cisco 2921 Integrated Services Router
- Preview
- Usage
- Definition
import { Cisco2921IntegratedServicesRouter } from '@dinghy/diagrams/entitiesRackCisco'
<Cisco2921IntegratedServicesRouter/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_2921_INTEGRATED_SERVICES_ROUTER } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_2921_INTEGRATED_SERVICES_ROUTER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_2921_integrated_services_router;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 45,
}
Cisco 2951 Integrated Services Router
- Preview
- Usage
- Definition
import { Cisco2951IntegratedServicesRouter } from '@dinghy/diagrams/entitiesRackCisco'
<Cisco2951IntegratedServicesRouter/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_2951_INTEGRATED_SERVICES_ROUTER } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_2951_INTEGRATED_SERVICES_ROUTER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_2951_integrated_services_router;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 45,
}
Cisco 3925 Integrated Services Router
- Preview
- Usage
- Definition
import { Cisco3925IntegratedServicesRouter } from '@dinghy/diagrams/entitiesRackCisco'
<Cisco3925IntegratedServicesRouter/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_3925_INTEGRATED_SERVICES_ROUTER } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_3925_INTEGRATED_SERVICES_ROUTER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_3925_integrated_services_router;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 45,
}
Cisco 3945 Integrated Services Router
- Preview
- Usage
- Definition
import { Cisco3945IntegratedServicesRouter } from '@dinghy/diagrams/entitiesRackCisco'
<Cisco3945IntegratedServicesRouter/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_3945_INTEGRATED_SERVICES_ROUTER } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_3945_INTEGRATED_SERVICES_ROUTER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_3945_integrated_services_router;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 45,
}
Cisco 7603 Router
- Preview
- Usage
- Definition
import { Cisco7603Router } from '@dinghy/diagrams/entitiesRackCisco'
<Cisco7603Router/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_7603_ROUTER } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_7603_ROUTER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_7603_router;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 60,
}
Cisco 7604 Router
- Preview
- Usage
- Definition
import { Cisco7604Router } from '@dinghy/diagrams/entitiesRackCisco'
<Cisco7604Router/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_7604_ROUTER } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_7604_ROUTER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_7604_router;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 75,
}
Cisco 7606 Router
- Preview
- Usage
- Definition
import { Cisco7606Router } from '@dinghy/diagrams/entitiesRackCisco'
<Cisco7606Router/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_7606_ROUTER } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_7606_ROUTER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_7606_router;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 104,
}
Cisco 7609 Router
- Preview
- Usage
- Definition

import { Cisco7609Router } from '@dinghy/diagrams/entitiesRackCisco'
<Cisco7609Router/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_7609_ROUTER } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_7609_ROUTER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_7609_router;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 311,
}
Cisco 7613 Router
- Preview
- Usage
- Definition

import { Cisco7613Router } from '@dinghy/diagrams/entitiesRackCisco'
<Cisco7613Router/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_7613_ROUTER } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_7613_ROUTER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_7613_router;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 267,
}
Cisco 8340 Application-Oriented Networking Appliance
- Preview
- Usage
- Definition
import { Cisco8340ApplicationOrientedNetworkingAppliance } from '@dinghy/diagrams/entitiesRackCisco'
<Cisco8340ApplicationOrientedNetworkingAppliance/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_8340_APPLICATION_ORIENTED_NETWORKING_APPLIANCE } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_8340_APPLICATION_ORIENTED_NETWORKING_APPLIANCE)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_8340_application-oriented_networking_appliance;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 45,
}
Cisco ASA 5585-X Adaptive Security Appliance
- Preview
- Usage
- Definition
import { CiscoAsa5585XAdaptiveSecurityAppliance } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoAsa5585XAdaptiveSecurityAppliance/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_ASA_5585_X_ADAPTIVE_SECURITY_APPLIANCE } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_ASA_5585_X_ADAPTIVE_SECURITY_APPLIANCE)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_asa_5585-x_adaptive_security_appliance;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 30,
}
Cisco ASR 1001 Router
- Preview
- Usage
- Definition
import { CiscoAsr1001Router } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoAsr1001Router/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_ASR_1001_ROUTER } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_ASR_1001_ROUTER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_asr_1001_router;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 15,
}
Cisco ASR 1002 Router
- Preview
- Usage
- Definition
import { CiscoAsr1002Router } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoAsr1002Router/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_ASR_1002_ROUTER } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_ASR_1002_ROUTER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_asr_1002_router;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 30,
}
Cisco ASR 1002-X Router
- Preview
- Usage
- Definition
import { CiscoAsr1002XRouter } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoAsr1002XRouter/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_ASR_1002_X_ROUTER } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_ASR_1002_X_ROUTER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_asr_1002-x_router;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 30,
}
Cisco ASR 1004 Router
- Preview
- Usage
- Definition
import { CiscoAsr1004Router } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoAsr1004Router/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_ASR_1004_ROUTER } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_ASR_1004_ROUTER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_asr_1004_router;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 60,
}
Cisco ASR 1006 Router
- Preview
- Usage
- Definition
import { CiscoAsr1006Router } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoAsr1006Router/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_ASR_1006_ROUTER } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_ASR_1006_ROUTER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_asr_1006_router;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 89,
}
Cisco ASR 1013 Router
- Preview
- Usage
- Definition
import { CiscoAsr1013Router } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoAsr1013Router/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_ASR_1013_ROUTER } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_ASR_1013_ROUTER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_asr_1013_router;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 193,
}
Cisco ASR 9001
- Preview
- Usage
- Definition
import { CiscoAsr9001 } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoAsr9001/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_ASR_9001 } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_ASR_9001)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_asr_9001;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 30,
}
Cisco ASR 9006
- Preview
- Usage
- Definition
import { CiscoAsr9006 } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoAsr9006/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_ASR_9006 } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_ASR_9006)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_asr_9006;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 149,
}
Cisco ASR 9010
- Preview
- Usage
- Definition

import { CiscoAsr9010 } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoAsr9010/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_ASR_9010 } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_ASR_9010)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_asr_9010;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 240,
}
Cisco ASR 9922
- Preview
- Usage
- Definition

import { CiscoAsr9922 } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoAsr9922/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_ASR_9922 } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_ASR_9922)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_asr_9922;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 652,
}
Cisco Blade Switch 3030
- Preview
- Usage
- Definition
import { CiscoBladeSwitch3030 } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoBladeSwitch3030/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_BLADE_SWITCH_3030 } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_BLADE_SWITCH_3030)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_blade_switch_3030;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 19,
_height: 72,
}
Cisco Carrier Packet Transport 200
- Preview
- Usage
- Definition
import { CiscoCarrierPacketTransport200 } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoCarrierPacketTransport200/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_CARRIER_PACKET_TRANSPORT_200 } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_CARRIER_PACKET_TRANSPORT_200)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_carrier_packet_transport_200;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 30,
}
Cisco Carrier Packet Transport 50
- Preview
- Usage
- Definition
import { CiscoCarrierPacketTransport50 } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoCarrierPacketTransport50/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_CARRIER_PACKET_TRANSPORT_50 } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_CARRIER_PACKET_TRANSPORT_50)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_carrier_packet_transport_50;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 15,
}
Cisco Carrier Packet Transport 600
- Preview
- Usage
- Definition
import { CiscoCarrierPacketTransport600 } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoCarrierPacketTransport600/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_CARRIER_PACKET_TRANSPORT_600 } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_CARRIER_PACKET_TRANSPORT_600)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_carrier_packet_transport_600;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 89,
}
Cisco Catalyst 4900M Switch
- Preview
- Usage
- Definition
import { CiscoCatalyst4900mSwitch } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoCatalyst4900mSwitch/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_CATALYST_4900M_SWITCH } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_CATALYST_4900M_SWITCH)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_catalyst_4900m_switch;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 30,
}
Cisco Catalyst 4928 10 Gigabit Ethernet Switch
- Preview
- Usage
- Definition
import { CiscoCatalyst492810GigabitEthernetSwitch } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoCatalyst492810GigabitEthernetSwitch/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_CATALYST_4928_10_GIGABIT_ETHERNET_SWITCH } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_CATALYST_4928_10_GIGABIT_ETHERNET_SWITCH)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_catalyst_4928_10_gigabit_ethernet_switch;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 15,
}
Cisco Catalyst 4948 10 Gigabit Ethernet Switch
- Preview
- Usage
- Definition
import { CiscoCatalyst494810GigabitEthernetSwitch } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoCatalyst494810GigabitEthernetSwitch/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_CATALYST_4948_10_GIGABIT_ETHERNET_SWITCH } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_CATALYST_4948_10_GIGABIT_ETHERNET_SWITCH)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_catalyst_4948_10_gigabit_ethernet_switch;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 15,
}
Cisco Catalyst 4948 Switch
- Preview
- Usage
- Definition
import { CiscoCatalyst4948Switch } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoCatalyst4948Switch/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_CATALYST_4948_SWITCH } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_CATALYST_4948_SWITCH)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_catalyst_4948_switch;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 15,
}
Cisco Catalyst 6503-E Switch
- Preview
- Usage
- Definition
import { CiscoCatalyst6503ESwitch } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoCatalyst6503ESwitch/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_CATALYST_6503_E_SWITCH } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_CATALYST_6503_E_SWITCH)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_catalyst_6503-e_switch;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 148,
_height: 60,
}
Cisco Catalyst 6504-E Switch
- Preview
- Usage
- Definition
import { CiscoCatalyst6504ESwitch } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoCatalyst6504ESwitch/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_CATALYST_6504_E_SWITCH } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_CATALYST_6504_E_SWITCH)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_catalyst_6504-e_switch;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 148,
_height: 75,
}
Cisco Catalyst 6506-E Switch
- Preview
- Usage
- Definition
import { CiscoCatalyst6506ESwitch } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoCatalyst6506ESwitch/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_CATALYST_6506_E_SWITCH } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_CATALYST_6506_E_SWITCH)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_catalyst_6506-e_switch;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 148,
_height: 178,
}
Cisco Catalyst 6509 Switch
- Preview
- Usage
- Definition
import { CiscoCatalyst6509Switch } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoCatalyst6509Switch/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_CATALYST_6509_SWITCH } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_CATALYST_6509_SWITCH)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_catalyst_6509_switch;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 148,
_height: 223,
}
Cisco Catalyst 6513-E
- Preview
- Usage
- Definition
import { CiscoCatalyst6513E } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoCatalyst6513E/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_CATALYST_6513_E } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_CATALYST_6513_E)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_catalyst_6513-e;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 148,
_height: 297,
}
Cisco Catalyst Blade Switch 3020 for HP
- Preview
- Usage
- Definition
import { CiscoCatalystBladeSwitch3020ForHp } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoCatalystBladeSwitch3020ForHp/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_CATALYST_BLADE_SWITCH_3020_FOR_HP } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_CATALYST_BLADE_SWITCH_3020_FOR_HP)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_catalyst_blade_switch_3020_for_hp;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 19,
_height: 121,
}
Cisco Catalyst Blade Switch 3032 for Dell
- Preview
- Usage
- Definition
import { CiscoCatalystBladeSwitch3032ForDell } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoCatalystBladeSwitch3032ForDell/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_CATALYST_BLADE_SWITCH_3032_FOR_DELL } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_CATALYST_BLADE_SWITCH_3032_FOR_DELL)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_catalyst_blade_switch_3032_for_dell;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 19,
_height: 143,
}
Cisco Catalyst Blade Switch 3040 for Dell
- Preview
- Usage
- Definition
import { CiscoCatalystBladeSwitch3040ForDell } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoCatalystBladeSwitch3040ForDell/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_CATALYST_BLADE_SWITCH_3040_FOR_DELL } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_CATALYST_BLADE_SWITCH_3040_FOR_DELL)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_catalyst_blade_switch_3040_for_dell;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 19,
_height: 72,
}
Cisco Catalyst Blade Switch 3100 for Dell
- Preview
- Usage
- Definition
import { CiscoCatalystBladeSwitch3100ForDell } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoCatalystBladeSwitch3100ForDell/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_CATALYST_BLADE_SWITCH_3100_FOR_DELL } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_CATALYST_BLADE_SWITCH_3100_FOR_DELL)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_catalyst_blade_switch_3100_for_dell;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 19,
_height: 143,
}
Cisco Catalyst Blade Switch 3120 for HP
- Preview
- Usage
- Definition
import { CiscoCatalystBladeSwitch3120ForHp } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoCatalystBladeSwitch3120ForHp/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_CATALYST_BLADE_SWITCH_3120_FOR_HP } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_CATALYST_BLADE_SWITCH_3120_FOR_HP)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_catalyst_blade_switch_3120_for_hp;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 19,
_height: 121,
}
Cisco Catalyst Blade Switch 3130 for Dell
- Preview
- Usage
- Definition
import { CiscoCatalystBladeSwitch3130ForDell } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoCatalystBladeSwitch3130ForDell/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_CATALYST_BLADE_SWITCH_3130_FOR_DELL } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_CATALYST_BLADE_SWITCH_3130_FOR_DELL)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_catalyst_blade_switch_3130_for_dell;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 19,
_height: 143,
}
Cisco Identity Services Engine
- Preview
- Usage
- Definition
import { CiscoIdentityServicesEngine } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoIdentityServicesEngine/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_IDENTITY_SERVICES_ENGINE } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_IDENTITY_SERVICES_ENGINE)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_identity_services_engine;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 15,
}
Cisco IPS 4500 Sensor
- Preview
- Usage
- Definition
import { CiscoIps4500Sensor } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoIps4500Sensor/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_IPS_4500_SENSOR } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_IPS_4500_SENSOR)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_ips_4500_sensor;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 30,
}
Cisco Network Access Control
- Preview
- Usage
- Definition
import { CiscoNetworkAccessControl } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoNetworkAccessControl/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_NETWORK_ACCESS_CONTROL } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_NETWORK_ACCESS_CONTROL)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_network_access_control;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 15,
}
Cisco Nexus 1010 Virtual Services Appliance
- Preview
- Usage
- Definition
import { CiscoNexus1010VirtualServicesAppliance } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoNexus1010VirtualServicesAppliance/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_NEXUS_1010_VIRTUAL_SERVICES_APPLIANCE } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_NEXUS_1010_VIRTUAL_SERVICES_APPLIANCE)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_nexus_1010_virtual_services_appliance;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 15,
}
Cisco Nexus 2148T Fabric Extender
- Preview
- Usage
- Definition
import { CiscoNexus2148tFabricExtender } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoNexus2148tFabricExtender/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_NEXUS_2148T_FABRIC_EXTENDER } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_NEXUS_2148T_FABRIC_EXTENDER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_nexus_2148t_fabric_extender;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 15,
}
Cisco Nexus 2224TP GE Fabric Extender
- Preview
- Usage
- Definition
import { CiscoNexus2224tpGeFabricExtender } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoNexus2224tpGeFabricExtender/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_NEXUS_2224TP_GE_FABRIC_EXTENDER } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_NEXUS_2224TP_GE_FABRIC_EXTENDER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_nexus_2224tp_ge_fabric_extender;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 15,
}
Cisco Nexus 2232PP 10GE Fabric Extender
- Preview
- Usage
- Definition
import { CiscoNexus2232pp10geFabricExtender } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoNexus2232pp10geFabricExtender/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_NEXUS_2232PP_10GE_FABRIC_EXTENDER } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_NEXUS_2232PP_10GE_FABRIC_EXTENDER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_nexus_2232pp_10ge_fabric_extender;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 15,
}
Cisco Nexus 2232TM 10GE Fabric Extender
- Preview
- Usage
- Definition
import { CiscoNexus2232tm10geFabricExtender } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoNexus2232tm10geFabricExtender/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_NEXUS_2232TM_10GE_FABRIC_EXTENDER } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_NEXUS_2232TM_10GE_FABRIC_EXTENDER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_nexus_2232tm_10ge_fabric_extender;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 15,
}
Cisco Nexus 2248PQ 10GE Fabric Extender
- Preview
- Usage
- Definition
import { CiscoNexus2248pq10geFabricExtender } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoNexus2248pq10geFabricExtender/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_NEXUS_2248PQ_10GE_FABRIC_EXTENDER } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_NEXUS_2248PQ_10GE_FABRIC_EXTENDER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_nexus_2248pq_10ge_fabric_extender;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 15,
}
Cisco Nexus 2248TP GE Fabric Extender
- Preview
- Usage
- Definition
import { CiscoNexus2248tpGeFabricExtender } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoNexus2248tpGeFabricExtender/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_NEXUS_2248TP_GE_FABRIC_EXTENDER } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_NEXUS_2248TP_GE_FABRIC_EXTENDER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_nexus_2248tp_ge_fabric_extender;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 15,
}
Cisco Nexus 3016 Switch
- Preview
- Usage
- Definition
import { CiscoNexus3016Switch } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoNexus3016Switch/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_NEXUS_3016_SWITCH } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_NEXUS_3016_SWITCH)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_nexus_3016_switch;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 15,
}
Cisco Nexus 3048 Switch
- Preview
- Usage
- Definition
import { CiscoNexus3048Switch } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoNexus3048Switch/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_NEXUS_3048_SWITCH } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_NEXUS_3048_SWITCH)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_nexus_3048_switch;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 15,
}
Cisco Nexus 3064 Switch
- Preview
- Usage
- Definition
import { CiscoNexus3064Switch } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoNexus3064Switch/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_NEXUS_3064_SWITCH } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_NEXUS_3064_SWITCH)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_nexus_3064_switch;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 15,
}
Cisco Nexus 3548 Switch
- Preview
- Usage
- Definition
import { CiscoNexus3548Switch } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoNexus3548Switch/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_NEXUS_3548_SWITCH } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_NEXUS_3548_SWITCH)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_nexus_3548_switch;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 15,
}
Cisco Nexus 5548P Switch
- Preview
- Usage
- Definition
import { CiscoNexus5548pSwitch } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoNexus5548pSwitch/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_NEXUS_5548P_SWITCH } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_NEXUS_5548P_SWITCH)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_nexus_5548p_switch;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 15,
}
Cisco Nexus 5596T
- Preview
- Usage
- Definition
import { CiscoNexus5596t } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoNexus5596t/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_NEXUS_5596T } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_NEXUS_5596T)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_nexus_5596t;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 30,
}
Cisco Nexus 5596UP Switch
- Preview
- Usage
- Definition
import { CiscoNexus5596upSwitch } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoNexus5596upSwitch/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_NEXUS_5596UP_SWITCH } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_NEXUS_5596UP_SWITCH)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_nexus_5596up_switch;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 30,
}
Cisco Nexus 6001 Switch
- Preview
- Usage
- Definition
import { CiscoNexus6001Switch } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoNexus6001Switch/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_NEXUS_6001_SWITCH } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_NEXUS_6001_SWITCH)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_nexus_6001_switch;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 15,
}
Cisco Nexus 6004 Switch
- Preview
- Usage
- Definition
import { CiscoNexus6004Switch } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoNexus6004Switch/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_NEXUS_6004_SWITCH } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_NEXUS_6004_SWITCH)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_nexus_6004_switch;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 60,
}
Cisco Nexus 7000 10-Slot Switch Chassis
- Preview
- Usage
- Definition

import { CiscoNexus700010SlotSwitchChassis } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoNexus700010SlotSwitchChassis/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_NEXUS_7000_10_SLOT_SWITCH_CHASSIS } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_NEXUS_7000_10_SLOT_SWITCH_CHASSIS)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_nexus_7000_10-slot_switch_chassis;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 311,
}
Cisco Nexus 7000 18-Slot Switch Chassis
- Preview
- Usage
- Definition

import { CiscoNexus700018SlotSwitchChassis } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoNexus700018SlotSwitchChassis/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_NEXUS_7000_18_SLOT_SWITCH_CHASSIS } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_NEXUS_7000_18_SLOT_SWITCH_CHASSIS)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_nexus_7000_18-slot_switch_chassis;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 371,
}
Cisco Nexus 7000 4-Slot Switch Chassis
- Preview
- Usage
- Definition
import { CiscoNexus70004SlotSwitchChassis } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoNexus70004SlotSwitchChassis/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_NEXUS_7000_4_SLOT_SWITCH_CHASSIS } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_NEXUS_7000_4_SLOT_SWITCH_CHASSIS)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_nexus_7000_4-slot_switch_chassis;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 104,
}
Cisco Nexus 7000 9-Slot Switch Chassis
- Preview
- Usage
- Definition
import { CiscoNexus70009SlotSwitchChassis } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoNexus70009SlotSwitchChassis/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_NEXUS_7000_9_SLOT_SWITCH_CHASSIS } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_NEXUS_7000_9_SLOT_SWITCH_CHASSIS)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_nexus_7000_9-slot_switch_chassis;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 208,
}
Cisco ONS 15305 Multiservice Customer Access Platform
- Preview
- Usage
- Definition
import { CiscoOns15305MultiserviceCustomerAccessPlatform } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoOns15305MultiserviceCustomerAccessPlatform/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_ONS_15305_MULTISERVICE_CUSTOMER_ACCESS_PLATFORM } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_ONS_15305_MULTISERVICE_CUSTOMER_ACCESS_PLATFORM)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_ons_15305_multiservice_customer_access_platform;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 15,
}
Cisco ONS 15310-CL SONET Multiservice Platform
- Preview
- Usage
- Definition
import { CiscoOns15310ClSonetMultiservicePlatform } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoOns15310ClSonetMultiservicePlatform/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_ONS_15310_CL_SONET_MULTISERVICE_PLATFORM } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_ONS_15310_CL_SONET_MULTISERVICE_PLATFORM)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_ons_15310-cl_sonet_multiservice_platform;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 15,
}
Cisco ONS 15310-MA SDH Multiservice Platform
- Preview
- Usage
- Definition
import { CiscoOns15310MaSdhMultiservicePlatform } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoOns15310MaSdhMultiservicePlatform/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_ONS_15310_MA_SDH_MULTISERVICE_PLATFORM } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_ONS_15310_MA_SDH_MULTISERVICE_PLATFORM)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_ons_15310-ma_sdh_multiservice_platform;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_original_width: 86,
_original_height: 89,
}
Cisco ONS 15454 SONET-SDH Multiservice Provisioning Platform
- Preview
- Usage
- Definition
import { CiscoOns15454SonetSdhMultiserviceProvisioningPlatform } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoOns15454SonetSdhMultiserviceProvisioningPlatform/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_ONS_15454_SONET_SDH_MULTISERVICE_PROVISIONING_PLATFORM } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_ONS_15454_SONET_SDH_MULTISERVICE_PROVISIONING_PLATFORM)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_ons_15454_sonet-sdh_multiservice_provisioning_platform;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 157,
}
Cisco ONS 15600 Multiservice Switching Platform
- Preview
- Usage
- Definition
import { CiscoOns15600MultiserviceSwitchingPlatform } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoOns15600MultiserviceSwitchingPlatform/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_ONS_15600_MULTISERVICE_SWITCHING_PLATFORM } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_ONS_15600_MULTISERVICE_SWITCHING_PLATFORM)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_ons_15600_multiservice_switching_platform;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 201,
_height: 212,
}
Cisco Physical Security 4U Storage
- Preview
- Usage
- Definition
import { CiscoPhysicalSecurity4uStorage } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoPhysicalSecurity4uStorage/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_PHYSICAL_SECURITY_4U_STORAGE } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_PHYSICAL_SECURITY_4U_STORAGE)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_physical_security_4u_storage;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 60,
}
Cisco Physical Security Multiservice Platform 1U
- Preview
- Usage
- Definition
import { CiscoPhysicalSecurityMultiservicePlatform1u } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoPhysicalSecurityMultiservicePlatform1u/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_PHYSICAL_SECURITY_MULTISERVICE_PLATFORM_1U } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_PHYSICAL_SECURITY_MULTISERVICE_PLATFORM_1U)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_physical_security_multiservice_platform_1u;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 15,
}
Cisco Physical Security Multiservice Platform 2U
- Preview
- Usage
- Definition
import { CiscoPhysicalSecurityMultiservicePlatform2u } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoPhysicalSecurityMultiservicePlatform2u/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_PHYSICAL_SECURITY_MULTISERVICE_PLATFORM_2U } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_PHYSICAL_SECURITY_MULTISERVICE_PLATFORM_2U)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_physical_security_multiservice_platform_2u;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 30,
}
Cisco Physical Security Multiservice Platform 4U
- Preview
- Usage
- Definition
import { CiscoPhysicalSecurityMultiservicePlatform4u } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoPhysicalSecurityMultiservicePlatform4u/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_PHYSICAL_SECURITY_MULTISERVICE_PLATFORM_4U } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_PHYSICAL_SECURITY_MULTISERVICE_PLATFORM_4U)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_physical_security_multiservice_platform_4u;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 60,
}
Cisco UCS 5100 Chassis
- Preview
- Usage
- Definition
import { CiscoUcs5100Chassis } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoUcs5100Chassis/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_UCS_5100_CHASSIS } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_UCS_5100_CHASSIS)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_ucs_5100_chassis;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 89,
}
Cisco UCS 6248UP Fabric Interconnect
- Preview
- Usage
- Definition
import { CiscoUcs6248upFabricInterconnect } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoUcs6248upFabricInterconnect/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_UCS_6248UP_FABRIC_INTERCONNECT } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_UCS_6248UP_FABRIC_INTERCONNECT)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_ucs_6248up_fabric_interconnect;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 15,
}
Cisco UCS 6296UP Fabric Interconnect
- Preview
- Usage
- Definition
import { CiscoUcs6296upFabricInterconnect } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoUcs6296upFabricInterconnect/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_UCS_6296UP_FABRIC_INTERCONNECT } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_UCS_6296UP_FABRIC_INTERCONNECT)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_ucs_6296up_fabric_interconnect;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 30,
}
Cisco UCS C22 M3 Server
- Preview
- Usage
- Definition
import { CiscoUcsC22M3Server } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoUcsC22M3Server/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_UCS_C22_M3_SERVER } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_UCS_C22_M3_SERVER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_ucs_c22_m3_server;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 15,
}
Cisco UCS C220 M3 Server
- Preview
- Usage
- Definition
import { CiscoUcsC220M3Server } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoUcsC220M3Server/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_UCS_C220_M3_SERVER } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_UCS_C220_M3_SERVER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_ucs_c220_m3_server;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 15,
}
Cisco UCS C24 M3 Server
- Preview
- Usage
- Definition
import { CiscoUcsC24M3Server } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoUcsC24M3Server/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_UCS_C24_M3_SERVER } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_UCS_C24_M3_SERVER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_ucs_c24_m3_server;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 30,
}
Cisco UCS C240 M3 Server
- Preview
- Usage
- Definition
import { CiscoUcsC240M3Server } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoUcsC240M3Server/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_UCS_C240_M3_SERVER } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_UCS_C240_M3_SERVER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_ucs_c240_m3_server;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 30,
}
Cisco UCS C260 M3 Server
- Preview
- Usage
- Definition
import { CiscoUcsC260M3Server } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoUcsC260M3Server/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_UCS_C260_M3_SERVER } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_UCS_C260_M3_SERVER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_ucs_c260_m3_server;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 30,
}
Cisco UCS C420 M3 Server
- Preview
- Usage
- Definition
import { CiscoUcsC420M3Server } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoUcsC420M3Server/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_UCS_C420_M3_SERVER } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_UCS_C420_M3_SERVER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_ucs_c420_m3_server;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 30,
}
Cisco UCS C460 M2 Server
- Preview
- Usage
- Definition
import { CiscoUcsC460M2Server } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoUcsC460M2Server/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_UCS_C460_M2_SERVER } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_UCS_C460_M2_SERVER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_ucs_c460_m2_server;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 60,
}
Cisco WAE-512
- Preview
- Usage
- Definition
import { CiscoWae512 } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoWae512/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_WAE_512 } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_WAE_512)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_wae-512;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 15,
}
Cisco WAE-612
- Preview
- Usage
- Definition
import { CiscoWae612 } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoWae612/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_WAE_612 } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_WAE_612)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_wae-612;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 15,
}
Cisco WAE-674
- Preview
- Usage
- Definition
import { CiscoWae674 } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoWae674/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_WAE_674 } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_WAE_674)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_wae-674;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 30,
}
Cisco WAE-7341
- Preview
- Usage
- Definition
import { CiscoWae7341 } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoWae7341/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_WAE_7341 } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_WAE_7341)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_wae-7341;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 30,
}
Cisco WAE-7371
- Preview
- Usage
- Definition
import { CiscoWae7371 } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoWae7371/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_WAE_7371 } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_WAE_7371)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_wae-7371;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 30,
}
Cisco WAVE 294
- Preview
- Usage
- Definition
import { CiscoWave294 } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoWave294/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_WAVE_294 } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_WAVE_294)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_wave_294;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 15,
}
Cisco WAVE 594
- Preview
- Usage
- Definition
import { CiscoWave594 } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoWave594/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_WAVE_594 } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_WAVE_594)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_wave_594;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 15,
}
Cisco WAVE 694
- Preview
- Usage
- Definition
import { CiscoWave694 } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoWave694/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_WAVE_694 } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_WAVE_694)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_wave_694;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 15,
}
Cisco WAVE 7541
- Preview
- Usage
- Definition
import { CiscoWave7541 } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoWave7541/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_WAVE_7541 } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_WAVE_7541)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_wave_7541;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 30,
}
Cisco WAVE 7571
- Preview
- Usage
- Definition
import { CiscoWave7571 } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoWave7571/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_WAVE_7571 } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_WAVE_7571)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_wave_7571;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 30,
}
Cisco WAVE 8541
- Preview
- Usage
- Definition
import { CiscoWave8541 } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoWave8541/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_WAVE_8541 } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_WAVE_8541)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_wave_8541;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 30,
}
Cisco Web Security Appliance S170
- Preview
- Usage
- Definition
import { CiscoWebSecurityApplianceS170 } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoWebSecurityApplianceS170/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_WEB_SECURITY_APPLIANCE_S170 } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_WEB_SECURITY_APPLIANCE_S170)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_web_security_appliance_s170;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 15,
}
Cisco Web Security Appliance S370
- Preview
- Usage
- Definition
import { CiscoWebSecurityApplianceS370 } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoWebSecurityApplianceS370/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_WEB_SECURITY_APPLIANCE_S370 } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_WEB_SECURITY_APPLIANCE_S370)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_web_security_appliance_s370;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 30,
}
Cisco Web Security Appliance S670
- Preview
- Usage
- Definition
import { CiscoWebSecurityApplianceS670 } from '@dinghy/diagrams/entitiesRackCisco'
<CiscoWebSecurityApplianceS670/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_WEB_SECURITY_APPLIANCE_S670 } from '@dinghy/diagrams/entitiesRackCisco'
<Shape
{...props}
_style={extendStyle(props, CISCO_WEB_SECURITY_APPLIANCE_S670)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.cisco.cisco_web_security_appliance_s670;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 30,
}