You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/expressroute/expressroute-config-samples-routing.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,9 @@ This page provides interface and routing configuration samples for Cisco IOS-XE
19
19
>
20
20
21
21
## MTU and TCP MSS settings on router interfaces
22
-
The maximum transmission unit for the ExpressRoute interface is 1500, which is the typical default MTU for an Ethernet interface on a router. Unless your router has a different MTU by default, there is no need to specify a value on the router interface.
22
+
The maximum transmission unit (MTU) for the ExpressRoute interface is 1500, which is the typical default MTU for an Ethernet interface on a router. Unless your router has a different MTU by default, there is no need to specify a value on the router interface.
23
23
24
-
Unlike an Azure VPN gateway, the TCP maximum segment size for an ExpressRoute circuit does not need to be specified.
24
+
Unlike an Azure VPN gateway, the TCP maximum segment size (MSS) for an ExpressRoute circuit does not need to be specified.
25
25
26
26
The router configuration samples in this article apply to all peerings. Review [ExpressRoute peerings](expressroute-circuit-peerings.md) and [ExpressRoute routing requirements](expressroute-routing.md) for more details on routing.
27
27
@@ -92,7 +92,7 @@ Use route maps and prefix lists to filter prefixes propagated into your network.
92
92
93
93
### Configure BFD
94
94
95
-
You'll configure BFD in two places—one at the interface level and another at BGP level. The example here is for QinQ interface.
95
+
You'll configure BFD in two places: one at the interface level and another at BGP level. The example here is for the QinQ interface.
@@ -149,7 +149,7 @@ This sample provides the subinterface definition for a subinterface with two VLA
149
149
}
150
150
151
151
### Set up eBGP sessions
152
-
You must set up a BGP session with Microsoft for every peering. Set up a BGP session by using the following sample. If the IPv4 address that you used for your sub interface was a.b.c.d, then the IP address of the BGP neighbor (Microsoft) will be a.b.c.d+1. The last octet of the BGP neighbor's IPv4 address will always be an even number.
152
+
You must set up a BGP session with Microsoft for every peering. Set up a BGP session by using the following sample. If the IPv4 address that you used for your subinterface was a.b.c.d, then the IP address of the BGP neighbor (Microsoft) will be a.b.c.d+1. The last octet of the BGP neighbor's IPv4 address will always be an even number.
0 commit comments