@@ -34,22 +34,22 @@ BFD is configured by default under all the newly created ExpressRoute private pe
34
34
35
35
An example CE/PE (using Cisco IOS XE) configuration is shown below.
36
36
37
- interface TenGigabitEthernet2/0/0.150
38
- description private peering to Azure
39
- encapsulation dot1Q 15 second-dot1q 150
40
- ip vrf forwarding 15
41
- ip address 192.168.15.17 255.255.255.252
42
- bfd interval 300 min_rx 300 multiplier 3
43
-
44
-
45
- router bgp 65020
46
- address-family ipv4 vrf 15
47
- network 10.1.15.0 mask 255.255.255.128
48
- neighbor 192.168.15.18 remote-as 12076
49
- neighbor 192.168.15.18 fall-over bfd
50
- neighbor 192.168.15.18 activate
51
- neighbor 192.168.15.18 soft-reconfiguration inbound
52
- exit-address-family
37
+ interface TenGigabitEthernet2/0/0.150
38
+ description private peering to Azure
39
+ encapsulation dot1Q 15 second-dot1q 150
40
+ ip vrf forwarding 15
41
+ ip address 192.168.15.17 255.255.255.252
42
+ bfd interval 300 min_rx 300 multiplier 3
43
+
44
+
45
+ router bgp 65020
46
+ address-family ipv4 vrf 15
47
+ network 10.1.15.0 mask 255.255.255.128
48
+ neighbor 192.168.15.18 remote-as 12076
49
+ neighbor 192.168.15.18 fall-over bfd
50
+ neighbor 192.168.15.18 activate
51
+ neighbor 192.168.15.18 soft-reconfiguration inbound
52
+ exit-address-family
53
53
54
54
> [ !NOTE]
55
55
> To enable BFD under an already existing private peering; you need to reset the peering. See [ Reset ExpressRoute peerings] [ ResetPeering ]
@@ -71,7 +71,7 @@ For more information or help, check out the following links:
71
71
- [ Create and modify routing for an ExpressRoute circuit] [ CreatePeering ]
72
72
73
73
<!-- Image References-->
74
- [ 1 ] : ./ media/expressroute-bfd/BFD_Need .png " BFD expedites link failure deduction time "
74
+ [ 1 ] : ../networking/ media/edge/bfd .png " BFD expedites link failure deduction time "
75
75
76
76
<!-- Link References-->
77
77
[ CreateCircuit] : https://docs.microsoft.com/azure/expressroute/expressroute-howto-circuit-portal-resource-manager
0 commit comments