Cisco Security Entities
Centri Firewall
- Preview
- Usage
- Definition
import { CentriFirewall } from '@dinghy/diagrams/entitiesCiscoSecurity'
<CentriFirewall/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CENTRI_FIREWALL } from '@dinghy/diagrams/entitiesCiscoSecurity'
<Shape
{...props}
_style={extendStyle(props, CENTRI_FIREWALL)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.security.centri_firewall;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_original_width: 43,
_original_height: 62,
}
Cisco Security
- Preview
- Usage
- Definition
import { CiscoSecurity } from '@dinghy/diagrams/entitiesCiscoSecurity'
<CiscoSecurity/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CISCO_SECURITY } from '@dinghy/diagrams/entitiesCiscoSecurity'
<Shape
{...props}
_style={extendStyle(props, CISCO_SECURITY)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.security.cisco_security;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_original_width: 78,
_original_height: 70,
}
Firewall
- Preview
- Usage
- Definition
import { Firewall } from '@dinghy/diagrams/entitiesCiscoSecurity'
<Firewall/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FIREWALL } from '@dinghy/diagrams/entitiesCiscoSecurity'
<Shape
{...props}
_style={extendStyle(props, FIREWALL)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.security.firewall;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_width: 29,
_height: 67,
}
Gatekeeper
- Preview
- Usage
- Definition
import { Gatekeeper } from '@dinghy/diagrams/entitiesCiscoSecurity'
<Gatekeeper/>
// or
import { extendStyle } from "@dinghy/base-components";
import { GATEKEEPER } from '@dinghy/diagrams/entitiesCiscoSecurity'
<Shape
{...props}
_style={extendStyle(props, GATEKEEPER)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.security.gatekeeper;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_width: 85,
_height: 59,
}
Guard
- Preview
- Usage
- Definition
import { Guard } from '@dinghy/diagrams/entitiesCiscoSecurity'
<Guard/>
// or
import { extendStyle } from "@dinghy/base-components";
import { GUARD } from '@dinghy/diagrams/entitiesCiscoSecurity'
<Shape
{...props}
_style={extendStyle(props, GUARD)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.security.guard;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_width: 88,
_height: 54,
}
IOS Firewall
- Preview
- Usage
- Definition
import { IosFirewall } from '@dinghy/diagrams/entitiesCiscoSecurity'
<IosFirewall/>
// or
import { extendStyle } from "@dinghy/base-components";
import { IOS_FIREWALL } from '@dinghy/diagrams/entitiesCiscoSecurity'
<Shape
{...props}
_style={extendStyle(props, IOS_FIREWALL)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.security.ios_firewall;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_width: 40,
_height: 66,
}
Lock
- Preview
- Usage
- Definition
import { Lock } from '@dinghy/diagrams/entitiesCiscoSecurity'
<Lock/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOCK } from '@dinghy/diagrams/entitiesCiscoSecurity'
<Shape
{...props}
_style={extendStyle(props, LOCK)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.security.lock;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_original_width: 53,
_original_height: 61,
}
Network Security
- Preview
- Usage
- Definition
import { NetworkSecurity } from '@dinghy/diagrams/entitiesCiscoSecurity'
<NetworkSecurity/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NETWORK_SECURITY } from '@dinghy/diagrams/entitiesCiscoSecurity'
<Shape
{...props}
_style={extendStyle(props, NETWORK_SECURITY)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.security.network_security;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_original_width: 45,
_original_height: 58,
}
PIX Firewall
- Preview
- Usage
- Definition
import { PixFirewall } from '@dinghy/diagrams/entitiesCiscoSecurity'
<PixFirewall/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PIX_FIREWALL } from '@dinghy/diagrams/entitiesCiscoSecurity'
<Shape
{...props}
_style={extendStyle(props, PIX_FIREWALL)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.security.pix_firewall;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_width: 77,
_height: 51,
}
Router Firewall
- Preview
- Usage
- Definition

import { RouterFirewall } from '@dinghy/diagrams/entitiesCiscoSecurity'
<RouterFirewall/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ROUTER_FIREWALL } from '@dinghy/diagrams/entitiesCiscoSecurity'
<Shape
{...props}
_style={extendStyle(props, ROUTER_FIREWALL)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.security.router_firewall;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_original_width: 78,
_original_height: 62,
}