IPv6 router configuration

Size: px
Start display at page:

Download "IPv6 router configuration"

Transcription

1 IPv6 router configuration Port Elizabeth, South Africa 2005 János Mohácsi NIIF/HUNGARNET Copy Rights This slide set is the ownership of the 6DISS project via its partners The Powerpoint version of this material may be reused and modified only with written authorization Using part of this material must mention 6DISS courtesy PDF files are available from 2

2 Contributions Main authors János Mohácsi, NIIF/HUNGARNET, Hungary Laurent Toutain, ENST-Bretagne IRISA, France Contributors Octavio Medina, ENST-Bretagne, France Mohsen Souissi, AFNIC, France Vincent Levigneron, AFNIC, France Thomas Noel, LSIIT, France Alain Durand, Sun Microsystems, USA Alain Baudot, France Telecom R&D, France Bill Manning, ISI, USA David Kessens, Qwest, USA Pierre-Emmanuel Goiffon, Renater, France Jérôme Durand, Renater, France 3 Equipment Configuration routers 4

3 Equipment Configuration CISCO JUNIPER 6WIND FreeBSD Debian Microsoft (Windows XP) Zebra 5 Cisco IOS Roadmap: IOS upgrade = Free IPv6 IOS Release Phase I IOS 12.2(5)T 12.2(14)S Done Market Target Early Adopter Deployment Phase II Done Production Backbone Deployment Phase III ongoing Enhanced IPv6 Services 6

4 Cisco IOS IPv6 Phase I IPv6 unicast routing ICMPv6 support IPv6 ND Static ND entry SLAAC Path MTU discovery CEF RIPng Static Route IS-IS (only SP images) BGP4+ Basic ACLs IPv6 in IPv4 tunnel 6to4 tunnel Ethernet ATM FDDI Frame-Relay PPP/HDLC VLAN 7 Phase 1 supported platforms Cisco IOS 12.2T Cisco 800 series routers Cisco 1400 series routers Cisco 1600 series routers Cisco 1700 series routers Cisco 2500 series routers (12.2(4)T only) Cisco 2600 series routers Cisco IOS 12.0ST Cisco IOS 12.2B Cisco 3600 series routers Cisco series routers Cisco 7400 series routers Cisco 4500/4700 series Cisco IOS 12.2S Cisco IPv6 EFT only routers (12.2(2)T only) Cisco 7200 series routers AS5300, 5400 Cisco 7100 series Cisco 7500 series routers routers Cisco 7600 series routers Cisco 7200 series (limited release) routers Catalyst 6500 series (limited Cisco 7500 series routers release 8

5 Cisco IOS IPv6 Phase II i/is-is OSPFv3 CEF/dCEF AAA/Dial (B train) Extended Access List IPv6 over IPv4 GRE tunnels NAT-PT IPv6 Edge router (6PE) over MPLS DNS AAAA client CDP SSH IPv6 MIB (only vendor specific!) GSR/12000 support Cat6k - support 9 Cisco IOS IPv6 Phase III IPsec: Authentication required by OSPFv3, (12.3(7)T) Policy based routing Mobile IPv6: Home Agent prototype Mobile IPv6 router Mobile IP Binding Association Router renumbering NetworkManagement IPv6 Multicast: MLD, PIMv6 SM, PIM SSM IPv6 QoS: (Diff. Serv. & RSVP) Netflow v9: IPv6 statistics such as IPv6 Src/Dst addresses, AS number & Bytes count Tunnels: IPv6 over IPv6, IPv4 over IPv6 tunnels, ISATAP Hardware acceleration: in progress 10

6 Cisco IOS IPv6 Phase III/2 Additional encapsulation: IPv6 over DPT, Cable and DSL DHCPv6: stateless, prefix delegation and relay Multicast IPv6: BGP, Scope, BSR SNMP: over IPv6 IOS Firewall Future enhancements: EIGRP Mobile ACL extensions - done HSRPv6 Mobile IPv6 extensions 11 Cisco series router IPv6 IPv6 Basics ICMPv6 ND including static entries Stateless Auto-config. ACL MIBs, SSH, Telnet DNS, TFTP Routing protocols RIPng, IS-IS for IPv6, OSPFv3, MP- BGP4 IPv6 Tunnels distributed on Line cards or Tunnel Card Switching dcefv6 6PE (IPv6 over MPLS) Feature set on 12.0(25)S IPv6 Hardware Assistance Engine 3 Line Cards 4 x GE ATM OC-12 POS OC-3, OC-12, OC-48 Standard & Extended ACL Including simultaneous IPv6 Option Headers & UDP/TCP port parsing IPv6 Provider Edge (6PE) over MPLS up to 3.8Mpps per LC CY03 Multicast IS-IS MT 26S Radar 12

7 Cisco 7600/Cat series IPv6 IPv6 Basics ICMPv6 ND including static entries Stateless Auto-config. ACL MIBs, SSH, Telnet DNS, TFTP Routing protocols RIPng, IS-IS for IPv6, MP-BGP4 IPv6 Tunnels Configured, automatic, GRE, 6to4, ISATAP Switching CEFv6 6PE (IPv6 over MPLS) Feature set on 12.2SX IPv6 Hardware Assistance Supervisor Engine 720 IPv6 hardware assisted forwarding native IPv Mpps IPv6 over IPv4 tunnels - 10Mpps dcef720 (PFC3) modules ie: 10GE +200 Mpps FY04 Multicast IS-IS MT OSPFv3 Sync with 12.2S RLS3-12.2(17b)SXA Sup.2/MSFC2 Software Forwarding 13 Cisco Catalyst 3750 Series Switches Feature set inherited from 12.2S in CY E release based at FCS Update to 12.2S later, adding IPv6 support IPv6 Hardware Assistance Investment protection Requires extra license 14

8 CISCO configuration - basics Enable IPv6 on an interface interface xxxxx ipv6 enable Configure an address interface xxxxx ipv6 address X:X:X:X::X/<0-128> (general address) ipv6 address X:X:X:X::X (link-local address) ipv6 address autoconfig (auto-configuration) e.g. LAN Interface interface Ethernet0/0 ip address ipv6 address 2001:db8:123:1::2/64 15 CISCO configuration - tunnel Configure an IPv6 in IPv4 tunnel interface tunnel x tunnel source interface tunnel destination X.X.X.X ipv6 address X:X:X:X::X/<0-128> tunnel mode ipv6ip (for direct tunneling) tunnel mode gre ip (for gre encapsulation) 16

9 CISCO configuration tunnel2 Configure an IPv6 in IPv6 tunnel interface tunnel x tunnel source interface tunnel destination X:X:X:X::X ipv6 address X:X:X:X::X/<0-128> tunnel mode ipv6 (for direct tunneling) tunnel mode gre ipv6 (for gre encapsulation) 17 CISCO configuration - routing Enable IPv6 routing ipv6 unicast-routing Configure static routes ipv6 route prefix/prefixlen next_hop Ex: ipv6 route ::/0 2001:db8:10a:1001::1 18

10 Cisco configuration OSPFv3 interface Ethernet0/0 ipv6 address 2001:db8:1:1::1/64 ipv6 ospf 1 area 0! interface Ethernet0/1 ipv6 address 2001:db8:1:2::2/64 ipv6 ospf 1 area 1! ipv6 router ospf 1 router-id Area 1 Eth0/1 ABR Eth0/0 Area 0 19 CISCO configuration - BGP BGP configuration no bgp4 default unicast bgp router-id a.b.d.f router bgp xxxx neighbor X:X:X:X::X remote-as neighbor X:X:X:X::X address-family ipv6 neighbor X:X:X:X::X activate neighbor X:X:X:X::X network 2001:db8::/32 no synchronization exit address-family 20

11 CISCO configuration policy filtering Routing policy filtering ipv6 prefix-list bgp-in-6net seq 5 deny ::/0 -> Means filter ::/0 exactly ipv6 prefix-list bgp-in-6net seq 10 deny 3FFE:300::/24 le 28 ipv6 prefix-list bgp-in-6net seq 15 deny 2001:db8::/35 le 41 ipv6 prefix-list bgp-in-6net seq 20 permit 2002::/16 ipv6 prefix-list bgp-in-6net seq 25 permit 3FFE::/17 ge 24 le 24 ipv6 prefix-list bgp-in-6net seq 30 permit 3FFE:8000::/17 ge 28 le 28 -> Means every prefix matching 3FFE:8000::/17 with length 28 ipv6 prefix-list bgp-in-6net seq 35 permit 3FFE:4000::/18 ge 32 le 32 ipv6 prefix-list bgp-in-6net seq 40 permit 2001::/16 ge 32 le 35 -> Means every 2001::/16 derived prefix, with length between 32 and Cisco configuration - ACLs ACL ipv6 access-list vty-ipv6 permit tcp 2001:db8:0:401::/64 any eq telnet deny ipv6 any any log-input Applying an ACL to an interface ipv6 traffic-filter <acl_name> in out Restricting access to the router ipv6 access-class <acl_name> in out Applying an ACL to filter debug traffic debug ipv6 packet [access-list <acl_name>] [detail] 22

12 Cisco Show Commands show bgp show bgp ipv6 unicast/multicast/all summary show bgp ipv6 neigh <addr> routes show bgp ipv6 neigh <addr> advertised-routes show bgp ipv6 neigh <addr> received-routes show ipv6 route show ipv6 interface show ipv6 neighbors 23 Cisco references /ps6553/products_ios_technology_hom e.html 24

13 Juniper IPv6 support - now No Special code, uniform on all platform Addressing and forwarding H/W forwarding Addressing (link, global, Neighbour discovery) Stateless autoconfiguration Routing BGP4+, IS-IS, OSPFv3, RIPng, Static Operation telnet, ssh, ping traceroute,icmpv6 H/W based firewall filter urpf check Deployment Dualstack, configured tunnel, L3 MPLS VPN 25 Juniper IPv6 support now+future IPv6 Multicast: BGP, PIMv2 support with RP support, SSM (now) EBGP peering with linklocal address - simplification for IPv6 IX (now) IPv6 over MPLS (now) IPv6 flow monitoring 26

14 Juniper configuration - basics Interface configuration interfaces { name_of_interface { unit x { family inet { address X.X.X.X/prefixlength; } family iso { address Y.Y.Y.Y.Y.Y; } family inet6 { address Z:Z:Z:Z::Z/prefixlength; Cannot autoconfigure the router interfaces 27 Juniper configuration - tunnels Router advertisements (stateless autoconf) protocols { router-advertisement { interface interface-name { prefix IPv6_prefix::/prefix_length; Configure tunnel (with Tunnel PIC) interface{ ip-x/x/x { tunnel { source ipv4_source_address; destination ipv4_destination_address; } family inet6 { address ipv6_address_in_tunnel/prefixlength gr-x/y/z { unit 0 {...}} }}} 28

15 Juniper configuration static routing Static routes routing-options { rib inet6.0 { -> Means IPv6 unicast routing table static { route IPv6_prefix next-hop IPv6_address; } routing-options { rib inet6.0 { static { route IPv6_prefix discard; -> Useful to originate a network } 29 Juniper configuration - OSPFv3 protocols { ospf3 { } } preference 20; area { } interface ge-0/3/0.808 { } metric 100; interface lo0.0 { } passive; 30

16 Juniper configuration - BGP BGP configuration brotocols { bgp { local-as local_as_number; group EBGP_peers { type external; family inet6 { (any multicast unicast) } neighbor neighbor_ipv6_address; peer-as distant_as_number; import in-ps; export out-ps; } 31 Juniper configuration policy routing Policy statements policy-statement in-ps { term from_outside_accept { from { route-filter 2002::/16 exact; route-filter 3FFE::/17 prefix-length-range /24-/24; route-filter 3FFE:8000::/17 prefix-length-range /28- /28; route-filter 3FFE:4000::/18 prefix-length-range /32- /32; route-filter 2000::/3 prefix-length-range /16-/16; route-filter 2001::/16 prefix-length-range /29-/35; } then { accept; } then reject; } 32

17 Juniper Show Commands show bgp summary show route advert bgp <addr> show route rece bgp <addr> show route table inet6.0 (terse) show interfaces show ipv6 neighbors 33 6WIND Interface Configuration Enter Ethernet Private Interface Context hurricane{myconfig} eth0_0 hurricane{myconfig-eth0_0} Set IP Address hurricane{myconfig-eth0_0} ipaddress /24 hurricane{myconfig-eth0_0} ipaddress 3ffe:10::beef/48 Advertise an IPv6 prefix hurricane{myconfig-eth0_0} prefix 3ffe:10::beef:f00d::/64 34

18 6WIND (2) Migration configuration Enter Migration Context hurricane{myconfig} mig hurricane{myconfig-mig} Create 6in4 interface hurricane{myconfig-mig} 6in ffe:1::10 3ffe:1::20 Create 4in6 interface hurricane{myconfig-mig} 4in6 0 3ffe:1::10 3ffe:1:: Create 6to4 interface hurricane{myconfig-mig} 6to WIND (3) Migration configuration Create ISATAP interface hurricane{myconfig-mig} isatap_router hurricane{myconfig-mig} isatap_prefix :101:10a::/64 Create DSTM interface hurricane{myconfig-mig} dstm eth0_0 36

19 6WIND (4) Static Routing Configuration Enter Routing Context hurricane{myconfig} rtg hurricane{myconfig-rtg} Set IP Default Route hurricane{myconfig-rtg} ipv4_defaultroute hurricane{myconfig-rtg} ipv6_defaultroute 3ffe:1::20 Set static route hurricane{myconfig-rtg} route / hurricane{myconfig-rtg} route 3ffe:30::/48 3ffe:3:: WIND (5) Dynamic Routing Configuration RIP Enter Dynamic Routing Context hurricane{myconfig-rtg} dynamic hurricane{myconfig-rtg-dynamic} Activate RIP Routing Process hurricane{myconfig-rtg-dynamic} router rip hurricane{myconfig-rtg-dynamic-router-rip} network /24 hurricane{myconfig-rtg-dynamic-router-rip} network /24 hurricane{myconfig-rtg-dynamic-router-rip} redistribute connected 38

20 6WIND (6) Dynamic Routing Configuration BGP4+ Enter Dynamic Routing Context hurricane{myconfig-rtg} dynamic hurricane{myconfig-rtg-dynamic} Activate BGP4+ Routing Process hurricane{myconfig-rtg-dynamic} router bgp 10 hurricane{myconfig-rtg-dynamic-router-bgp} neighbor 3ffe:1::20 remote-as 20 hurricane{myconfig-rtg-dynamic-router-bgp} neighbor 3ffe:3::30 remote-as 30 hurricane{myconfig-rtg-dynamic-router-bgp} address-family ipv6 hurricane{myconfig-rtg-dynamic-router-bgp-v6} neighbor 3ffe:1::20 activate hurricane{myconfig-rtg-dynamic-router-bgp-v6} neighbor 3ffe:3::30 activate hurricane{myconfig-rtg-dynamic-router-bgp-v6} redistribute connected 39 FreeBSD Enable IPv6 ipv6_enable="yes" in /etc/rc.conf file Autoconfiguration is automatically done while the gateway function is off Enable IPv6 forwarding ipv6_gateway_enable="yes" in rc.conf file Add an IPv6 address on an interface ifconfig interface inet6 X:X:X:X::X prefixlen 64 40

21 FreeBSD (2) Configure an IPv6 in IPv4 tunnel ifconfig gif1 create ifconfig prefixlen 128 gifconfig ifconfig gif1 up Configure an IPv6 in IPv6 tunnel ifconfig gif1 create ifconfig prefixlen 128 gifconfig ifconfig gif1 up 41 FreeBSD (3) Configure a static route Default route route add -inet6 default fe80::x:x:x:x%interface route add -inet6 default X:X:X:X::X (if global address) Others route add inet6 X:X:X:X:: -prefixlen YY X:X:X:X::X route add inet6 X:X:X:X:: -prefixlen YY fe80::x:x:x:x%interface %interface notation If link-local address, need to specify on which interface the address is available 42

22 FreeBSD (4) RIPng: route6d daemon route6d -L IPv6_prefix,interface (receives only prefixes derived from IPv6_prefix on interface interface) 43 FreeBSD (5) BGB: bgpd daemon Better to use Zebra BGP daemon 44

23 Debian Main URL: Enable IPv6 Put "ipv6" in "/etc/modules" Edit "/etc/network/interfaces" : iface eth0 inet6 static address 2001:XXXX:YYYY:ZZZZ::1 netmask Debian (2) Tunnel configuration Edit "/etc/network/interfaces" : iface tun0 inet6 v4tunnel endpoint A.B.C.D address 2001:XXXX:1:YYYY::2 gateway 2001:XXXX:1:YYYY::1 netmask 64 46

24 Debian (3) RA configuration on a Debian router Add in "/etc/radvd.conf" : interface eth0 { AdvSendAdvert on; AdvLinkMTU 1472; }; prefix 2001:XXXX:YYYY:ZZZZ:/64 { AdvOnLink on; AdvPreferredLifetime 3600; AdvValidLifetime 7200; }; 47 Microsoft (Windows XP) Enable IPv6 ipv6 install in a dos window Auto-configuration is then performed Display IPv6 interfaces ipv6 if Display IPv6 routes ipv6 rt 48

25 Microsoft (Windows XP) (2) Add a static route ipv6 rtu prefix ifindex[/address] [life valid[/pref]] [preference P] [publish] [age] [spl Site Prefix Size] Anonymous addresses ipv6 gpu UseAnonymousAddresses no «User-friendly» IPv6 configuration netsh in a dos window > interface ipv6 49 Zebra Cisco like commands BGP, RIPng, OSPF available 50

Equipment Configuration: Routers. 6DEPLOY. IPv6 Deployment and Support

Equipment Configuration: Routers. 6DEPLOY. IPv6 Deployment and Support Equipment Configuration: Routers 6DEPLOY. IPv6 Deployment and Support Routing Equipment Cisco Juniper 6WIND Hitachi Huawei FreeBSD Debian Windows Quagga 11th September 2008 Equipment Configuration: Routers

More information

IPv6 @ Cisco. Patrick Grossetete Cisco Systems Cisco IOS IPv6 Product Manager pgrosset@cisco.com

IPv6 @ Cisco. Patrick Grossetete Cisco Systems Cisco IOS IPv6 Product Manager pgrosset@cisco.com IPv6 @ Cisco Patrick Grossetete Cisco Systems Cisco IOS IPv6 Product Manager pgrosset@cisco.com 2001, Cisco Systems, Inc. All rights reserved. 1 Agenda IPv6 Business Case IPv6 Protocols & Standards Integration

More information

IPv4/IPv6 Transition Mechanisms. Luka Koršič, Matjaž Straus Istenič

IPv4/IPv6 Transition Mechanisms. Luka Koršič, Matjaž Straus Istenič IPv4/IPv6 Transition Mechanisms Luka Koršič, Matjaž Straus Istenič IPv4/IPv6 Migration Both versions exist today simultaneously Dual-stack IPv4 and IPv6 protocol stack Address translation NAT44, LSN, NAT64

More information

IPv6 Fundamentals, Design, and Deployment

IPv6 Fundamentals, Design, and Deployment IPv6 Fundamentals, Design, and Deployment Course IP6FD v3.0; 5 Days, Instructor-led Course Description The IPv6 Fundamentals, Design, and Deployment (IP6FD) v3.0 course is an instructor-led course that

More information

IPv6 Fundamentals: A Straightforward Approach

IPv6 Fundamentals: A Straightforward Approach IPv6 Fundamentals: A Straightforward Approach to Understanding IPv6 Rick Graziani Cisco Press 800 East 96th Street Indianapolis, IN 46240 IPv6 Fundamentals Contents Introduction xvi Part I: Background

More information

IPv6 Opportunity and challenge

IPv6 Opportunity and challenge Juniper Networks Solution from enterprise to service provider Jean-Marc Uzé juze@juniper.net 10 May 2004 1 Opportunity and challenge More devices demanding more addresses 3G Mobile IP multimedia specifies

More information

IPv6 associated protocols. Piers O Hanlon

IPv6 associated protocols. Piers O Hanlon IPv6 associated protocols Piers O Hanlon Contributions Main authors Jean-Marc Barozet, Cisco, France Faycal Hadj, Cisco, France Patrick Grossetete, Cisco, France Gunter Van de Velde, Cisco, Belgium Bernard

More information

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 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

More information

Interconnecting IPv6 Domains Using Tunnels

Interconnecting IPv6 Domains Using Tunnels Interconnecting Domains Using Tunnels Version History Version Number Date Notes 1 30 July 2002 This document was created. 2 19 May 2003 Updated the related documents section. This document describes how

More information

About the Technical Reviewers

About the Technical Reviewers About the Author p. xiii About the Technical Reviewers p. xv Acknowledgments p. xvii Introduction p. xix IPv6 p. 1 IPv6-Why? p. 1 IPv6 Benefits p. 2 More Address Space p. 2 Innovation p. 3 Stateless Autoconfiguration

More information

LAB II: Securing The Data Path and Routing Infrastructure

LAB II: Securing The Data Path and Routing Infrastructure LAB II: Securing The Data Path and Routing Infrastructure 8. Create Packet Filters a. Create a packet filter which will deny packets that have obviously bogus IP source addresses but permit everything

More information

Cisco Announces IPv6 Licensing Parity with IPv4 for Cisco Catalyst Series Switches

Cisco Announces IPv6 Licensing Parity with IPv4 for Cisco Catalyst Series Switches . Product Bulletin Cisco Announces IPv6 Licensing Parity with IPv4 for Cisco Catalyst Series Switches PB542214 Fundamental to the successful market adoption of the new Internet Protocol (IP) standard are

More information

IPv6 Support in the DNS. Workshop Name Workshop Location, Date

IPv6 Support in the DNS. Workshop Name Workshop Location, Date IPv6 Support in the DNS Workshop Name Workshop Location, Date Copy Rights This slide set is the ownership of the 6DEPLOY project via its partners The Powerpoint version of this material may be reused and

More information

IPv6 Support in the DNS

IPv6 Support in the DNS IPv6 Support in the DNS Copy Rights This slide set is the ownership of the 6DEPLOY project via its partners The Powerpoint version of this material may be reused and modified only with written authorization

More information

Práctica Configuración Routing / resumen comandos

Práctica Configuración Routing / resumen comandos Práctica Configuración Routing / resumen comandos Comandos Cisco (v1.7) Para entrar en modo configuration: #conf t (config)# Para guardar configuración: # write mem o # copy running-config startup-config

More information

MPLS VPN over mgre. Finding Feature Information. Prerequisites for MPLS VPN over mgre

MPLS VPN over mgre. Finding Feature Information. Prerequisites for MPLS VPN over mgre The feature overcomes the requirement that a carrier support multiprotocol label switching (MPLS) by allowing you to provide MPLS connectivity between networks that are connected by IP-only networks. This

More information

IPv6 Security. Scott Hogg, CCIE No. 5133 Eric Vyncke. Cisco Press. Cisco Press 800 East 96th Street Indianapolis, IN 46240 USA

IPv6 Security. Scott Hogg, CCIE No. 5133 Eric Vyncke. Cisco Press. Cisco Press 800 East 96th Street Indianapolis, IN 46240 USA IPv6 Security Scott Hogg, CCIE No. 5133 Eric Vyncke Cisco Press Cisco Press 800 East 96th Street Indianapolis, IN 46240 USA Contents Introduction xix Chapter 1 Introduction to IPv6 Security 3 Reintroduction

More information

Campus IPv6 connection Campus IPv6 deployment

Campus IPv6 connection Campus IPv6 deployment Campus IPv6 connection Campus IPv6 deployment Campus Address allocation, Topology Issues János Mohácsi NIIF/HUNGARNET Copy Rights This slide set is the ownership of the 6DISS project via its partners The

More information

MPLS. Cisco MPLS. Cisco Router Challenge 227. MPLS Introduction. The most up-to-date version of this test is at: http://networksims.com/i01.

MPLS. Cisco MPLS. Cisco Router Challenge 227. MPLS Introduction. The most up-to-date version of this test is at: http://networksims.com/i01. MPLS Cisco MPLS MPLS Introduction The most up-to-date version of this test is at: http://networksims.com/i01.html Cisco Router Challenge 227 Outline This challenge involves basic frame-mode MPLS configuration.

More information

IPv6 Security 111 Short Module on Security

IPv6 Security 111 Short Module on Security IPv6 Security 111 Short Module on Security IPv6 Security 1 Copy Rights This slide set is the ownership of the 6DEPLOY project via its partners The Powerpoint version of this material may be reused and

More information

IMPLEMENTING CISCO IP ROUTING V2.0 (ROUTE)

IMPLEMENTING CISCO IP ROUTING V2.0 (ROUTE) IMPLEMENTING CISCO IP ROUTING V2.0 (ROUTE) COURSE OVERVIEW: Implementing Cisco IP Routing (ROUTE) v2.0 is an instructor-led five day training course developed to help students prepare for Cisco CCNP _

More information

Designing and Developing Scalable IP Networks

Designing and Developing Scalable IP Networks Designing and Developing Scalable IP Networks Guy Davies Telindus, UK John Wiley & Sons, Ltd Contents List of Figures List of Tables About the Author Acknowledgements Abbreviations Introduction xi xiii

More information

Host Configuration (Linux)

Host Configuration (Linux) : Location Date Host Configuration (Linux) Trainer Name Laboratory Exercise: Host Configuration (Linux) Objectives In this laboratory exercise you will complete the following tasks: Check for IPv6 support

More information

CCNA 2 v5.0 Routing Protocols Final Exam Answers

CCNA 2 v5.0 Routing Protocols Final Exam Answers CCNA 2 v5.0 Routing Protocols Final Exam Answers 1 Refer to the exhibit. What can be concluded about network 192.168.1.0 in the R2 routing table? This network was learned through summary LSAs from an ABR.*

More information

IPv6 for Cisco IOS Software, File 2 of 3: Configuring

IPv6 for Cisco IOS Software, File 2 of 3: Configuring IPv6 for Cisco IOS Software, File 2 of 3: Configuring This document provides configuration tasks for the Cisco implementation of IP version 6 (IPv6) in the Cisco IOS software and includes the following

More information

Course Contents CCNP (CISco certified network professional)

Course Contents CCNP (CISco certified network professional) Course Contents CCNP (CISco certified network professional) CCNP Route (642-902) EIGRP Chapter: EIGRP Overview and Neighbor Relationships EIGRP Neighborships Neighborship over WANs EIGRP Topology, Routes,

More information

Course Overview: Learn the essential skills needed to set up, configure, support, and troubleshoot your TCP/IP-based network.

Course Overview: Learn the essential skills needed to set up, configure, support, and troubleshoot your TCP/IP-based network. Course Name: TCP/IP Networking Course Overview: Learn the essential skills needed to set up, configure, support, and troubleshoot your TCP/IP-based network. TCP/IP is the globally accepted group of protocols

More information

Example: Advertised Distance (AD) Example: Feasible Distance (FD) Example: Successor and Feasible Successor Example: Successor and Feasible Successor

Example: Advertised Distance (AD) Example: Feasible Distance (FD) Example: Successor and Feasible Successor Example: Successor and Feasible Successor 642-902 Route: Implementing Cisco IP Routing Course Introduction Course Introduction Module 01 - Planning Routing Services Lesson: Assessing Complex Enterprise Network Requirements Cisco Enterprise Architectures

More information

Firewalls und IPv6 worauf Sie achten müssen!

Firewalls und IPv6 worauf Sie achten müssen! Firewalls und IPv6 worauf Sie achten müssen! Pascal Raemy CTO Asecus AG pascal.raemy@asecus.ch Asecus AG Asecus AG Security (Firewall, Web-Gateway, Mail-Gateway) Application Delivery (F5 Neworks with BIGIP)

More information

LECTURE 4 NETWORK INFRASTRUCTURE

LECTURE 4 NETWORK INFRASTRUCTURE SYSTEM ADMINISTRATION MTAT.08.021 LECTURE 4 NETWORK INFRASTRUCTURE Prepared By: Amnir Hadachi and Artjom Lind University of Tartu, Institute of Computer Science amnir.hadachi@ut.ee / artjom.lind@ut.ee

More information

IPv6 Deployment Strategies

IPv6 Deployment Strategies Version History Version Number Date Notes 1 10/15/2001 This document was created. 2 11/13/2001 Update to the explanation of NAT along tunnel paths. 3 03/08/2002 Update to the Related Documents section.

More information

- Multiprotocol Label Switching -

- Multiprotocol Label Switching - 1 - Multiprotocol Label Switching - Multiprotocol Label Switching Multiprotocol Label Switching (MPLS) is a Layer-2 switching technology. MPLS-enabled routers apply numerical labels to packets, and can

More information

Brocade to Cisco Comparisons

Brocade to Cisco Comparisons 1 2 3 Console cables - The console cables are not interchangeable between Brocade and Cisco. Each vendor provides their console cable with each manageable unit it sells. Passwords - Neither Cisco or Brocade

More information

MPLS VPN Implementation

MPLS VPN Implementation MPLS VPN Implementation Overview Virtual Routing and Forwarding Table VPN-Aware Routing Protocols VRF Configuration Tasks Configuring BGP Address families Configuring BGP Neighbors Configuring MP-BGP Monitoring

More information

IPv6 Hands-on Lab. Faraz Shamim, Technical Leader Harold Ritter, Technical Leader. Toronto, Canada May 30, 2013

IPv6 Hands-on Lab. Faraz Shamim, Technical Leader Harold Ritter, Technical Leader. Toronto, Canada May 30, 2013 Toronto, Canada May 30, 2013 IPv6 Hands-on Lab Faraz Shamim, Technical Leader Harold Ritter, Technical Leader 2011 2012 Cisco and/or its affiliates. All rights reserved. Cisco Connect 1 Prerequisites:

More information

Computer Networks Administration Help Manual Sana Saadaoui Jemai Oliver Wellnitz

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

More information

Cisco Certified Network Associate Exam. Operation of IP Data Networks. LAN Switching Technologies. IP addressing (IPv4 / IPv6)

Cisco Certified Network Associate Exam. Operation of IP Data Networks. LAN Switching Technologies. IP addressing (IPv4 / IPv6) Cisco Certified Network Associate Exam Exam Number 200-120 CCNA Associated Certifications CCNA Routing and Switching Operation of IP Data Networks Operation of IP Data Networks Recognize the purpose and

More information

Multiprotocol Label Switching Load Balancing

Multiprotocol Label Switching Load Balancing Multiprotocol Label Switching Load Balancing First Published: July 2013 The Cisco ME 3800 and ME 3600 switches support IPv4 and IPv6 load balancing at the LER and LSR. Effective with Cisco IOS Release

More information

Table of Contents. Cisco Configuring a Basic MPLS VPN

Table of Contents. Cisco Configuring a Basic MPLS VPN Table of Contents Configuring a Basic MPLS VPN...1 Introduction...1 Prerequisites...1 Requirements...1 Components Used...2 Related Products...2 Conventions...2 Configure...3 Network Diagram...3 Configuration

More information

ProCurve Networking IPv6 The Next Generation of Networking

ProCurve Networking IPv6 The Next Generation of Networking ProCurve Networking The Next Generation of Networking Introduction... 2 Benefits from... 2 The Protocol... 3 Technology Features and Benefits... 4 Larger number of addresses... 4 End-to-end connectivity...

More information

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 ] 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

More information

IPv6 over MPLS VPN. Contents. Prerequisites. Document ID: 112085. Requirements

IPv6 over MPLS VPN. Contents. Prerequisites. Document ID: 112085. Requirements IPv6 over MPLS VPN Document ID: 112085 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram VRF Configuration Multiprotocol BGP (MP BGP) Configuration

More information

Chapter 3 Configuring Basic IPv6 Connectivity

Chapter 3 Configuring Basic IPv6 Connectivity Chapter 3 Configuring Basic IPv6 Connectivity This chapter explains how to get a ProCurve Routing Switch that supports IPv6 up and running. To configure basic IPv6 connectivity, you must do the following:

More information

Configuring a Basic MPLS VPN

Configuring a Basic MPLS VPN Configuring a Basic MPLS VPN Help us help you. Please rate this document. Contents Introduction Conventions Hardware and Software Versions Network Diagram Configuration Procedures Enabling Configuring

More information

"Charting the Course...

Charting the Course... Description "Charting the Course... Course Summary Interconnecting Cisco Networking Devices: Accelerated (CCNAX), is a course consisting of ICND1 and ICND2 content in its entirety, but with the content

More information

Frame Mode MPLS Implementation

Frame Mode MPLS Implementation CHAPTER 4 Frame Mode MPLS Implementation Lab 4-1: Configuring Frame Mode MPLS (4.5.1) In this lab, you learn how to do the following: Configure EIGRP on a router. Configure LDP on a router. Change the

More information

CCNP v2 Eğitimi İçeriği

CCNP v2 Eğitimi İçeriği Öngereksinimler: CCNA http://www.cliguru.com/ccna Kurs Tanımı: CCNP v2 Eğitimi İçeriği Giriş seviyesi network bilgilerine sahip katılımcıları network'ün temeli olan Routing Switching alanında orta üst

More information

Implementing MPLS VPNs over IP Tunnels on Cisco IOS XR Software

Implementing MPLS VPNs over IP Tunnels on Cisco IOS XR Software Implementing MPLS VPNs over IP Tunnels on Cisco IOS XR Software The MPLS VPNs over IP Tunnels feature lets you deploy Layer 3 Virtual Private Netwk (L3VPN) services, over an IP ce netwk, using L2TPv3 multipoint

More information

How To Learn Cisco Cisco Ios And Cisco Vlan

How To Learn Cisco Cisco Ios And Cisco Vlan Interconnecting Cisco Networking Devices: Accelerated Course CCNAX v2.0; 5 Days, Instructor-led Course Description Interconnecting Cisco Networking Devices: Accelerated (CCNAX) v2.0 is a 60-hour instructor-led

More information

IPv6 en Windows. Juan Jackson Pablo García

IPv6 en Windows. Juan Jackson Pablo García IPv6 en Windows Ignacio Cattivelli Juan Jackson Pablo García Dual lstack Architecture t Application Layer TCP/UDP TCP/UDP Tcpip6.sys Tcpip.sys IPv6 IPv4 Network Interface Layer In Windows XP and Windows

More information

JUNOS Secure BGP Template

JUNOS Secure BGP Template JUNOS Secure BGP Template Version 1.92, 03/30/2005 Stephen Gill E-mail: gillsr@cymru.com Published: 04/25/2001 Contents Credits... 2 Introduction... 2 Template... 4 References... 10 Credits Rob Thomas

More information

Basic IPv6 WAN and LAN Configuration

Basic IPv6 WAN and LAN Configuration Basic IPv6 WAN and LAN Configuration This quick start guide provides basic IPv6 WAN and LAN configuration information for the ProSafe Wireless-N 8-Port Gigabit VPN Firewall FVS318N. For complete IPv6 configuration

More information

l.cittadini, m.cola, g.di battista

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

More information

100-101: Interconnecting Cisco Networking Devices Part 1 v2.0 (ICND1)

100-101: Interconnecting Cisco Networking Devices Part 1 v2.0 (ICND1) 100-101: Interconnecting Cisco Networking Devices Part 1 v2.0 (ICND1) Course Overview This course provides students with the knowledge and skills to implement and support a small switched and routed network.

More information

IPV6 流 量 分 析 探 讨 北 京 大 学 计 算 中 心 周 昌 令

IPV6 流 量 分 析 探 讨 北 京 大 学 计 算 中 心 周 昌 令 IPV6 流 量 分 析 探 讨 北 京 大 学 计 算 中 心 周 昌 令 1 内 容 流 量 分 析 简 介 IPv6 下 的 新 问 题 和 挑 战 协 议 格 式 变 更 用 户 行 为 特 征 变 更 安 全 问 题 演 化 流 量 导 出 手 段 变 化 设 备 参 考 配 置 流 量 工 具 总 结 2 流 量 分 析 简 介 流 量 分 析 目 标 who, what, where,

More information

Configuring NetFlow Switching

Configuring NetFlow Switching Configuring NetFlow Switching This chapter describes how to configure NetFlow switching. For a complete description of NetFlow commands used in this chapter, refer to the Cisco IOS Switching s chapter

More information

INDIAN INSTITUTE OF TECHNOLOGY BOMBAY MATERIALS MANAGEMENT DIVISION : (+91 22) 2576 8800 (DR)

INDIAN INSTITUTE OF TECHNOLOGY BOMBAY MATERIALS MANAGEMENT DIVISION : (+91 22) 2576 8800 (DR) Item CORE SWITCH: 24 Ports Item Description 1)General requirements: Switch- modular operating system, non-blocking wire speed performance. Switch solution-capable of providing complete redundancy by using

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring Branch SRX Series for MPLS over IPsec (1500-byte MTU) Published: 2014-12-17 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, California 94089 USA 408-745-2000

More information

I've applied for a goipv6 account and received my password via email but I cannot log into my account. What should I do?

I've applied for a goipv6 account and received my password via email but I cannot log into my account. What should I do? goipv6 FAQ goipv6 Account I've applied for a goipv6 account and received my password via email but I cannot log into my account. What should I do? I would like to change my current password. What should

More information

- IPv6 Addressing - (References: http://cc.uoregon.edu/cnews/spring2001/whatsipv6.html; http://en.wikipedia.org/wiki/ipv6)

- IPv6 Addressing - (References: http://cc.uoregon.edu/cnews/spring2001/whatsipv6.html; http://en.wikipedia.org/wiki/ipv6) 1 IPv6 Basics - IPv6 Addressing - The most widespread implementation of IP currently is IPv4, which utilizes a 32-bit address. Mathematically, a 32-bit address can provide roughly 4 billion unique IP addresses

More information

Task 20.1: Configure ASBR1 Serial 0/2 to prevent DoS attacks to ASBR1 from SP1.

Task 20.1: Configure ASBR1 Serial 0/2 to prevent DoS attacks to ASBR1 from SP1. Task 20.1: Configure ASBR1 Serial 0/2 to prevent DoS attacks to ASBR1 from SP1. Task 20.2: Configure an access-list to block all networks addresses that is commonly used to hack SP networks. Task 20.3:

More information

DD2491 p2 2011. MPLS/BGP VPNs. Olof Hagsand KTH CSC

DD2491 p2 2011. MPLS/BGP VPNs. Olof Hagsand KTH CSC DD2491 p2 2011 MPLS/BGP VPNs Olof Hagsand KTH CSC 1 Literature Practical BGP: Chapter 10 MPLS repetition, see for example http://www.csc.kth.se/utbildning/kth/kurser/dd2490/ipro1-11/lectures/mpls.pdf Reference:

More information

IPv6 Trace Analysis using Wireshark Nalini Elkins, CEO Inside Products, Inc. Nalini.elkins@insidethestack.com

IPv6 Trace Analysis using Wireshark Nalini Elkins, CEO Inside Products, Inc. Nalini.elkins@insidethestack.com 1 IPv6 Trace Analysis using Wireshark Nalini Elkins, CEO Inside Products, Inc. Nalini.elkins@insidethestack.com Agenda What has not changed between IPv4 and IPv6 traces What has changed between IPv4 and

More information

CCT vs. CCENT Skill Set Comparison

CCT vs. CCENT Skill Set Comparison Operation of IP Data Networks Recognize the purpose and functions of various network devices such as Routers, Switches, Bridges and Hubs Select the components required to meet a given network specification

More information

Quick Note 20. Configuring a GRE tunnel over an IPSec tunnel and using BGP to propagate routing information. (GRE over IPSec with BGP)

Quick Note 20. Configuring a GRE tunnel over an IPSec tunnel and using BGP to propagate routing information. (GRE over IPSec with BGP) Quick Note 20 Configuring a GRE tunnel over an IPSec tunnel and using BGP to propagate routing information. (GRE over IPSec with BGP) Appendix A GRE over IPSec with Static routes UK Support August 2012

More information

Implementing MPLS VPNs over IP Tunnels

Implementing MPLS VPNs over IP Tunnels Implementing MPLS VPNs over IP Tunnels The MPLS VPNs over IP Tunnels feature lets you deploy Layer 3 Virtual Private Netwk (L3VPN) services, over an IP ce netwk, using L2TPv3 multipoint tunneling instead

More information

How To Import Ipv4 From Global To Global On Cisco Vrf.Net (Vf) On A Vf-Net (Virtual Private Network) On Ipv2 (Vfs) On An Ipv3 (Vv

How To Import Ipv4 From Global To Global On Cisco Vrf.Net (Vf) On A Vf-Net (Virtual Private Network) On Ipv2 (Vfs) On An Ipv3 (Vv BGP Support for IP Prefix Import from Global Table into a VRF Table The BGP Support for IP Prefix Import from Global Table into a VRF Table feature introduces the capability to import IPv4 unicast prefixes

More information

MPLS VPN Route Target Rewrite

MPLS VPN Route Target Rewrite The feature allows the replacement of route targets on incoming and outgoing Border Gateway Protocol (BGP) updates Typically, Autonomous System Border Routers (ASBRs) perform the replacement of route targets

More information

IPv6 network management. Where and when?

IPv6 network management. Where and when? IPv6 network management 1 Contributions Simon Muyal, RENATER Bernard Tuy, RENATER Jérôme Durand, RENATER Ralf Wolter, Cisco Patrick Grossetête, Cisco Munechika Sumikawa, Hitachi Patrick Paul, 6WIND 2 Agenda

More information

Application Note. Failover through BGP route health injection

Application Note. Failover through BGP route health injection Application Note Document version: v1.2 Last update: 8th November 2013 Purpose This application note aims to describe how to build a high available platform using BGP routing protocol to choose the best

More information

IPV6 DEPLOYMENT GUIDELINES FOR. ARRIS Group, Inc.

IPV6 DEPLOYMENT GUIDELINES FOR. ARRIS Group, Inc. IPV6 DEPLOYMENT GUIDELINES FOR CABLE OPERATORS Patricio i S. Latini i ARRIS Group, Inc. Current IPv4 Situationti IANA has already assigned the last IPv4 Blocks to the RIRs. RIRs address exhaustion may

More information

netkit lab bgp: prefix-filtering Università degli Studi Roma Tre Dipartimento di Informatica e Automazione Computer Networks Research Group

netkit lab bgp: prefix-filtering Università degli Studi Roma Tre Dipartimento di Informatica e Automazione Computer Networks Research Group Università degli Studi Roma Tre Dipartimento di Informatica e Automazione Computer Networks Research Group netkit lab bgp: prefix-filtering Version Author(s) E-mail Web Description 2.1 G. Di Battista,

More information

Configuring and Testing Border Gateway Protocol (BGP) on Basis of Cisco Hardware and Linux Gentoo with Quagga Package (Zebra)

Configuring and Testing Border Gateway Protocol (BGP) on Basis of Cisco Hardware and Linux Gentoo with Quagga Package (Zebra) Configuring and Testing Border Gateway Protocol (BGP) on Basis of Cisco Hardware and Linux Gentoo with Quagga Package (Zebra) Contents Introduction Used Abbreviations Border Gateway Protocol (BGP) Overview

More information

Central America Workshop - Guatemala City Guatemala 30 January - 1 February 07. IPv6 Router s Configuration

Central America Workshop - Guatemala City Guatemala 30 January - 1 February 07. IPv6 Router s Configuration Central America Workshop - Guatemala City Guatemala 30 January - 1 February 07 IPv6 Router s Configuration Pedro Lorga (lorga@fccn.pt) Simon Muyal (muyal@renater.pt) Piers O'Hanlon (p.ohanlon@cs.ucl.ac.uk)

More information

NICS IPv6 Best Practices Guide

NICS IPv6 Best Practices Guide NICS IPv6 Best Practices Guide Recommendations for Deploying IPv6 Version: 1.3 Date: April 22, 2014 scott.hovis@nasa.gov Document Change Log Date Version Change Author Affected Section 1/15/2014 1.0 Scott

More information

Cisco Networking Professional-6Months Project Based Training

Cisco Networking Professional-6Months Project Based Training Cisco Networking Professional-6Months Project Based Training Core Topics Cisco Certified Networking Associate (CCNA) 1. ICND1 2. ICND2 Cisco Certified Networking Professional (CCNP) 1. CCNP-ROUTE 2. CCNP-SWITCH

More information

Guide to Network Defense and Countermeasures Third Edition. Chapter 2 TCP/IP

Guide to Network Defense and Countermeasures Third Edition. Chapter 2 TCP/IP Guide to Network Defense and Countermeasures Third Edition Chapter 2 TCP/IP Objectives Explain the fundamentals of TCP/IP networking Describe IPv4 packet structure and explain packet fragmentation Describe

More information

IPv6 network management. 6DEPLOY. IPv6 Deployment and Support

IPv6 network management. 6DEPLOY. IPv6 Deployment and Support IPv6 network management 6DEPLOY. IPv6 Deployment and Support 1 Contributions Simon Muyal, RENATER Bernard Tuy, RENATER Jérôme Durand, RENATER Ralf Wolter, Cisco Patrick Grossetête, Cisco 10/28/2010 IPv6

More information

CIRA s experience in deploying IPv6

CIRA s experience in deploying IPv6 CIRA s experience in deploying IPv6 Canadian Internet Registration Authority (CIRA) Jacques Latour Director, Information Technology Ottawa, April 29, 2011 1 About CIRA The Registry that operates the Country

More information

IPv6 Security:Threats and solutions

IPv6 Security:Threats and solutions IPv6 Security:Threats and solutions János Mohácsi NIIF/HUNGARNET IPv6 Security, Mohácsi János Outline of the presentation Threats against IPv6 comparing with IPv4 Scanning Unauthorised access IPv6 firewalls

More information

Securing IPv6. What Students Will Learn:

Securing IPv6. What Students Will Learn: Securing IPv6 When it comes to IPv6, one of the more contentious issues is IT security. Uninformed analysts, anit-v6 pundits, and security ne're-do-wells have created a mythos that IPv6 is inherently less

More information

BGP configuration best practices

BGP configuration best practices BGP configuration best practices Document produced by ANSSI (French National Security Agency of Information Systems), in collaboration with the following operators: Association Kazar ; France-IX ; Jaguar

More information

Interconnecting Cisco Networking Devices Part 2

Interconnecting Cisco Networking Devices Part 2 Interconnecting Cisco Networking Devices Part 2 Course Number: ICND2 Length: 5 Day(s) Certification Exam This course will help you prepare for the following exam: 640 816: ICND2 Course Overview This course

More information

LAB FOUR Dynamic Routing Protocols

LAB FOUR Dynamic Routing Protocols LAB FOUR Dynamic Routing Protocols In the previous lab, you learned how to configure routing table entries manually. This was referred to as static routing. The topic of Lab 4 is dynamic routing, where

More information

Deploying IPv6 for Service Providers. Benoit Lourdelet IPv6 Product Manager, NSSTG

Deploying IPv6 for Service Providers. Benoit Lourdelet IPv6 Product Manager, NSSTG Deploying IPv6 for Service Providers Benoit Lourdelet IPv6 Product Manager, NSSTG Agenda Business case IPv6 basics Deployment scenarios Business case IPv6 - Key drivers for Next Generation Ubiquitous Networking

More information

Network Simulator Lab Study Plan

Network Simulator Lab Study Plan The CCNA 640-802 Network Simulator has 300 lab exercises, organized both by type (Skill Builder, Configuration Scenario, Troubleshooting Scenario, and Subnetting Exercise) and by major topic within each

More information

Vulnerabili3es and A7acks

Vulnerabili3es and A7acks IPv6 Security Vulnerabili3es and A7acks Inherent vulnerabili3es Less experience working with IPv6 New protocol stack implementa3ons Security devices such as Firewalls and IDSs have less support for IPv6

More information

Juniper / Cisco Interoperability Cookbook. August 2014

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

More information

How To Configure Some Basic OSPF Routing Scenarios. Introduction. Technical Guide. List of terms

How To Configure Some Basic OSPF Routing Scenarios. Introduction. Technical Guide. List of terms Technical Guide How To Configure Some Basic OSPF Routing Scenarios Introduction OSPF is an Open Standards link-state routing protocol used to exchange routing information between devices dynamically. This

More information

Configuring MPLS Hub-and-Spoke Layer 3 VPNs

Configuring MPLS Hub-and-Spoke Layer 3 VPNs CHAPTER 23 This chapter describes how to configure a hub-and-spoke topology for Multiprotocol Layer Switching (MPLS) Layer 3 virtual private networks (VPNs) on Cisco NX-OS devices. This chapter includes

More information

MPLS-based Layer 3 VPNs

MPLS-based Layer 3 VPNs MPLS-based Layer 3 VPNs Overall objective The purpose of this lab is to study Layer 3 Virtual Private Networks (L3VPNs) created using MPLS and BGP. A VPN is an extension of a private network that uses

More information

Configuring Control Plane Policing

Configuring Control Plane Policing CHAPTER 53 This chapter describes how to configure control plane policing (CoPP) with Cisco IOS Release 12.2SX. Note For complete syntax and usage information for the commands used in this chapter, see

More information

Network Security IPv4 + IPv6

Network Security IPv4 + IPv6 Network Security IPv4 + IPv6 by Managing Director SuperInternet Overview Confidentiality? Integrity? Availability! IPv6 Issues (Compared with IPv4) Physical Security of the Network Assumptions: Generally

More information

Eric Vyncke, Distinguished Engineer, evyncke@cisco.com. 2011 Cisco and/or its affiliates. All rights reserved. Cisco Public 1

Eric Vyncke, Distinguished Engineer, evyncke@cisco.com. 2011 Cisco and/or its affiliates. All rights reserved. Cisco Public 1 Eric Vyncke, Distinguished Engineer, evyncke@cisco.com 2011 Cisco and/or its affiliates. All rights reserved. Cisco Public 1 2011 Cisco and/or its affiliates. All rights reserved. Cisco Public 2 Sometimes,

More information

Introducing Basic MPLS Concepts

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

More information

IPv6 over IPv4/MPLS Networks: The 6PE approach

IPv6 over IPv4/MPLS Networks: The 6PE approach IPv6 over IPv4/MPLS Networks: The 6PE approach Athanassios Liakopoulos Network Operation & Support Manager (aliako@grnet.gr) Greek Research & Technology Network (GRNET) III Global IPv6 Summit Moscow, 25

More information

Chapter 2 Lab 2-2, EIGRP Load Balancing

Chapter 2 Lab 2-2, EIGRP Load Balancing Chapter 2 Lab 2-2, EIGRP Load Balancing Topology Objectives Background Review a basic EIGRP configuration. Explore the EIGRP topology table. Identify successors, feasible successors, and feasible distances.

More information

Configuring IP Load Sharing in AOS Quick Configuration Guide

Configuring IP Load Sharing in AOS Quick Configuration Guide Configuring IP Load Sharing in AOS Quick Configuration Guide ADTRAN Operating System (AOS) includes IP Load Sharing for balancing outbound IP traffic across multiple interfaces. This feature can be used

More information