How To Manage A Network On A Pnet 2.5 (Net 2) (Net2) (Procedure) (Network) (Wireless) (Powerline) (Wired) (Lan 2) And (Net1) (
|
|
|
- Horatio McCoy
- 5 years ago
- Views:
Transcription
1 Il presente documento HLD definisce l architettura e le configurazioni necessarie per separare la rete di management dai servizi dati dedicati al traffico cliente, con l obiettivo di poter accedere agli apparati di core, edge ed access in modo sicuro e permesso ai soli amministratori di rete. Core: questo livello costituisce il backbone della rete ed include gli apparati (Juniper router M-series) attraverso i quali avviene l interconnessione con gli AS adiacenti (collegamento alla rete Internet) e raccolta del traffico proveniente dai PoP del livello Edge. Edge: questo livello include gli apparati nei PoP (Point of Presence) attraverso i quali avviene la distribuzione geografica della connettività. Gli apparati utilizzati in questo segmento di rete sono Juniper router J-series. Sono previsti collegamenti multipli verso i router del Livello Core ed eventualmente interconnessioni tra i J- series per aumentare la disponibilità del link upstream. Distribution: questo livello include le Base Station utilizzate per stabilire la connettività wireless con gli utenti finali. Access: questo livello include le CPE installate presso gli utenti.
2 La rete è costituita per servizi di networking, management e reti clienti nattati è redistribuita e quindi raggiungibile attraverso un protocollo di routing IGP OSPF in un'unica area di backbone. Tale area di backbone è estesa dal livello Core sino al livello Access e più precisamente partecipano allo stesso processo di routing i router di Core (M series), i router di Edge (J series) e le Router Board di accesso (Microtik). La rete di Management è costituita da: - Le interfacce di loopback per i router di Core ed Edge - Vlan 100 network: x.0/24 (il terzo byte si riferisce al POP di pertinenza) di collegamento livello edge (router J-series) to livello distribution (router board) - Vlan-mng network: 172.a.b.c/26 di collegamento Router Board to Base Station to CPE cliente. -
3 VPN MANAGEMENT Per ottenere una completa segregazione del traffico di management la soluzione adottata è quella di partizionare la tabella di routing di ciascun router attraverso la configurazione di VRF (Virtual Routing Forwarding) e redistribuire la classe /12 dedicata alla rete MNG attraverso un processo IGP OSPF in VRF. Tabelle di CORE - EDGE M7i-01 to J2350-edge router Vlan /25 M7i-01 (Core Router) POP: CORE-1 Router description "vlan VRF Management"; address /25;
4 J (Edge Router) POP: EDGE-01 description "vlan VRF Management"; address /25; J (Edge Router) POP: EDGE-02 description "vlan VRF Management"; address /25; J (Edge Router) POP: EDGE-03 description "vlan VRF Management"; address /25; J Foresteria (Edge Router) POP: EDGE-14 description "vlan VRF Management"; address /25; J (Edge Router) POP: EDGE-12 description "vlan VRF Management"; address /25;
5 M7i-01 to TIX NAP Tag /30 M7i-01 (Core Router) POP: CORE-01 Router ge-0/0/1 { description "to TIX for VRF Management"; address /30; J TIX NAP (Core Router) POP: Milano description "to M7i-01 for VRF Management"; address /30; M7i-01 to M7i-02 1^ link Tag /30 2^ link Tag /30
6 M7i-01 (Core Router) POP: CORE-01 Router ge-0/0/2 { description "to M7i-02 for VRF Management"; address /30;! ge-0/0/3 { unit 254 { description "to M7i-02 for VRF Management"; vlan-id 254; address /30; M7i-02 (Core Router) POP: CORE-02 ge-0/0/2 { description "to M7i-01 for VRF Management"; address /30;! ge-0/0/3 { unit 254 { description "to M7i-01 for VRF Management"; vlan-id 254; address /30;
7 Tabelle di VRF Management I router interessati alla configurazione VRF sono i seguenti: - M7i-01: Core Router - M7i-02: Core Router - J : TIX NAP - J : Edge Router 01 - J : Edge Router 02 - J : Edge Router 03 - J : Edge Router 14 - J : Edge Router 12 M7i-01 config: interface ge-0/0/1.255; interface ge-0/0/2.255; interface ge-0/0/3.254; interface ge-0/0/1.255; interface ge-0/0/2.255; interface ge-0/0/3.254; Interfaccia in VRF (vlan 255 Core Edge Router) Interfaccia in VRF collegamento vs TIX NAP Interfaccia in VRF collegamento vs M7i-02 (1^ link) Interfaccia in VRF collegamento vs M7i-02 (2^ link) Processo di routing in VRF Ospf protocol Area ospf di backbone in VRF Interfaccia di collegamento in VRF router core-edge Interfaccia in VRF collegamento vs TIX NAP Interfaccia in VRF collegamento vs M7i-02 (1^ link) Interfaccia in VRF collegamento vs M7i-02 (2^ link)
8 M7i-02 config: interface ge-0/0/2.255; interface ge-0/0/3.254; interface ge-0/0/2.255; interface ge-0/0/3.254; Interfaccia in VRF collegamento vs M7i-01 (1^ link) Interfaccia in VRF collegamento vs M7i-01 (2^ link) Processo di routing in VRF Ospf protocol Area ospf di backbone in VRF Interfaccia in VRF collegamento vs M7i-01 (1^ link) Interfaccia in VRF collegamento vs M7i-01 (2^ link) TIX-NAP config: Interfaccia in VRF collegamento vs M7i-01 Processo di routing in VRF Ospf protocol Area ospf di backbone in VRF Interfaccia in VRF collegamento vs M7i-01
9 Le Router Board verranno gestite attraverso l interfaccia fisica di management con IP x.y (x=pop) ; (Y=RB) poiché la stessa rete è direttamente connessa ai router di edge (ge-0/0/1.100) e redistribuita via OSPF in VRF Management. La raggiungibilità degli apparati di accesso quali Base Station e CPE cliente si ottiene con la configurazione di specifiche rotte statiche in VRF Management sui router di edge, con il seguente formato: static route <rete management locale> next-hop < x.y>; dove per il next-hop l indirizzo IP ha il seguente significato: (rete management).x (POP di competenza).y (è il numero decimale, ultimo byte dell indirizzo, assegnato alla interfaccia di management vlan 100 della router board. J Edge config: interface ge-0/0/1.100; routing-options { static { route /26 next-hop ; route /26 next-hop ; route /26 next-hop ; route /26 next-hop ; route /26 next-hop export red-stat-vrf-mng; interface ge-0/0/1.100; Interfaccia in VRF (vlan 255 Core Edge Router) Modalità Route Option Static Route IP route static in VRF per sito mng Nugola IP route static in VRF per sito mng Crespina IP route static in VRF per sito mng Lorenzana 1 IP route static in VRF per sito mng Lorenzana 2 IP route static in VRF per sito mng La Pace Modalità Protocol OSPF Redistribuzione policy per le statiche in OSPF VRF Area di backbone in VRF Interfaccia di collegamento in VRF router core-edge
10 policy-options { policy-statement red-stat-vrf-mng { term 1 { Modalità Policy Option Richiamo al nome della policy sotto ospf Term 1 from protocol static; then accept; J Edge config: interface ge-0/0/1.100; routing-options { static { route /26 next-hop ; route /26 next-hop ; route /26 next-hop route /26 next-hop ; route /26 next-hop ; route /26 next-hop ; route /26 next-hop ; route /26 next-hop ; route /26 next-hop ; route /26 next-hop ; export red-stat-vrf-mng; interface ge-0/0/1.100; policy-options { policy-statement red-stat-vrf-mng { term 1 { from protocol static; Interfaccia in VRF (vlan 255 Core Edge Router) Modalità Route Option Static Route IP route static in VRF per sito mng Duomo 1 IP route static in VRF per sito mng Duomo 2 IP route static in VRF per sito mng Santuario 1 IP route static in VRF per sito mng Santuario 2 IP route static in VRF per sito mng Pochini 1 IP route static in VRF per sito mng Pochini 2 IP route static in VRF per sito mng Asciano 1 IP route static in VRF per sito mng Asciano 2 IP route static in VRF per sito mng Menconi 1 IP route static in VRF per sito mng Menconi 2 Modalità Protocol OSPF Redistribuzione policy per le statiche in OSPF VRF Area di backbone in VRF Interfaccia di collegamento in VRF router core-edge Modalità Policy Option Richiamo al nome della policy sotto ospf Term 1 then accept;
11 J Edge config: interface ge-0/0/1.100; routing-options { static { route /27 next-hop ; route /27 next-hop ; export red-stat-vrf-mng; interface ge-0/0/1.100; policy-options { policy-statement red-stat-vrf-mng { term 1 { Interfaccia in VRF (vlan 255 Core Edge Router) Modalità Route Option Static Route IP route static in VRF per sito mng Castellina Cim. 1 IP route static in VRF per sito mng Castellina Cim. 2 Modalità Protocol OSPF Redistribuzione policy per le statiche in OSPF VRF Area di backbone in VRF Interfaccia di collegamento in VRF router core-edge Modalità Policy Option Richiamo al nome della policy sotto ospf Term 1 from protocol static; then accept;
12 J Edge config: interface ge-0/0/1.99; routing-options { static { route /24 next-hop ; route /26 next-hop ; route /26 next-hop route /26 next-hop ; route /26 next-hop ; route /25 next-hop ; route /26 next-hop ; route /26 next-hop ; export red-stat-vrf-mng; interface ge-0/0/1.99; policy-options { policy-statement red-stat-vrf-mng { term 1 { Interfaccia in VRF (vlan 255 Core Edge Router) Modalità Route Option Static Route IP route static in VRF per sito mng SL IP route static in VRF per sito mng A1 IP route static in VRF per sito mng A2 IP route static in VRF per sito mng A3 IP route static in VRF per sito mng A4 IP route static in VRF per sito mng Latignano IP route static in VRF per sito Cascina 1 IP route static in VRF per sito Cascina 2 Modalità Protocol OSPF Redistribuzione policy per le statiche in OSPF VRF Area di backbone in VRF Interfaccia di collegamento in VRF router core-edge Modalità Policy Option Richiamo al nome della policy sotto ospf Term 1 from protocol static; then accept;
13 J Edge config: interface ge-0/0/1.99; routing-options { static { route /25 next-hop ; route /26 next-hop ; route /26 next-hop ; export red-stat-vrf-mng; interface ge-0/0/1.99; policy-options { policy-statement red-stat-vrf-mng { term 1 { from protocol static; Interfaccia in VRF (vlan 255 Core Edge Router) Modalità Route Option Static Route IP route static in VRF per sito Mariano del Friuli IP route static in VRF per sito San Pier D isonzo 1 IP route static in VRF per sito San Pier D isonzo 2 Modalità Protocol OSPF Redistribuzione policy per le statiche in OSPF VRF Area di backbone in VRF Interfaccia di collegamento in VRF router core-edge Modalità Policy Option Richiamo al nome della policy sotto ospf Term 1 then accept;
Nuovi domini di primo livello - Registra nuove estensioni con FabsWeb_HOST
Oltre 700 nuove estensioni per domini personalizzati Il conto alla rovescia è terminato! Finalmente più di 700 nuove estensioni di dominio gtld stanno per arrivare sul mercato e sono destinate a rivoluzionare
22/11/2015-08:08:30 Pag. 1/10
22/11/2015-08:08:30 Pag. 1/10 CODICE: TITOLO: MOC20462 Administering Microsoft SQL Server Databases DURATA: 5 PREZZO: LINGUA: MODALITA': 1.600,00 iva esclusa Italiano Classroom CERTIFICAZIONI ASSOCIATE:
Percorso Mcsa Managing and Mainting Windows 8
Percorso Mcsa Managing and Mainting Windows 8 Descrizione In questo corso, gli studenti imparano a progettare l'installazione, la configurazione e la manutenzione di Windows 8. Due caratteristiche uniche
Corso: Supporting and Troubleshooting Windows 10 Codice PCSNET: MW10-3 Cod. Vendor: 10982 Durata: 5
Corso: Supporting and Troubleshooting Windows 10 Codice PCSNET: MW10-3 Cod. Vendor: 10982 Durata: 5 Obiettivi Al termine del corso i partecipanti saranno in grado di: Descrivere i processi coinvolti nella
VASCO Data Security. The Authentication Company. Richard Zoni Channel Manager Italy
VASCO Data Security The Authentication Company Richard Zoni Channel Manager Italy 05/05/2010 Le password... più utilizzate 1. password 2. 123456 3. Qwerty 4. Abc123 5. pippo 6. 696969 7. Myspace1 8. Password1
C.S.E. Nodi Tipici Parametrizzati al 15-4-2015. 14/04/2015 Copyright (c) 2015 - Castalia srl
C.S.E. Nodi Tipici Parametrizzati al 15-4-2015 14/04/2015 Copyright (c) 2015 - Castalia srl 1 Avvertenze (1) Ci sono tre sezioni in questo documento: 1. Nodi in tutte le versioni (background azzurro):
Cisco Lab@Politecnico di Torino
Cisco Lab@Politecnico di Torino Fulvio Risso http://staff.polito.it/fulvio.risso/ 1 Main objectives Main use: teaching So, features, not performances Not experimental devices, but what students will use
Massimiliano Sbaraglia Network Engineer. Server Farm with Firewall SSG 520 Juniper
Massimiliano Sbaraglia Network Engineer Server Farm with Firewall SSG 520 Juniper Server Farm Attuale INTERNET Privider 1 INTERNET Privider 2 E-BGP E-BGP VoIP 2 bigbang 1 bigbang 2 Moby Line 1 Moby Line
SCADA / Smart Grid Security Who is really in control of our Control Systems?
SCADA / Smart Grid Security Who is really in control of our Control Systems? Simone Riccetti Certified SCADA Security Architect Agenda Overview of Security landscape SCADA security problem How to protect
Master of Advanced Studies in Music Performance and Interpretation
Master of Advanced Studies in Music Performance and Interpretation The MAS in Music Performance and Interpretation is designed for students who already have a degree in musical studies and are interested
IBM Academic Initiative
IBM Academic Initiative Sistemi Centrali Modulo 3- Il sistema operativo z/os (quarta parte) Unix Services Sapienza- Università di Roma - Dipartimento Informatica 2007-2008 UNIX System Services POSIX XPG4
Misurazione performance. Processing time. Performance. Throughput. Francesco Marchioni Mastertheboss.com Javaday IV Roma 30 gennaio 2010
Misurazione performance Processing time Performance Throughput Processing time Network Network DB Processing time Throughput Quantità di dati trasmessi x secondo Tuning Areas Tuning Java Virtual Machine
Milano (Italia) Light Nova Lighting
Milano (Italia) Light Nova Lighting Light Nova is one of Neri s most innovative products in terms of lighting performance and design. Designed by our team and tested in our labs, it combines a vintage
ITIL v3 - Overview. Claudio Tancini Marzo 2015 INTERNAL USE ONLY
ITIL v3 - Overview Claudio Tancini Marzo 2015 ITIL Da Wikipedia, l'enciclopedia libera. Information Technology Infrastructure Library (ITIL) è un insieme di linee guida ispirate dalla pratica (Best Practices)
ipratico POS Quick Start Guide v. 1.0
ipratico POS Quick Start Guide v. 1.0 Version History Version Pages Comment Date Author 1.0 First Release 5/Marzo/2012 Luigi Riva 2 SUMMARY 1 GETTING STARTED 4 1.1 What do you need? 4 1.2 ipad 5 1.3 Antenna
Tecnologie e Protocolli per Internet 1 Introduzione al NAT Network Address Translation
Tecnologie e Protocolli per Internet 1 Introduzione al NAT Network Address Translation Prof. Stefano Salsano e-mail: [email protected] AA2012/13 Blocco 10 Le slides di questo blocco sono tratte
The Economic Outlook Il quadro economico INTELLIGENCE ON THE WORLD, EUROPE, AND ITALY LO SCENARIO DI OGGI E DI DOMANI PER LE STRATEGIE COMPETITIVE
Session/Sessione The Economic Outlook Il quadro economico ELECTRONIC POLL RESULTS RISULTATI DEL TELEVOTO INTELLIGENCE ON THE WORLD, EUROPE, AND ITALY LO SCENARIO DI OGGI E DI DOMANI PER LE STRATEGIE COMPETITIVE
Versione: 2.1. Interoperabilità del Sistema di Accettazione di SPT
Versione: 2.1 Interoperabilità del Sistema di Accettazione di SPT INDICE 1 Definizione del tracciato di scambio... 2 1.1.1 XML SCHEMA...... 3 1 Definizione del tracciato di scambio Il documento riporta
Cisco To Juniper. Thomas Mangin Exa Networks LINX 51
Cisco To Juniper Thomas Mangin Exa Networks LINX 51 Scope This presentation is not about : Juniper vs Cisco A line per line conversion analysis It is about Giving you an overview how hard/easy integrating
The New Luxury World: l identità digitale nel lusso fa la differenza
The New Luxury World: l identità digitale nel lusso fa la differenza Massimo Fubini Founder & CEO di ContactLab 7 Luxury Summit, Il Sole 24ORE, 10 giugno 2015 It may not be modified, organized or reutilized
Trademark. a GlobalTrust/Entrust Solution. Guida all utilizzo del Marchio
a GlobalTrust/Entrust Solution Trademark Marchio Registrato Guida all utilizzo del Marchio GTI Group Corporation con sede in 113 Barksdale Professional Center - Newark, DE 19711-3258- USA rende noto che
LISTA RIVISTE MASTER 2013
LISTA RIVISTE MASTER 2013 Fascie A+, A, B e P Le riviste classificate come P sono riviste di grande qualità e di rilevante impatto il cui fine principale e quello di diffondere le conoscenze scientifiche,
expanded metal on stock lamiera stirata in stock
expanded metal on stock lamiera stirata in stock Fratelli Mariani S.p.A. da 80 anni produce lamiera stirata e tela metallica. L azienda, di 0 dipendenti, ha la sua sede operativa a Cormano, alle porte
Come utilizzare il servizio di audioconferenza
Come utilizzare il servizio di audioconferenza Il sistema di audioconferenza puo essere utilizzato in due modalita : 1) Collegamento singolo. Si utilizza l apparecchio per audioconferenza che si ha a disposizione
Corso: Administering Microsoft SQL Server 2012 Databases Codice PCSNET: MSQ2-1 Cod. Vendor: 10775 Durata: 5
Corso: Administering Microsoft SQL Server 2012 Databases Codice PCSNET: MSQ2-1 Cod. Vendor: 10775 Durata: 5 Obiettivi Pianificare e installare SQL Server. Descrive i database di sistema, la struttura fisica
MCSE SERVER INFRASTRUCTURE PERCORSO COMPLETO
MCSE SERVER INFRASTRUCTURE PERCORSO COMPLETO Descrizione Il corso è destinato ai professionisti dell'information Technology (IT) responsabili della pianificazione, progettazione e implementazione di un
«Software Open Source come fattore abilitante dei Progetti per le Smart Cities»
«Software Open Source come fattore abilitante dei Progetti per le Smart Cities» Le esperienze nell Electronic Ticketing, nel Wireless Sensor Networks, nei Telematic Services & Location Based Systems Enrico
Virtual LANs. Tecnologie e Protocolli per Internet 1. Prof. Stefano Salsano e-mail: [email protected]. AA2011/12 Blocco 4 v2
Tecnologie e Protocolli per Internet 1 Prof. Stefano Salsano e-mail: [email protected] AA2011/12 Blocco 4 v2 Virtual LANs Broadcast issues Switches: - did partition collision domains - bud DID
Network Configuration Example
Network Configuration Example Load Balancing Layer 3 VPN Traffic While Simultaneously Using IP Header Filtering Published: 2014-01-10 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, California
Corso: Mastering Microsoft Project 2010 Codice PCSNET: MSPJ-11 Cod. Vendor: 50413 Durata: 3
Corso: Mastering Microsoft Project 2010 Codice PCSNET: MSPJ-11 Cod. Vendor: 50413 Durata: 3 Obiettivi Comprendere la disciplina del project management in quanto si applica all'utilizzo di Project. Apprendere
The New Luxury World: l identità digitale nel lusso fa la differenza
The New Luxury World: l identità digitale nel lusso fa la differenza Massimo Fubini Founder & CEO di ContactLab 7 Luxury Summit, Il Sole 24ORE, 10 giugno 2015 It may not be modified, organized or reutilized
APC-Pro sa Computer Service
Configuring, Managing and Maintaining Windows Server 2008-based Servers (6419B) Durata: 5 giorni Orario: 8:30 12:00 / 13:30-17.00 Costo per persona: CHF 1 900.-- (Min. 5 partecipanti) Obiettivi di formazione
Progetto Ombra Milano propone un nuovo progetto dal design tutto italiano. Una SCALA di prestigio accessibile a tutti.
la crisi è la migliore benedizione che ci può accadere, tanto alle persone quanto ai paesi, poiché questa porta allo sviluppo personale e ai progressi. Crisis is the best blessing that could ever happen,
Network Configuration Example
Network Configuration Example Virtual Router Use Case for Educational Networks Published: 2014-01-10 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net
Programmable Graphics Hardware
Programmable Graphics Hardware Alessandro Martinelli [email protected] 6 November 2011 Rendering Pipeline (6): Programmable Graphics Hardware Rendering Architecture First Rendering Pipeline
ICT PSP: regole e consigli per la partecipazione
ICT PSP: regole e consigli per la partecipazione Iacopo De Angelis NCP ICT PSP APRE APRE Chi è Centro di ricerca no-profit, creato nel 1990 con il patrocinio del Ministero della Ricerca e della Commissione
Enterprise Risk Management: Strategie e Soluzioni a confronto
Enterprise Risk Management: Strategie e Soluzioni a confronto - Milano 25 Settembre 2008 Fabio Battelli, CISSP, CISA Practice Manager - Advisory Services Symantec Consulting Services Symantec Global Services
Lecture 10. Subnetting & Supernetting. Supernetting. Subnetting. Outline. medium org: N x class C? Class B? Variable Length Subnet Mask (VLSM)
Lecture 10. Subnetting & Supernetting Outline Subnetting Variable Length Subnet Mask (VLSM) Supernetting Classless Inter-Domain Routing (CIDR) medium org: N x class C? Class B? R2 130.11.0.7 Net 130.11.0.0
Technologies and systems for business integration. www.xdatanet.com
Technologies and systems for business integration www.xdatanet.com X DataNet, X software DataNet, builders software builders We have been We building, have been creating, building, and creating, developing
Configurazione Rete VoIP
Configurazione Rete VoIP 1x CISCO 7940G 1x CISCO 3725 with cme-full-7.0.0.1.tar 1x CISCO IP Communicator Startup Config router CISCO 3725 Procedura Operativa: Topologia di rete Operazioni preliminary sul
TO THE MEDIA REPRESENTATIVE The accreditation procedure to the 2015 WSK Series has started.
TO THE MEDIA REPRESENTATIVE The accreditation procedure to the 2015 WSK Series has started. The accreditation request must arrive by January 15 th 2015. To request the accreditation to the single event,
Configurazione Rete VoIP
Configurazione Rete VoIP 1x CISCO 7940G 1x CISCO 3725 with cme-full-7.0.0.1.tar 1x CISCO IP Communicator Startup Config router CISCO 3725 Procedura Operativa: Topologia di rete Operazioni preliminary sul
Cloud Services: cosa sono e quali vantaggi portano alle aziende manifatturiere
Cloud Services: cosa sono e quali vantaggi portano alle aziende manifatturiere Sergio Gimelli Sales Consulting Director Oracle Italy Fabbrica Futuro Verona, 27 Giugno 2013 1 2 Cosa è il Cloud? il Cloud
Lecture 10. Subnetting & Supernetting
Lecture 10. Subnetting & Supernetting Outline Subnetting Variable Length Subnet Mask (VLSM) Supernetting Classless Inter-Domain Routing (CIDR) medium org: N x class C? Class B? Class C addresses: Undersized
Alberto Meneghini! Security Leader, IBM Italia! IBM Security. 2015 IBM Corporation. 12015 IBM Corporation
Alberto Meneghini! Security Leader, IBM Italia! 12015 IBM Corporation Esistono istituzioni finanziarie che sanno cosa significa essere attaccate ed altre che neppure lo immaginano. In quale vi riconoscete?!
MPLS Implementation MPLS VPN
MPLS Implementation MPLS VPN Describing MPLS VPN Technology Objectives Describe VPN implementation models. Compare and contrast VPN overlay VPN models. Describe the benefits and disadvantages of the overlay
Introducing Basic MPLS Concepts
Module 1-1 Introducing Basic MPLS Concepts 2004 Cisco Systems, Inc. All rights reserved. 1-1 Drawbacks of Traditional IP Routing Routing protocols are used to distribute Layer 3 routing information. Forwarding
IBM System Storage DS3400 Simple SAN Express Kit PN.172641U
IBM System Storage Simple SAN Express Kit PN.172641U Facile da implementare Pronto per supportare la crescita del tuo business Al prezzo che non ti aspetti 1 Soluzione Dischi SAN Fibre 4Gbps a basso costo
c-pro nano RACK & c-pro micro RACK
c-pro nano RACK & c-pro micro RACK Controllers for compressor racks Controllori per centrali frigorifere c-pro nano RACK and c-pro micro RACK are a range of controllers for the management of compressor
IBM System Storage DS3400 Simple SAN Ready Express
IBM System Storage Simple SAN Ready Express Facile da implementare Pronto per supportare la crescita del tuo business Al prezzo che non ti aspetti 1 Soluzione Dischi SAN Fibre 4Gbps a basso costo ma affidabile?
For internal circulation of BSNLonly
E3-E4 E4 E&WS Overview of MPLS-VPN Overview Traditional Router-Based Networks Virtual Private Networks VPN Terminology MPLS VPN Architecture MPLS VPN Routing MPLS VPN Label Propagation Traditional Router-Based
LED Power. Power Supplies for constant current HI-POWER LEDs 350/700mA Alimentatori per LED in corrente costante HI-POWER 350/700mA 82206/700
LED Power The power supplies and accessories showed in this section are designed to achieve the best lighting and long lasting performances for LED fixtures. A particular attention has been dedicated to
s@lm@n Juniper Exam JN0-343 Juniper Networks Certified Internet Specialist (JNCIS-ENT) Version: 10.1 [ Total Questions: 498 ]
s@lm@n Juniper Exam JN0-343 Juniper Networks Certified Internet Specialist (JNCIS-ENT) Version: 10.1 [ Total Questions: 498 ] Topic 1, Volume A Question No : 1 - (Topic 1) How much overhead does the GRE
70-299: Implementing and Administering Security in a Microsoft Windows Server 2003 Network (Corso MS-2823)
70-299: Implementing and Administering Security in a Microsoft Windows Server 2003 Network (Corso MS-2823) A chi si rivolge: amministratori di sistemi o ingegneri di sistemi che dispongono delle competenze
USERS MANUAL IN.TRA.NET PROJECT
This project has been funded with support from the European Commission. This publication (communication) reflects the views only of the author, and the Commission cannot be held responsible for any use
Tutorial: Options for Blackhole and Discard Routing. Joseph M. Soricelli Wayne Gustavus NANOG 32, Reston, Virginia
Tutorial: Options for Blackhole and Discard Routing Joseph M. Soricelli Wayne Gustavus NANOG 32, Reston, Virginia Caveats and Assumptions The views presented here are those of the authors and they do not
Computer Networks Administration Help Manual Sana Saadaoui Jemai Oliver Wellnitz
Technische Universität Braunschweig Institut für Betriebssysteme und Rechnerverbund Computer Networks Administration Help Manual Sana Saadaoui Jemai Oliver Wellnitz Braunschweig, 27 th March 2007 Contents
Modello dati regionale d interscambio del Piano Strutturale Comunale (PSC) Allegato A Formato GML-XML
Modello dati regionale d interscambio del Piano Strutturale Comunale (PSC) Allegato A Formato GML-XML In attuazione della deliberazione del Consiglio Regionale 28 maggio 2003, n. 484 "Atto di indirizzo
Smart Factory: non un lontano futuro, ma un attuale opportunità grazie al concetto Optimized Packaging Plant (OPP)
Smart Factory: non un lontano futuro, ma un attuale opportunità grazie al concetto Optimized Packaging Plant (OPP) For internal use only / Siemens AG 2011. All Rights Reserved. Smart Factory: le esigenze
l.cittadini, m.cola, g.di battista
MPLS VPN l.cittadini, m.cola, g.di battista motivations customer s problem a customer (e.g., private company, public administration, etc.) has several geographically distributed sites and would like to
Monitoring Network Traffic Using sflow Technology on EX Series Ethernet Switches
APPLICATION NOTE Monitoring Network Traffic Using sflow Technology on EX Series Ethernet Switches Exporting sflow to Collectors Through a Separate Virtual Routing Instance Copyright 2009, Juniper Networks,
Network Configuration Example
Network Configuration Example Configuring a Two-Tiered Virtualized Data Center for Large Enterprise Networks Published: 2014-01-10 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, California
PAESE/COUNTRY: Certificato veterinario per l'ue/veterinary certificate to EU
PAESE/COUNTRY: Certificato veterinario per l'ue/veterinary certificate to EU Parte I: relative alla partita/part I: Details of dispatched consignment I.1. I.5. Speditore/Consigner Nome/Name Indirizzo/Address
MONITORING NETWORK TRAFFIC USING sflow TECHNOLOGY ON EX SERIES ETHERNET SWITCHES
APPLICATION NOTE MONITORING NETWORK TRAFFIC USING sflow TECHNOLOGY ON EX SERIES ETHERNET SWITCHES Exporting sflow to Collectors Through a Separate Virtual Routing Instance Copyright 2010, Juniper Networks,
Smart Management for Robust Carrier Network Health & Reduced TCO. Colby Barth, Distinguished Engineer, Juniper Networks
Smart Management for Robust Carrier Network Health & Reduced TCO Colby Barth, Distinguished Engineer, Juniper Networks PHILOSOPHICALLY SPEAKING Only you know your network! Enable smart network management
VoIP : Voice over Internet Privacy. Alessio L.R. Pennasilico [email protected] http://www.aipsi.org
VoIP : Alessio L.R. Pennasilico http://www.aipsi.org Alessio L.R. Pennasilico Security Evangelist @ Alba S.T. Member / Board of Directors: AIP, AIPSI, CLUSIT, HPP, ILS, IT-ISAC, LUGVR, OPSI, Metro Olografix,
How To Test An Electronic Board With A Flying Probe Tester
REVERSE ENGINEERING PER LA RIPARAZIONE DI SCHEDE ELETTRONICHE Luca Corli Key Account Manager Seica S.p.A. Nell'industria elettronica si definisce normalmente con reverse engineering "il processo di ricostruzione
Ferramedia Network business center Berlin Dubai, Mumbai e Palermo. sister companies
Ferramedia is a Company network formed by several companies registered around the World operating within many different markets. Most recently we have opened 4 business centers, Berlin, Dubai, Mumbai,
INFORMAZIONI GENERALI / GENERAL INFORMATION
INFORMAZIONI GENERALI / GENERAL INFORMATION LE FLANGE DELLA SOCIETà INTERTUBI SONO FORNITE IN ACCORDO ALLE SEGUENTI NORME: INTERTUBI S FLANGES ARE PROVIDED IN ACCORDING WITH THE FOLLOWINGS STANDARDS Norma
Implementing MPLS VPN in Provider's IP Backbone Luyuan Fang [email protected] AT&T
Implementing MPLS VPN in Provider's IP Backbone Luyuan Fang [email protected] AT&T 1 Outline! BGP/MPLS VPN (RFC 2547bis)! Setting up LSP for VPN - Design Alternative Studies! Interworking of LDP / RSVP
INFORMATICA INDUSTRIALE
INFORMATICA INDUSTRIALE Lezione 6 Prof. Christian Forlani [email protected] Tutor: Stefano Brusamolino [email protected] Device Structure: Peripherals» I/O» Parallel Slave Port (PSP)»
6 Present perfect simple e continuous (25-27, 30-31)
6 Present perfect simple e continuous (25-27, 30-31) Present perfect simple uso Si usa il present perfect per esprimere un evento o una situazione che hanno conseguenze nel presente o per parlare di un
How To Lock A File In A Microsoft Microsoft System
Level 1 Opportunistic Locks Si intuisce che level 1 corrisponde concettualmente allo stato M di un dato in cache nel protocollo MESI A level 1 opportunistic lock on a file allows a client to read ahead
INFORMATICA INDUSTRIALE
INFORMATICA INDUSTRIALE Lezione 5 Prof. Christian Forlani [email protected] Device Structure: Peripherals» I/O» Parallel Slave Port (PSP)» Timer» Capture/Compare/PWM (CCP)» Serial Slave Port (SSP)»
GOLD EFFECT series MRK-010-0131
MRK-010-0131 GOLD EFFECT series TEST DI INVECCHIAMENTO ACCELERATO: Invecchiamento accelerato Tutti i campioni vengono sottoposti all irraggiamento di lampade allo xenon ed a cicli umido/secco mediante
Juniper / Cisco Interoperability Cookbook. August 2014
Juniper / Cisco Interoperability Cookbook August 2014 T A B L E O F C O N T E N T S Introduction... 3 Interoperability testing... 5 Cisco Discovery Protocol (CDP) passthrough... 5 Generic Routing Encapsulation
Technological enhancements in B2B integration introduced by the new IT platform to manage the Commercial Process Nomination and Balancing
Technological enhancements in B2B integration introduced by the new IT platform to manage the Commercial Process Nomination and Balancing Detail of the activity and planning San Donato Milanese Aprile
In this activity, you will complete the following objectives.
Lab 3-1: JIR Lab Guide Load Balancing and Filter-Based Forwarding In this activity, you will complete the following objectives. Part 1: Configure load balancing. Part 2: Configure filter based forwarding.
Corso: Core Solutions of Microsoft Skype for Business 2015 Codice PCSNET: MSKY-5 Cod. Vendor: 20334 Durata: 5
Corso: Core Solutions of Microsoft Skype for Business Codice PCSNET: MSKY-5 Cod. Vendor: 20334 Durata: 5 Obiettivi Al termine del corso i partecipanti saranno in grado di: Descrivere l'architettura di
Our analysis of the results of the experiment did not provide an explanation of its failure, because our data collection lacked the precision needed.
ESERCIZI DI STILE Errori di stile ESERCIZIO 1 Our analysis of the results of the experiment did not provide an explanation of its failure, because our data collection lacked the precision needed. i verbi
IBM System Storage DS3400 Simple SAN
IBM System Storage Simple SAN Facile da implementare Pronto per supportare la crescita del tuo business Al prezzo che non ti aspetti 1 Soluzione Dischi SAN Fibre 4Gbps a basso costo ma affidabile? per
Public Affairs & Communication Huawei Italia
Security Level: Talent Lab A training program sponsored by Huawei and MIUR Public Affairs & Communication Huawei Italia www.huawei.com HUAWEI TECHNOLOGIES CO., LTD. The project : TALENT LAB Talent Lab
Dott. Ruggero Giorgianni. Gruppo Pre-intermediate. Il Futuro
Dott. Ruggero Giorgianni Lezione 6 Corso di lingua inglese - Axada Gruppo Pre-intermediate Il Futuro Il futuro in inglese si può esprimere in 3 modi: 1) will/shall + verbo base 2) be going to + verbo base
ROSA ANTICO series MRK-010-0174
MRK-010-0174 ROSA ANTICO series TEST DI INVECCHIAMENTO ACCELERATO: Invecchiamento accelerato Tutti i campioni vengono sottoposti all irraggiamento di lampade allo xenon ed a cicli umido/secco mediante
