Top Banner
1 APCON INTELLAPATCHTM Switches INTELLAPATCH Switches The Leader in Physical Layer Switching & Automation TM
27

1 A PCON I NTELLA P ATCH TM Switches INTELLAPATCH Switches The Leader in Physical Layer Switching & Automation TM.

Dec 18, 2015

Download

Documents

Ashley Austin
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: 1 A PCON I NTELLA P ATCH TM Switches INTELLAPATCH Switches The Leader in Physical Layer Switching & Automation TM.

1

APCONINTELLAPATCHTM Switches

INTELLAPATCH Switches

The Leader in Physical Layer Switching & Automation

TM

Page 2: 1 A PCON I NTELLA P ATCH TM Switches INTELLAPATCH Switches The Leader in Physical Layer Switching & Automation TM.

2

Corporate Headquarters

Established 1993

Portland, OR

Hardware Engineering

Software Development

PCB Manufacturing

Privately held

80% Revenue Growth in FY 2003

The Leader in Physical Layer Switching & Automation

Page 3: 1 A PCON I NTELLA P ATCH TM Switches INTELLAPATCH Switches The Leader in Physical Layer Switching & Automation TM.

3

INTELLAPATCHPhysical Layer Switches

Layer 1 OEO SwitchProtocol Independent, Data Rate Specific Does not read packets or modify data

Up to 144 Ports, Non-blocking, Any-to-Any connections, Wire-speed

Point-to-Point (full duplex), Multicast (1 to N), and Loop Topologies

Remote switch management via a LAN (TCP/IP) or Serial port

Page 4: 1 A PCON I NTELLA P ATCH TM Switches INTELLAPATCH Switches The Leader in Physical Layer Switching & Automation TM.

4

INTELLAPATCH Models

Fiber Optic (LC connectors)Multi-Rate

(100 Mb/s – 3.2 Gb/s)

Fibre Channel (1 Gb/s, 2 Gb/s, 4 Gb/s, 10 Gb/s)Ethernet

(100 Mb/s, 1 Gb/s, 10 Gb/s)

SONET OC-3, OC-12, OC-48 (155 Mb/s, 622 Mb/s, 2.488 Gb/s)FDDI

Copper

T1/E1/J1 (RJ-48C)

10/100/1000 Ethernet (RJ-45)

Fibre Channel (HSSDC-2)

Page 5: 1 A PCON I NTELLA P ATCH TM Switches INTELLAPATCH Switches The Leader in Physical Layer Switching & Automation TM.

5

INTELLAPATCH Software Products

// Start of Custom C/C++ Program

#include "ApconAPI.h"

#include <stdio.h>

// other part of programs code ///

// program entry point

int _tmain(int argc, TCHAR* argv[], TCHAR* envp[])

{

int nResult, nSwitchHandle, nModel;

char szIPAddress[]= "10.1.1.160";

// open switch 1 on the IP Address

nSwitchHandle = OpenNetSwitch(szIPAddress, 1);

if (-1 == nSwitchHandle) {

fprintf(stderr, "Cannot open switch on %s\n", szIPAddress);

return 1; }

nModel = GetSwitchModel(nSwitchHandle);

printf("Switch Model = %d\n",nModel);

if (-1 != ConnectSwitchPorts(nSwitchHandle, 1, 16))

printf("Port Change Successful!\n");

CloseSwitch(nSwitchHandle);

}

// more program code ///

// End of custom C/C++ Program

Windows GUI SoftwareAPCON CONTROL Software

Programming Software ToolsCmdX: Menu mode and command line interfaceASCII Command SetC/C++ API (Application Programming Interface)

SNMPAgent for Windows NT/2000/XP

INTELLAZONE SoftwareMulti-User Proxy, Security, Zoning & Logging

Page 6: 1 A PCON I NTELLA P ATCH TM Switches INTELLAPATCH Switches The Leader in Physical Layer Switching & Automation TM.

6

Windows Control Software

Intuitive drag & drop, real time switching

Presets instantly configure testing topologies

Port naming eliminates cabling confusion

Password Security: LAN/Serial port lockout

Temperature and power supply alarms

Page 7: 1 A PCON I NTELLA P ATCH TM Switches INTELLAPATCH Switches The Leader in Physical Layer Switching & Automation TM.

7

ZoningAssign users access to zones or specific groups of ports

Switch ProxyAllows multiple users to access a single switch via TCP/IP or serial port

SecurityUser name and password required for switch controlRead only, Full access, No access

LoggingLogs users, switch changes, and commands

INTELLAZONE Software

Page 8: 1 A PCON I NTELLA P ATCH TM Switches INTELLAPATCH Switches The Leader in Physical Layer Switching & Automation TM.

8

INTELLAPATCH Sales Markets

Test Lab Automation SAN Ethernet Telecom/Service Providers Military/Government

Enterprise Equipment Sharing Security Avocent Digital Desktops

Page 9: 1 A PCON I NTELLA P ATCH TM Switches INTELLAPATCH Switches The Leader in Physical Layer Switching & Automation TM.

9

Test Lab Automation Benefits

Automate and schedule system test routines

Decrease testing costs

Decrease testing time

Accelerate product time to market

Increase test repeatability

Remote access via TCP/IP

Interoperability & Compatibility Test Lab

Page 10: 1 A PCON I NTELLA P ATCH TM Switches INTELLAPATCH Switches The Leader in Physical Layer Switching & Automation TM.

10

Test Lab Applications Reconfiguration

Reconfiguration of test topologies through softwareWire once, no manual patching

Electronically move hosts & targets, trunking tests, move switch blades

Page 11: 1 A PCON I NTELLA P ATCH TM Switches INTELLAPATCH Switches The Leader in Physical Layer Switching & Automation TM.

11

Test Lab Applications Reconfiguration & Sharing

Page 12: 1 A PCON I NTELLA P ATCH TM Switches INTELLAPATCH Switches The Leader in Physical Layer Switching & Automation TM.

12

Test Lab Applications Cable Breaks/Port Failover

Electronic simulation of circuit or line failure

Up to 144 ports simultaneouslySchedule and script connect/disconnect sequences

“Hard node failover” does not continue to transmit frame or packet data

APS or fabric testing

Page 13: 1 A PCON I NTELLA P ATCH TM Switches INTELLAPATCH Switches The Leader in Physical Layer Switching & Automation TM.

13

Test Lab Applications Analyzer Sharing

IntellaPatch functions as “Electronic Tap”

Electronic sharing of analyzers, probes and sniffers

Schedule and share devicesAcross same test bedDifferent test bedsNon-intrusive or direct connect

Page 14: 1 A PCON I NTELLA P ATCH TM Switches INTELLAPATCH Switches The Leader in Physical Layer Switching & Automation TM.

14

IntellaPatch functions as “Electronic Tap”

Electronic sharing of analyzers, probes and sniffers

Schedule and share devicesAcross same test bedDifferent test bedsNon-intrusive or direct connect

Test Lab Applications Analyzer Sharing

Page 15: 1 A PCON I NTELLA P ATCH TM Switches INTELLAPATCH Switches The Leader in Physical Layer Switching & Automation TM.

15

Test Lab Applications Mirroring Data to Multiple Analyzers

Page 16: 1 A PCON I NTELLA P ATCH TM Switches INTELLAPATCH Switches The Leader in Physical Layer Switching & Automation TM.

16

Test Lab Applications Multicast Traffic Generators

Stress routers, switches and networks

Multicast feature sends Tx port 1 to Rx ports 2-144

1 Return path to analyzer

Wire speed multicasting

Reduce traffic generator costs

Multicasting to Multiple Ports

Page 17: 1 A PCON I NTELLA P ATCH TM Switches INTELLAPATCH Switches The Leader in Physical Layer Switching & Automation TM.

17

Test Lab Applications Media Conversion

Singlemode to Multimode media conversion

Fibre channel SM to MMGigabit Ethernet SM to MM OC-3 SM to MMOC-12 SM to MM

Optical to Copper media conversion

Fibre Channel optical to copperGigabit Ethernet optical to copper

Regenerates signal at full strengthZero insertion loss

Page 18: 1 A PCON I NTELLA P ATCH TM Switches INTELLAPATCH Switches The Leader in Physical Layer Switching & Automation TM.

18

Enterprise Benefits

Decrease capital equipment costs

Decrease maintenance costs

Decrease operational costs

Increase productivity

Remote access via TCP/IP

Page 19: 1 A PCON I NTELLA P ATCH TM Switches INTELLAPATCH Switches The Leader in Physical Layer Switching & Automation TM.

19

Enterprise Applications Equipment Sharing

Switch Sniffers to Different Span Ports

Page 20: 1 A PCON I NTELLA P ATCH TM Switches INTELLAPATCH Switches The Leader in Physical Layer Switching & Automation TM.

20

Enterprise Applications Equipment Sharing

Share Sniffers Across Buildings

Page 21: 1 A PCON I NTELLA P ATCH TM Switches INTELLAPATCH Switches The Leader in Physical Layer Switching & Automation TM.

21

Enterprise Applications Multicast Span Ports to Devices

Replicate Data to Multiple Devices

Page 22: 1 A PCON I NTELLA P ATCH TM Switches INTELLAPATCH Switches The Leader in Physical Layer Switching & Automation TM.

22

Amplify tapped signal to IDS

Mirror traffic to multiple IDS Look for different signatures“Load balancing”

Hard network shutdown from IDS threats

Enterprise ApplicationsIntrusion Detection Systems

Page 23: 1 A PCON I NTELLA P ATCH TM Switches INTELLAPATCH Switches The Leader in Physical Layer Switching & Automation TM.

23

Enterprise ApplicationsSecurity/Access Control

Physical level security“Electronically unplug network connections”

Disconnect individual workstations & network printers

Presets control access to entire floors, departments or buildings

Military bases, government facilities, secure LANs

Page 24: 1 A PCON I NTELLA P ATCH TM Switches INTELLAPATCH Switches The Leader in Physical Layer Switching & Automation TM.

24

Enterprise ApplicationsAvocent Cstation

Software allows electronic moves, adds, & changes within seconds

No wiring or infrastructure changes required

Increase securityLimit access to individual or groups of Cstations Data cannot flow through ports turned “off

Remote software management via TCP/IP

Direct physical access to workstations is not needed

Page 25: 1 A PCON I NTELLA P ATCH TM Switches INTELLAPATCH Switches The Leader in Physical Layer Switching & Automation TM.

25

Enterprise ApplicationsAvocent Cstation

Cold spare protection1:N or multiple protection configurationsSpare switching within seconds

IntellaPatch connects Cstations to centralized workstations

Remote software management via TCP/IP

Direct physical access to workstations is not needed

Page 26: 1 A PCON I NTELLA P ATCH TM Switches INTELLAPATCH Switches The Leader in Physical Layer Switching & Automation TM.

26

Enterprise Applications Media Conversion & Amplification

Optical to Copper media conversion

Gigabit Ethernet optical to copper Fibre Channel optical to copper

Singlemode to Multimode media conversion

Fibre channel SM to MMGigabit Ethernet SM to MM OC-3 SM to MMOC-12 SM to MM

Regenerates signal at full strength

Zero insertion loss

Page 27: 1 A PCON I NTELLA P ATCH TM Switches INTELLAPATCH Switches The Leader in Physical Layer Switching & Automation TM.

27

System Test Engineer

System Engineer

Hardware Engineer

SQA Engineer

QA Engineer

Test Lab Manager

Test Labs

Network Manager

Network Security Manager

Director of Tech Services

Director of Networks

IT Manager

Network Administrator

Enterprise

Who Uses INTELLAPATCH?