Instruction d'utilisation Cisco Systems EDCS-154011

Instruction d'utilisation pour le dispositif Cisco Systems EDCS-154011

Dispositif: Cisco Systems EDCS-154011
Catégorie: Serveur du cinéma à domicile
Fabricant: Cisco Systems
Dimension: 0.46 MB
Date d'addition: 4/30/2014
Nombre des pages: 11
Imprimez l'instruction

Téléchargez

Comment utiliser?

Notre objectif consiste à vous assurer le plus rapide accès au contenu de l'instruction d'utilisation du dispositif Cisco Systems EDCS-154011. En utilisant l'aperçu en ligne vous pouvez parcourir le sommaire et passer à la page où vous trouverez la résolution de votre problème avec Cisco Systems EDCS-154011.

Pour votre confort

Si regarder l'instruction Cisco Systems EDCS-154011 directement sur la page n'est pas confortable pour vous, vous pouvez profiter de deux solutions possibles:

  • Exploration au mode de plein écran - pour analyser l'instruction d'une manière commode (sans l'avoir téléchargée sur votre ordinateur) vous pouvez utiliser le mode d'exploration en plein écran. Pour démarrer l'exploration de l'instruction Cisco Systems EDCS-154011 en plein écran, utilisez le bouton Plein écran.
  • Téléchargement sur l'ordinateur - vous pouvez aussi télécharger l'instruction Cisco Systems EDCS-154011 sur votre ordinateur et la sauvegarder dans vos ressources. Si vous n'avez pas envie de gaspiller votre espace disque, vous pouvez toujours télécharger cette instruction du ManualsBase dans l'avenir.
Cisco Systems EDCS-154011 Manuel d'utilisation - Online PDF
Advertisement
« Page 1 of 11 »
Advertisement
Version imprimée

Beaucoup de gens préfèrent de lire les documents dans la version imprimée et non pas sur l'écran. L'option d'impression de l'instruction est aussi prévue et vous pouvez en profiter en cliquant le lien ci-dessus - Imprimez l'instruction. Il n'est pas nécessaire d'imprimer toute l'instruction Cisco Systems EDCS-154011 - on peut choisir des pages. Economisez le papier.

Résumés

Vous trouverez ci-dessous les annonces des contenus qui se trouvent sur les pages suivantes de l'instruction de Cisco Systems EDCS-154011. Si vous voulez parcourir rapidement le contenu des pages suivantes de l'instruction, vous pouvez en profiter.

Résumés du contenu
Résumé du contenu de la page N° 1



Integrating Cisco Secure PIX Firewall and IP/VC
Videoconferencing Networks
An IP/VC Application Note




Jonathan Roberts
Network Consultant Engineer

Enterprise Voice, Video Business Unit
September 24, 2001
EDCS-154011
Copyright © 2001 Cisco Systems, Inc. Page 1 of 11

Résumé du contenu de la page N° 2

Table of contents Table of contents.............................................................................................................................2 Introduction......................................................................................................................................3 Issues with Firewalls and H.323......................................................................................................4 What is the Cisco Secure PIX Firewall?...........

Résumé du contenu de la page N° 3

Introduction This paper explains how to set up the Cisco Secure PIX firewall for use in Cisco IP/VC H.323 deployments. The configuration that will be shown below will be a two-interface PIX 515 running version 6.01 and utilizing NAT. The goals of this paper are: 1. Describe the issues with firewalls and H.323 2. Describe how to set up the firewall to allow H.323 video traffic to pass 3. Describe how to allow a terminal outside the firewall to register with a GK on the inside of the firewa

Résumé du contenu de la page N° 4

Issues with Firewalls and H.323 What makes H.323 so cumbersome to run through a firewall is its use of multiple data ports for a single call. For an H.323 call to take place it must first open an H.225 connection on TCP port 1720, using Q.931 signaling. After this has taken place, the H.245 management session is established. While this can take place on a separate channel from the H.225 setup it can also be done using H.245 tunneling, which takes the H.245 messages and embeds them in

Résumé du contenu de la page N° 5

What is NAT? Network Address Translation (NAT) is designed for IP address simplification and conservation, as it enables private IP internetworks that use nonregistered IP addresses to connect to the Internet. NAT can operate on the PIX or a router, usually connecting two networks together, and translates the private (not globally unique) addresses in the internal network into globally unique addresses before packets are forwarded onto another network. As part of this functionality, NAT

Résumé du contenu de la page N° 6

How to configure the Cisco Secure PIX Firewall to allow H.323 traffic For this configuration we will assume the following, which is depicted in figure 1: • The Firewall is a PIX 515 with two interfaces. • A Gatekeeper with an internal IP address of 10.1.1.10 and an external IP address of 209.165.201.10. • An H.323 terminal with an internal IP address of 10.1.1.20 and an external IP address of 209.165.201.20. • A Cisco IP/VC 3510 MCU with an internal IP address of 10.1.1.30 and an e

Résumé du contenu de la page N° 7

Table 1: Two Interface PIX with NAT Configuration Configuration Description nameif ethernet0 outside security0 PIX Firewall provides nameif and interface command statements for the interfaces in the default configuration. Change nameif ethernet1 inside security100 the default auto option in the interface command to the specific interface ethernet0 10baset line speed for the interface card. interface ethernet1 10baset Fixup protocol h323 1720 The fixup protocol commands let you view, c

Résumé du contenu de la page N° 8

Breaking down the PIX configuration Fixup protocol Command The first thing that we will look at in the PIX configuration is the H.323 Fixup Protocol. The H.323 fixup on PIX enables users to allow H.323 traffic to pass though the PIX. The two major functions of the fixup are to: 1. NAT the necessary embedded IPv4 addresses in the H.225 and H.245 signaling channels. Since H.323 messages are encoded in PER encoding format, PIX uses an ASN.1 decoder to decode the H.323 messages.

Résumé du contenu de la page N° 9

static [(internal_if_name, external_if_name)] global_ip local_ip [netmask network_mask] [max_conns [em_limit]] [norandomseq] In the configuration from Table XX, the static command is implemented in this manner: static (inside,outside) 209.165.201.10 10.1.1.10 netmask 255.255.255.255 0 0 static (inside,outside) 209.165.201.20 10.1.1.20 netmask 255.255.255.255 0 0 static (inside,outside) 209.165.201.20 10.1.1.30 netmask 255.255.255.255 0 0 For each H.323 terminal, MCU and Gateway on th

Résumé du contenu de la page N° 10

IP/VC 3510 MCU with the IP address of 209.165.201.30, port 2720 will need to be opened. Use the following guidelines for specifying a source, local, or destination address: -Use a 32-bit quantity in four-part, dotted-decimal format. -Use the keyword any as an abbreviation for an address and mask of 0.0.0.0 0.0.0.0. This keyword is normally not recommended for use with IPSec. -Use host address as an abbreviation for a mask of 255.255.255.255. Use the following guidelines for spe

Résumé du contenu de la page N° 11

deny option in an access-list command statement, PIX Firewall discards the packet and generates the following syslog message: %PIX-4-106019: IP packet from source_addr to destination_addr, protocol protocol received from interface interface_name deny by access-group acl_ID Always use the access-list command with the access-group command. Typical Ports used for H.323 traffic Port Protocol Description Terminal MCU Gateway Gatekeeper 1300 TCP H.235 secure signaling X X X 1503 TCP T


Instructions pareilles
# Instruction d'utilisation Catégorie Téléchargez
1 Cisco Systems 4300G Manuel d'utilisation Serveur du cinéma à domicile 5
2 Cisco Systems OL-12463-01 Manuel d'utilisation Serveur du cinéma à domicile 0
3 Cisco Systems Cisco Digital Media Player 4400G Manuel d'utilisation Serveur du cinéma à domicile 23
4 Cisco Systems Cisco Digital Media Player 4300G 4300G Manuel d'utilisation Serveur du cinéma à domicile 3
5 Cisco Systems Cisco Digital Media Player 4305G Manuel d'utilisation Serveur du cinéma à domicile 13
6 Cisco Systems 5.2.x Manuel d'utilisation Serveur du cinéma à domicile 0
7 Sony PCS-11 Manuel d'utilisation Serveur du cinéma à domicile 4
8 Sony DAV-DX150 Manuel d'utilisation Serveur du cinéma à domicile 11
9 Sony PCS-TL50 Manuel d'utilisation Serveur du cinéma à domicile 36
10 Sony J-H1 Manuel d'utilisation Serveur du cinéma à domicile 2
11 Sony LF-V30 Manuel d'utilisation Serveur du cinéma à domicile 29
12 Sony Manuel d'utilisation Serveur du cinéma à domicile 0
13 Sony HES-V1000 Manuel d'utilisation Serveur du cinéma à domicile 1
14 AB Soft Server BePunctual Manuel d'utilisation Serveur du cinéma à domicile 0
15 ACS 882.00193.00 Manuel d'utilisation Serveur du cinéma à domicile 0