Bi-directional ADN Deployment Using WCCP with Reflect Client IP [Configuration Sample] Ken Fritz (PSS)

Size: px
Start display at page:

Download "Bi-directional ADN Deployment Using WCCP with Reflect Client IP [Configuration Sample] Ken Fritz (PSS)"

Transcription

1 Bi-directional ADN Deployment Using WCCP with Reflect Client IP [Configuration Sample] February 17, 2011 Ken Fritz (PSS) Copyright 2011 Blue Coat Systems, Inc. All rights reserved worldwide. No part of this document may be reproduced by any means nor translated to any electronic medium without the written consent of Blue Coat Systems, Inc. Specifications are subject to change without notice. Information contained in this document is believed to be accurate and reliable, however, Blue Coat Systems, Inc. assumes no responsibility for its use. Blue Coat, ProxySG, PacketShaper, IntelligenceCenter and BlueTouch are registered trademarks of Blue Coat Systems, Inc. in the U.S. and worldwide. All other trademarks mentioned in this document are the property of their respective owners.

2 Introduction In this sample configuration, a customer needs to install a ProxySG at their branch and core sites for WAN optimization. Both sites will act as an ADN Concentrator peer and as an ADN Branch peer. This means the ProxySGs will act as a Branch peer to intercept client application traffic for optimization and will also acts as a Concentrator peer to accept the acceleration tunnel connection from the Branch peer. The customer needs to use WCCP redirection access-lists to restrict transparent interception during proof of concept or pilot testing to a limited set of hosts and/or applications. The customer needs to accelerate only HTTP and CIFS traffic bidirectionally between the branch and core locations. Also, the customer needs to reflect the client IP addresses because of NetFlow logging, firewall policies and security requirements. Requirements This document uses the following requirements to meet the customer s needs. - MACH5 ProxySG - SGOS 5.5.x and higher - Fully Transparent ADN (default) - Reflect Client IP (default) - Virtually in-path using WCCP redirection on branch and core routers - WCCP GRE forward/return with HASH settings - WCCP redirection access-list for specific subnets at branch and core - Protocol optimization for only TCP protocols HTTP and CIFS - Bi-directional ADN optimization from branch to core and vice versa - Cisco routers that support WCCP version 2 - Cisco routers that have 3 interfaces

3 Configuration In this section, you are presented with the information to configure the features described in this document. Network Diagram This document uses the following network setup: Router Configuration: This section uses these configurations: Branch Router Core Router Branch Router: The branch router configuration will require that WCCP redirection access-lists be created so only traffic between /29 and /29 are redirected by WCCP to ProxySG-Branch. To do this we need to create two access-lists, one for the branch LAN traffic destined to the core LAN and the other for the core LAN traffic destined to the branch LAN. ip access-list extended BC-WCCP-LAN permit ip ip access-list extended BC-WCCP-WAN permit ip After the redirection access-list is created, we need to enable WCCP and associate each service group with the appropriate access-list. The branch router will need four WCCP service groups to define the TCP ports for redirection. The reason for four is to allow bidirectional traffic acceleration from branch to core and core to branch. Service groups 10 and 11 are for the client to server redirection and service groups 20 and 12 are for the return traffic from the server to client redirection.

4 ip wccp 10 redirect-list BC-WCCP-LAN ip wccp 11 redirect-list BC-WCCP-WAN ip wccp 12 redirect-list BC-WCCP-WAN ip wccp 20 redirect-list BC-WCCP-LAN You will also need to apply IP WCCP [SG#] REDIRECT IN to the LAN and WAN interface on the router. interface FastEthernet0/0 description WAN UPLINK ip address ip wccp 11 redirect in ip wccp 12 redirect in interface FastEthernet1/0 description Client/Server LAN ip address ip wccp 10 redirect in ip wccp 20 redirect in Core Router: The core router configuration will requires that WCCP redirection access-lists be created so only traffic between /29 and /29 are redirected by WCCP to ProxySG-Core. To do this we need to create two access-lists, one for the core LAN traffic destined to the branch LAN and the other for the branch LAN traffic destined to the core LAN. ip access-list extended BC-WCCP-LAN permit ip ip access-list extended BC-WCCP-WAN permit ip After the redirection access-list is created, we need to enable WCCP and associate each service group with the appropriate access-lists. The core router will need four WCCP service groups to define the TCP ports for redirection. The reason for four is to allow bidirectional traffic acceleration from core to branch and branch to core. Service groups 10 and 11 are for the client to server redirection and service groups 20 and 12 are for the return traffic from the server to the client. ip wccp 10 redirect-list BC-WCCP-LAN ip wccp 11 redirect-list BC-WCCP-WAN ip wccp 12 redirect-list BC-WCCP-WAN ip wccp 20 redirect-list BC-WCCP-LAN You will also need to apply IP WCCP [SG#] REDIRECT IN to the LAN and WAN interface on the router. interface FastEthernet0/0 description WAN UPLINK ip address ip wccp 11 redirect in ip wccp 12 redirect in interface FastEthernet1/0 description CLIENT/SERVER LAN ip address

5 ip wccp 10 redirect in ip wccp 20 redirect in ProxySG Configuration: This section uses these configurations: ProxySG-Branch ProxySG-Core ProxySGs at the core and branch should be reset to factory default settings. The configurations of the proxies need to be at the default settings for this configuration to work as described. The only ProxySG settings that will be modified from the default will be IP address, default gateway, DNS, WCCP and Services settings. Serial Console: ProxySG-Branch# restore-defaults factory-defaults ProxySG-Branch WCCP Configuration Overview: Need to create four WCCP service groups: Service group 10 TCP Destination Ports HTTP, CIFS HASH Source IP Service group 11 TCP Destination Ports HTTP, CIFS HASH Source IP Service group 12 TCP Source Ports HTTP, CIFS HASH Destination IP Service group 20 TCP Source Ports HTTP, CIFS HASH Destination IP

6 ProxySG-Branch WCCP Service Group 10 detail:

7 ProxySG-Branch WCCP Service Group 11 detail:

8 ProxySG-Branch WCCP Service Group 12 detail:

9 ProxySG-Branch WCCP Service Group 20 detail:

10 ProxySG-Branch Proxy Services: Need to modify the default Proxy Services to accelerate only Internal HTTP and CIFS and Bypass everything else:

11 ProxySG-Core WCCP Configuration Overview: Need to create four WCCP service groups: Service group 10 TCP Destination Ports HTTP, CIFS HASH Source IP Service group 11 TCP Destination Ports HTTP, CIFS HASH Source IP Service group 12 TCP Source Ports HTTP, CIFS HASH Destination IP Service group 20 TCP Source Ports HTTP, CIFS HASH Destination IP

12 ProxySG-Core WCCP Service Group 10 detail:

13 ProxySG-Core WCCP Service Group 11 detail:

14 ProxySG-Core WCCP Service Group 12 detail:

15 ProxySG-Core WCCP Service Group 20 detail:

16 ProxySG-Core Proxy Services: Need to modify the default Proxy Services to accelerate only Internal HTTP and CIFS and Bypass everything else:

17 ADN Verification (Branch to Core) Have a client PC in the branch make a CIFS connection to a core server and verify that there is an ADN connection from the branch to the core. The branch ProxySG shows a proxied ADN session for CIFS from the client PC ( ) to the CIFS server ( ). ProxySG-Branch: Now verify on the core ProxySG that there is an ADN inbound connection from the branch. The core ProxySG shows an ADN inbound connection for CIFS from the client PC ( ) to the CIFS server ( ). ProxySG-Core:

18 ADN Verification (Core to Branch) Have a client PC in the core make a CIFS connection to a branch server and verify that there is an ADN connection from the core to the branch. The core ProxySG shows a proxied ADN session for CIFS from the client PC ( ) to the CIFS server ( ). ProxySG-Core: Now verify on the branch ProxySG that there is an ADN inbound connection from the core. The branch ProxySG shows an ADN inbound connection for CIFS from the client PC ( ) to the CIFS server ( ). ProxySG-Branch:

19 Full Configurations: This section uses these configurations: Branch Cisco Router Core Cisco Router ProxySG-Branch ProxySG-Core Branch Cisco Router Configuration: version 12.4 service timestamps debug datetime msec service timestamps log datetime localtime show-timezone no service password-encryption hostname BRANCH enable password cisco no aaa new-model ip subnet-zero ip wccp 10 redirect-list BC-WCCP-LAN ip wccp 11 redirect-list BC-WCCP-WAN ip wccp 12 redirect-list BC-WCCP-WAN ip wccp 20 redirect-list BC-WCCP-LAN ip cef interface FastEthernet0/0 description WAN UPLINK ip address ip wccp 11 redirect in ip wccp 12 redirect in interface FastEthernet1/0 description Client/Server LAN ip address ip wccp 10 redirect in ip wccp 20 redirect in interface FastEthernet2/0 description PROXY-SG LAN ip address router ospf 1 log-adjacency-changes network area 0 ip classless

20 ip access-list extended BC-WCCP-LAN permit ip ip access-list extended BC-WCCP-WAN permit ip line con 0 line aux 0 line vty 0 4 login password cisco end

21 version 12.4 service timestamps debug uptime service timestamps log uptime no service password-encryption hostname CORE enable password cisco no aaa new-model ip subnet-zero ip wccp 10 redirect-list BC-WCCP-LAN ip wccp 11 redirect-list BC-WCCP-WAN ip wccp 12 redirect-list BC-WCCP-WAN ip wccp 20 redirect-list BC-WCCP-LAN interface FastEthernet0/0 description WAN UPLINK ip address ip wccp 11 redirect in ip wccp 12 redirect in interface FastEthernet1/0 description CLIENT/SERVER LAN ip address ip wccp 10 redirect in ip wccp 20 redirect in interface FastEthernet2/0 description PROXY-SG LAN ip address router ospf 1 log-adjacency-changes network area 0 ip classless ip access-list extended BC-WCCP-LAN permit ip ip access-list extended BC-WCCP-WAN permit ip line con 0 line vty 0 4 password root login end Core Cisco Router Configuration:

22 Branch ProxySG Configuration: Software Configuration URL_Path /cli/show/configuration Title Unit Configuration Version Version: SGOS MACH5 Edition - BEGIN networking interface 0:0 ;mode ip-address interface 2:0 ;mode label "WAN" allow-intercept disable interface 2:1 ;mode label "LAN" ip-default-gateway dns-forwarding ;mode edit primary clear server add server edit alternate clear server - END networking - BEGIN ssl ssl ;mode - END ssl - BEGIN authentication security hashed-enable-password "" security hashed-password "" - END authentication - BEGIN general appliance-name "ProxySG ProxySG-BRANCH" - END general - BEGIN proxies general ;mode reflect-client-ip enable resource-overflow-action bypass - END proxies - BEGIN application_delivery_network adn ;mode tunnel ;mode reflect-client-ip allow enable

23 - END application_delivery_network - BEGIN services proxy-services ;mode edit "Internal HTTP" ;mode intercept all /8 80 edit "CIFS" ;mode intercept all transparent 139 intercept all transparent END services - BEGIN networking wccp enable - END networking - BEGIN networking inline wccp-settings end inline wccp enable wccp version 2 service-group 10 forwarding-type GRE protocol 6 interface 0:0 home-router service-flags ports-defined ports assignment-type hash service-flags source-ip-hash end service-group 11 forwarding-type GRE protocol 6 interface 0:0 home-router service-flags ports-defined ports assignment-type hash service-flags source-ip-hash end service-group 12 forwarding-type GRE protocol 6 interface 0:0 home-router service-flags ports-defined service-flags ports-source ports assignment-type hash service-flags destination-ip-hash end

24 service-group 20 forwarding-type GRE protocol 6 interface 0:0 home-router service-flags ports-defined service-flags ports-source ports assignment-type hash service-flags destination-ip-hash end end inline - END networking

25 Core ProxySG Configuration: Software Configuration URL_Path /cli/show/configuration Title Unit Configuration Version Version: SGOS MACH5 Edition - BEGIN networking interface 0:0 ;mode ip-address interface 2:0 ;mode label "WAN" allow-intercept disable interface 2:1 ;mode label "LAN" ip-default-gateway dns-forwarding ;mode edit primary clear server add server edit alternate clear server - END networking - BEGIN ssl ssl ;mode - END ssl - BEGIN authentication security hashed-enable-password "" security hashed-password "" - END authentication - BEGIN general appliance-name "ProxySG ProxySG-CORE" - END general - BEGIN proxies general ;mode reflect-client-ip enable resource-overflow-action bypass - END proxies - BEGIN application_delivery_network adn ;mode tunnel ;mode reflect-client-ip allow enable

26 - END application_delivery_network - BEGIN services proxy-services ;mode edit "Internal HTTP" ;mode intercept all /8 80 edit "CIFS" ;mode intercept all transparent 139 intercept all transparent END services - BEGIN networking wccp enable - END networking - BEGIN networking inline wccp-settings end inline wccp enable wccp version 2 service-group 10 forwarding-type GRE protocol 6 interface 0:0 home-router service-flags ports-defined ports assignment-type hash service-flags source-ip-hash end service-group 11 forwarding-type GRE protocol 6 interface 0:0 home-router service-flags ports-defined ports assignment-type hash service-flags source-ip-hash end service-group 12 forwarding-type GRE protocol 6 interface 0:0 home-router service-flags ports-defined service-flags ports-source ports assignment-type hash service-flags destination-ip-hash end

27 service-group 20 forwarding-type GRE protocol 6 interface 0:0 home-router service-flags ports-defined service-flags ports-source ports assignment-type hash service-flags destination-ip-hash end end inline - END networking

Support for policy-based routing applies to the Barracuda Web Security Gateway running version 6.x only.

Support for policy-based routing applies to the Barracuda Web Security Gateway running version 6.x only. Support for policy-based routing applies to the Barracuda Web Security Gateway running version 6.x only. Transparently Routing Web Traffic to the Barracuda Web Security Gateway This article demonstrates

More information

Blue Coat ProxySG First Steps Transparent Proxy Deployments SGOS 6.7

Blue Coat ProxySG First Steps Transparent Proxy Deployments SGOS 6.7 Transparent Proxy Deployments SGOS 6.7 Legal Notice Copyright 2018 Symantec Corp. All rights reserved. Symantec, the Symantec Logo, the Checkmark Logo, Blue Coat, and the Blue Coat logo are trademarks

More information

WCCPv2 and WCCP Enhancements

WCCPv2 and WCCP Enhancements WCCPv2 and WCCP Enhancements Release 12.0(11)S June 20, 2000 This feature module describes the Web Cache Communication Protocol (WCCP) Enhancements feature and includes information on the benefits of the

More information

Secure ACS Database Replication Configuration Example

Secure ACS Database Replication Configuration Example Secure ACS Database Replication Configuration Example Document ID: 71320 Introduction Prerequisites Requirements Components Used Related Products Conventions Background Information Scenario I Scenario

More information

Configuring Transparent and Proxy Media Redirection Using ACNS Software 4.x

Configuring Transparent and Proxy Media Redirection Using ACNS Software 4.x Configuring Transparent and Proxy Media Redirection Using ACNS Software 4.x Document ID: 4717 Contents Introduction Before You Begin Conventions Prerequisites Requirements Components Used Configure Network

More information

Internet. SonicWALL IP Cisco IOS IP IP Network Mask

Internet. SonicWALL IP Cisco IOS IP IP Network Mask Prepared by SonicWALL, Inc. 9/20/2001 Introduction: VPN standards are still evolving and interoperability between products is a continued effort. SonicWALL has made progress in this area and is interoperable

More information

Configuring Dynamic Multipoint VPN Using GRE Over IPsec With OSPF, NAT, and Cisco IOS Firewall

Configuring Dynamic Multipoint VPN Using GRE Over IPsec With OSPF, NAT, and Cisco IOS Firewall Configuring Dynamic Multipoint VPN Using GRE Over IPsec With OSPF, NAT, and Cisco IOS Firewall Document ID: 43068 Contents Introduction Prerequisites Requirements Components Used Conventions Configure

More information

CONFIGURATION DU SWITCH

CONFIGURATION DU SWITCH Current configuration : 2037 bytes version 12.2 no service pad service timestamps debug uptime service timestamps log uptime no service password-encryption hostname Switch no aaa new-model ip subnet-zero

More information

Loading Internet Protocol Security (IPSec) (CDR-882/780/790/990 Cellular Router)

Loading Internet Protocol Security (IPSec) (CDR-882/780/790/990 Cellular Router) Loading Internet Protocol Security (IPSec) (CDR-882/780/790/990 Cellular Router) Call Direct Document version 1.4 Last updated 17 December, 2010 support@call-direct.com.au Loading IPSec To support IPSec

More information

Blue Coat Security First Steps Solution for Streaming Media

Blue Coat Security First Steps Solution for Streaming Media Blue Coat Security First Steps Solution for Streaming Media SGOS 6.5 Third Party Copyright Notices 2014 Blue Coat Systems, Inc. All rights reserved. BLUE COAT, PROXYSG, PACKETSHAPER, CACHEFLOW, INTELLIGENCECENTER,

More information

LAN to LAN IPsec Tunnel Between a Cisco VPN 3000 Concentrator and Router with AES Configuration Example

LAN to LAN IPsec Tunnel Between a Cisco VPN 3000 Concentrator and Router with AES Configuration Example LAN to LAN IPsec Tunnel Between a Cisco VPN 3000 Concentrator and Router with AES Configuration Example Document ID: 26402 Contents Introduction Prerequisites Requirements Components Used Conventions Configure

More information

SSG Configuration Example

SSG Configuration Example APPENDIX A Example A-1 is a sample SSG configuration for the Cisco 10000 series router based on the topology in Figure A-1. The configuration includes AAA, PPP, SSG, and RADIUS. The SSG configuration enables

More information

Configuring Traffic Interception

Configuring Traffic Interception 4 CHAPTER This chapter describes the WAAS software support for intercepting all TCP traffic in an IP-based network, based on the IP and TCP header information, and redirecting the traffic to wide area

More information

Lab 8.5.2: Troubleshooting Enterprise Networks 2

Lab 8.5.2: Troubleshooting Enterprise Networks 2 Lab 8.5.2: Troubleshooting Enterprise Networks 2 Topology Diagram Addressing Table Device Interface IP Address Subnet Mask Default Gateway Fa0/0 192.168.10.1 255.255.255.0 N/A R1 Fa0/1 192.168.11.1 255.255.255.0

More information

L2TP IPsec Support for NAT and PAT Windows Clients

L2TP IPsec Support for NAT and PAT Windows Clients L2TP IPsec Support for NAT and PAT Windows Clients The L2TP IPsec Support for NAT and PAT Windows Clients feature allows mulitple Windows client to connect to an IPsec-enabled Cisco IOS Layer 2 Tunneling

More information

Quick Note. Configure an IPSec VPN tunnel in Aggressive mode between a TransPort LR router and a Cisco router. Digi Technical Support 7 October 2016

Quick Note. Configure an IPSec VPN tunnel in Aggressive mode between a TransPort LR router and a Cisco router. Digi Technical Support 7 October 2016 Quick Note Configure an IPSec VPN tunnel in Aggressive mode between a TransPort LR router and a Cisco router. Digi Technical Support 7 October 2016 Contents 1 Introduction... 3 1.1 Outline... 3 1.2 Assumptions...

More information

Advanced IPv6 Training Course. Lab Manual. v1.3 Page 1

Advanced IPv6 Training Course. Lab Manual. v1.3 Page 1 Advanced IPv6 Training Course Lab Manual v1.3 Page 1 Network Diagram AS66 AS99 10.X.0.1/30 2001:ffXX:0:01::a/127 E0/0 R 1 E1/0 172.X.255.1 2001:ffXX::1/128 172.16.0.X/24 2001:ff69::X/64 E0/1 10.X.0.5/30

More information

Blue Coat Security First Steps Solution for Streaming Media

Blue Coat Security First Steps Solution for Streaming Media Solution for Streaming Media Third Party Copyright Notices 2014 Blue Coat Systems, Inc. All rights reserved. BLUE COAT, PROXYSG, PACKETSHAPER, CACHEFLOW, INTELLIGENCECENTER, CACHEOS, CACHEPULSE, CROSSBEAM,

More information

Sample Business Ready Branch Configuration Listings

Sample Business Ready Branch Configuration Listings APPENDIX A Sample Business Ready Branch Configuration Listings The following is a sample configuration of a Business Ready Branch. There are many permutations of feature combinations when setting up the

More information

IOS Router : Easy VPN (EzVPN) in Network Extension Mode (NEM) with Split tunnelling Configuration Example

IOS Router : Easy VPN (EzVPN) in Network Extension Mode (NEM) with Split tunnelling Configuration Example IOS Router : Easy VPN (EzVPN) in Network Extension Mode (NEM) with Split tunnelling Configuration Example Document ID: 63098 Contents Introduction Prerequisites Requirements Components Used Conventions

More information

Seattle Cisco Users Group

Seattle Cisco Users Group Seattle Cisco Users Group CCNA Lab Project #3 Joe Rinehart MBA, CCIE #14256 CCNP/DP/VP June 10, 2011 Table of Contents 1. Introduction... 3 1.1. The CCNA Certification... 3 1.2. Purpose of the Lab Project...

More information

How to configure MB5000 Serial Port Bridge mode

How to configure MB5000 Serial Port Bridge mode How to configure MB5000 Serial Port Bridge mode MB5000 has a configurable serial port. With this serial port, MB5000 can be used as DCE device to be connected with Cisco router s console port so that MB5000

More information

Policy Based Routing with the Multiple Tracking Options Feature Configuration Example

Policy Based Routing with the Multiple Tracking Options Feature Configuration Example Policy Based Routing with the Multiple Tracking Options Feature Configuration Example Document ID: 48003 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram

More information

VPN Connection through Zone based Firewall Router Configuration Example

VPN Connection through Zone based Firewall Router Configuration Example VPN Connection through Zone based Firewall Router Configuration Example Document ID: 112051 Contents Introduction Prerequisites Requirements Components Used Conventions Background Information Configure

More information

Configuring IDS TCP Reset Using VMS IDS MC

Configuring IDS TCP Reset Using VMS IDS MC Configuring IDS TCP Reset Using VMS IDS MC Document ID: 47560 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram Configurations Initial Sensor Configuration

More information

Configuring a Cisco 827 Router to Support PPPoE Clients, Terminating on a Cisco 6400 UAC

Configuring a Cisco 827 Router to Support PPPoE Clients, Terminating on a Cisco 6400 UAC Configuring a Cisco 827 Router to Support PPPoE Clients, Terminating on a Cisco 6400 UAC Document ID: 12889 Contents Introduction Before You Begin Conventions Prerequisites Components Used Configure Network

More information

Configuration Professional: Site to Site IPsec VPN Between Two IOS Routers Configuration Example

Configuration Professional: Site to Site IPsec VPN Between Two IOS Routers Configuration Example Configuration Professional: Site to Site IPsec VPN Between Two IOS Routers Configuration Example Document ID: 113337 Contents Introduction Prerequisites Requirements Components Used Conventions Configuration

More information

Fractional DS3. Version: 400. Copyright ImageStream Internet Solutions, Inc., All rights Reserved.

Fractional DS3. Version: 400. Copyright ImageStream Internet Solutions, Inc., All rights Reserved. Version: 400 Copyright 2007-2010 ImageStream Internet Solutions, Inc., All rights Reserved. Table of Contents Fractional DS3...1 Configuration for Fractional DS3 Point-to-Point...1 Before You Start...1

More information

IPsec Anti-Replay Window: Expanding and Disabling

IPsec Anti-Replay Window: Expanding and Disabling IPsec Anti-Replay Window: Expanding and Disabling First Published: February 28, 2005 Last Updated: March 24, 2011 Cisco IP security (IPsec) authentication provides anti-replay protection against an attacker

More information

Cisco WAASFE-Wide Area Application Services for Field Engineers. Download Full Version :

Cisco WAASFE-Wide Area Application Services for Field Engineers. Download Full Version : Cisco 642-655 WAASFE-Wide Area Application Services for Field Engineers Download Full Version : https://killexams.com/pass4sure/exam-detail/642-655 A. Traffic classifiers B. Application definitions C.

More information

Vendor: Riverstone. Exam Code: Exam Name: Riverbed Certified Solutions Associate. Version: Demo

Vendor: Riverstone. Exam Code: Exam Name: Riverbed Certified Solutions Associate. Version: Demo Vendor: Riverstone Exam Code: 101-01 Exam Name: Riverbed Certified Solutions Associate Version: Demo QUESTION 1 What factors should you use when measuring resources to help you size your Steelhead appliances?

More information

Lab : OSPF Troubleshooting Lab

Lab : OSPF Troubleshooting Lab Topology Diagram Addressing Table Device Interface IP Address Subnet Mask Default Gateway Fa0/0 10.10.0.1 255.255.252.0 N/A HQ S0/0/0 172.16.7.1 255.255.255.252 N/A S0/0/1 172.16.7.5 255.255.255.252 N/A

More information

Cisco IOS Firewall Authentication Proxy

Cisco IOS Firewall Authentication Proxy Cisco IOS Firewall Authentication Proxy This feature module describes the Cisco IOS Firewall Authentication Proxy feature. It includes information on the benefits of the feature, supported platforms, configuration

More information

CertifyMe. CertifyMe

CertifyMe. CertifyMe CertifyMe Number: 642-652 Passing Score: 800 Time Limit: 120 min File Version: 8.9 http://www.gratisexam.com/ CertifyMe 642-652 Exam A QUESTION 1 Exhibit: You work as an engineer at Certkiller.com. Study

More information

co Configuring PIX to Router Dynamic to Static IPSec with

co Configuring PIX to Router Dynamic to Static IPSec with co Configuring PIX to Router Dynamic to Static IPSec with Table of Contents Configuring PIX to Router Dynamic to Static IPSec with NAT...1 Introduction...1 Configure...1 Components Used...1 Network Diagram...1

More information

Lab Guide 1 - Basic Configuration and Interface Configuration

Lab Guide 1 - Basic Configuration and Interface Configuration IXP Workshop Lab Lab Guide 1 - Basic Configuration and Interface Configuration Objective: All the workshop lab routers are set to the default configuration and cabling requirements are prebuild according

More information

Example - Configuring a Site-to-Site IPsec VPN Tunnel

Example - Configuring a Site-to-Site IPsec VPN Tunnel Example - Configuring a Site-to-Site IPsec VPN Tunnel To configure a Site-to-Site VPN connection between two Barracuda NextGen X-Series Firewalls, in which one unit (Location 1) has a dynamic Internet

More information

Configuring Web Cache Services By Using WCCP

Configuring Web Cache Services By Using WCCP CHAPTER 44 Configuring Web Cache Services By Using WCCP This chapter describes how to configure your Catalyst 3560 switch to redirect traffic to wide-area application engines (such as the Cisco Cache Engine

More information

Device Interface IP Address Subnet Mask Default Gateway

Device Interface IP Address Subnet Mask Default Gateway Topology Diagram Addressing Table Device Interface IP Address Subnet Mask Default Gateway BRANCH HQ ISP Fa0/0 172.20.1.129 255.255.255.128 N/A S0/0/0 172.20.1.1 255.255.255.128 N/A Fa0/0 172.20.0.129 255.255.255.128

More information

Device Interface IP Address Subnet Mask Default Gateway. Ports Assignment Network

Device Interface IP Address Subnet Mask Default Gateway. Ports Assignment Network Felix Rohrer Topology Diagram Addressing Table Device Interface IP Address Subnet Mask Default Gateway S1 VLAN 99 172.17.99.11 255.255.255.0 N/A S2 VLAN 99 172.17.99.12 255.255.255.0 N/A S3 VLAN 99 172.17.99.13

More information

BCCPP Q&As. Blue Coat Certified Proxy Professional. Pass Blue Coat BCCPP Exam with 100% Guarantee

BCCPP Q&As. Blue Coat Certified Proxy Professional. Pass Blue Coat BCCPP Exam with 100% Guarantee BCCPP Q&As Blue Coat Certified Proxy Professional Pass Blue Coat BCCPP Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: 100% Passing Guarantee 100% Money Back Assurance

More information

Configuring Redundant Routing on the VPN 3000 Concentrator

Configuring Redundant Routing on the VPN 3000 Concentrator Configuring Redundant Routing on the VPN 3000 Concentrator Document ID: 13354 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram Router Configurations

More information

Blue Coat Security First Steps Solution for Controlling HTTPS

Blue Coat Security First Steps Solution for Controlling HTTPS Solution for Controlling HTTPS SGOS 6.5 Legal Notice Copyright 2017 Symantec Corp. All rights reserved. Symantec, the Symantec Logo, the Checkmark Logo, Blue Coat, and the Blue Coat logo are trademarks

More information

Blue Coat Security First Steps. Solution for Integrating Authentication using IWA BCAAA

Blue Coat Security First Steps. Solution for Integrating Authentication using IWA BCAAA Solution for Integrating Authentication using IWA BCAAA Third Party Copyright Notices 2014 Blue Coat Systems, Inc. All rights reserved. BLUE COAT, PROXYSG, PACKETSHAPER, CACHEFLOW, INTELLIGENCECENTER,

More information

7 Filtering and Firewalling

7 Filtering and Firewalling 7 Filtering and Firewalling 7.1 Introduction Security is becoming a major concern in IT, and A major concern in networking and the Internet, and wireless systems are probably more open to abuse than any

More information

Configuring a Terminal/Comm Server

Configuring a Terminal/Comm Server Configuring a Terminal/Comm Server Document ID: 5466 Introduction Prerequisites Requirements Components Used Conventions Cabling Design Strategy Configure Network Diagram Configurations Command Summary

More information

INTRODUCTION...2 SOLUTION DETAILS...3 NOTES...3 HOW IT WORKS...4

INTRODUCTION...2 SOLUTION DETAILS...3 NOTES...3 HOW IT WORKS...4 TESTING & INTEGRATION GROUP TECHNICAL DOCUMENT DefensePro out of path with Cisco router INTRODUCTION...2 SOLUTION DETAILS...3 NOTES...3 HOW IT WORKS...4 CONFIGURATION... 4 TRAFFIC FLOW... 4 SOFTWARE AND

More information

Deployment of Cisco IP Mobility Solution on Enterprise Class Teleworker Network

Deployment of Cisco IP Mobility Solution on Enterprise Class Teleworker Network Deployment Guide Deployment of Cisco IP Mobility Solution on Enterprise Class Teleworker Network The Cisco Service Oriented Network Architecture (SONA) framework helps enterprise customers evolve their

More information

Blue Coat Security First Steps Solution for Exception Pages

Blue Coat Security First Steps Solution for Exception Pages Blue Coat Security First Steps Solution for Exception Pages SGOS 6.5 Third Party Copyright Notices 2014 Blue Coat Systems, Inc. All rights reserved. BLUE COAT, PROXYSG, PACKETSHAPER, CACHEFLOW, INTELLIGENCECENTER,

More information

Assigning a Home Address on the Home Agent

Assigning a Home Address on the Home Agent CHAPTER 4 This chapter discusses how the Cisco Mobile Wireless Home Agent assigns home addresses to a mobile node, the different address types, and provides configuration details and examples. This chapter

More information

Deployment Scenarios for Standalone Content Engines

Deployment Scenarios for Standalone Content Engines CHAPTER 3 Deployment Scenarios for Standalone Content Engines This chapter introduces some sample scenarios for deploying standalone Content Engines in enterprise and service provider environments. This

More information

Default Gateway Fa0/ N/A. Device Interface IP Address Subnet Mask

Default Gateway Fa0/ N/A. Device Interface IP Address Subnet Mask Felix Rohrer Topology Addressing Table Device Interface IP Address Subnet Mask Default Gateway Fa0/1 10.0.0.1 255.255.255.128 N/A S0/0/0 172.16.0.1 255.255.255.252 N/A S0/0/1 172.16.0.9 255.255.255.252

More information

IPsec Management Configuration Guide Cisco IOS Release 12.4T

IPsec Management Configuration Guide Cisco IOS Release 12.4T IPsec Management Configuration Guide Cisco IOS Release 12.4T Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS

More information

Three interface Router without NAT Cisco IOS Firewall Configuration

Three interface Router without NAT Cisco IOS Firewall Configuration Three interface Router without NAT Cisco IOS Firewall Configuration Document ID: 13893 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram Configurations

More information

Configure the ASA for Dual Internal Networks

Configure the ASA for Dual Internal Networks Configure the ASA for Dual Internal Networks Document ID: 119195 Contributed by Dinkar Sharma, Bratin Saha, and Prashant Joshi, Cisco TAC Engineers. Aug 05, 2015 Contents Introduction Prerequisites Requirements

More information

PIX/ASA 7.x and Later : Easy VPN with Split Tunneling ASA 5500 as the Server and Cisco 871 as the Easy VPN Remote Configuration Example

PIX/ASA 7.x and Later : Easy VPN with Split Tunneling ASA 5500 as the Server and Cisco 871 as the Easy VPN Remote Configuration Example PIX/ASA 7.x and Later : Easy VPN with Split Tunneling ASA 5500 as the Server and Cisco 871 as the Easy VPN Remote Configuration Example Document ID: 68815 Contents Introduction Prerequisites Requirements

More information

Configuring Authentication Proxy

Configuring Authentication Proxy The Cisco IOS Firewall Authentication Proxy feature provides dynamic, per-user authentication and authorization, authenticating users against industry standard TACACS+ and RADIUS authentication protocols.

More information

Chapter 10 Configure Clientless Remote Access SSL VPNs Using ASDM

Chapter 10 Configure Clientless Remote Access SSL VPNs Using ASDM Chapter 10 Configure Clientless Remote Access SSL VPNs Using ASDM This lab has been updated for use on NETLAB+ Topology Note: ISR G1 devices use FastEthernet interfaces instead of GigabitEthernet Interfaces.

More information

Cisco Virtual Office: Easy VPN Deployment Guide

Cisco Virtual Office: Easy VPN Deployment Guide Cisco Virtual Office: Easy VPN Deployment Guide This guide provides detailed design and implementation information for deployment of Easy VPN in client mode with the Cisco Virtual Office. Please refer

More information

Configuring G350 dynamic-cac for branch offices with a Cisco WAN router

Configuring G350 dynamic-cac for branch offices with a Cisco WAN router Configuring G350 dynamic-cac for branch offices with a Cisco WAN router Abstract Call Admission Control (CAC) is the capability to avoid QoS degradation due to VoIP congestion on low bandwidth WAN links

More information

Assignment Six: Configure Hot Standby Router Protocol. Brian Dwyer. Morrisville State College

Assignment Six: Configure Hot Standby Router Protocol. Brian Dwyer. Morrisville State College Running head: ASSIGNMENT SIX: CONFIGURE HSRP Assignment Six: Configure Hot Standby Router Protocol Brian Dwyer Morrisville State College ASSIGNMENT SIX 1 Brian Dwyer CITA370 2/5/2010 Assignment Six: Configure

More information

Grandstream Networks, Inc. GWN7000 OpenVPN Site-to-Site VPN Guide

Grandstream Networks, Inc. GWN7000 OpenVPN Site-to-Site VPN Guide Grandstream Networks, Inc. GWN7000 OpenVPN Site-to-Site VPN Guide Table of Contents INTRODUCTION... 4 SCENARIO OVERVIEW... 5 CONFIGURATION STEPS... 6 Core Site Configuration... 6 Generate Self-Issued Certificate

More information

ProxySG Virtual Appliance MACH5 Edition Initial Configuration Guide

ProxySG Virtual Appliance MACH5 Edition Initial Configuration Guide 2015 Blue Coat Systems, Inc. All rights reserved. BLUE COAT, PROXYSG, PACKETSHAPER, CACHEFLOW, INTELLIGENCECENTER, CACHEOS, CACHEPULSE, CROSSBEAM, K9, DRTR, MACH5, PACKETWISE, POLICYCENTER, PROXYAV, PROXYCLIENT,

More information

Lab Establishing and Verifying a Telnet Connection Instructor Version 2500

Lab Establishing and Verifying a Telnet Connection Instructor Version 2500 Lab 4.2.2 Establishing and Verifying a Telnet Connection Instructor Version 2500 Objective Establish a Telnet connection to a remote router. Verify that the application layer between source and destination

More information

Chapter 10 Configure Clientless Remote Access SSL VPNs Using ASDM

Chapter 10 Configure Clientless Remote Access SSL VPNs Using ASDM Chapter 10 Configure Clientless Remote Access SSL VPNs Using ASDM Topology Note: ISR G1 devices use FastEthernet interfaces instead of GigabitEthernet Interfaces. 2016 Cisco and/or its affiliates. All

More information

Chapter 10 Lab 10-2, Securing VLANs INSTRUCTOR VERSION

Chapter 10 Lab 10-2, Securing VLANs INSTRUCTOR VERSION CCNPv7.1 SWITCH Chapter 10 Lab 10-2, Securing VLANs INSTRUCTOR VERSION Topology Objectives Background Secure the server farm using private VLANs. Secure the staff VLAN from the student VLAN. Secure the

More information

Lab Troubleshooting IP Address Issues Instructor Version 2500

Lab Troubleshooting IP Address Issues Instructor Version 2500 Lab 4.2.6 Troubleshooting IP Address Issues Instructor Version 2500 Objective Configure two routers and two workstations in a small WAN. Troubleshoot problems introduced by incorrect configurations. Background/Preparation

More information

IPsec Anti-Replay Window Expanding and Disabling

IPsec Anti-Replay Window Expanding and Disabling IPsec Anti-Replay Window Expanding and Disabling Cisco IP security (IPsec) authentication provides anti-replay protection against an attacker duplicating encrypted packets by assigning a unique sequence

More information

Chapter 4 Lab A: Configuring CBAC and Zone-Based Firewalls

Chapter 4 Lab A: Configuring CBAC and Zone-Based Firewalls Chapter 4 Lab A: Configuring CBAC and Zone-Based Firewalls Topology Note: ISR G2 devices have Gigabit Ethernet interfaces instead of Fast Ethernet Interfaces. IP Addressing Table Device Interface IP Address

More information

Blue Coat ProxySG First Steps Solution for Controlling HTTPS SGOS 6.7

Blue Coat ProxySG First Steps Solution for Controlling HTTPS SGOS 6.7 Blue Coat ProxySG First Steps Solution for Controlling HTTPS SGOS 6.7 Legal Notice Copyright 2018 Symantec Corp. All rights reserved. Symantec, the Symantec Logo, the Checkmark Logo, Blue Coat, and the

More information

Migrating to a New ProxySG Appliance. ProxySG 900/9000 to ProxySG S400/500

Migrating to a New ProxySG Appliance. ProxySG 900/9000 to ProxySG S400/500 Migrating to a New ProxySG Appliance ProxySG 900/9000 to ProxySG S400/500 Migrating to a New Blue Coat ProxySG Appliance Copyright 2017 Symantec Corp. All rights reserved. Symantec, the Symantec Logo,

More information

Lab Configuring Basic RIPv2 (Solution)

Lab Configuring Basic RIPv2 (Solution) (Solution) Topology 2017 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 15 Addressing Table Objectives Device Interface IP Address Subnet Mask Default Gateway

More information

Exam Actual. Higher Quality. Better Service! QUESTION & ANSWER

Exam Actual. Higher Quality. Better Service! QUESTION & ANSWER Higher Quality Better Service! Exam Actual QUESTION & ANSWER Accurate study guides, High passing rate! Exam Actual provides update free of charge in one year! http://www.examactual.com Exam : 642-617 Title

More information

PrepAwayExam. High-efficient Exam Materials are the best high pass-rate Exam Dumps

PrepAwayExam.   High-efficient Exam Materials are the best high pass-rate Exam Dumps PrepAwayExam http://www.prepawayexam.com/ High-efficient Exam Materials are the best high pass-rate Exam Dumps Exam : 642-618 Title : Deploying Cisco ASA Firewall Solutions (FIREWALL v2.0) Vendors : Cisco

More information

Basic Router Configuration

Basic Router Configuration This section includes information about some basic router configuration, and contains the following sections: Default Configuration, on page 1 Configuring Global Parameters, on page 2 Configuring Gigabit

More information

FX Series Quick Start Guide - Version 6.0 Rev 1

FX Series Quick Start Guide - Version 6.0 Rev 1 This Quick Start Guide provides the 1.1 Unpacking 1.1.1 Packing List Inspect shipping containers for damage. If shipping containers are damaged, keep them until the contents of the shipment have been carefully

More information

Lab Configuring and Verifying Standard IPv4 ACLs (Instructor Version Optional Lab)

Lab Configuring and Verifying Standard IPv4 ACLs (Instructor Version Optional Lab) (Instructor Version Optional Lab) Instructor Note: Red font color or gray highlights indicate text that appears in the instructor copy only. Optional activities are designed to enhance understanding and/or

More information

Configuring the Eight-Port FXS RJ-21 Module

Configuring the Eight-Port FXS RJ-21 Module CHAPTER 7 Configuring the Eight-Port FXS RJ-21 Module The Eight-port RJ-21 FXS Module is a high-density analog phone and fax relay interface. By providing service to analog phones and fax machines, the

More information

Router Allows VPN Clients to Connect IPsec and Internet Using Split Tunneling Configuration Example

Router Allows VPN Clients to Connect IPsec and Internet Using Split Tunneling Configuration Example Router Allows VPN Clients to Connect IPsec and Internet Using Split Tunneling Configuration Example Document ID: 91193 Contents Introduction Prerequisites Requirements Components Used Conventions Background

More information

Configuring Secure (Router) Mode on the Content Switching Module

Configuring Secure (Router) Mode on the Content Switching Module Configuring Secure (Router) Mode on the Content Switching Module Document ID: 5448 Contents Introduction Before You Begin Conventions Prerequisites Components Used Operation Mode Network Diagram Configurations

More information

Chapter 10 Configure AnyConnect Remote Access SSL VPN Using ASDM

Chapter 10 Configure AnyConnect Remote Access SSL VPN Using ASDM Chapter 10 Configure AnyConnect Remote Access SSL VPN Using ASDM Topology Note: ISR G1 devices use FastEthernet interfaces instead of GigabitEthernet interfaces. 2015 Cisco and/or its affiliates. All rights

More information

Module 11 Advanced Router Configuration

Module 11 Advanced Router Configuration Module 11 Advanced Router Configuration ISP/IXP Networking Workshop Lab Objective: Create a basic physical lab interconnection with two autonomous systems. Each AS should use OSPF, ibgp and ebgp appropriately

More information

Configuring a VPN Using Easy VPN and an IPSec Tunnel, page 1

Configuring a VPN Using Easy VPN and an IPSec Tunnel, page 1 Configuring a VPN Using Easy VPN and an IPSec Tunnel This chapter provides an overview of the creation of Virtual Private Networks (VPNs) that can be configured on the Cisco 819, Cisco 860, and Cisco 880

More information

Cisco 2621 Gateway-PBX Interoperability: Lucent/Avaya Definity G3si with E1 PRI NET5 Signaling

Cisco 2621 Gateway-PBX Interoperability: Lucent/Avaya Definity G3si with E1 PRI NET5 Signaling Cisco 2621 Gateway-PBX Interoperability: Lucent/Avaya Definity G3si with E1 PRI NET5 Signaling This document describes the interoperability and configuration of a Cisco 2621 voice gateway with a Lucent/Avaya

More information

Abstract. CRK; Reviewed: WCH/MIC 2/24/2003. Solution & Interoperability Test Lab Application Notes 2003 Avaya Inc. All Rights Reserved.

Abstract. CRK; Reviewed: WCH/MIC 2/24/2003. Solution & Interoperability Test Lab Application Notes 2003 Avaya Inc. All Rights Reserved. Configuring the Avaya IP403 Office Server, Avaya IP600 Internet Protocol Communication Server, and Cisco Routers for T1 / PPP and Frame-Relay Connectivity Issue 1.1 Abstract These Application Notes describe

More information

CISCO EXAM QUESTIONS & ANSWERS

CISCO EXAM QUESTIONS & ANSWERS CISCO 642-655 EXAM QUESTIONS & ANSWERS Number: 642-655 Passing Score: 800 Time Limit: 120 min File Version: 70.0 http://www.gratisexam.com/ CISCO 642-655 EXAM QUESTIONS & ANSWERS Exam Name: WAASFE-Wide

More information

How to Configure a Cisco Router Behind a Non-Cisco Cable Modem

How to Configure a Cisco Router Behind a Non-Cisco Cable Modem How to Configure a Cisco Router Behind a Non-Cisco Cable Modem Document ID: 19268 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram Configurations Verify

More information

Connect the Appliance to a Cisco Cloud Web Security Proxy

Connect the Appliance to a Cisco Cloud Web Security Proxy Connect the Appliance to a Cisco Cloud Web Security Proxy This chapter contains the following sections: How to Configure and Use Features in Cloud Connector Mode, on page 1 Deployment in Cloud Connector

More information

RR> RR> RR>en RR# RR# RR# RR# *Oct 2 04:57:03.684: %AMDP2_FE-6-EXCESSCOLL: Ethernet0/2 TDR=0, TRC=0 RR#

RR> RR> RR>en RR# RR# RR# RR# *Oct 2 04:57:03.684: %AMDP2_FE-6-EXCESSCOLL: Ethernet0/2 TDR=0, TRC=0 RR# RR> RR> RR>en *Oct 2 04:57:03.684: %AMDP2_FE-6-EXCESSCOLL: Ethernet0/2 TDR=0, TRC=0 term len 0 show run Building configuration... Current configuration : 2568 bytes version 15.4 service timestamps debug

More information

Deploying Cisco ASA Firewall Solutions (FIREWALL v1.0)

Deploying Cisco ASA Firewall Solutions (FIREWALL v1.0) Cisco 642-617 Deploying Cisco ASA Firewall Solutions (FIREWALL v1.0) Version: 4.8 QUESTION NO: 1 Which Cisco ASA feature enables the ASA to do these two things? 1) Act as a proxy for the server and generate

More information

Configuring IOS Server Load Balancing with HTTP Probes in the Dispatched Mode

Configuring IOS Server Load Balancing with HTTP Probes in the Dispatched Mode Configuring IOS Server Load Balancing with HTTP Probes in the Dispatched Mode Document ID: 15055 Contents Introduction Prerequisites Requirements Components Used Conventions Configure HTTP Probes Network

More information

Exam : Title : Security Solutions for Systems Engineers. Version : Demo

Exam : Title : Security Solutions for Systems Engineers. Version : Demo Exam : 642-566 Title : Security Solutions for Systems Engineers Version : Demo 1. Which one of the following elements is essential to perform events analysis and correlation? A. implementation of a centralized

More information

Security Hardening Checklist for Cisco Routers/Switches in 10 Steps

Security Hardening Checklist for Cisco Routers/Switches in 10 Steps Security Hardening Checklist for Cisco Routers/Switches in 10 Steps Network infrastructure devices (routers, switches, load balancers, firewalls etc) are among the assets of an enterprise that play an

More information

Network Admission Control

Network Admission Control Network Admission Control Last Updated: October 24, 2011 The Network Admission Control feature addresses the increased threat and impact of worms and viruses have on business networks. This feature is

More information

Unified Border Element (CUBE) with Cisco Unified Communications Manager (CUCM) Configuration Example

Unified Border Element (CUBE) with Cisco Unified Communications Manager (CUCM) Configuration Example Unified Border Element (CUBE) with Cisco Unified Communications Manager (CUCM) Configuration Example Document ID: 99863 Contents Introduction Prerequisites Requirements Components Used Conventions Configure

More information

Lab : Challenge OSPF Configuration Lab. Topology Diagram. Addressing Table. Default Gateway. Device Interface IP Address Subnet Mask

Lab : Challenge OSPF Configuration Lab. Topology Diagram. Addressing Table. Default Gateway. Device Interface IP Address Subnet Mask Topology Diagram Addressing Table Device Interface IP Address Subnet Mask Default Gateway Fa0/0 HQ S0/0/0 S0/0/1 Lo1 10.10.10.1 255.255.255.252 Fa0/0 Branch1 S0/0/0 S0/0/1 Fa0/0 Branch2 S0/0/0 S0/0/1 PC1

More information

QUESTION/SOLUTION SET LAB 4

QUESTION/SOLUTION SET LAB 4 QUESTION/SOLUTION SET LAB 4 CCIE lab Routing & Switching (v4.0) lab:4 Updated Testing Guidelines 1. The equipment on the rack assigned to you is physically Cabled and should not be tempered with. 2. Router

More information

Basic Router Configuration using SDM

Basic Router Configuration using SDM Basic Router Configuration using SDM Document ID: 71305 Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram Interface Configuration NAT Configuration Routing Configuration

More information

Cisco 2621 Gateway-PBX Interoperability: Lucent/Avaya Definity G3si with T1 PRI Signaling

Cisco 2621 Gateway-PBX Interoperability: Lucent/Avaya Definity G3si with T1 PRI Signaling Cisco 2621 Gateway-PBX Interoperability: Lucent/Avaya Definity G3si with T1 PRI Signaling This document describes the interoperability and configuration of a Cisco 2621 voice gateway with a Lucent/Avaya

More information

Lab Student Lab Orientation

Lab Student Lab Orientation Lab 1.1.1 Student Lab Orientation Objective In this lab, the students will complete the following tasks: Review the lab bundle equipment Understand the security pod topology Understand the pod naming and

More information