BFD on BDI Interfaces

Similar documents
BFD on BDI Interfaces

Configuring Routed Pseudowire and VPLS

Configuring Virtual Private LAN Services

IGMP Snooping Command Reference

Configuring Ethernet Virtual Connections on the Cisco ASR 1000 Series Router

EVC Command Reference

BCP Support on MLPPP

Port-Shaper and LLQ in the Presence of EFPs

Configuring Switched Port Analyzer

IP Routing: BFD Configuration Guide, Cisco IOS XE Release 3S (Cisco ASR 900 Series)

Storm Control over EVC

Ethernet Virtual Connections Configuration

Configuring Bridge Domain Interfaces

Layer 2 Access Control Lists on EVCs

Transparent CFM. Information About Transparent CFM. EFP (Q-in-Q interfaces with dot1q or dot1ad C-UNI)

EVC Quality of Service

Configuring Pseudowire

Configuring Traffic Mirroring

Configuring Traffic Mirroring

IEEE 802.1ah on Provider Backbone Bridges

ITU-T G.8032 Ethernet Ring Protection Switching

Configuring Resilient Ethernet Protocol

EVC Quality of Service

Reducing Failure Detection Times in IS-IS Networks

IP SLA Service Performance Testing

Cisco NX-OS Interfaces Commands

Cisco CSR 1000V VxLAN Support 2

Classifying and Marking MPLS EXP

IP SLA Service Performance Testing

VRRPv3 Protocol Support

Routing Configuration Guide, Cisco IOS XE Everest a (Catalyst 9300 Switches)

Interchassis Asymmetric Routing Support for Zone-Based Firewall and NAT

EVC Quality of Service

Resilient Ethernet Protocol (REP)

Flow-Based per Port-Channel Load Balancing

Configuring IEEE 802.1Q and Layer 2 Protocol Tunneling

Traffic Mirroring Commands on the Cisco IOS XR Software

Configuring IEEE 802.1Q Tunneling and Layer 2 Protocol Tunneling

Hardware Compatibility Matrix for Cisco Remote PHY Device


Access Switch Device Manager Template Configuration

Match-in-VRF Support for NAT

Bidirectional Forwarding Detection

VLANs over IP Unnumbered SubInterfaces

MAC Learning Command Reference

Cisco Firepower Threat Defense for ISR

Configuring MPLS Transport Profile

MLDP In-Band Signaling/Transit Mode

IPv6 Switching: Provider Edge Router over MPLS

Configure Virtual LANs in Layer 2 VPNs

IP SLA Service Performance Testing

QoS: Policing and Shaping Configuration Guide, Cisco IOS XE Release 3S (Cisco ASR 920 Series)

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

Configuring 802.1Q VLAN Interfaces

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

This chapter describes MAC learning, MAC address limiting, and static MAC address. This chapter also describes the configuration procedures.

Configuring IEEE 802.3ad LACP EtherChannels on the Cisco MWR 2941

MPLS Traffic Engineering - Fast Reroute Link Protection

MPLS VPN--Inter-AS Option AB

Configuring Ethernet Management Port

Remote Access MPLS-VPNs

Configuring MPLS, MPLS VPN, MPLS OAM, and EoMPLS

MPLS Transport Profile

Configuring Link Aggregation on the ML-MR-10 card

Configuring Gigabit Ethernet Interfaces

Configuring VLAN Trunks

Cisco 4-Port and 8-Port Layer 2 Gigabit EtherSwitch Network Interface Module Configuration Guide for Cisco 4000 Series ISR

Implementing Integrated Routing and Bridging

MPLS VPN Inter-AS Option AB

Configuring Easy Virtual Network Shared Services

Intelligent WAN Multiple VRFs Deployment Guide

VLAN Range. Feature Overview

Configure Multipoint Layer 2 Services

Flow-Based per Port-Channel Load Balancing

MPLS VPN Carrier Supporting Carrier Using LDP and an IGP

Configuring SPAN and RSPAN

Behavior of Cisco Discovery Protocol between Routers and Switches

IP Routing BFD Configuration Guide, Cisco IOS Release 12.2SX

PIM Allow RP. Finding Feature Information. Restrictions for PIM Allow RP

VLAN Range. Feature Overview

Configuring Private VLANs

Configuring Private Hosts

NAT Routemaps Outside-to-Inside Support

LAN Switching Configuration Guide

Configuring Network Clock for Cisco ASR 901S Router

Multicast only Fast Re-Route

MPLS VPN Carrier Supporting Carrier Using LDP and an IGP

Configuring VLANs. Understanding VLANs CHAPTER

Configuring SPAN and RSPAN

This feature module describes how to configure basic IP multicast in an IPv6 network.

Configuring High Availability

Configure L2VPN Autodiscovery and Signaling

Configuring SPAN and RSPAN

BGP-MVPN SAFI 129 IPv6

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

Configuring TCP Header Compression

Configuring Traffic Mirroring

ASR 9000 Series Common Problems with Spanning Tree Protocols

The Cisco ASR 9000 Series Routers Carrier Ethernet Model

IEEE 802.1Q-in-Q VLAN Tag Termination

Transcription:

The Cisco feature alleviates limitations on the maximum number of interfaces per system that switched virtual interfaces (SVI) impose. This document describes how to configure the Bidirectional Forwarding Detection (BFD) protocol on bridge domain interfaces (BDIs). Information About BFD on Bridge Domain Interfaces, page 1 How to Configure, page 1 Configuration Examples for, page 5 Information About BFD on Bridge Domain Interfaces BFD on Bridge Domain Interfaces Each BDI is associated with a bridge domain on which traffic is mapped using criteria defined and configured on the associated Ethernet flow points (EFPs). You can associate either single or multiple EFPs with a given bridge domain. Thus you can establish a BFD single-hop session over BDI interfaces that are defined in either a global table or a VPN routing and forwarding (VRF) table, and all existing single-hop BFD clients will be supported for BFD over BDI. The Cisco BFD on BDI feature does not affect BFD stateful switchover (SSO) on platforms that are SSO capable. How to Configure Enabling BFD on a Bridge Domain Interface Perform these steps to enable single hop BFD on an individual BDI interface. 1

Enabling BFD on a Bridge Domain Interface Note Multihop BFD is not interface specific so you do not need BDI interface-level configuration to establish multihop BFD sessions. Before You Begin Two or more nodes must be connected. SUMMARY STEPS 1. enable 2. configure terminal 3. interface type number 4. ip address ip-address mask 5. bfd interval milliseconds min_rx milliseconds multiplier interval-multiplier 6. exit DETAILED STEPS Step 1 Step 2 enable Router> enable configure terminal Enables privileged EXEC mode. Enter your password if prompted. Enters global configuration mode. Step 3 Step 4 Router# configure terminal interface type number Router(config)# interface bdi 100 ip address ip-address mask Configures a bridge domain interface and enters interface configuration mode. Configures an IP address for the interface. Step 5 Router(config-if)# ip address 10.201.201.1 255.255.255.0 bfd interval milliseconds min_rx milliseconds multiplier interval-multiplier Enables BFD on the interface. 2

Associating an Ethernet Flow Point with a Bridge Domain Step 6 Router(config-if)# bfd interval 500 min_rx 500 multiplier 5 exit Router(config-if)# exit Exits interface configuration mode and returns to global configuration mode. Associating an Ethernet Flow Point with a Bridge Domain Before You Begin BFD must be enabled on both nodes. SUMMARY STEPS 1. enable 2. configure terminal 3. interface type slot/subslot/port 4. no ip address 5. negotiation auto 6. cdp enable 7. service instance id service-type 8. encapsulation dot1q vlan-id 9. rewrite ingress tag pop 1 symmetric 10. exit 11. exit 12. bridge-domain vlan-id DETAILED STEPS Step 1 enable Router> enable Enables privileged EXEC mode. Enter your password if prompted. 3

Associating an Ethernet Flow Point with a Bridge Domain Step 2 configure terminal Enters global configuration mode. Step 3 Step 4 Router# configure terminal interface type slot/subslot/port Router(config)# interface GigabitEthernet0/0/3 no ip address Configures an interface type and enters interface configuration mode. Disables IP processing. Step 5 Step 6 Router(config-if)# no ip address negotiation auto Router(config-if)# negotiation auto cdp enable Enables the autonegotiation protocol to configure the speed, duplex, and automatic flow control of the interface. Enables Cisco Discovery Protocol on the interface. Router(config-if)# cdp enable Step 7 Step 8 service instance id service-type Router(config-if)# service instance 2 ethernet encapsulation dot1q vlan-id Router(config-if-srv)# encapsulation dot1q 2 Configures an Ethernet service instance and enters service instance configuration mode. Enables IEEE 802.1Q encapsulation of traffic on the subinterface. Step 9 Step 10 rewrite ingress tag pop 1 symmetric Router(config-if-srv)# rewrite ingress tag pop 1 symmetric exit Router(config-if)# exit Specifies removal of the outermost tag from the frame ingressing the service instance and the addition of a tag in the egress direction. Exits service instance configuration mode and returns to interface configuration mode. 4

Configuration Examples for Step 11 Step 12 exit Router(config-if)# exit bridge-domain vlan-id Exits interface configuration mode and returns to global configuration mode. Associates the bridge domain with the Ethernet flow point. Router(config)# bridge-domain 2 What to Do Next Configuration Examples for Examples for The following example shows how to configure BFD on a BDI. Router#show bfd neighbors IPv4 Sessions NeighAddr LD/RD RH/RS State Int 10.1.1.2 2049/1 Up Up BD2 Router# Router#show running interface gi0/0/3 Current configuration : 230 bytes interface GigabitEthernet0/0/3 no ip address ip pim passive ip igmp version 3 negotiation auto cdp enable service instance 2 ethernet encapsulation dot1q 2 rewrite ingress tag pop 1 symmetric bridge-domain 2 Router#show running interface bdi2 Current configuration : 127 bytes 5

Examples for interface BDI2 ip address 10.1.1.3 255.255.255.0 bfd interval 100 min_rx 100 multiplier 3 bfd neighbor ipv4 10.1.1.2 And similarly for the other node: Router2#show running interface bdi2 Current configuration : 127 bytes interface BDI2 ip address 10.1.1.2 255.255.255.0 bfd interval 100 min_rx 100 multiplier 3 bfd neighbor ipv4 10.1.1.3 ED3#show run int gig0/0/3 Current configuration : 195 bytes interface GigabitEthernet0/0/3 no ip address negotiation auto cdp enable service instance 2 ethernet encapsulation dot1q 2 rewrite ingress tag pop 1 symmetric bridge-domain 2 Router2#show bfd neighbors IPv4 Sessions NeighAddr LD/RD RH/RS State Int 10.1.1.3 1/2049 Up Up BD2 ED3# 6