Advanced OTV Configure, Verify and Troubleshoot OTV in Your Network

Size: px
Start display at page:

Download "Advanced OTV Configure, Verify and Troubleshoot OTV in Your Network"

Transcription

1

2 Advanced OTV Configure, Verify and Troubleshoot OTV in Your Network Andy Gossett, Customer Support Engineer, Cisco Services

3 Agenda OTV Introduction Configuration Multicast Transport Unicast-only Transport New Features Verification Adjacency Unicast Forwarding Multicast Forwarding ARP Troubleshooting 3

4 Introduction Overlay Transport Virtualization (OTV) in a Nutshell OTV is a MAC-in-IP method that extends Layer 2 connectivity across a transport network infrastructure OTV supports both multicast and unicast-only transport networks OTV uses ISIS as the control protocol OTV on Nexus7000 does not encrypt encapsulated payload 4

5 Introduction Terminology: Edge Device Performs OTV functions Multiple OTV Edge Devices can exists at each site OTV requires the Transport Services (TRS) license Creating non default VDC s requires Advanced Services license Edge Devices 5

6 Introduction Terminology: Internal Interfaces Regular layer 2 interfaces facing the site No OTV configuration required Supported on M-series modules Support for F1 and F2e starting in 6.2 Internal Interfaces 6

7 Introduction Terminology: Join Interface Uplink on Edge device that joins the Overlay Forwards OTV control and data traffic Layer 3 interface Currently supported only on M-series modules Join Interfaces 7

8 Introduction Terminology: Overlay Interface Virtual Interface where the OTV configurations are applied Multi-access multicast-capable interface Encapsulates Layer 2 frames 8

9 Introduction Terminology: Authoritative Edge Device OTV supports multiple edge devices per site A single OTV device is elected as AED on a per-vlan basis The AED is responsible for advertising MAC reachability and forwarding traffic into and out of the site for its VLANs AED for odd VLANs 9

10 Introduction Terminology: Authoritative Edge Device OTV supports multiple edge devices per site A single OTV device is elected as AED on a per-vlan basis The AED is responsible for advertising MAC reachability and forwarding traffic into and out of the site for its VLANs AED for even VLANs 10

11 Introduction Terminology: Site VLAN Prior to 5.2(1) OTV used only communication on the site vlan for AED election I m AED for Even VLANs I m AED for Odd VLANs OTV Hello OTV Hello 11

12 Introduction Terminology: Site VLAN Prior to 5.2(1) OTV used only communication on the site vlan for AED election Misconfiguration or connectivity issues on the site vlan could result in active/active AED mode I m AED for All VLANs I m AED for All VLANs OTV Hello OTV Hello 12

13 Introduction Terminology: Site VLAN and Site Identifier 5.2(1) added Dual Site Adjacency 1. Site Adjacency established across the site vlan 2. Overlay Adjacency established via the Join interface across Layer 3 network I m AED for Even VLANs OTV Hello Site-ID Full Adjacency I m AED for Odd VLANs OTV Hello Site-ID OTV Hello Site-ID OTV Hello Site-ID

14 Introduction Terminology: Site VLAN and Site Identifier If a communication problem occurs on the site vlan, each OTV device can still advertise AED capabilities across overlay to prevent an active/active scenario I m AED for Even VLANs OTV Hello Site-ID I m AED for Odd VLANs OTV Hello Site-ID Partial Adjacency OTV Hello Site-ID OTV Hello Site-ID

15 Introduction Terminology: Site VLAN and Site Identifier Dual Site Adjacency also has mechanism for advertising AED capabilities on local failure to improve convergence Join interface down I m not AED capable I m AED for Even VLANs Partial Adjacency I m AED for Odd VLANs I m now AED ALL VLANs I m not AED capable 15

16 Introduction Terminology: Site VLAN and Site Identifier Dual Site Adjacency also has mechanism for advertising AED capabilities on local failure to improve convergence Join interface down Internal Vlans down I m not AED capable I m AED for Even VLANs I m not AED capable Partial Adjacency I m AED for Odd VLANs I m now AED ALL VLANs 16

17 Introduction Terminology: Site VLAN and Site Identifier Dual Site Adjacency also has mechanism for advertising AED capabilities on local failure to improve convergence Join interface down Internal Vlans down AED down or initializing I m now AED EVEN VLANs Initializing I m now AED capable Full Adjacency I m AED for ALL VLANs I m now AED ODD VLANs I m now AED capable 17

18 Introduction Overlay Transport Multicast Transport vs. Unicast Transport Packet Type ISIS Hello, Unicast Transport ISIS Hello, Multicast Transport OTV Header for User Data IP Length 1450B 1442B 42B 18

19 Introduction MTU Reference Slide OTV adds a 42 Byte header to both ISIS control traffic and encapsulated data traffic. OTV sets the DF (Don t Fragment) bit on all packets For OTV adjacencies to come up, transport must support MTU: 1442 Bytes for multicast transport 1450 Bytes for unicast transport To successfully forward standard 1500 Byte packets for host applications, ensure that transport supports at least 1542 Byte MTU 19

20 Agenda OTV Introduction Configuration Multicast Transport Unicast-only Transport New Features Verification Adjacency Unicast Forwarding Multicast Forwarding ARP Troubleshooting 20

21 Configuration Enable OTV Feature feature West East 21

22 Configuration Site VLAN and Site Identifier Site VLAN needs to be configured and active even if you do not have multiple OTV devices in the same site site VLAN should not be extended across overlay Site Identifier can be any number between and ffff.ffff.ffff. Value will always be displayed in MAC format Site Identifier must be unique for each site Site Identifier is required in 5.2(1) and above for overlay to come up. This must be kept in mind when performing an ISSU from a pre-5.2(1) release Service Impacting 22

23 Configuration Site VLAN and Site Identifier site-vlan 210 site-identifier site-vlan 210 site-identifier West East 23

24 Configuration Internal Interface interface port-channel 103 switchport switchport mode trunk West East 24

25 Agenda OTV Introduction Configuration Multicast Transport Unicast-only Transport New Features Verification Adjacency Unicast Forwarding Multicast Forwarding ARP Troubleshooting 25

26 Configuration Multicast Transport: Overlay Multicast Transport requires the configuration of a control-group and datagroup Adjacencies are built and MAC reachability information is exchanged over the control-group The data-group is an source specific multicast (SSM) delivery group for extending multicast traffic across the overlay. It can be configured as any subnet within the transport s SSM range. The data-group range should not overlap with the control-group 26

27 Configuration Multicast Enabled West feature pim ip pim rp-address <rp> interface port-channel y ip pim sparse-mode ip igmp version 3 East 27

28 Configuration Multicast Transport West interface Overlay1 join-interface port-channel100 control-group data-group /24 extend-vlan East interface port-channel 100 mtu 9216 ip address /30 ip igmp version 3 28

29 Configuration Multicast Transport Full Picture West WEST_OTVA feature site-vlan 210 site-identifier interface Overlay1 join-interface port-channel100 control-group data-group /24 extend-vlan no shutdown EAST_OTVA feature site-vlan 210 site-identifier interface Overlay1 join-interface port-channel100 control-group data-group /24 extend-vlan no shutdown East interface port-channel100 mtu 9216 ip address /30 ip igmp version 3 interface port-channel100 mtu 9216 ip address /30 ip igmp version 3 29

30 Agenda OTV Introduction Configuration Multicast Transport Unicast-only Transport New Features Verification Adjacency Unicast Forwarding Multicast Forwarding ARP Troubleshooting 30

31 Configuration Unicast Transport: Overlay OTV can run across a unicast only transport Unicast Transport requires the configuration of one or more adjacency servers. OTV devices register with the adjacency server which in turn provides each with an OTV Neighbor List (onl). Think of the adjacency server as a special process running on a generic OTV edge device A primary and secondary adjacency server can be configured for redundancy 31

32 Configuration Unicast Transport: Adjacency Server Reference Slide Primary and Secondary Adjacency servers are stateless; every OTV client must register with both servers OTV client will not process the onl from the secondary server while the primary server is still active OTV uses graceful exit of Adjacency Servers. If the primary server is rebooted or reconfigured, it can notify the OTV clients allowing them to immediately use the secondary. 32

33 Configuration Unicast Transport: Primary Adjacency Server Overlay West interface Overlay1 join-interface port-channel100 extend-vlan adjacency-server unicast-only East 33

34 Configuration Unicast Transport: Secondary Adjacency Server Overlay West interface Overlay1 Primary Server join-interface port-channel100 extend-vlan use-adjacency-server unicast-only adjacency-server unicast-only East 34

35 Configuration Unicast Transport: Client Overlay West Primary Server interface Overlay1 join-interface port-channel100 extend-vlan use-adjacency-server unicast-only Secondary Server East 35

36 Configuration Unicast Transport: Full Picture WEST_OTVA feature site-vlan 210 site-identifier EAST_OTVA feature site-vlan 210 site-identifier interface Overlay1 join-interface port-channel100 extend-vlan use-adjacency-server unicast-only adjacency-server unicast-only no shutdown West interface Overlay1 join-interface port-channel100 extend-vlan adjacency-server unicast-only no shutdown interface port-channel100 mtu 9216 ip address /30 East interface port-channel100 mtu 9216 ip address /30 36

37 Configuration Unicast Transport: Full Picture WEST_OTVB feature site-vlan 210 site-identifier interface Overlay1 join-interface port-channel100 extend-vlan use-adjacency-server West unicast-only no shutdown EAST_OTVB feature site-vlan 210 site-identifier interface Overlay1 join-interface port-channel100 extend-vlan use-adjacency-server unicast-only East no shutdown interface port-channel100 mtu 9216 ip address /30 interface port-channel100 mtu 9216 ip address /30 37

38 Configuration Authentication Reference Slide OTV supports authentication of Hello messages along with authentication of PDU s! Configure OTV key chain key chain OTVKeys key 1 key-string 0 cisco! Apply md5 authentication to OTV Hellos interface Overlay1 isis authentication-type md5 isis authentication key-chain OTVKeys! Apply md5 authentication to OTV PDUs -isis default vpn Overlay1 authentication-check authentication-type md5 authentication key-chain OTVKeys 38

39 Agenda OTV Introduction Configuration Multicast Transport Unicast-only Transport New Features Verification Adjacency Unicast Forwarding Multicast Forwarding ARP Troubleshooting 39

40 New Features Targeted 6.2 F1/F2E used as Internal Interfaces Selective Unicast Flooding Dedicated Data Broadcast Forwarding Multicast Group Source-Interface with Loopback Tunnel Depolarization with Secondary IP OTV VLAN Translation flood mac AC9.00A2 vlan 202 interface Overlay1 source-interface loopback0 broadcast-group control-group data-group /24 extend-vlan vlan mapping 203 to

41 New Features Source-Interface with Loopback Targeted 6.2 Join Interface Limitations Bandwidth to the core is limited to one physical link or port-channel Changes to join-interface will churn all OTV overlay states, since the overlay encapsulation for all routes need to be updated PIM cannot be enabled on the join-interface, since the OTV solution assumes it's an IGMP host interface Unable to utilize the redundancy of multiple uplinks when available, and the flexibility of dynamic unicast routing convergence on uplink failures If join-interface goes down, the connectivity to the core is broken. User intervention is needed to provide alternate core connectivity 41

42 New Features Source-Interface with Loopback Targeted 6.2 Overlay uses source-interface command to source OTV traffic from the edge device and source joins to receive multicast traffic from the core West East Multiple L3 uplinks connected to OTV edge device, each running PIM and an IGP with IPv4. OTV device can now act as first-hop/last-hop multicast router instead of IGMP client 42

43 New Features Source-Interface with Loopback West WEST_OTVA OTV Config feature site-vlan 210 site-identifier interface Overlay1 source-interface loopback0 control-group data-group /24 extend-vlan no shutdown WEST_OTVA PIM and IGP Config feature pim feature ospf ip pim rp-address group-list /32 ip pim ssm range /24 router ospf 1 interface loopback0 ip address /32 ip router ospf 1 area ip pim sparse-mode interface Ethernet3/2 mtu 9216 ip address /24 ip router ospf 1 area ip pim sparse-mode interface Ethernet3/3 mtu 9216 ip address /24 ip router ospf 1 area ip pim sparse-mode Targeted 6.2 East multiple L3 uplinks 43

44 New Features Tunnel Depolarization with Secondary IP Targeted 6.2 All encapsulated traffic between AED s have same source and destination IP s limiting the advantages of Etherchannel and ECMP load-balancing West East A1->B1 44

45 New Features Tunnel Depolarization with Secondary IP Targeted 6.2 Secondary IPs allows OTV to forward traffic between multiple endpoints to prevent polarization along the path West Interface loopback0 ip address /32 ip address /32 secondary East Interface loopback0 ip address /32 ip address /32 secondary WEST_OTVA# show (output omitted) Source interface : Lo0 ( ) Secondary IP Addresses: :

46 New Features Tunnel Depolarization with Secondary IP Targeted 6.2 West A4->B4 A2->B2 A3->B3 A1->B1 WEST_OTVA# show tunnel internal implicit detail Tunnel16392 is up Tunnel source , destination packets output, 1 minute output rate 7730 packets/sec packets input, 1 minute input rate 8033 packets/sec Tunnel16393 is up Tunnel source , destination packets output, 1 minute output rate 7432 packets/sec packets input, 1 minute input rate 6843 packets/sec Tunnel16394 is up Tunnel source , destination Last clearing of "show interface" counters never packets output, 1 minute output rate 6244 packets/sec packets input, 1 minute input rate 7437 packets/sec Tunnel16395 is up Tunnel source , destination packets output, 1 minute output rate 8325 packets/sec packets input, 1 minute input rate 7437 packets/sec East 46

47 New Features OTV VLAN Translation Targeted 6.2 VLAN translation allows OTV to map a local VLAN to a remote VLAN. West interface Overlay0 extend-vlan 202, 303 East Vlan 203 Vlan 203 Vlan 303 Vlan 303 interface Overlay0 extend-vlan vlan mapping 203 to 303 WEST_OTVA# show vlan-mapping Original VLAN -> Translated VLAN >

48 Agenda OTV Introduction Configuration Multicast Transport Unicast-only Transport New Features Verification Adjacency Unicast Forwarding Multicast Forwarding ARP Troubleshooting 48

49 Verification Adjacency: IP Connectivity For both multicast and unicast transports, adjacencies cannot be formed without IP connectivity between each OTV edge device WEST_OTVA#! Ping EAST_OTVA join interface WEST_OTVA# ping count 1 PING ( ): 56 data bytes 64 bytes from : icmp_seq=0 ttl=251 time=1.287 ms ping statistics packets transmitted, 1 packets received, 0.00% packet loss WEST_OTVA#! Ping EAST_OTVB join interface WEST_OTVA#! Ping WEST_OTVB join interface 49

50 Verification Adjacency: Overlay Verify overlay and site-vlan are up WEST_OTVA# show Multicast Transport WEST_OTVA# show Unicast Transport OTV Overlay Information Site Identifier Overlay interface Overlay1 VPN name : Overlay1 VPN state : UP Extended vlans : (Total:10) Control group : Data group range(s) : /24 Join interface(s) : Po100 ( ) Site vlan : 210 (up) AED-Capable : Yes Capability : Multicast-Reachable OTV Overlay Information Site Identifier Overlay interface Overlay1 VPN name : Overlay1 VPN state : UP Extended vlans : (Total:10) Join interface(s) : Po100 ( ) Site vlan : 210 (up) AED-Capable : Yes Capability : Unicast-Only Is Adjacency Server : Yes Adjacency Server(s) : [None] / [None] 50

51 Verification Adjacency: ISIS Hello (IIH) statistics WEST_OTVA# show isis site statistics begin PDU OTV-IS-IS PDU statistics for site-vlan: PDU Received Sent RcvAuthErr OtherRcvErr ReTransmit LAN-IIH n/a CSNP n/a PSNP n/a LSP WEST_OTVA# show isis traffic OTV-IS-IS process: default VPN: Overlay1 OTV-IS-IS Traffic: PDU Received Sent RcvAuthErr OtherRcvErr ReTransmit LAN-IIH n/a CSNP n/a PSNP n/a LSP

52 Adjacency: ISIS Hello over Multicast Transport ISIS Hellos have packet size of 1442 Bytes through multicast transport 1400B ISIS + 42B OTV header OTV ISIS sent on multicast control-group, sourced from join interface System ID and Site Identifier included in Hello 52

53 Adjacency: ISIS Hello over Unicast Transport ISIS Hellos have packet size of 1450 Bytes through unicast transport 1400B ISIS + 42B OTV header + 8B UDP OTV ISIS via unicast, sourced and destined between join interfaces OTV ISIS Hello sent encapsulated in UDP unicast on port 8472 System ID and Site Identifier included in Hello 53

54 Verification Adjacency: Multicast Transport (join-interface) OTV join interfaces are configured with IGMPv3. Therefore, from the transport's perspective, the OTV edge devices appear as host sending and requesting traffic from the control-group. Ensure (S,G) and (*,G) state is created at first-hop router for each edge device West East CORE#show ip mroute summary [output omitted] (*, ), 01:15:56/00:03:06, RP , OIF count: 4, flags: S ( , ), 00:47:13/00:03:25, OIF count: 3, flags: T ( , ), 00:47:06/00:03:15, OIF count: 3, flags: T ( , ), 00:56:40/00:03:25, OIF count: 3, flags: T ( , ), 00:57:17/00:03:25, OIF count: 3, flags: T 54

55 Verification Adjacency: Multicast Transport (source-interface) Reference Slide OTV Edge device is acting as the first-hop/last-hop router, therefore it should have (*,G) for the control group and (S,G) for each OTV edge device Targeted 6.2 Interface Overlay1 source-interface loopback 0 Interface West loopback0 ip address /32 Interface Overlay1 source-interface loopback 0 Interface loopback0 East ip address /32 Interface Overlay1 source-interface loopback 0 Interface loopback0 ip address /32 Interface Overlay1 source-interface loopback 0 Interface loopback0 ip address /32 55

56 Verification Adjacency: Multicast Transport (source-interface) Reference Slide OTV Edge device is acting as the first-hop/last-hop router, therefore it ( /32, /32), uptime: 17:30:05, ip mrib pim should have (*,G) for the control group Incoming interface: and (S,G) loopback0, for RPF each nbr: OTV edge device West WEST_OTVA# show ip mroute IP Multicast Routing Table for VRF "default" (*, /32), uptime: 17:30:09, ip pim Incoming interface: Ethernet3/2, RPF nbr: Outgoing interface list: (count: 1) loopback0, uptime: 17:30:09, Outgoing interface list: (count: 3) Ethernet3/4, uptime: 17:27:03, pim Ethernet3/2, uptime: 17:27:49, pim loopback0, uptime: 17:30:05, mrib,, (RPF) ( /32, /32), uptime: 17:27:49, ip mrib pim Incoming interface: Ethernet3/3, RPF nbr: Outgoing interface list: (count: 2) Overlay1, uptime: 17:27:49, loopback0, uptime: 17:27:49, mrib Targeted 6.2 East ( /32, /32), uptime: 17:27:49, pim mrib ip Incoming interface: Ethernet3/4, RPF nbr: Outgoing interface list: (count: 2) Overlay1, uptime: 17:27:49, loopback0, uptime: 17:27:49, mrib ( /32, /32), uptime: 17:25:04, ip mrib pim Incoming interface: Ethernet3/5, RPF nbr: Outgoing interface list: (count: 2) Overlay1, uptime: 17:25:04, loopback0, uptime: 17:25:04, mrib 56

57 Verification Adjacency: ISIS Overlay Adjacencies West WEST_OTVA# show isis adjacency OTV-IS-IS process: default VPN: Overlay1 OTV-IS-IS adjacency database: System ID SNPA Level State Hold Time Interface Site-ID EAST_OTVB 64a0.e741.c841 1 UP 00:00:11 Overlay WEST_OTVB 64a0.e741.c842 1 UP 00:00:09 Overlay EAST_OTVA 6c9c.ed UP 00:00:13 Overlay East 57

58 Verification Adjacency: OTV Overlay Adjacencies WEST_OTVA# show adjacency Overlay Adjacency database West Overlay-Interface Overlay1 : Hostname System-ID Dest Addr Up Time State EAST_OTVA 6c9c.ed :34:34 UP EAST_OTVB 64a0.e741.c :34:30 UP WEST_OTVB 64a0.e741.c :34:30 UP East 58

59 Verification Adjacency: ISIS Site Adjacencies WEST_OTVA# show isis site OTV-ISIS site-information for: default West Level Metric CSNP Next CSNP Hello Multi Next IIH :00: Level Adjs AdjsUp Pri Circuit ID Since WEST_OTVA.01 * 23:57:51 East [output omitted] Neighbor SystemID: 64a0.e741.c842 [WEST_OTVB] IPv4 site groups:

60 Verification Adjacency: OTV Site Adjacencies WEST_OTVA# show site West Dual Adjacency State Description Full - Both site and overlay adjacency up Partial - Either site/overlay adjacency down Down - Both adjacencies are down (Neighbor is down/unreachable) (!) - Site-ID mismatch detected Local Edge Device Information: Hostname WEST_OTVA System-ID 6c9c.ed Site-Identifier Site-VLAN 210 State is Up Site Information for Overlay1: Local device is AED-Capable Neighbor Edge Devices in Site: 1 Hostname System-ID Adjacency- Adjacency- AED- State Uptime Capable WEST_OTVB 64a0.e741.c842 Full 23:57:51 Yes East 60

61 Verification Authoritative Edge Device (AED) WEST_OTVA# show vlan OTV Extended VLANs and Edge Device State Information (* - AED) West VLAN Auth. Edge Device Vlan State Overlay WEST_OTVB inactive(non AED)Overlay1 201* WEST_OTVA active Overlay1 East 61

62 Agenda OTV Introduction Configuration Multicast Transport Unicast-only Transport New Features Verification Adjacency Unicast Forwarding Multicast Forwarding ARP Troubleshooting 62

63 Verification Unicast Forwarding West Host on vlan 201 IP MAC 001b.d AED vlan 201 AED vlan 201 Host on vlan 201 IP MAC 001f.6c75.1d42 East 63

64 Verification Unicast Forwarding Simplified topology based on AED for vlan 201 Let s assume that ARP has already resolved between hosts West East Po103 Po100 Po100 Po101 vlan b.d vlan f.6c75.1d42 64

65 Verification Unicast Forwarding: User on Site West Sends Unicast Packet to Site East Packet is received on internal interface on OTV AED Verify CAM entry and OTV route West vlan b.d WEST_OTVA# show mac address-table address 001f.6c75.1d42 vlan 201 Legend: * - primary entry, G - Gateway MAC, (R) - Routed MAC, O - Overlay MAC age - seconds since last seen,+ - primary entry using vpc Peer-Link VLAN MAC Address Type age Secure NTFY Ports/SWID.SSID.LID O f.6c75.1d42 dynamic 0 F F Overlay1 WEST_OTVA# show route 001f.6c75.1d42 Po103 Po100 Po100 Po101 OTV Unicast MAC Routing Table For Overlay1 VLAN MAC-Address Metric Uptime Owner Next-hop(s) f.6c75.1d :02:25 overlay EAST_OTVA East vlan f.6c75.1d42 65

66 Verification Unicast Forwarding: User on Site West Sends Unicast Packet to Site East Verify next hop IP address for MAC WEST_OTVA# show adjacency Overlay Adjacency database West Overlay-Interface Overlay1 : Hostname System-ID Dest Addr Up Time State EAST_OTVA 6c9c.ed :34:34 East UP EAST_OTVB 64a0.e741.c :34:30 UP WEST_OTVB 64a0.e741.c :34:30 UP Po103 Po100 Po100 Po101 vlan b.d vlan f.6c75.1d42 66

67 Verification Unicast Forwarding: User on Site West Sends Unicast Packet to Site East Verify hardware adjacency and label OTV shim includes an MPLS label to identify the encapsulated VLAN. MPLS Label = 32 + vlan = 233 = 0xe9 West GRE Tunnel built between WEST_OTVA and EAST_OTVA vlan b.d WEST_OTVA# show system internal forwarding overlay 1 vlan 201 detail Dev No: 1 MPLS Label: 0xe9 VPN id: 10 TCAM Idx: 0x1ffa9 Adj Idx: 0x4302a Type: EoMPLS rc: 1 ccc: 6 pv: 0 l2_fwd: 1 Packets: 0 Bytes: 0 (BD: 21, Vlan Id: 201, Peer Id: 1) DevNo: 1 TCAM Idx: 0x1ff03 Adj Idx: 0x4303d Egress Lif: 0x8004 RDT: 1 Egress Lif East Base: 5 ccc: 0 pv: 1 l2_fwd: 1 rc: 1 label hi: 0x0 label low: 0xe90 Packets: 0 Bytes: 0 Tunnel adj index: 0x43037 GRE: YES Po103 Po100 Po100 Po101 DIP: SIP: LIF: 0x4074 DI: 0x421 ccc: 6 L2_FWD: NO RDT: YES Packets: 0 Bytes: 0 zone enforce: 0 vlan f.6c75.1d42 67

68 Verification Unicast Forwarding: User on Site West Sends Unicast Packet to Site East Verify incrementing counters on tunnel interface West WEST_OTVA# show tunnel internal implicit detail Tunnel16397 is up MTU 9178 bytes, BW 9 Kbit Transport protocol is in VRF "default" Tunnel protocol/transport GRE/IP Tunnel source , destination Last clearing of "show interface" counters never Tx packets output, 1 minute output rate 171 packets/sec Rx packets input, 1 minute input rate 171 packets/sec Po103 Po100 Po100 Po101 East vlan b.d vlan f.6c75.1d42 68

69 Unicast Forwarding: Encapsulated Packet 42 Byte OTV header overhead Increases packet size to 142 Bytes Packet sent unicast through transport with endpoint IP s of AED Join interface Label to identify vlan = 233 Original IP header maintained 69

70 Verification Unicast Forwarding: User on site West sends unicast packet to site East Encapsulated packet is received on Join interface of East AED For Decapsulation, verify hits against internal ACL EAST_OTVA# show system internal access-list output statistics begin Tcam Tcam 0 resource usage: Label_a = 0x802 Bank IPv4 West Class Policies: Tunnel Decap(Tunnel Decap on VRF default) Entries: [Index] Entry Po103 [Stats] Po100 Po100 Po [0006] redirect(0x4307d) / /32 [0] [0007] redirect(0x4307b) / /32 [0] vlan 201 [0009] redirect(0x43079) / /32 [18505] [0010] 001b.d permit ip / /0 [1444] East vlan f.6c75.1d42 70

71 Verification Unicast Forwarding: User on site West sends unicast packet to site East Verify OTV route for entry points to local site Verify CAM entry for destination MAC points out internal interface EAST_OTVA# show route 001f.6c75.1d42 vlan 201 OTV Unicast MAC Routing Table For Overlay1 VLAN MAC-Address Metric Uptime Owner Next-hop(s) West f.6c75.1d :01:50 site port-channel101 EAST_OTVA# show mac address-table address 001f.6c75.1d42 vlan 201 Po103 Po100 Po100 Po101 Legend: * - primary entry, G - Gateway MAC, (R) - Routed MAC, O - Overlay MAC age - seconds since last seen,+ - primary entry using vpc Peer-Link vlan VLAN 201 MAC Address Type age Secure NTFY Ports/SWID.SSID.LID * b.d f.6c75.1d42 dynamic 0 F F Po101 East vlan f.6c75.1d42 71

72 Verification Unicast Forwarding: User on site West sends unicast packet to site East Packet will be sent out internal interface at site East and L2 switched to the host Return path from East to West will be the same West East Po103 Po100 Po100 Po101 vlan b.d vlan f.6c75.1d42 72

73 Agenda OTV Introduction Configuration Multicast Transport Unicast-only Transport New Features Verification Adjacency Unicast Forwarding Multicast Forwarding ARP Troubleshooting 73

74 Verification Multicast Forwarding: IGMP Join from Client Client at West site requests traffic for multicast group There is no server sending traffic for this group Reference Slide West East Po103 Po100 Po100 Po101 vlan 201 Multicast Client vlan 201 Multicast Server

75 Verification Multicast Forwarding: IGMP Join from Client Multicast Transport Reference Slide WEST_OTVA# show ip igmp snooping groups vlan 201 Type: S - Static, D - Dynamic, R - Router port, F - Fabricpath core port Vlan Group Address Ver Type Port list v2 D Po103 WEST_OTVA# show mroute vlan 201 detail West vlan 201 Multicast Client OTV Multicast Routing Table For Overlay1 (201, *, ), metric: 0, uptime: 00:00:21, igmp Outgoing interface list: (count: 1) Po103 Po100 Po100 Po101 Po103, uptime: 00:00:21, igmp East vlan 201 Multicast Server

76 Verification Multicast Forwarding: IGMP Join from Client Multicast Transport Reference Slide (r) means there is a receiver that exists across the overlay EAST_OTVA# show mroute vlan 201 OTV Multicast Routing Table For Overlay1 (201, *, ), metric: 0, uptime: 00:00:01, overlay(r) Outgoing interface list: (count: 1) Overlay1, uptime: 00:00:01, isis_-default West East Po103 Po100 Po100 Po101 vlan 201 Multicast Client vlan 201 Multicast Server

77 Verification Multicast Forwarding: IGMP Join from Client Unicast Transport Reference Slide EAST_OTVA# show mroute vlan 201 detail OTV Multicast Routing Table For Overlay1 (201, *, ), metric: 0, uptime: 00:00:46, overlay(r) Outgoing interface list: (count: 1) Overlay1, WEST_OTVA, uptime: 00:00:46, isis_-default West East vlan 201 Multicast Client Po103 Po100 Po100 Po101 OIL contains Overlay and OTV neighbor in unicast mode as edge device is responsible for replications vlan 201 Multicast Server

78 Verification Multicast Forwarding: Multicast Server Discovery Server at East site starts sending traffic to group There are no clients requesting the stream Reference Slide West East Po103 Po100 Po100 Po101 vlan 201 Multicast Client vlan 201 Multicast Server

79 Verification Multicast Forwarding: Multicast Server Discovery Multicast Transport Reference Slide EAST_OTVA# show mroute vlan 201 detail OTV Multicast Routing Table For Overlay1 (201, , ), metric: 0, uptime: 00:00:30, site Outgoing interface list: (count: 0) Local Delivery: s = , g = EAST_OTVA# show data-group vlan 201 West Local Active Sources for Overlay1 East VLAN Active-Source Po103 Active-Group Po100 Delivery-Source Delivery-Group Join-IF State Po100 Po Po100 Local vlan 201 Multicast Client vlan 201 Multicast Server

80 Verification Multicast Forwarding: Multicast Server Discovery Multicast Transport Reference Slide (s) means there is a source that exists across the overlay WEST_OTVA# show mroute vlan 201 detail OTV Multicast Routing Table For Overlay1 (201, , ), metric: 0, uptime: 00:00:53, overlay(s) Outgoing interface list: (count: 0) Remote Delivery: s = , g = West vlan 201 Multicast Client WEST_OTVA# show data-group vlan 201 Remote Active Sources for Overlay1 Po103 Po100 Po100 Po101 VLAN Active-Source Active-Group Delivery-Source Delivery-Group Joined-I/F vlan 201 Multicast Server East 80

81 Verification Multicast Forwarding: Multicast Server Discovery Unicast Transport Reference Slide EAST_OTVA# show mroute vlan 201 detail OTV Multicast Routing Table For Overlay1 (201, , ), metric: 0, uptime: 00:00:11, site Outgoing interface list: (count: 0) Local Delivery: s = , g = West EAST_OTVA# show data-group vlan 201 Local Active Sources for Overlay1 Po103 Po100 Po100 Po101 VLAN Active-Source Active-Group Delivery-Source Delivery-Group Join-IF State vlan Multicast Client Local No delivery group in unicast mode East vlan 201 Multicast Server

82 Verification Multicast Forwarding: Multicast Server Discovery Unicast Transport Reference Slide No state created on West site WEST_OTVA# show mroute vlan 201 WEST_OTVA# show data-group vlan 201 West East Po103 Po100 Po100 Po101 vlan 201 Multicast Client vlan 201 Multicast Server

83 Verification Multicast Forwarding: Source and Client Present Multicast Transport (VLAN, *, G) created on West Side on receiving IGMP join from client and advertised to all edge devices WEST_OTVA knows of remote (VLAN,S,G) based on advertisement from EAST_OTVA West Po103 Po100 Po100 Po101 WEST_OTVA# show data-group Delivery group allocated by Remote Active Sources for Overlay1 EAST_OTVA for (VLAN,S,G) vlan 201 Multicast Client WEST_OTVA# show mroute vlan 201 detail OTV Multicast Routing Table For Overlay1 (201, *, ), metric: 0, uptime: 00:01:50, igmp Outgoing interface list: (count: 1) Po103, uptime: 00:01:50, igmp WEST_OTVA sends an IGMPv3 SSM join for the Delivery Source and the Delivery Group on its Join interface (201, , ), metric: 0, uptime: 00:04:47, overlay(s) Outgoing interface list: (count: 0) Remote Delivery: s = , g = East VLAN Active-Source Active-Group Delivery-Source Delivery-Group vlan Joined-I/F Multicast Server Po100 83

84 Verification Multicast Forwarding: Source and Client Present Multicast Transport EAST_OTVA# show data-group Local Active Sources for Overlay1 VLAN Active-Source Active-Group Delivery-Source Delivery-Group Join-IF State Po100 Local Local delivery group is allocated for directly connected source (VLAN, *, G) known on EAST_OTVA based off advertisement from WEST_OTVA (r) means there is a receiver that exists across the overlay EAST_OTVA# show mroute vlan 201 detail OTV Multicast West Routing Table For Overlay1 On receiving multicast traffic East from the local host, EAST_OTVA creates a (VLAN,S,G) (201, *, ), metric: 0, uptime: 00:01:42, overlay(r) and advertises to all edge devices Outgoing interface Po103 list: (count: Po100 1) Po100 Po101 Overlay1, uptime: 00:01:42, isis_-default Since there is a receiver across the overlay, Overlay1 is added in outgoing interface list (201, , ), metric: 0, uptime: 00:04:42, site vlan Outgoing 201 interface list: (count: 1) vlan 201 Multicast Overlay1, Client uptime: 00:01:42, Multicast Server Local Delivery: s = , g =

85 Multicast Encapsulated Packet, Multicast Transport Sourced from Join interface, and destined to first address in data-group Label to identify vlan = 233 Original IP header maintained 85

86 Verification Multicast Forwarding: Source and Client Present Unicast Transport Since core does not support multicast, West site cannot send SSM join for group. Instead, West needs only to communicate to East that it has a receiver and it will receive the group via unicast. Only the *,G is created in unicast mode on client site. West vlan 201 Multicast Client WEST_OTVA# show mroute detail OTV Multicast Routing Table For Overlay1 Po103 Po100 (201, *, ), metric: 0, uptime: Po100 00:00:17, igmp Po101 Outgoing interface list: (count: 1) Po103, uptime: 00:00:17, igmp East vlan 201 Multicast Server

87 Verification Multicast Forwarding: Source and Client Present Unicast Transport (VLAN,*,G) known on EAST_OTVA with Outgoing interface list containing Overlay1 WEST_OTVA EAST_OTVA# show mroute vlan 201 OTV Multicast Routing Table For Overlay1 (201, *, ), metric: 0, uptime: 00:00:46, overlay(r) Outgoing interface list: (count: 1) Overlay1, WEST_OTVA, uptime: 00:00:46, isis_-default Local (VLAN,S,G) created on EAST_OTVA on receiving directly connected source. WEST_OTVA copied into OIL based off (VLAN,*,G) (201, , ), metric: 0, uptime: 00:01:54, site Outgoing interface list: (count: 1) West East Overlay1, WEST_OTVA, uptime: 00:00:46, multicast group is encapsulated and sent via unicast to WEST_OTVA EAST_OTVA# show forwarding multicast route vlan 201! Some output omitted Po103 Po100 Po100 Po101 ( /32, /32), RPF Interface: NULL, flags: Received Packets: Bytes: Number of Outgoing Interfaces: 1 vlan 201 vlan 201 Outgoing Interface List Index: 25 Multicast Client Multicast Server Tunnel16407 Outgoing Packets:41096 Bytes: OTV unicast tunnel end-points: ( , ) vlan:

88 Multicast Encapsulated Packet, Unicast Transport Source and Destination IP between Join Interfaces Label to identify vlan = 233 Original IP header maintained 88

89 Agenda OTV Introduction Configuration Multicast Transport Unicast-only Transport New Features Verification Adjacency Unicast Forwarding Multicast Forwarding ARP Troubleshooting 89

90 Verification Address Resolution Protocol (ARP) We will assume that none of the devices in the topology have ARP or CAM entries for the hosts in vlan 201 West East Po103 Po100 Po100 Po101 vlan b.d vlan f.6c75.1d42 90

91 Verification ARP: Host at West Site Sends ARP Request for Host at East 1. Since it s a broadcast packet, it is forwarded to both the OTV devices at West site 2. Non AED at West site drops the broadcast packet (loop prevention) 3. AED learns the MAC address on its internal interface West vlan b.d WEST_OTVA# show mac address-table vlan 201 Po103 Po100 Legend: Po100 Po101 * - primary entry, G - Gateway MAC, (R) - Routed MAC, O - Overlay MAC age - seconds since last seen,+ - primary entry using vpc Peer-Link VLAN MAC Address Type age Secure NTFY Ports/SWID.SSID.LID vlan 201 * b.d dynamic 0 F F Po f.6c75.1d42 East 91

92 Verification ARP: Host at West Site Sends ARP Request for Host at East 4. On learning new MAC, West AED sends ISIS update to all OTV devices Single packet on multicast control group (Multicast Transport) Or, unicast to each adjacency (Unicast Transport) 5. Only AED at remote sites program new MAC into OTV route and CAM tables EAST_OTVA# show isis database detail i Host Vlan MAC Hostname West : WEST_OTVA Length : 9 Vlan : 201 : Metric : 1 MAC Address : 001b.d Po103 Po100 Po100 Po101 EAST_OTVA# show route vlan 201 VLAN MAC-Address Metric Uptime Owner Next-hop(s) vlan 001b.d :00:08 overlay WEST_OTVA EAST_OTVA# 001b.d show mac address-table vlan 201 VLAN MAC Address Type age Secure NTFY Ports/SWID.SSID.LID O b.d dynamic 0 F F Overlay1 East vlan f.6c75.1d42 92

93 Verification ARP: Host at West Site Sends ARP Request for Host at East 6. West AED performs lookup in ARP-ND (ARP- IPv6 Neighbor Discover) cache for East Host IP If an entry were present, West could send ARP reply (proxy) to local host without forwarding packet across overlay West WEST_OTVA# show arp-nd-cache OTV ARP/ND L3->L2 Address Mapping Cache! empty East Po103 Po100 Po100 Po101 vlan b.d vlan f.6c75.1d42 93

94 Verification ARP: Host at West Site Sends ARP Request for Host at East 7. Since there is no entry present in cache, West encapsulates ARP broadcast and sends to all OTV devices Single packet on multicast control group (Multicast Transport) Or, unicast to each adjacency (Unicast Transport) West East Po103 Po100 Po100 Po101 vlan b.d vlan f.6c75.1d42 94

95 Verification ARP: Encapsulated ARP Request Reference Slide Sourced from IP of Join Interface at West an destined to control group (or unicast to each neighbor) Broadcast ARP Request 95

96 Verification ARP: Host at West Site Sends ARP Request for Host at East 8. AED at East site receives packet on Join interface, decapsulates and sends it on internal interface toward host Non AED at East will also receive packet but will not forward West East Po103 Po100 Po100 Po101 vlan b.d vlan f.6c75.1d42 96

97 Verification ARP: Host at East Site Sends ARP Reply for Host at West 1. AED at East receives unicast Reply on its internal interface 2. East updates its CAM table with the MAC address pointing out its internal interface West East Po103 Po100 Po100 Po101 EAST_OTVA# show mac address-table vlan 201 Legend: vlan 201 * - primary entry, G - Gateway MAC, (R) - Routed MAC, O - Overlay MAC age - seconds since last seen,+ - primary entry using vpc Peer-Link VLAN 001b.d MAC Address Type age Secure NTFY Ports/SWID.SSID.LID O b.d dynamic 0 F F Overlay1 * f.6c75.1d42 dynamic 0 F F Po101 vlan f.6c75.1d42 97

98 Verification ARP: Host at East Site Sends ARP Reply for Host at West 3. On learning new MAC, East sends ISIS update to all OTV devices Single packet on multicast control group (Multicast Transport) Or, unicast to each adjacency (Unicast Transport) 4. Only AED at remote sites program new MAC into OTV route and CAM tables West East Po103 Po100 Po100 Po101 vlan b.d vlan f.6c75.1d42 98

99 Verification ARP: Host at East Site Sends ARP Reply for Host at West 3. On learning new MAC, East sends ISIS update to all OTV devices Single packet on multicast control group (Multicast Transport) WEST_OTVA# show isis database detail i Host Vlan MAC Hostname : WEST_OTVA Length : 9 Vlan : 201 : Metric : 1 MAC Address : 001b.d Or, unicast to each adjacency (Unicast Transport) 4. Only AED at remote sites Hostname program : EAST_OTVA new MAC into Length OTV : 9 route and CAM tables Vlan : 201 : Metric : 1 MAC Address : 001f.6c75.1d42 West vlan b.d WEST_OTVA# show route vlan 201 VLAN MAC-Address Metric Uptime Owner Next-hop(s) b.d :00:16 site Po103 Po103 Po100 Po100 Po f.6c75.1d :00:08 overlay EAST_OTVA East WEST_OTVA# show mac address-table vlan 201 VLAN MAC Address Type age Secure NTFY Ports/SWID.SSID.LID vlan * b.d dynamic 0 F F Po f.6c75.1d42 O f.6c75.1d42 dynamic 0 F F Overlay1 99

100 Verification ARP: Host at East Site Sends ARP Reply for Host at West 5. East performs lookup in its CAM for unicast destination. Because of previous ISIS update, East finds an entry pointing out overlay toward West 6. East encapsulates ARP reply and sends via unicast to West West East Po103 Po100 Po100 Po101 vlan b.d vlan f.6c75.1d42 100

101 Verification ARP: Encapsulated ARP Reply Reference Slide Sourced from IP of Join Interface at East destined to Join interface at West Unicast ARP Reply 101

102 Verification ARP: Host at East Site Sends ARP Reply for Host at West 7. West receives packet on Join Interface, decapsulates packet and sends out internal interface toward host 8. West updates ARP-ND cache for East Host from ARP received on Overlay WEST_OTVA# show arp-nd-cache OTV ARP/ND L3->L2 Address Mapping Cache West vlan b.d Overlay Interface Overlay1 VLAN MAC Address Layer-3 Address Age Expires In f.6c75.1d :00:04 00:07:55 Po103 Po100 Po100 Po101 East vlan f.6c75.1d42 102

103 Agenda OTV Introduction Configuration Multicast Transport Unicast-only Transport New Features Verification Adjacency Unicast Forwarding Multicast Forwarding ARP Troubleshooting 103

104 Troubleshooting MTU Verify appropriate MTU via ping between OTV join interfaces packet-size in NxOS represents size of data in ICMP packet To test MTU, must account for 8 Byte ICMP header, 20 Byte IP header Example: = , use packet-size of = , use packet-size of = , use packet-size of 1514 WEST_OTVA#! Verify transport supports MTU of 1542 WEST_OTVA# ping packet-size 1514 df-bit PING ( ): 1514 data bytes 1522 bytes from : icmp_seq=0 ttl=251 time=2.333 ms 104

105 Troubleshooting Partial Adjacency (!) Flag implies a mismatch site-id due 1. Receiving same site-id across overlay without site adjacency 2. Receiving different site-id across site adjacency WEST_OTVA# show site Dual Adjacency State Description Full - Both site and overlay adjacency up Partial - Either site/overlay adjacency down Down - Both adjacencies are down (Neighbor is down/unreachable) (!) - Site-ID mismatch detected! Some output omitted Hostname System-ID Adjacency- Adjacency- AED- State Uptime Capable WEST_OTVB 64a0.e741.c842 Partial (!) 00:15:16 No 105

106 Troubleshooting Partial Adjacency Partial Adjacency implies either the site or overlay adjacency is down. Both are required to maintained a full adjacency Most common reason for down overlay adjacency is PIM misconfiguration in transport (multicast transport) or insufficient MTU Ensure 1. Matching site-id configuration at each site 2. Sufficient MTU through transport 3. IP connectivity between each edge device 4. Correct PIM configuration through core for multicast transport 106

107 Troubleshooting ARP and CAM timer issue Asymmetrical routing with mis-match ARP timers can cause traffic to blackhole across OTV West N7k Po103 Po100 Po100 Po East Vlan 201: Vlan 202: c9c.ed Vlan 201: Vlan 202: f179.b640 Host 1, vlan , GW: b.d Host 2, vlan , GW: f.6c75.1d46 107

108 Troubleshooting ARP and CAM timer issue Reference Slide Host1 on vlan 201 sends packet toward Host2 who sits on vlan 202 Since hosts are on different subnets, Host1 sends unicast packet toward its gateway to route the packet West N7k Po103 Po100 Po100 Po East Vlan 201: Vlan 202: c9c.ed Vlan 201: Vlan 202: f179.b640 Host 1, vlan , GW: b.d Host 2, vlan , GW: f.6c75.1d46

109 Troubleshooting ARP and CAM timer issue Reference Slide The gateway on West site will use normal ARP procedure and resolve the address of Host2 on vlan 202 This process will update CAM entries on each OTV edge device West N7k Po103 Po100 Po100 Po East Vlan 201: Vlan 202: c9c.ed Vlan 201: Vlan 202: f179.b640 Host 1, vlan , GW: b.d Host 2, vlan , GW: f.6c75.1d46 109

110 Troubleshooting ARP and CAM timer issue Reference Slide Similar process will occur on East site as Host2 on vlan 202 sends packet toward its local gateway to reach Host1. Gateway at East will ARP for Host1, OTV edge devices will learn MAC of East gateway and Host1 West N7k Po103 Po100 Po100 Po East Vlan 201: Vlan 202: c9c.ed Vlan 201: Vlan 202: f179.b640 Host 1, vlan , GW: b.d Host 2, vlan , GW: f.6c75.1d46 110

111 Troubleshooting ARP and CAM timer issue Reference Slide At this point, each OTV device learns the Hosts and gateway MACs on each vlan West Host 1, vlan , GW: b.d WEST_OTVA# show mac add vlan 201 Legend: * - primary entry, G - Gateway MAC, (R) - Routed MAC, O - Overlay MAC age - seconds since last seen,+ - primary entry using vpc Peer-Link East VLAN MAC Address Type age Secure NTFY Ports/SWID.SSID.LID Po103 Po100 O f179.b640 dynamic 0 Po100 F F Overlay1 Po101 * b.d dynamic 400 F F Po103 * 201 6c9c.ed dynamic 400 F F Po103 N7k 6500 Vlan 201: Vlan 202: c9c.ed WEST_OTVA# show mac add vlan 202 Vlan 201: Legend: Vlan 202: * - primary entry, G - Gateway MAC, (R) - Routed 0014.f179.b640 MAC, O - Overlay MAC age - seconds since last seen,+ - primary entry using vpc Peer-Link VLAN MAC Address Type age Secure NTFY Ports/SWID.SSID.LID Host 2, vlan 202 O f179.b640 dynamic 0 F F , Overlay1 GW: O f.6c75.1d46 dynamic 0 F F 001f.6c75.1d46 Overlay1 * 202 6c9c.ed dynamic 0 F F Po

112 Troubleshooting ARP and CAM timer issue Reference Slide At this point, each OTV device learns the Hosts and gateway MACs on each vlan EAST_OTVA# show mac add vlan 201 Legend: * - primary entry, G - Gateway MAC, (R) - Routed MAC, O - Overlay MAC West age - seconds since last seen,+ - primary entry using vpc Peer-Link VLAN MAC Address Type age Secure NTFY Ports/SWID.SSID.LID * f179.b640 Po103 dynamic Po100 0 F F Po101 Po100 Po101 O b.d dynamic 0 F F Overlay1 O 201 6c9c.ed dynamic 0 F F Overlay1 N7k 6500 Vlan 201: EAST_OTVA# show mac add vlan 202 Vlan 202: Legend: 6c9c.ed * - primary entry, G - Gateway MAC, (R) - Routed MAC, O - Overlay MAC age - seconds since last seen,+ - primary entry using vpc Peer-Link VLAN MAC Address Type age Secure NTFY Ports/SWID.SSID.LID Host 1, vlan 201 * , 0014.f179.b640 GW: dynamic 410 F F Po b.d * f.6c75.1d46 dynamic 410 F F Po101 O 202 6c9c.ed dynamic 0 F F Overlay1 Vlan 201: Vlan 202: f179.b640 East Host 2, vlan , GW: f.6c75.1d46 112

113 Troubleshooting Since the traffic flow between Host1 and Host2 is routed traffic, OTV will only see source MAC of the gateways and destination of the Hosts ARP 25 min West DA: Host2 SA: N7k1 CAM 30 min DA: Host2 SA: N7k1 N7k Po103 Po100 Po100 Po DA: Host2 SA: N7k1 CAM 30 min DA: Host2 SA: N7k1 ARP 4 hours East DA: N7k SA: Host1 Vlan 201: Vlan 202: c9c.ed Vlan 201: DA: Host2 Vlan 202: SA: N7k f179.b640 Host 1, vlan , GW: b.d Host 2, vlan , GW: f.6c75.1d46 113

114 Troubleshooting Since the traffic flow between Host1 and Host2 is routed traffic, OTV will only see source MAC of the gateways and destination of the Hosts ARP 25 min West DA: Host1 SA: 6500 CAM 30 min DA: Host1 SA: 6500 N7k Po103 Po100 Po100 Po DA: Host1 SA: 6500 CAM 30 min DA: Host1 SA: 6500 ARP 4 hours East DA: Host1 SA: 6500 Vlan 201: Vlan 202: c9c.ed Vlan 201: DA: 6500 Vlan 202: SA: Host f179.b640 Host 1, vlan , GW: b.d Host 2, vlan , GW: f.6c75.1d46 114

115 Troubleshooting ARP and CAM timer issue Reference Slide The Nexus7000 gateway at West will refresh its ARP entry for Host2 after 25 minutes. This process will also update the CAM timer for the OTV edge devices West N7k Po103 Po100 Po100 Po East Vlan 201: Vlan 202: c9c.ed Vlan 201: Vlan 202: f179.b640 Host 1, vlan , GW: b.d Host 2, vlan , GW: f.6c75.1d46 115

116 Troubleshooting ARP and CAM timer issue Reference Slide The 6500 will not refresh ARP for 4 hours by default After 30 minutes, OTV West will age out Host1 MAC from its CAM. West will send ISIS update to all OTV neighbors to remove route to Host1 West N7k Po103 Po100 Po100 Po East Vlan 201: Vlan 202: c9c.ed Vlan 201: Vlan 202: f179.b640 Host 1, vlan , GW: b.d Host 2, vlan , GW: f.6c75.1d46 116

117 Troubleshooting ARP and CAM timer issue OTV does not send unknown unicast traffic across Overlay Subsequent packets from East toward Host1 will be dropped until Host1 MAC is relearned on West West N7k Po103 Po100 Po100 Po East EAST_OTVA# show mac add vlan 201 Legend: Vlan 201: * - primary Vlan 202: entry, G - Gateway MAC, (R) - Routed MAC, O - Overlay MAC age - 6c9c.ed seconds since last seen,+ - primary entry using vpc Peer-Link VLAN MAC Address Type age Secure NTFY Ports/SWID.SSID.LID * 201 Host 1, vlan 0014.f179.b dynamic 0 F F Po101 O , 6c9c.ed GW: dynamic 0 F F Overlay1 001b.d ! Host1 (001b.d ) MAC has been removed Vlan 201: Vlan 202: f179.b640 Host 2, vlan , GW: f.6c75.1d46 117

118 Troubleshooting ARP and CAM timer issue - Solution Solution: Change 6500 ARP timer to be less than OTV CAM timer ARP 25 min West CAM 30 min CAM 30 min ARP 25 min N7k Po103 Po100 Po100 Po East Vlan 201: Vlan 202: c9c.ed Vlan 201: Vlan 202: f179.b640 Host 1, vlan , GW: b.d Host 2, vlan , GW: f.6c75.1d46 118

119 Troubleshooting Network Load Balancer Services Some network load balancer services (NLBS) rely on flooding to reach all devices in the cluster Clusters that rely on a unicast IP to multicast MAC will be forwarded across overlay in same fashion as a broadcast packet without any additional configurations Encapsulated within the control group (multicast transport) Unicast to each OTV neighbor (unicast transport) Clusters that rely on a unicast IP to unicast MAC will be dropped 119

120 Troubleshooting Network Load Balancer Services Single Site Static MAC Solution Another Option: Force Flooding for Virtual MAC EAST_OTVA# show run i static mac address-table static ac9.00a2 vlan 201 interface port-channel101 EAST_OTVA# show route vlan 201 OTV Unicast MAC Routing Table For Overlay1 West VLAN MAC-Address Metric Uptime Owner Next-hop(s) ac9.00a2 1 00:00:11 site port-channel101 East WEST_OTVA# show route vlan 201 Po103 Po100 Po100 Po101 OTV Unicast MAC Routing Table For Overlay1 NLB Cluser ac9.00a2 VLAN MAC-Address Metric Uptime Owner Next-hop(s) ac9.00a :04:34 overlay EAST_OTVA 120

121 Troubleshooting Network Load Balancer Services Selective Unicast Flooding Solution Targeted 6.2 EAST_OTVA# show run i flood flood mac ac9.00a2 vlan 201! Same configuration on WEST_OTVA EAST_OTVA# show route vlan 201 i static VLAN MAC-Address Metric Uptime Owner Next-hop(s) ac9.00a2 0 00:00:57 static West East NLB Cluser ac9.00a2 Po103 Po100 Po100 Po101 Cluster can now exists at both sites NLB Cluser ac9.00a2 121

122 Troubleshooting Common Misconfiguration - First Hop Redundancy Protocols (FHRP) Isolation FHRP Isolation allows for local egress routing at each site to reduce traffic sent across the overlay. I.e., active gateways with the same Virtual IP and Virtual MAC at each site. Active Standby Active Standby OTV Block FHRP Traffic 122

123 Troubleshooting Common Misconfiguration - First Hop Redundancy Protocols (FHRP) Isolation 1. VLAN Access List (VACL) to drop Hellos! IP ACL's to drop HSRP Hellos,! forward other traffic ip access-list HSRP_IP 10 permit udp any /32 eq permit udp any /32 eq 1985 ip access-list ALL_IPs 10 permit ip any any! MAC ACL's to drop non-ip HSRP traffic,! forward other traffic mac access-list HSRP_VMAC 10 permit c07.ac ff any 20 permit c9f.f fff any mac access-list ALL_MACs 10 permit any any! Create the VACL vlan access-map HSRP_Localization 10 match mac address HSRP_VMAC match ip address HSRP_IP action drop vlan access-map HSRP_Localization 20 match mac address ALL_MACs match ip address ALL_IPs action forward! Apply the VACL to each extended vlan vlan filter HSRP_Localization vlan-list <OTV_Extended_VLANs> 123

124 Troubleshooting Common Misconfiguration - First Hop Redundancy Protocols (FHRP) Isolation 2. ARP Inspection Filter to drop ARP sourced from the Virtual MAC (preventing duplicate IP messages between Active Devices at each site)! Feature dhcp required for ARP inspection feature dhcp! Create the ARP access-list to deny traffic from Virtual MAC arp access-list HSRP_VMAC_ARP 10 deny ip any mac c07.ac00 ffff.ffff.ff00 20 deny ip any mac c9f.f000 ffff.ffff.f permit ip any mac any! Apply ARP ACL to each extended VLAN ip arp inspection filter HSRP_VMAC_ARP vlan <OTV_Extended_VLANs> 124

125 Troubleshooting Common Misconfiguration - First Hop Redundancy Protocols (FHRP) Isolation 3. Apply Route-Map to each Overlay to filter Virtual MAC (prevents virtual MAC from flapping between sites)! mac-list to deny advertising virtual MAC mac-list OTV_HSRP_VMAC_deny seq 10 deny c07.ac00 ffff.ffff.ff00 mac-list OTV_HSRP_VMAC_deny seq 11 deny c9f.f000 ffff.ffff.f000 mac-list OTV_HSRP_VMAC_deny seq 20 permit ! create the route-map route-map OTV_HSRP_filter permit 10 match mac-list OTV_HSRP_VMAC_deny! apply route-map to each overlay -isis default vpn Overlay1 redistribute filter route-map OTV_HSRP_filter 125

126 Summary OTV Introduction Configuration Multicast Transport Unicast-only Transport New Features Verification Adjacency Unicast Forwarding Multicast Forwarding ARP Troubleshooting 126

127 Further Reading and Resources Recommended Sessions: BRKDCT-2049 Overlay Transport Virtualization BRKDCT-2131 Mobility and Virtualization in the Data Center with LISP and OTV BRKDCT-3060 Deployment challenges with Interconnecting Data Centers BRKRST-3046 Advanced LISP - What's In It For Me? OTV Technology Introduction and Deployment Considerations: Configuring OTV IOS XE Wireshark 127

128 Complete Your Online Session Evaluation Give us your feedback and you could win fabulous prizes. Winners announced daily. Receive 20 Cisco Daily Challenge points for each session evaluation you complete. Complete your session evaluation online now through either the mobile app or internet kiosk stations. Maximize your Cisco Live experience with your free Cisco Live 365 account. Download session PDFs, view sessions on-demand and participate in live activities throughout the year. Click the Enter Cisco Live 365 button in your Cisco Live portal to log in. 128

129 Final Thoughts Get hands-on experience with the Walk-in Labs located in World of Solutions, booth 1042 Come see demos of many key solutions and products in the main Cisco booth 2924 Visit after the event for updated PDFs, on-demand session videos, networking, and more! Follow Cisco Live! using social media: Facebook: Twitter: LinkedIn Group: 129

130

131 Appendix ASR 1000 Support beginning in 3.5S Advance Enterprise Image or Advance IP Service (AES or AIS) to have the cli enabled Extended and site VLANs configured via EFP s and bridge-domains Multi-homing ASR and N7k OTV at same site is not supported (must be located at different sites) Support for multicast transport Support for unicast transport starting in 3.9S 131

132 Appendix ASR 1000 Configuration Internal Interface Site-ID and Site Bridge-Domain required Bridge-Domain must be forwarding on internal interface before adjacencies will be built site bridge-domain 210 site-identifier Bridge-domain for an extended VLAN Site Bridge-domain must be active on internal interface interface GigabitEthernet1/0/2 no ip address cdp enable service instance 201 ethernet encapsulation dot1q 201 bridge-domain 201 service instance 210 ethernet encapsulation dot1q 210 bridge-domain

133 Appendix ASR 1000 Configuration Join Interface Join Interface must be configured with IGMPv3 for multicast transport. Multicast routing must be enabled Enable IGMP snooping querier Configure PIM Passive mode on Join Interface ip multicast-routing distributed ip igmp snooping querier version 3 ip igmp snooping querier interface GigabitEthernet1/0/1 mtu 9000 ip address ip pim passive ip igmp version 3 133

134 Appendix ASR 1000 Configuration Overlay Configure control and data-groups Specify join-interface Create service instance for each bridge-domain that should be extended across overlay Do not extend site bridge-domain interface Overlay1 no ip address control-group data-group /24 join-interface GigabitEthernet1/0/1 service instance 201 ethernet encapsulation dot1q 201 bridge-domain

135 Appendix ASR 1000 Verify Overlay is UP SOUTH_OTVA#show Overlay Interface Overlay1 VPN name : None VPN ID : 1 State : UP AED Capable : Yes IPv4 control group : Mcast data group range(s): /24 Join interface(s) : GigabitEthernet1/0/1 Join IPv4 address : Tunnel interface(s) : Tunnel0 Encapsulation format : GRE/IPv4 Site Bridge-Domain : 210 Capability : Multicast-reachable Is Adjacency Server : No Adj Server Configured : No Prim/Sec Adj Svr(s) : None 135

136 Appendix ASR 1000 Verify Site Adjacency and AED SOUTH_OTVA#show site Site Adjacency Information (Site Bridge-Domain: 210) Overlay1 Site-Local Adjacencies (Count: 2) Hostname System ID Last Change Ordinal AED Enabled Status SOUTH_OTVB 001D.707E.1B00 01:02:23 0 site overlay * SOUTH_OTVA 001D.707E.3A00 00:42:08 1 site overlay SOUTH_OTVA#show vlan Key: SI - Service Instance Overlay 1 VLAN Configuration Information Inst VLAN Bridge-Domain Auth Site Interface(s) yes Gi1/0/2:SI201 Total VLAN(s): 1 Total Authoritative VLAN(s): 1 136

137 Appendix ASR 1000 Verify Overlay Adjacencies SOUTH_OTVA#show adjacency Overlay 1 Adjacency Database Hostname System-ID Dest Addr Up Time State EAST_OTVB 64a0.e741.c :06:21 UP WEST_OTVB 64a0.e741.c :06:21 UP WEST_OTVA 6c9c.ed :06:21 UP EAST_OTVA 6c9c.ed :06:21 UP SOUTH_OTVB 001d.707e.1b :29:48 UP Peering between ASR and N7k between sites is supported. 137

138 Appendix ASR 1000 Verify Locally and Remotely Learned Routes SOUTH_OTVA#show bridge-domain 201 mac dynamic address Port MAC Address Gi1/0/2 ServInst a.e2be.52cd SOUTH_OTVA#show route vlan 201 Codes: BD - Bridge-Domain, AD - Admin-Distance, SI - Service Instance, * - Backup Route Locally Learned MAC from Bridge-domain 201 OTV Unicast MAC Routing Table for Overlay1 Inst VLAN BD MAC Address AD Owner Next Hops(s) a.e2be.52cd 40 BD Eng Gi1/0/2:SI b.d ISIS WEST_OTVA f.6c75.1d42 50 ISIS EAST_OTVA MAC learned via ISIS from OTV peer 138

139 Appendix ASR 1000 Multicast Local Receiver (Bridge-domain, *,G) programmed based on IGMP join from client (Bridge-domain, S,G) created to deliver to local receiver once received from overlay SOUTH_OTVA#show mroute OTV Multicast Routing Table for Overlay1 Bridge-Domain = 201, s = *, g = * Outgoing interface list: Default, NoRedist Incoming interface count = 0, Outgoing interface count = 1 Bridge-Domain = 201, s = *, g = Outgoing interface list: Service Instance 201, GigabitEthernet1/0/2 Incoming interface count = 0, Outgoing interface count = 1 Bridge-Domain = 201, s = , g = Incoming interface list: Service Instance 201, Overlay1, 001f.6c75.1d42 Incoming interface count = 1, Outgoing interface count = 0 139

140 Appendix ASR 1000 Multicast Local Receiver SOUTH_OTVA#show data-group Flags: D - Local active source dynamically detected S - Local active source statically configured J - Data group has been joined in the core U - Data group has not been joined in the core IGMPv3 join sent to core for delivery group Remote Active Sources for Overlay1 BD Active-Source Active-Group Delivery-Source Delivery-Group Flags J 140

Contents. Introduction. Prerequisites. Requirements. Components Used

Contents. Introduction. Prerequisites. Requirements. Components Used Contents Introduction Prerequisites Requirements Components Used Background Information Terminology What is VXLAN? Why VXLAN? Configure Network Diagram Configurations 3172-A 9396-A 9396-B Verify Example

More information

Physical topology. Cat6k_2. Cat6k_1. g1/1. g1/1. g2/2. g3/18. g1/2 g3/17. g2/18. g1/2. e2/18 e3/1. e2/24. e2/24. e2/46. e2/46. e2/2. e2/6. f0/3.

Physical topology. Cat6k_2. Cat6k_1. g1/1. g1/1. g2/2. g3/18. g1/2 g3/17. g2/18. g1/2. e2/18 e3/1. e2/24. e2/24. e2/46. e2/46. e2/2. e2/6. f0/3. Physical topology Cat6k_1 g1/1 g3/18 g1/1 g2/2 Cat6k_2 g1/2 g3/17 g2/18 g1/2 e2/24 e2/10 e2/17 e2/18 e3/1 e2/24 N7k_1 N7k_2 e2/46 e2/6 e2/2 e2/46 f0/3 f0/2 3550_1 f0/48 f0/48 3550_2 Test Center Test Center

More information

Wide-Area Networking Configuration Guide: Overlay Transport Virtualization, Cisco IOS XE Release 3S

Wide-Area Networking Configuration Guide: Overlay Transport Virtualization, Cisco IOS XE Release 3S Wide-Area Networking Configuration Guide: Overlay Transport Virtualization, Cisco IOS XE Release 3S Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

OTV Technology Introduction and Deployment Considerations

OTV Technology Introduction and Deployment Considerations CHAPTER 1 OTV Technology Introduction and Deployment Considerations This document introduces a Cisco innovative LAN extension technology called Overlay Transport Virtualization (OTV). OTV is an IP-based

More information

HP Routing Switch Series

HP Routing Switch Series HP 12500 Routing Switch Series EVI Configuration Guide Part number: 5998-3419 Software version: 12500-CMW710-R7128 Document version: 6W710-20121130 Legal and notice information Copyright 2012 Hewlett-Packard

More information

Configuring PIM. Information About PIM. Send document comments to CHAPTER

Configuring PIM. Information About PIM. Send document comments to CHAPTER CHAPTER 3 This chapter describes how to configure the Protocol Independent Multicast (PIM) features on Cisco NX-OS switches in your IPv4 networks. This chapter includes the following sections: Information

More information

Overview. Overview. OTV Fundamentals. OTV Terms. This chapter provides an overview for Overlay Transport Virtualization (OTV) on Cisco NX-OS devices.

Overview. Overview. OTV Fundamentals. OTV Terms. This chapter provides an overview for Overlay Transport Virtualization (OTV) on Cisco NX-OS devices. This chapter provides an overview for Overlay Transport Virtualization (OTV) on Cisco NX-OS devices., page 1 Sample Topologies, page 6 OTV is a MAC-in-IP method that extends Layer 2 connectivity across

More information

Contents. Configuring EVI 1

Contents. Configuring EVI 1 Contents Configuring EVI 1 Overview 1 Layer 2 connectivity extension issues 1 Network topologies 2 Terminology 3 Working mechanism 4 Placement of Layer 3 gateways 6 ARP flood suppression 7 Selective flood

More information

Deploying LISP Host Mobility with an Extended Subnet

Deploying LISP Host Mobility with an Extended Subnet CHAPTER 4 Deploying LISP Host Mobility with an Extended Subnet Figure 4-1 shows the Enterprise datacenter deployment topology where the 10.17.1.0/24 subnet in VLAN 1301 is extended between the West and

More information

Next Generation MULTICAST In-band Signaling (VRF MLDP: Profile 6)

Next Generation MULTICAST In-band Signaling (VRF MLDP: Profile 6) Next Generation MULTICAST In-band Signaling (VRF MLDP: Profile 6) Contents Introduction Background Information MLDP Signaling In-Band Signaling Overlay or Out-Of-Band Signaling Label Distribution Protocol

More information

Lab 7-3 Routing IP Multicast with PIM Sparse Mode

Lab 7-3 Routing IP Multicast with PIM Sparse Mode Lab 7-3 Routing IP Multicast with PIM Sparse Mode Learning Objectives Implement and verify PIM-SM operation and adjacencies Implement and verify the use of a static rendezvous point Observe the shared

More information

Multicast in a VPN I. In This Chapter SR Advanced Configuration Guide Page 635

Multicast in a VPN I. In This Chapter SR Advanced Configuration Guide Page 635 Multicast in a VPN I In This Chapter This section provides information about multicast in a VPRN service. Topics in this section include: Applicability on page 636 Summary on page 637 Overview on page

More information

HP MSR Router Series. EVI Configuration Guide(V7) Part number: b Software version: CMW710-R0304 Document version: 6PW

HP MSR Router Series. EVI Configuration Guide(V7) Part number: b Software version: CMW710-R0304 Document version: 6PW HP MSR Router Series EVI Configuration Guide(V7) Part number: 5998-7360b Software version: CMW710-R0304 Document version: 6PW104-20150914 Legal and notice information Copyright 2015 Hewlett-Packard Development

More information

Configuring VRF-lite CHAPTER

Configuring VRF-lite CHAPTER CHAPTER 36 Virtual Private Networks (VPNs) provide a secure way for customers to share bandwidth over an ISP backbone network. A VPN is a collection of sites sharing a common routing table. A customer

More information

vpc Layer 3 Backup Routing with F1 and Peer Gateway

vpc Layer 3 Backup Routing with F1 and Peer Gateway vpc Layer 3 Backup Routing with F1 and Peer Gateway Document ID: 116740 Contributed by Andy Gossett, Cisco TAC Engineer. Dec 16, 2013 Contents Introduction Prerequisites Requirements Components Used Configure

More information

Module 7 Implementing Multicast

Module 7 Implementing Multicast Module 7 Implementing Multicast Lesson 1 Explaining Multicast Why Multicast? Used when sending same data to multiple receivers Better bandwidth utilization Less host/router processing Used when addresses

More information

Cisco Nexus 7000 Series NX-OS OTV Configuration Guide

Cisco Nexus 7000 Series NX-OS OTV Configuration Guide First Published: 2016-12-23 Last Modified: 2018-06-12 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 (6387)

More information

OTV Loopback Join Interface

OTV Loopback Join Interface This chapter contains the following sections: Finding Feature Information, page 1 Information About, page 1 Licensing Information for, page 2 Guidelines and Limitationsfor, page 2 Prerequisites for, page

More information

Configuring Multicast VPN Extranet Support

Configuring Multicast VPN Extranet Support Configuring Multicast VPN Extranet Support First Published: December 4, 2006 Last Updated: June 10, 2011 The Multicast VPN Extranet Support feature (sometimes referred to as the MVPN Extranet Support feature)

More information

VXLAN Design with Cisco Nexus 9300 Platform Switches

VXLAN Design with Cisco Nexus 9300 Platform Switches Guide VXLAN Design with Cisco Nexus 9300 Platform Switches Guide October 2014 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information. Page 1 of 39 Contents What

More information

Configuring VXLAN EVPN Multi-Site

Configuring VXLAN EVPN Multi-Site This chapter contains the following sections: About VXLAN EVPN Multi-Site, on page 1 Licensing Requirements for VXLAN EVPN Multi-Site, on page 2 Guidelines and Limitations for VXLAN EVPN Multi-Site, on

More information

Exam Questions

Exam Questions Exam Questions 642-997 DCUFI Implementing Cisco Data Center Unified Fabric (DCUFI) v5.0 https://www.2passeasy.com/dumps/642-997/ 1.Which SCSI terminology is used to describe source and destination nodes?

More information

IPv4 IGP Troubleshooting. IPv4 Routing Workflow. IPv4 routing can be subdivided into three discrete steps

IPv4 IGP Troubleshooting. IPv4 Routing Workflow. IPv4 routing can be subdivided into three discrete steps Internetwork Expert s CCNP Bootcamp IPv4 IGP Troubleshooting http:// IPv4 Routing Workflow IPv4 routing can be subdivided into three discrete steps Routing lookup Switching method Layer 2 encapsulation

More information

Overlay Transport Virtualization

Overlay Transport Virtualization Overlay Transport Virtualization Brian Farnham Technical Marketing Engineer Nexus 7000 Overlay Transport Virtualization Simplifying Data Center Interconnect Any Workload Anytime Anywhere 4 Session Objectives

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-997 Title : Implementing Cisco Data Center Unified Fabric (DCUFI) Vendor : Cisco

More information

BASIC MULTICAST TROUBLESHOOTING. Piotr Wojciechowski (CCIE #25543)

BASIC MULTICAST TROUBLESHOOTING. Piotr Wojciechowski (CCIE #25543) BASIC MULTICAST TROUBLESHOOTING Piotr Wojciechowski (CCIE #25543) ABOUT ME Senior Network Engineer MSO at VeriFone Inc. Previously Network Solutions Architect at one of top polish IT integrators CCIE #25543

More information

Lab 7-1 Implementing IGMP and IGMP Snooping

Lab 7-1 Implementing IGMP and IGMP Snooping Lab 7-1 Implementing IGMP and IGMP Snooping Learning Objectives Configure IGMP to join interfaces to a multicast group Verify the operation of IGMP at Layer 3 Analyze IGMP packets and packets sent to multicast

More information

FiberstoreOS IPv6 Security Configuration Guide

FiberstoreOS IPv6 Security Configuration Guide FiberstoreOS IPv6 Security Configuration Guide Contents 1 Configuring IPv6 over IPv4 Tunnel...4 1.1 Overview... 4 1.1.2 Manual Tunnel... 5 1.1.3 6to4 Tunnel... 6 1.1.4 ISATAP Tunnel...7 1.2 Configure Manual

More information

Contents. EVPN overview 1

Contents. EVPN overview 1 Contents EVPN overview 1 EVPN network model 1 MP-BGP extension for EVPN 2 Configuration automation 3 Assignment of traffic to VXLANs 3 Traffic from the local site to a remote site 3 Traffic from a remote

More information

Configuring Virtual Private LAN Service (VPLS) and VPLS BGP-Based Autodiscovery

Configuring Virtual Private LAN Service (VPLS) and VPLS BGP-Based Autodiscovery Configuring Virtual Private LAN Service (VPLS) and VPLS BGP-Based Autodiscovery Finding Feature Information, page 1 Configuring VPLS, page 1 Configuring VPLS BGP-based Autodiscovery, page 17 Finding Feature

More information

FiberstoreOS IPv6 Multicast Configuration Guide

FiberstoreOS IPv6 Multicast Configuration Guide FiberstoreOS IPv6 Multicast Configuration Guide Contents 1 Configuring IPv6 Multicast-Routing... 5 1.1 Overview... 5 1.2 Configuration... 5 1.3 Validation...5 2 Configuring MLD... 7 2.1 Overview... 7 2.2

More information

FiberstoreOS IPv6 Service Configuration Guide

FiberstoreOS IPv6 Service Configuration Guide FiberstoreOS IPv6 Service Configuration Guide Contents 1 Configuring IPv6 over IPv4 Tunnel...5 1.1 Overview...5 1.1.2 Manual Tunnel...6 1.1.3 6to4 Tunnel...6 1.1.4 ISATAP Tunnel...7 1.2 Configure Manual

More information

Introduction xvii. Assessment Test xxxiii

Introduction xvii. Assessment Test xxxiii Contents at a Glance Introduction xvii Assessment Test xxxiii Chapter 1 The Components of a Juniper Networks Router 1 Chapter 2 Interfaces 61 Chapter 3 Protocol-Independent Routing 107 Chapter 4 Routing

More information

VXLAN EVPN Multihoming with Cisco Nexus 9000 Series Switches

VXLAN EVPN Multihoming with Cisco Nexus 9000 Series Switches White Paper VXLAN EVPN Multihoming with Cisco Nexus 9000 Series Switches 2017 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information. Page 1 of 27 Contents Introduction...

More information

MLDP In-Band Signaling/Transit Mode

MLDP In-Band Signaling/Transit Mode This module contains information for configuring Multicast Label Distribution Protocol (MLDP) in-band signaling to enable the MLDP core to create (S,G) or (*,G) state without using out-of-band signaling

More information

Configuring IP Multicast over Unidirectional Links

Configuring IP Multicast over Unidirectional Links Configuring IP Multicast over Unidirectional Links IP multicast requires bidirectional communication, yet some networks include broadcast satellite links, which are unidirectional. Unidirectional link

More information

Nexus 9000/3000 Graceful Insertion and Removal (GIR)

Nexus 9000/3000 Graceful Insertion and Removal (GIR) White Paper Nexus 9000/3000 Graceful Insertion and Removal (GIR) White Paper September 2016 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information. Page 1 of 21

More information

FSOS Multicast Configuration Guide

FSOS Multicast Configuration Guide FSOS Multicast Configuration Guide Contents 1 Configuring IP Multicast-Routing...6 1.1 Overview...6 1.2 Configuration... 6 1.3 Validation... 6 2 Configuring IGMP... 8 2.1 Overview...8 2.2 References...9

More information

Configuring Virtual Private LAN Services

Configuring Virtual Private LAN Services Virtual Private LAN Services (VPLS) enables enterprises to link together their Ethernet-based LANs from multiple sites via the infrastructure provided by their service provider. This module explains VPLS

More information

Configuring IP Tunnels

Configuring IP Tunnels This chapter describes how to configure IP tunnels using Generic Route Encapsulation (GRE) on Cisco NX-OS devices. Information About IP Tunnels, page 1 Licensing Requirements for IP Tunnels, page 3 Prerequisites

More information

Data Center Configuration. 1. Configuring VXLAN

Data Center Configuration. 1. Configuring VXLAN Data Center Configuration 1. 1 1.1 Overview Virtual Extensible Local Area Network (VXLAN) is a virtual Ethernet based on the physical IP (overlay) network. It is a technology that encapsulates layer 2

More information

Enterprise. Nexus 1000V. L2/L3 Fabric WAN/PE. Customer VRF. MPLS Backbone. Service Provider Data Center-1 Customer VRF WAN/PE OTV OTV.

Enterprise. Nexus 1000V. L2/L3 Fabric WAN/PE. Customer VRF. MPLS Backbone. Service Provider Data Center-1 Customer VRF WAN/PE OTV OTV. 2 CHAPTER Cisco's Disaster Recovery as a Service (DRaaS) architecture supports virtual data centers that consist of a collection of geographically-dispersed data center locations. Since data centers are

More information

Advanced Network Training Multicast

Advanced Network Training Multicast Division of Brocade Advanced Network Training Multicast Larry Mathews Systems Engineer lmathews@brocade.com Training Objectives Session will concentrate on Multicast with emphasis on Protocol Independent

More information

Contents. Configuring MSDP 1

Contents. Configuring MSDP 1 Contents Configuring MSDP 1 Overview 1 How MSDP works 1 MSDP support for VPNs 6 Protocols and standards 6 MSDP configuration task list 7 Configuring basic MSDP features 7 Configuration prerequisites 7

More information

Configuring IP Multicast over Unidirectional Links

Configuring IP Multicast over Unidirectional Links Configuring IP Multicast over Unidirectional Links Last Updated: December 16, 2011 IP multicast requires bidirectional communication, yet some networks include broadcast satellite links, which are unidirectional.

More information

Configuring Virtual Port Channels

Configuring Virtual Port Channels Configuring Virtual Port Channels This chapter describes how to configure virtual port channels (vpcs) on Cisco Nexus 5000 Series switches. It contains the following sections: Information About vpcs, page

More information

Configuring IPv6 First-Hop Security

Configuring IPv6 First-Hop Security This chapter describes the IPv6 First-Hop Security features. This chapter includes the following sections: Finding Feature Information, on page 1 Introduction to First-Hop Security, on page 1 RA Guard,

More information

Question: 1 Which three parameters must match to establish OSPF neighbor adjacency? (Choose three.)

Question: 1 Which three parameters must match to establish OSPF neighbor adjacency? (Choose three.) Volume: 217 Questions Question: 1 Which three parameters must match to establish OSPF neighbor adjacency? (Choose three.) A. the process ID B. the hello interval C. the subnet mask D. authentication E.

More information

Configuring VRF-lite. Information About VRF-lite

Configuring VRF-lite. Information About VRF-lite Information About VRF-lite, page 1 Guidelines for, page 3 How to Configure VRF-lite, page 4 for IPv6, page 13 Additional Information for VRF-lite, page 23 Verifying VRF-lite Configuration, page 24 Configuration

More information

IPv6 Multicast Listener Discovery Protocol

IPv6 Multicast Listener Discovery Protocol Finding Feature Information, page 1 New and Changed Information, page 2 Restrictions for, page 2 Information About, page 2 How to Configure, page 5 Verifying, page 12 Additional References, page 14 Finding

More information

Configuring IPv4. Finding Feature Information. This chapter contains the following sections:

Configuring IPv4. Finding Feature Information. This chapter contains the following sections: This chapter contains the following sections: Finding Feature Information, page 1 Information About IPv4, page 2 Virtualization Support for IPv4, page 6 Licensing Requirements for IPv4, page 6 Prerequisites

More information

Troubleshoot Hardware Program for Multicast on 6500/7600 Devices

Troubleshoot Hardware Program for Multicast on 6500/7600 Devices Troubleshoot Hardware Program for Multicast on 6500/7600 Devices Contents Introduction Prerequisites Requirements Components Used Background Information Troubleshoot Verify Introduction This document describes

More information

Implementing VXLAN. Prerequisites for implementing VXLANs. Information about Implementing VXLAN

Implementing VXLAN. Prerequisites for implementing VXLANs. Information about Implementing VXLAN This module provides conceptual information for VXLAN in general and configuration information for layer 2 VXLAN on Cisco ASR 9000 Series Router. For configuration information of layer 3 VXLAN, see Implementing

More information

Data Center InterConnect (DCI) Technologies. Session ID 20PT

Data Center InterConnect (DCI) Technologies. Session ID 20PT Data Center InterConnect (DCI) Technologies Session ID 20PT Session Objectives The main goals of this session are: Highlighting the main business requirements driving Data Center Interconnect (DCI) deployments

More information

CCIE Service Provider v3.0 Sample Lab

CCIE Service Provider v3.0 Sample Lab CCIE Service Provider v3.0 Sample Lab Part 6/7 Vincent Jun Ling Zhou CCIE Service Provider Product Manager Cisco Systems SP Sample Lab Main Topology R13 S2/1.135.13/24 Backbone Carrier SP AS 1002 S2/1

More information

LISP Multicast. Finding Feature Information. Prerequisites for LISP Multicast

LISP Multicast. Finding Feature Information. Prerequisites for LISP Multicast The feature introduces support for carrying multicast traffic over a Locator ID Separation Protocol (LISP) overlay. This support currently allows for unicast transport of multicast traffic with head-end

More information

Contents. Configuring GRE 1

Contents. Configuring GRE 1 Contents Configuring GRE 1 Overview 1 GRE encapsulation format 1 GRE tunnel operating principle 1 GRE application scenarios 2 Protocols and standards 4 Configuring a GRE/IPv4 tunnel 4 Configuration guidelines

More information

Configuring Virtual Port Channels

Configuring Virtual Port Channels This chapter contains the following sections: Information About vpcs, page 1 Guidelines and Limitations for vpcs, page 10 Configuring vpcs, page 11 Verifying the vpc Configuration, page 25 vpc Default

More information

IPv6 Multicast Listener Discovery Protocol

IPv6 Multicast Listener Discovery Protocol Finding Feature Information, on page 1 Restrictions for, on page 1 Information About, on page 2 How to Configure, on page 4 Verifying, on page 11 Finding Feature Information Your software release may not

More information

VXLAN Overview: Cisco Nexus 9000 Series Switches

VXLAN Overview: Cisco Nexus 9000 Series Switches White Paper VXLAN Overview: Cisco Nexus 9000 Series Switches What You Will Learn Traditional network segmentation has been provided by VLANs that are standardized under the IEEE 802.1Q group. VLANs provide

More information

IPv6 Tunnel through an IPv4 Network

IPv6 Tunnel through an IPv4 Network IPv6 Tunnel through an IPv4 Network Document ID: 25156 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram Configurations (Manual IPv6 Mode) Configurations

More information

debug ip ospf database external default-metric subnet area 0 stub distribute-list in Serial0/1

debug ip ospf database external default-metric subnet area 0 stub distribute-list in Serial0/1 Which statement about stateless autoconfiguration is true? A host can autoconfigure itself by appending its MAC address to the local link prefix (64 bits). 2 Autoconfiguration allows devices to connect

More information

Vendor: Alcatel-Lucent. Exam Code: 4A Exam Name: Alcatel-Lucent Interior Routing Protocols and High Availability.

Vendor: Alcatel-Lucent. Exam Code: 4A Exam Name: Alcatel-Lucent Interior Routing Protocols and High Availability. Vendor: Alcatel-Lucent Exam Code: 4A0-101 Exam Name: Alcatel-Lucent Interior Routing Protocols and High Availability Version: Demo QUESTION 1 When a router receives an IP packet, but does not find a match

More information

IP Multicasting: Explaining Multicast Cisco Systems, Inc. All rights reserved. Cisco Academy

IP Multicasting: Explaining Multicast Cisco Systems, Inc. All rights reserved. Cisco Academy IP Multicasting: Explaining Multicast 2008 Cisco Systems, Inc. All rights reserved. Cisco Academy 1 IP Multicast Distribute information to large audiences over an IP network 2008 Cisco Systems, Inc. All

More information

Overlay Transport Virtualization Best Practices Guide

Overlay Transport Virtualization Best Practices Guide Configuration Guide Overlay Transport Virtualization Best Practices Guide Configuration Guide October 2013 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information.

More information

Multicast Troubleshooting

Multicast Troubleshooting Multicast Troubleshooting Denise Fish Fishburne Customer Proof of Concept Team Lead CCIE #2639, CCDE 2009:0014 BRKIPM-2264 Cisco Spark How Questions? Use Cisco Spark to chat with the speaker after the

More information

BGP-MVPN SAFI 129 IPv6

BGP-MVPN SAFI 129 IPv6 Subsequent Address Family Identifier (SAFI) 129, known as VPN Multicast SAFI, provides the capability to support multicast routing in the service provider's core IPv6 network. Border Gateway Protocol (BGP)

More information

IS-IS Operation. SANOG July, 2017 Gurgaon, INDIA

IS-IS Operation. SANOG July, 2017 Gurgaon, INDIA IS-IS Operation SANOG 30 14-18 July, 2017 Gurgaon, INDIA IS-IS Intermediate System to Intermediate System Designed for OSI networks to carry CLNS traffic (RFC1142 - ISO 10859) CLNP was to OSI, what IPv4/IPv6

More information

Multicast H3C Low-End Ethernet Switches Configuration Examples. Table of Contents

Multicast H3C Low-End Ethernet Switches Configuration Examples. Table of Contents Table of Contents Table of Contents Chapter 1 Protocol Overview... 1-1 1.1 Overview... 1-1 1.2 Support of Features... 1-2 1.3 Configuration Guidance... 1-3 1.3.1 Configuring IGMP Snooping... 1-3 1.3.2

More information

PracticeTorrent. Latest study torrent with verified answers will facilitate your actual test

PracticeTorrent.   Latest study torrent with verified answers will facilitate your actual test PracticeTorrent http://www.practicetorrent.com Latest study torrent with verified answers will facilitate your actual test Exam : 642-980 Title : Troubleshooting Cisco Data Center Unified Fabric (DCUFT)

More information

You must be familiar with IPv4 multicast routing configuration tasks and concepts.

You must be familiar with IPv4 multicast routing configuration tasks and concepts. The MLDP-based MVPN feature provides extensions to Label Distribution Protocol (LDP) for the setup of point-to-multipoint (P2MP) and multipoint-to-multipoint (MP2MP) label switched paths (LSPs) for transport

More information

Easy Virtual Network Configuration Example

Easy Virtual Network Configuration Example Easy Virtual Network Configuration Example Document ID: 117974 Contributed by Fabrice Ducomble, Cisco TAC Engineer. Aug 04, 2014 Contents Introduction Prerequisites Requirements Components Used Background

More information

Configuring Virtual Port Channels

Configuring Virtual Port Channels This chapter contains the following sections: Information About vpcs, page 1 Guidelines and Limitations for vpcs, page 10 Verifying the vpc Configuration, page 11 vpc Default Settings, page 16 Configuring

More information

GRE Tunnel with VRF Configuration Example

GRE Tunnel with VRF Configuration Example GRE Tunnel with VRF Configuration Example Document ID: 46252 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram Configurations Verify Troubleshoot Caveats

More information

Multicast Quick Start Configuration Guide

Multicast Quick Start Configuration Guide Multicast Quick Start Configuration Guide Document ID: 9356 Contents Introduction Prerequisites Requirements Components Used Conventions Dense Mode Sparse Mode with one RP Sparse Mode with Multiple RPs

More information

Layer 3 IP Multicast Architecture and Design in Cisco ACI Fabric

Layer 3 IP Multicast Architecture and Design in Cisco ACI Fabric White Paper Layer 3 IP Multicast Architecture and Design in Cisco ACI Fabric What You Will Learn Many enterprise data center applications require IP multicast support and rely on multicast packet delivery

More information

Nexus 7000 F3 or Mx/F2e VDC Migration Use Cases

Nexus 7000 F3 or Mx/F2e VDC Migration Use Cases Nexus 7000 F3 or Mx/F2e VDC Migration Use Cases Anees Mohamed Network Consulting Engineer Session Goal M1 VDC M1/M2 VDC M2/F3 VDC M1/F1 VDC M1/M2/F2e VDC F2/F2e/F3 VDC F2 VDC F3 VDC You are here This Session

More information

Configuring VRRP. Finding Feature Information. The Virtual Router Redundancy Protocol (VRRP) is an election protocol that dynamically assigns

Configuring VRRP. Finding Feature Information. The Virtual Router Redundancy Protocol (VRRP) is an election protocol that dynamically assigns The Virtual Router Redundancy Protocol (VRRP) is an election protocol that dynamically assigns responsibility for one or more virtual routers to the VRRP routers on a LAN, allowing several routers on a

More information

VXLAN Deployment Use Cases and Best Practices

VXLAN Deployment Use Cases and Best Practices VXLAN Deployment Use Cases and Best Practices Azeem Suleman Solutions Architect Cisco Advanced Services Contributions Thanks to the team: Abhishek Saxena Mehak Mahajan Lilian Quan Bradley Wong Mike Herbert

More information

MulticastForwardingInformationBaseOverview

MulticastForwardingInformationBaseOverview MulticastForwardingInformationBaseOverview The Multicast Forwarding Information Base (MFIB) architecture provides modularity and separation between the multicast control plane (Protocol Independent Multicast

More information

Cisco Overlay Transport Virtualization Technology Introduction and Deployment Considerations 2012 Cisco Systems, Inc. All rights reserved.

Cisco Overlay Transport Virtualization Technology Introduction and Deployment Considerations 2012 Cisco Systems, Inc. All rights reserved. Cisco Overlay Transport Virtualization Technology Introduction and Deployment Considerations January 17, 2012 CCDE, CCENT, CCSI, Cisco Eos, Cisco Explorer, Cisco HealthPresence, Cisco IronPort, the Cisco

More information

Operation Manual IPv4 Routing H3C S3610&S5510 Series Ethernet Switches. Table of Contents

Operation Manual IPv4 Routing H3C S3610&S5510 Series Ethernet Switches. Table of Contents Table of Contents Table of Contents Chapter 1 Static Routing Configuration... 1-1 1.1 Introduction... 1-1 1.1.1 Static Route... 1-1 1.1.2 Default Route... 1-1 1.1.3 Application Environment of Static Routing...

More information

Monitoring and Maintaining IP Multicast

Monitoring and Maintaining IP Multicast This module describes many ways to monitor and maintain an IP multicast network, such as displaying which neighboring multicast routers are peering with the local router displaying multicast packet rates

More information

Verifying IPv4 Multicast Forwarding Using the MFIB

Verifying IPv4 Multicast Forwarding Using the MFIB Verifying IPv4 Multicast Forwarding Using the MFIB This module describes how to verify IPv4 multicast forwarding using the Multicast Forwarding Information Base (MFIB) in multicast networks operating in

More information

Table of Contents 1 MSDP Configuration 1-1

Table of Contents 1 MSDP Configuration 1-1 Table of Contents 1 MSDP Configuration 1-1 MSDP Overview 1-1 Introduction to MSDP 1-1 How MSDP Works 1-2 Protocols and Standards 1-7 MSDP Configuration Task List 1-7 Configuring Basic Functions of MSDP

More information

Ch. 5 Maintaining and Troubleshooting Routing Solutions. Net412- Network troubleshooting

Ch. 5 Maintaining and Troubleshooting Routing Solutions. Net412- Network troubleshooting Ch. 5 Maintaining and Troubleshooting Routing Solutions Net412- Network troubleshooting Troubleshooting Routing Network Layer Connectivity EIGRP OSPF 2 Network Connectivity Just like we did when we looked

More information

Configuring IP Multicast Routing

Configuring IP Multicast Routing CHAPTER 45 This chapter describes how to configure IP multicast routing on the Catalyst 3750 Metro switch. IP multicasting is a more efficient way to use network resources, especially for bandwidth-intensive

More information

IP Multicast Load Splitting across Equal-Cost Paths

IP Multicast Load Splitting across Equal-Cost Paths IP Multicast Load Splitting across Equal-Cost Paths This module describes how to load split IP multicast traffic from different sources, or from different sources and groups, over Equal Cost Multipath

More information

Configuring MAC Address Tables

Configuring MAC Address Tables This chapter contains the following sections: Information About MAC Addresses, page 1 Guidelines for Configuring the MAC Address Tables, page 2 MAC Address Movement, page 2 Configuring MAC Addresses, page

More information

tunnel destination through tunnel source

tunnel destination through tunnel source tunnel destination, page 2 tunnel mode, page 6 tunnel source, page 12 1 tunnel destination tunnel destination To specify the destination for a tunnel interface, use the tunnel destination command in interface

More information

Configuring IP Multicast

Configuring IP Multicast CHAPTER 27 This chapter describes IP multicast routing on the Catalyst 4500 series switch. It also provides procedures and examples to configure IP multicast routing. Note For complete syntax and usage

More information

Chapter 3 Command List

Chapter 3 Command List Chapter 3 Command List This chapter lists all the commands in the CLI. The commands are listed in two ways: All commands are listed together in a single alphabetic list. See Complete Command List on page

More information

MPLS VPN over mgre. Finding Feature Information. Last Updated: November 1, 2012

MPLS VPN over mgre. Finding Feature Information. Last Updated: November 1, 2012 MPLS VPN over mgre Last Updated: November 1, 2012 The MPLS VPN over mgre feature overcomes the requirement that a carrier support multiprotocol label switching (MPLS) by allowing you to provide MPLS connectivity

More information

Configuring MSDP. Overview. How MSDP operates. MSDP peers

Configuring MSDP. Overview. How MSDP operates. MSDP peers Contents Configuring MSDP 1 Overview 1 How MSDP operates 1 MSDP support for VPNs 6 Protocols and standards 6 MSDP configuration task list 7 Configuring basic MSDP functions 7 Configuration prerequisites

More information

Mobility and Virtualization in the Data Center with LISP and OTV

Mobility and Virtualization in the Data Center with LISP and OTV Cisco Expo 2012 Mobility and Virtualization in the Data Center with LISP and OTV Tech DC2 Martin Diviš Cisco, CSE, mdivis@cisco.com Cisco Expo 2012 Cisco and/or its affiliates. All rights reserved. 1 Twitter

More information

Overlay Transport Virtualization Best Practices Guide

Overlay Transport Virtualization Best Practices Guide Guide Overlay Transport Virtualization Best Practices Guide Configuration Guide November 2017 2017 Cisco and/or its affiliates. All rights reserved. All rights reserved. This document is Cisco Public Information.

More information

Contents. Configuring GRE 1

Contents. Configuring GRE 1 Contents Configuring GRE 1 Overview 1 GRE encapsulation format 1 GRE tunnel operating principle 1 GRE security mechanisms 2 GRE application scenarios 2 Protocols and standards 4 Configuring a GRE/IPv4

More information

WAN Edge MPLSoL2 Service

WAN Edge MPLSoL2 Service 4 CHAPTER While Layer 3 VPN services are becoming increasing popular as a primary connection for the WAN, there are a much larger percentage of customers still using Layer 2 services such Frame-Relay (FR).

More information

ipv6 mobile home-agent (global configuration)

ipv6 mobile home-agent (global configuration) ipv6 mobile home-agent (global configuration) ipv6 mobile home-agent (global configuration) To enter home agent configuration mode, use the ipv6 mobile home-agent command in global configuration mode.

More information

Configuring IP Multicast Routing

Configuring IP Multicast Routing CHAPTER 46 This chapter describes how to configure IP multicast routing on the Catalyst 3750-E or 3560-E switch. IP multicasting is a more efficient way to use network resources, especially for bandwidth-intensive

More information